Searched refs:bytes (Results 1 - 9 of 9) sorted by relevance
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/ |
H A D | dpsclient.c | 80 unsigned char bytes[4]; member in union:__anon260 81 /* raw bytes, in whatever order they appear in memory */ 87 unsigned char bytes[2]; member in union:__anon261 92 (((Swap32Rec *) dst)->bytes[0] = ((Swap32Rec *) src)->bytes[0], \ 93 ((Swap32Rec *) dst)->bytes[1] = ((Swap32Rec *) src)->bytes[1], \ 94 ((Swap32Rec *) dst)->bytes[2] = ((Swap32Rec *) src)->bytes[2], \ 95 ((Swap32Rec *) dst)->bytes[ [all...] |
H A D | XDPS.c | 1278 * _XReadPad - Read bytes from the socket taking into account incomplete 1279 * reads. If the number of bytes is not 0 mod 32, read additional pad 1280 * bytes. This routine may have to be reworked if int < long. 2001 oev = (DPSCAPOutputEvent *)event->u.clientMessage.u.b.bytes; 2007 oev = (DPSCAPOutputEvent *)event->u.clientMessage.u.b.bytes; 2027 sev = (DPSCAPStatusEvent *)event->u.clientMessage.u.b.bytes;
|
H A D | cslibint.c | 114 /* lookup table for adding padding bytes to data that is read from 301 * N_XRead - Read bytes from the socket taking into account incomplete 353 * _XRead32 - Read bytes from the socket unpacking each 32 bits 394 * _XRead16 - Read bytes from the socket unpacking each 16 bits 446 * N_XReadPad - Read bytes from the socket taking into account incomplete 447 * reads. If the number of bytes is not 0 mod 32, read additional pad 448 * bytes. This routine may have to be reworked if int < long. 510 * transmission is used, if size is not 0 mod 4, extra bytes are transmitted. 517 /* XText8 and XText16 require that the padding bytes be zero! */ 767 /* Read and discard "n" 8-bit bytes o [all...] |
/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/ |
H A D | auditwrite.c | 177 int len; /* number of bytes in buffer */ 188 static int aw_queue_hiwater; /* max number of bytes on queue */ 189 static int aw_queue_bytes; /* current # of bytes on queue */ 2762 uint32_t bytes_left = value; /* number of bytes to write */ 2766 int32_t bytes; /* number of bytes for this record */ local 2777 adrm_int32(&adr, &bytes, 1); 2783 (bytes > bytes_left)) { 2788 if (audit((caddr_t)mover, bytes) != 0) { 2793 mover += bytes; [all...] |
/solaris-x11-s11/open-src/kernel/i915/src/ |
H A D | intel_ringbuffer.c | 1569 int bytes) 1573 if (ring->tail + bytes > ring->effective_size) { 1579 if (ring->space < bytes) { 1580 ret = ring_wait_for_space(ring, bytes); 1585 ring->space -= bytes; 1568 __intel_ring_begin(struct intel_ring_buffer *ring, int bytes) argument
|
H A D | intel_sdvo.c | 2567 unsigned char bytes[2]; local 2570 memcpy(bytes, &intel_sdvo->caps.output_flags, 2); 2573 bytes[0], bytes[1]);
|
H A D | i915_drv.h | 911 unsigned bytes; member in struct:drm_i915_error_state_buf
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | MultiSrc.c | 1186 CAUTION: You must have src->multi_src.length set to file length bytes 1200 int bytes = sizeof(wchar_t); local 1281 piece->text = (wchar_t*)XtMalloc(src->multi_src.piece_size * bytes);
|
H A D | Text.c | 745 int bytes; local 748 bytes = sizeof(unsigned char); 750 bytes = sizeof(wchar_t); 752 bytes = 1; 755 tempResult=result=XtMalloc( (unsigned)(((Cardinal)(right-left))+ONE )* bytes); 760 memmove(tempResult, text.ptr, text.length * bytes); 761 tempResult += text.length * bytes; 764 if (bytes == sizeof(wchar_t)) 1581 * its length is measured in bytes.
|
Completed in 339 milliseconds