Searched refs:bytes (Results 426 - 450 of 1605) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/cups-372.4/cups/backend/
H A Dsnmp-supplies.c373 new_state = (packet.object_value.string.bytes[0] << 8) |
374 packet.object_value.string.bytes[1];
376 new_state = (packet.object_value.string.bytes[0] << 8);
553 strlcpy(description, (char *)packet.object_value.string.bytes,
819 (char *)packet->object_value.string.bytes);
826 (char *)packet->object_value.string.bytes))
872 (char *)packet->object_value.string.bytes,
879 (char *)packet->object_value.string.bytes,
886 (char *)packet->object_value.string.bytes,
895 (cups_utf32_t *)packet->object_value.string.bytes,
[all...]
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dtestsnmp.c156 (char *)packet->object_value.string.bytes);
161 (char *)packet->object_value.string.bytes);
176 printf(" %02X", packet->object_value.string.bytes[i]);
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nscoder.py67 def encodeBytes_length_(self, bytes, length):
68 self.coded.append( ("bytes", bytes, length) )
96 ("bytes", "hello world", 11),
108 self.assertEquals(str(d.bytes()), "ABCDEabcde")
/macosx-10.9.5/tcl-102/tcl_ext/ffidl/ffidl/library/
H A Dffidlrt.tcl172 set bytes [binary format x$length]
173 ::ffidl::memcpy [::ffidl::get-bytearray $bytes] $pointer $length
174 set bytes
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/md5/
H A Dmd5c.tcl51 /* convert via a byte array to properly handle null bytes */
56 obj->bytes = Tcl_Alloc(obj->length + 1);
57 memcpy(obj->bytes, str, obj->length + 1);
/macosx-10.9.5/xnu-2422.115.4/tools/tests/libMicro/apple/
H A Dlmbench_bw_unix.c88 size_t xfer; /* bytes to read/write per "packet" */
89 size_t bytes; /* bytes to read/write in one iteration */ member in struct:__anon15570
141 " [-s <total bytes>]\n"
188 state->bytes = opts;
249 size_t todo = state->bytes;
/macosx-10.9.5/BerkeleyDB-21/db/mp/
H A Dmp_fmethod.c321 *bytesp = dbmfp->bytes;
342 __memp_set_maxsize(dbmfp, gbytes, bytes)
344 u_int32_t gbytes, bytes;
351 dbmfp->bytes = bytes;
359 ((bytes + mfp->stat.st_pagesize - 1) /
/macosx-10.9.5/CF-855.17/
H A DCFUnicodePrecomposition.c53 const uint32_t *bytes = (const uint32_t *)CFUniCharGetMappingData(kCFUniCharCanonicalPrecompMapping); local
56 if (NULL == bytes) {
61 __CFUniCharPrecompositionTableLength = *(bytes++);
62 bmpMappingLength = *(bytes++);
63 __CFUniCharPrecompSourceTable = (UTF32Char *)bytes;
64 __CFUniCharBMPPrecompDestinationTable = (uint16_t *)((intptr_t)bytes + (__CFUniCharPrecompositionTableLength * sizeof(UTF32Char) * 2));
/macosx-10.9.5/CPANInternal-140/Variable-Magic/t/
H A D22-len.t113 use bytes;
118 is $c, 1, 'len: get utf8 scalar length in bytes triggers magic correctly';
119 is $d, 7, 'len: get utf8 scalar length in bytes have correct default length';
120 is $b, $d, 'len: get utf8 scalar length in bytes correctly';
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dquotearg.c343 be the first bytes of multibyte characters, which means
413 size_t bytes = mbrtowc (&w, &arg[i + m], local
415 if (bytes == 0)
417 else if (bytes == (size_t) -1)
422 else if (bytes == (size_t) -2)
438 for (j = 1; j < bytes; j++)
452 m += bytes;
/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Darchive_read_support_compression_program.c417 ssize_t bytes; local
426 bytes = child_read(self, p, state->out_buf_len - total);
427 if (bytes < 0)
431 if (bytes == 0)
434 total += bytes;
435 p += bytes;
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/sha1/
H A Dsha1c.tcl57 /* convert via a byte array to properly handle null bytes */
62 obj->bytes = Tcl_Alloc(obj->length + 1);
63 memcpy(obj->bytes, str, obj->length + 1);
/macosx-10.9.5/text_cmds-87/sort/
H A Dquotearg.c356 be the first bytes of multibyte characters, which means
426 size_t bytes = mbrtowc (&w, &arg[i + m], local
428 if (bytes == 0)
430 else if (bytes == (size_t) -1)
435 else if (bytes == (size_t) -2)
451 for (j = 1; j < bytes; j++)
462 m += bytes;
/macosx-10.9.5/CommonCrypto-60049/libcn/
H A Dnormal_crc.c63 case 1: current = crc_table_value8(crc->table.bytes, *p, (uint8_t) current); break;
89 case 1: current = crc_table_value8(crc->table.bytes, *p, (uint8_t) current); break;
H A Dreverse_crc.c63 case 1: current = crc_table_value8(crc->table.bytes, *p, (uint8_t) current); break;
88 case 1: current = crc_table_value8(crc->table.bytes, *p, (uint8_t) current); break;
/macosx-10.9.5/IOKitUser-907.100.13/hidsystem.subproj/
H A DIOHIDLib.h106 void * bytes, IOByteCount * actualSize );
110 const void * bytes, IOByteCount size );
/macosx-10.9.5/Security-55471.14.18/include/security_asn1/
H A Dsecport.c112 PORT_Alloc(size_t bytes) argument
116 /* Always allocate a non-zero amount of bytes */
117 rv = (void *)PR_Malloc(bytes ? bytes : 1);
126 PORT_Realloc(void *oldptr, size_t bytes) argument
130 rv = (void *)PR_Realloc(oldptr, bytes);
139 PORT_ZAlloc(size_t bytes) argument
143 /* Always allocate a non-zero amount of bytes */
144 rv = (void *)PR_Calloc(1, bytes ? bytes
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/Security/
H A Dsecport.c112 PORT_Alloc(size_t bytes) argument
116 /* Always allocate a non-zero amount of bytes */
117 rv = (void *)PR_Malloc(bytes ? bytes : 1);
126 PORT_Realloc(void *oldptr, size_t bytes) argument
130 rv = (void *)PR_Realloc(oldptr, bytes);
139 PORT_ZAlloc(size_t bytes) argument
143 /* Always allocate a non-zero amount of bytes */
144 rv = (void *)PR_Calloc(1, bytes ? bytes
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/lib/
H A Dsecport.c112 PORT_Alloc(size_t bytes) argument
116 /* Always allocate a non-zero amount of bytes */
117 rv = (void *)PR_Malloc(bytes ? bytes : 1);
126 PORT_Realloc(void *oldptr, size_t bytes) argument
130 rv = (void *)PR_Realloc(oldptr, bytes);
139 PORT_ZAlloc(size_t bytes) argument
143 /* Always allocate a non-zero amount of bytes */
144 rv = (void *)PR_Calloc(1, bytes ? bytes
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/security_asn1/
H A Dsecport.c112 PORT_Alloc(size_t bytes) argument
116 /* Always allocate a non-zero amount of bytes */
117 rv = (void *)PR_Malloc(bytes ? bytes : 1);
126 PORT_Realloc(void *oldptr, size_t bytes) argument
130 rv = (void *)PR_Realloc(oldptr, bytes);
139 PORT_ZAlloc(size_t bytes) argument
143 /* Always allocate a non-zero amount of bytes */
144 rv = (void *)PR_Calloc(1, bytes ? bytes
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DContentFilterMac.mm82 return static_cast<const char*>([m_replacementData.get() bytes]);
/macosx-10.9.5/libffi-18.1/powerpc/
H A Dppc-ffi_darwin.c91 const unsigned bytes = ecif->cif->bytes; local
100 // In ppc-darwin.s, an extra 96 bytes is reserved for the linkage area,
103 (unsigned long *)(unsigned long)((char*)longStack + bytes + 96);
105 unsigned long *const stacktop = longStack + (bytes / sizeof(long));
135 FFI_ASSERT(bytes == SF_ROUND(bytes));
251 /* Structures that match the basic modes (QI 1 byte, HI 2 bytes,
252 SI 4 bytes) are aligned as if they were those modes.
333 /* All the machine-independent calculation of cif->bytes wil
338 unsigned int bytes = (6 + ASM_NEEDS_REGISTERS) * sizeof(long); local
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/libffi-src/powerpc/
H A Dppc-ffi_darwin.c103 const unsigned bytes = ecif->cif->bytes; local
112 // In ppc-darwin.s, an extra 96 bytes is reserved for the linkage area,
115 (unsigned long *)(unsigned long)((char*)longStack + bytes + 96);
117 unsigned long *const stacktop = longStack + (bytes / sizeof(long));
147 FFI_ASSERT(bytes == SF_ROUND(bytes));
263 /* Structures that match the basic modes (QI 1 byte, HI 2 bytes,
264 SI 4 bytes) are aligned as if they were those modes.
345 /* All the machine-independent calculation of cif->bytes wil
350 unsigned int bytes = (6 + ASM_NEEDS_REGISTERS) * sizeof(long); local
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libffi-src/powerpc/
H A Dppc-ffi_darwin.c100 const unsigned bytes = ecif->cif->bytes; local
109 // In ppc-darwin.s, an extra 96 bytes is reserved for the linkage area,
112 (unsigned long *)(unsigned long)((char*)longStack + bytes + 96);
114 unsigned long *const stacktop = longStack + (bytes / sizeof(long));
144 FFI_ASSERT(bytes == SF_ROUND(bytes));
260 /* Structures that match the basic modes (QI 1 byte, HI 2 bytes,
261 SI 4 bytes) are aligned as if they were those modes.
342 /* All the machine-independent calculation of cif->bytes wil
347 unsigned int bytes = (6 + ASM_NEEDS_REGISTERS) * sizeof(long); local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/tcl/tequila/
H A Dtequila.tcl95 if {[gets $_socket bytes] > 0} {
96 set request [read $_socket $bytes]

Completed in 353 milliseconds

<<11121314151617181920>>