Searched refs:bytes (Results 151 - 175 of 1605) sorted by relevance

1234567891011>>

/macosx-10.9.5/dtrace-118.1/DTTk/Proc/
H A Drwbytype.d3 * rwbytype.d - read/write bytes by vnode type.
18 * BYTES bytes transferred
77 @bytes[pid, execname, self->type, "R"] = sum(self->size - this->resid);
88 @bytes[pid, execname, self->type, "W"] = sum(self->size - this->resid);
98 printa("%-6d %-16s %6s %4s %@9d\n", @bytes);
/macosx-10.9.5/swig-10/Lib/gcj/
H A Dcni.i17 extern jstring JvNewStringLatin1 (const char *bytes, jsize len);
19 extern jstring JvNewStringLatin1 (const char *bytes);
27 extern jstring JvNewStringUTF (const char *bytes);
/macosx-10.9.5/cups-372.4/cups/filter/
H A Draster.c39 * cups_read_fd() - Read bytes from a file.
40 * cups_swap() - Swap bytes in raster data...
41 * cups_write_fd() - Write bytes to a file.
84 static int cups_raster_io(cups_raster_t *r, unsigned char *buf, int bytes);
87 int bytes);
91 static ssize_t cups_read_fd(void *ctx, unsigned char *buf, size_t bytes);
92 static void cups_swap(unsigned char *buf, int bytes);
93 static ssize_t cups_write_fd(void *ctx, unsigned char *buf, size_t bytes);
330 * the line buffer and as the number of bytes to read.
333 unsigned /* O - Number of bytes rea
338 int bytes; /* Bytes read */ local
758 int bytes; /* Bytes read */ local
1000 cups_raster_io(cups_raster_t *r, unsigned char *buf, int bytes) argument
1031 cups_raster_read(cups_raster_t *r, unsigned char *buf, int bytes) argument
1404 cups_read_fd(void *ctx, unsigned char *buf, size_t bytes) argument
1430 cups_swap(unsigned char *buf, int bytes) argument
1456 cups_write_fd(void *ctx, unsigned char *buf, size_t bytes) argument
[all...]
/macosx-10.9.5/CF-855.17/
H A DCFStringEncodingConverter.c40 typedef CFIndex (*_CFToBytesProc)(const void *converter, uint32_t flags, const UniChar *characters, CFIndex numChars, uint8_t *bytes, CFIndex maxByteLen, CFIndex *usedByteLen);
41 typedef CFIndex (*_CFToUnicodeProc)(const void *converter, uint32_t flags, const uint8_t *bytes, CFIndex numBytes, UniChar *characters, CFIndex maxCharLen, CFIndex *usedCharLen);
54 #define TO_BYTE(conv,flags,chars,numChars,bytes,max,used) (conv->toBytes ? conv->toBytes(conv,flags,chars,numChars,bytes,max,used) : ((CFStringEncodingToBytesProc)conv->definition->toBytes)(flags,chars,numChars,bytes,max,used))
55 #define TO_UNICODE(conv,flags,bytes,numBytes,chars,max,used) (conv->toUnicode ? (flags & (kCFStringEncodingUseCanonical|kCFStringEncodingUseHFSPlusCanonical) ? conv->toCanonicalUnicode(conv,flags,bytes,numBytes,chars,max,used) : conv->toUnicode(conv,flags,bytes,numBytes,chars,max,used)) : ((CFStringEncodingToUnicodeProc)conv->definition->toUnicode)(flags,bytes,numBytes,chars,max,used))
168 CF_INLINE CFIndex __CFToASCIILatin1Fallback(UniChar character, uint8_t *bytes, CFInde argument
185 __CFDefaultToBytesFallbackProc(const UniChar *characters, CFIndex numChars, uint8_t *bytes, CFIndex maxByteLen, CFIndex *usedByteLen) argument
226 __CFDefaultToUnicodeFallbackProc(const uint8_t *bytes, CFIndex numBytes, UniChar *characters, CFIndex maxCharLen, CFIndex *usedCharLen) argument
239 __CFToBytesCheapEightBitWrapper(const void *converter, uint32_t flags, const UniChar *characters, CFIndex numChars, uint8_t *bytes, CFIndex maxByteLen, CFIndex *usedByteLen) argument
255 __CFToUnicodeCheapEightBitWrapper(const void *converter, uint32_t flags, const uint8_t *bytes, CFIndex numBytes, UniChar *characters, CFIndex maxCharLen, CFIndex *usedCharLen) argument
271 __CFToCanonicalUnicodeCheapEightBitWrapper(const void *converter, uint32_t flags, const uint8_t *bytes, CFIndex numBytes, UniChar *characters, CFIndex maxCharLen, CFIndex *usedCharLen) argument
314 __CFToBytesStandardEightBitWrapper(const void *converter, uint32_t flags, const UniChar *characters, CFIndex numChars, uint8_t *bytes, CFIndex maxByteLen, CFIndex *usedByteLen) argument
334 __CFToUnicodeStandardEightBitWrapper(const void *converter, uint32_t flags, const uint8_t *bytes, CFIndex numBytes, UniChar *characters, CFIndex maxCharLen, CFIndex *usedCharLen) argument
360 __CFToCanonicalUnicodeStandardEightBitWrapper(const void *converter, uint32_t flags, const uint8_t *bytes, CFIndex numBytes, UniChar *characters, CFIndex maxCharLen, CFIndex *usedCharLen) argument
405 __CFToBytesCheapMultiByteWrapper(const void *converter, uint32_t flags, const UniChar *characters, CFIndex numChars, uint8_t *bytes, CFIndex maxByteLen, CFIndex *usedByteLen) argument
432 __CFToUnicodeCheapMultiByteWrapper(const void *converter, uint32_t flags, const uint8_t *bytes, CFIndex numBytes, UniChar *characters, CFIndex maxCharLen, CFIndex *usedCharLen) argument
452 __CFToCanonicalUnicodeCheapMultiByteWrapper(const void *converter, uint32_t flags, const uint8_t *bytes, CFIndex numBytes, UniChar *characters, CFIndex maxCharLen, CFIndex *usedCharLen) argument
650 CFStringEncodingUnicodeToBytes(uint32_t encoding, uint32_t flags, const UniChar *characters, CFIndex numChars, CFIndex *usedCharLen, uint8_t *bytes, CFIndex maxByteLen, CFIndex *usedByteLen) argument
811 CFStringEncodingBytesToUnicode(uint32_t encoding, uint32_t flags, const uint8_t *bytes, CFIndex numBytes, CFIndex *usedByteLen, UniChar *characters, CFIndex maxCharLen, CFIndex *usedCharLen) argument
860 CFStringEncodingCharLengthForBytes(uint32_t encoding, uint32_t flags, const uint8_t *bytes, CFIndex numBytes) argument
[all...]
H A DCFUniChar.c190 static bool __CFUniCharLoadBytesFromFile(const char *fileName, const void **bytes, int64_t *fileSize) { argument
192 static bool __CFUniCharLoadBytesFromFile(const wchar_t *fileName, const void **bytes, int64_t *fileSize) {
203 *bytes = NULL;
219 *bytes = MapViewOfFileEx(mappingHandle, FILE_MAP_READ, 0, 0, 0, 0);
224 if (0 == VirtualQueryEx(mappingHandle, *bytes, &memoryInfo, sizeof(memoryInfo))) {
233 return (*bytes ? true : false);
241 if (fstat(fd, &statBuf) < 0 || (*bytes = mmap(0, statBuf.st_size, PROT_READ, MAP_PRIVATE, fd, 0)) == (void *)-1) {
256 static bool __CFUniCharLoadFile(const char *bitmapName, const void **bytes, int64_t *fileSize) { argument
258 static bool __CFUniCharLoadFile(const wchar_t *bitmapName, const void **bytes, int64_t *fileSize) {
263 *bytes
307 __CFSimpleFileSizeVerification(const void *bytes, int64_t fileSize) argument
310 __CFSimpleFileSizeVerification(const void *bytes, int64_t fileSize) argument
312 __CFSimpleFileSizeVerification(const void *bytes, int64_t fileSize) argument
371 const void *bytes; local
691 const void *bytes; local
1205 const void *bytes; local
[all...]
H A DCFStringEncodingConverterPriv.h43 extern CFIndex __CFStringEncodingPlatformUnicodeToBytes(uint32_t encoding, uint32_t flags, const UniChar *characters, CFIndex numChars, CFIndex *usedCharLen, uint8_t *bytes, CFIndex maxByteLen, CFIndex *usedByteLen);
44 extern CFIndex __CFStringEncodingPlatformBytesToUnicode(uint32_t encoding, uint32_t flags, const uint8_t *bytes, CFIndex numBytes, CFIndex *usedByteLen, UniChar *characters, CFIndex maxCharLen, CFIndex *usedCharLen);
45 extern CFIndex __CFStringEncodingPlatformCharLengthForBytes(uint32_t encoding, uint32_t flags, const uint8_t *bytes, CFIndex numBytes);
/macosx-10.9.5/Security-55471.14.18/sec/Security/
H A DSecOTRFullIdentity.c195 OSStatus SecOTRFICreatePrivateKeyReadPersistentRef(const uint8_t **bytes, size_t *size, SecKeyRef* privateKey) argument
201 require_noerr_quiet(readSize(bytes, size, &dataSize), fail);
205 persistentRef = CFDataCreateWithBytesNoCopy(kCFAllocatorDefault, *bytes, dataSize, kCFAllocatorNull);
212 *bytes += dataSize;
224 OSStatus SecOTRFICreateKeysFromReadPersistentRef(const uint8_t **bytes, size_t *size, SecKeyRef *publicKey, SecKeyRef* privateKey) argument
228 OSStatus status = SecOTRFICreatePrivateKeyReadPersistentRef(bytes, size, &foundKey);
248 OSStatus SecOTRFICreateKeysFromReadPersistentRefAndPublicKey(const uint8_t **bytes, size_t *size, SecKeyRef *publicKey, SecKeyRef* privateKey, SecOTRPublicKeyCreateFunction createPublic) argument
252 OSStatus status = SecOTRFICreatePrivateKeyReadPersistentRef(bytes, size, &foundKey);
256 *publicKey = (*createPublic)(NULL, bytes, size);
267 const uint8_t **bytes,size_
266 SecOTRFIInitFromV1Bytes(SecOTRFullIdentityRef newID, CFAllocatorRef allocator, const uint8_t **bytes,size_t *size) argument
284 SecOTRFIInitFromV2Bytes(SecOTRFullIdentityRef newID, CFAllocatorRef allocator, const uint8_t **bytes,size_t *size) argument
355 const uint8_t* bytes = CFDataGetBytePtr(data); local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DCacheFile.java94 @param bytes
100 public void setMaximumSize(final long bytes) argument
103 mpf.set_maxsize(bytes);
/macosx-10.9.5/CommonCrypto-60049/libcn/
H A Dadler32.c35 uint8_t *bytes = (uint8_t *) in; local
38 a = (a + bytes[i]) % adler_mod_value;
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/random/unix/
H A Dsha2_glue.c28 apr_size_t bytes)
30 apr__SHA256_Update(h->data,data,bytes);
27 sha256_add(apr_crypto_hash_t *h,const void *data, apr_size_t bytes) argument
/macosx-10.9.5/apr-30/apr/apr/random/unix/
H A Dsha2_glue.c12 apr_size_t bytes)
14 apr__SHA256_Update(h->data,data,bytes);
11 sha256_add(apr_crypto_hash_t *h,const void *data, apr_size_t bytes) argument
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Daout-cris.c223 struct reloc_ext_external *bytes,
233 cache_ptr->address = (GET_SWORD (abfd, bytes->r_address));
236 r_index = (bytes->r_index[2] << 16)
237 | (bytes->r_index[1] << 8)
238 | bytes->r_index[0];
239 r_extern = (0 != (bytes->r_type[0] & RELOC_EXT_BITS_EXTERN_LITTLE));
240 r_type = ((bytes->r_type[0]) >> RELOC_EXT_BITS_TYPE_SH_LITTLE)
267 MOVE_ADDRESS (GET_SWORD (abfd, bytes->r_addend));
222 swap_ext_reloc_in(bfd *abfd, struct reloc_ext_external *bytes, arelent *cache_ptr, asymbol **symbols, bfd_size_type symcount) argument
/macosx-10.9.5/hfs-226.1.1/hfs_japanese/hfs_japanese.kmodproj/
H A DCFStub.h68 UInt32 numChars, UInt8 *bytes, UInt32 maxByteLen, UInt32 *usedByteLen);
70 extern UInt32 __CFFromMacJapanese(UInt32 flags, const UInt8 *bytes, UInt32 numBytes,
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/saslauthd/
H A Dcache.h145 unsigned int bytes; member in struct:stats
151 unsigned int bytes; member in struct:mm_ctl
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Modules/
H A D_CoreFoundation_CFBitVector.m24 void* bytes;
34 r = PyObjC_PythonToCArray(NO, NO, "z", py_bytes, &bytes, &byteCount, &buf);
43 vector = CFBitVectorCreate(allocator, bytes, count);
45 PyObjC_FreeCArray(r, bytes);
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dbytestriebuilder.cpp29 * Note: This builder implementation stores (bytes, value) pairs with full copies
81 // If the stringOffset is negative, then the first two strings bytes contain
83 // (Compared with a stringLength field here, this saves 3 bytes per string for most strings.)
96 // Too long: We store the length in 1 or 2 bytes.
129 bytes(NULL), bytesCapacity(0), bytesLength(0) {
142 uprv_free(bytes);
195 newTrie=new BytesTrie(bytes, bytes+(bytesCapacity-bytesLength));
199 bytes=NULL; // The new trie now owns the array.
211 result.set(bytes
338 BTLinearMatchNode(const char *bytes, int32_t len, Node *nextNode) argument
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Modules/
H A D_Foundation_data.m3 * -bytes
15 const void* bytes;
29 bytes = objc_msgSendSuper(&super,
37 bytes = NULL;
41 if (bytes == NULL && PyErr_Occurred()) return NULL;
43 result = PyBuffer_FromMemory((void*)bytes, bytes_len);
124 void* bytes;
138 bytes = objc_msgSendSuper(&super,
145 bytes = NULL;
149 if (bytes
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DPersistKeyBinding.java66 * Binds bytes to an object for use by PersistComparator as well as
69 Object bytesToObject(byte[] bytes, int offset, int length) { argument
70 return readKey(keyFormat, catalog, bytes, offset, length, rawAccess);
74 * Binds bytes to an object for use by PersistComparator as well as
79 byte[] bytes,
84 (catalog, rawAccess, null, 0, bytes, offset, length);
77 readKey(Format keyFormat, Catalog catalog, byte[] bytes, int offset, int length, boolean rawAccess) argument
/macosx-10.9.5/CommonCrypto-60049/lib/
H A DCommonRandomPriv.h29 uint8_t *bytes; member in struct:devrandom_t
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dtestutil.h30 static UnicodeString hex(const uint8_t* bytes, int32_t len);
/macosx-10.9.5/SmartcardCCID-55005/ccid/ccid/src/
H A Dccid_usb.h44 unsigned char *bytes, unsigned int size);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86MachineFunctionInfo.h33 /// stack frame in bytes.
36 /// BytesToPopOnReturn - Number of bytes function pops on return (in addition
44 /// TailCallReturnAddrDelta - The number of bytes by which return address
66 /// ArgumentStackSize - The number of bytes on stack consumed by the arguments
106 void setCalleeSavedFrameSize(unsigned bytes) { CalleeSavedFrameSize = bytes; } argument
109 void setBytesToPopOnReturn (unsigned bytes) { BytesToPopOnReturn = bytes;} argument
/macosx-10.9.5/ntp-88/lib/isc/include/isc/
H A Dmd5.h32 * To compute the message digest of a chunk of bytes, declare an
34 * needed on buffers full of bytes, and then call MD5Final, which
53 isc_uint32_t bytes[2]; member in struct:__anon11443
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest3_typecheck.py16 self.assertIsInstance(m.selector, bytes)
17 self.assertIsInstance(m.signature, bytes)
20 self.assertIsInstance(meta['retval']['type'], bytes)
22 self.assertIsInstance(a['type'], bytes)
/macosx-10.9.5/BerkeleyDB-21/db/os_windows/
H A Dos_truncate.c52 u_int32_t mbytes, bytes; local
56 __os_ioinfo(env, NULL, fhp, &mbytes, &bytes, NULL)) != 0)
58 stat_offset = (off_t)mbytes * MEGABYTE + bytes;

Completed in 303 milliseconds

1234567891011>>