Searched defs:length (Results 1 - 25 of 48) sorted by relevance

12

/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_pci.c196 int length; local
201 "assigned-addresses", (caddr_t)&regs, &length) !=
210 kmem_free(regs, (size_t)length);
/solaris-x11-s11/open-src/lib/libX11/sun-src/src/
H A DXInteractive.c248 long length = 0; local
267 _XEatDataWords(dpy, rep.length);
272 length = rep.count << 2;
273 _XRead32(dpy, (long *)(*Pinfo), length);
290 unsigned long length; local
299 req->length += count;
302 length = count << 2;
303 Data32(dpy, (long *)Pinfo, length);
306 length = count << 2;
307 Data32(dpy, (long *)Pinfo, length);
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A DXDPSlib.h126 char *data, int length);
281 int length; /* Number of characters of data. */ member in struct:_XDPSLOutputEvent
H A DXDPSproto.h104 CARD16 length B16; /* length of request */
112 CARD16 length B16; /* length of request */
138 CARD16 length B16;
146 CARD16 length B16; /* length of request */
156 CARD16 length B16;
165 CARD16 length B16;
174 CARD16 length B1
342 CARD8 length; member in struct:__anon225
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DXDPSuserpath.c47 unsigned short length; member in struct:_t_NumStrHeader
113 nsHeader.length = numCoords;
123 _dpsP[2].length = (sizeof(NumStrHeader) + numCoords * numberSize);
124 _dpsP[3].length = numOps;
128 _dps_offset += _dpsP[2].length;
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1AsciiSrcP.h107 int ascii_length; /* length field for ascii string emulation. */
119 XawTextPosition length; /* length of file */ member in struct:_AsciiSrcPart
H A DXaw3_1ScrollbarP.h51 Dimension length; /* either height or width */ member in struct:__anon314
H A DXaw3_1AsciiSrc.c228 * length - maximum number of characters to read.
233 ReadText(w, pos, text, length)
237 int length;
246 text->length = (length > count) ? count : length;
247 return(pos + text->length);
268 int length, firstPos; local
318 ((src->ascii_src.length - (endPos - startPos)) <
320 start_piece->text[src->ascii_src.length
[all...]
H A DXaw3_1Scrollbar.c63 Offset(scrollbar.length), XtRImmediate, (caddr_t) 1},
220 Dimension length = bottom-top; local
229 w->scrollbar.gc, top, 1, length, local
233 1, top, w->core.width-2, length); local
240 length, w->core.height-2, FALSE); local
243 top, w->core.width-2, length, FALSE); local
260 newtop = w->scrollbar.length * w->scrollbar.top;
261 newbot = newtop + (int)(w->scrollbar.length * w->scrollbar.shown);
280 w->scrollbar.length = w->core.height;
284 w->scrollbar.length
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DAsciiSrcP.h139 int ascii_length; /* length field for ascii string emulation. */
151 XawTextPosition length; /* length of file */ member in struct:_AsciiSrcPart
H A DMultiSrcP.h168 int multi_length; /* length field for multi string emulation. */
176 XawTextPosition length; /* length of file - IN CHARACTERS, NOT BYTES. */ member in struct:_MultiSrcPart
H A DScrollbarP.h76 Dimension length; /* either height or width */ member in struct:__anon382
H A DTextSrc.c167 * length - maximum number of characters to read.
173 Read(w, pos, text, length)
177 int length;
260 * RETURNED value, length - the return value that has been converted.
268 ConvertSelection(w, selection, target, type, value, length, format)
272 unsigned long * length;
351 * length - maximum number of characters to read.
358 int length)
360 XawTextSourceRead(w, pos, text, length)
364 int length;
357 XawTextSourceRead(Widget w, XawTextPosition pos, XawTextBlock *text, int length) argument
506 XawTextSourceConvertSelection(Widget w, Atom *selection, Atom *target, Atom *type, XtPointer *value, unsigned long *length, int *format) argument
[all...]
H A DAsciiSrc.c239 * length - maximum number of characters to read.
244 ReadText(w, pos, text, length)
248 int length;
257 text->length = (length > (int)count) ? count : length;
258 return(pos + text->length);
279 int length, firstPos; local
327 ((src->ascii_src.length - (endPos - startPos)) <
329 start_piece->text[src->ascii_src.length
[all...]
H A DScrollbar.c83 Offset(scrollbar.length), XtRImmediate, (XtPointer) 1},
241 Dimension length = bottom-top; local
250 w->scrollbar.gc, top, 1, length, local
254 1, top, w->core.width-2, length); local
261 length, w->core.height-2, FALSE); local
264 top, w->core.width-2, length, FALSE); local
281 newtop = w->scrollbar.length * w->scrollbar.top;
282 newbot = newtop + (int)(w->scrollbar.length * w->scrollbar.shown);
301 w->scrollbar.length = w->core.height;
305 w->scrollbar.length
[all...]
H A DText.h103 int length; member in struct:__anon400
H A DMultiSrc.c250 * length - maximum number of characters to read.
255 ReadText(w, pos, text, length)
259 int length;
269 text->length = (length > count) ? count : length;
270 return(pos + text->length);
291 int length, firstPos; local
301 if ( u_text_p->length == 0 ) /* if so, the block contents never ref'd. */
302 text.length
1087 int length; local
[all...]
/solaris-x11-s11/open-src/proto/sun-ext-protos/include/
H A Dinteractive.h56 CARD16 length B16;
64 CARD32 length B32;
78 CARD16 length B16; /* Request length */
87 CARD16 length; /* Request length */ member in struct:_IAGetProcessInfo
96 CARD32 length B32;
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/gfx_common/include/
H A Dgfx_common.h111 uint32_t length; /* length of the buffer. */ member in struct:gfx_edid
/solaris-x11-s11/open-src/driver/efb/sun-src/src/
H A Dgfx_common.h111 uint32_t length; /* length of the buffer. */ member in struct:gfx_edid
H A Defb_driver.c419 unsigned int length; local
434 data = edid_buf.data = (char *)malloc(edid_buf.length);
/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm_pci.c290 int length; local
295 "assigned-addresses", (caddr_t)&regs, &length) !=
304 kmem_free(regs, (size_t)length);
H A Ddrm_sunmod.c424 size_t length; local
576 length = ptob(btopr(map->size));
578 map->drm_umem_cookie, 0, length,
584 *maplen = length;
598 length = ptob(btopr(len));
600 cookie = gfxp_umem_cookie_init(kva, length);
608 &drm_devmap_callbacks, cookie, 0, length, PROT_ALL,
614 *maplen = length;
620 length = ptob(btopr(len));
621 if (length > ma
[all...]
H A Defb_drv.c136 int length)
150 switch (length) {
165 for (i = offset; i < offset + length; ) {
360 uint_t length = GFX_EDID_BLOCK_SIZE; local
385 ret = efb_read_edid(efb_priv, stream, results, &length);
392 edid_buf.length = GFX_EDID_BLOCK_SIZE * (1 + results[126]);
416 int length; local
425 length = edid_buf.length;
426 if (length <
135 efb_read_pci_config(drm_device_t *statep, void *pBuffer, int offset, int length) argument
[all...]
/solaris-x11-s11/open-src/lib/libXmu/sun-src/src/
H A DVisGamma.c220 ** Upon entry, pChar should point to the length element of the channel.
228 unsigned int nElements, length; local
233 length = _XcmsGetElement(format, pChar, pCount) + 1;
235 nElements = ((cType == 0) ? 2 : 1) * length;
370 * length
388 * length
405 * length
444 ** the same length. This is a safe bet for most hardware, as it depends

Completed in 55 milliseconds

12