Searched defs:bytes (Results 1 - 7 of 7) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DMultiSrc.c1186 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 DText.c745 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.
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_ringbuffer.c1569 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 Dintel_sdvo.c2567 unsigned char bytes[2]; local
2570 memcpy(bytes, &intel_sdvo->caps.output_flags, 2);
2573 bytes[0], bytes[1]);
H A Di915_drv.h911 unsigned bytes; member in struct:drm_i915_error_state_buf
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Ddpsclient.c80 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...]
/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dauditwrite.c177 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...]

Completed in 60 milliseconds