Searched +defs:range +defs:bytes (Results 1 - 25 of 51) sorted by relevance

123

/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/bn/
H A Dbn_rand.c68 int ret=0,bit,bytes,mask; local
175 BN_rand_range(BIGNUM *r, BIGNUM *range) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/sslViewer/
H A DprintCert.c35 CFRange range = { .location = 0 }; local
101 const UInt8 *bytes = CFDataGetBytePtr(data); local
[all...]
/macosx-10.9.5/Security-55471.14.18/sec/Security/Regressions/secitem/
H A Dsi-26-applicationsigning.c191 CFRange range = { .location = 0 }; local
253 const UInt8 *bytes = CFDataGetBytePtr(data); local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/text/mac/
H A DTextCodecMac.cpp198 String TextCodecMac::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& sawError) argument
295 CFRange range local
[all...]
/macosx-10.9.5/bootp-268.1/bootplib/
H A Dcfutil.c447 my_CFStringAppendBytesAsHex(CFMutableStringRef str, const uint8_t * bytes, argument
477 CFRange range; local
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp527 IOAddressRange * range = _ranges.v64; local
635 IOBufferMemoryDescriptor::appendBytes(const void * bytes, vm_size_t withLength) argument
692 void * bytes local
[all...]
H A DIOMemoryDescriptor.cpp311 IOAddressRange range = { address, length }; local
1024 readBytes(IOByteCount offset, void *bytes, IOByteCount length) argument
[all...]
/macosx-10.9.5/CF-855.17/
H A DCFURLAccess.c282 void *bytes; local
377 CFRange range; local
436 static CFDataRef percentEscapeDecodeBuffer(CFAllocatorRef alloc, const UInt8* srcBuffer, CFRange range, Boolea argument
556 percentExpandAndTrimContentType(CFAllocatorRef alloc, CFStringRef str, CFRange range) argument
788 const void *bytes = (0 == length) ? (const void *)"" : CFDataGetBytePtr(data); local
[all...]
H A DCFBitVector.c142 CF_INLINE void __CFBitVectorValidateRange(CFBitVectorRef bv, CFRange range, const char *func) { argument
236 __CFBitVectorInit(CFAllocatorRef allocator, CFOptionFlags flags, CFIndex capacity, const uint8_t *bytes, CFIndex numBits) argument
265 CFBitVectorCreate(CFAllocatorRef allocator, const uint8_t *bytes, CFIndex numBits) argument
290 __CFBitVectorInternalMap(CFMutableBitVectorRef bv, CFRange range, __CFInternalMapper mapper, void *context) argument
341 CFBitVectorGetCountOfBit(CFBitVectorRef bv, CFRange range, CFBit value) argument
352 CFBitVectorContainsBit(CFBitVectorRef bv, CFRange range, CFBit value) argument
407 CFBitVectorGetBits(CFBitVectorRef bv, CFRange range, uint8_t *bytes) argument
419 CFBitVectorGetFirstIndexOfBit(CFBitVectorRef bv, CFRange range, CFBit value) argument
431 CFBitVectorGetLastIndexOfBit(CFBitVectorRef bv, CFRange range, CFBit value) argument
474 CFRange range = CFRangeMake(cnt, count - cnt); local
492 CFBitVectorFlipBits(CFMutableBitVectorRef bv, CFRange range) argument
507 CFBitVectorSetBits(CFMutableBitVectorRef bv, CFRange range, CFBit value) argument
526 CFRange range = CFRangeMake(nBuckets * __CF_BITS_PER_BUCKET, leftover); local
[all...]
H A DCFData.c208 CF_INLINE void __CFDataValidateRange(CFDataRef data, CFRange range, const char *func) { argument
238 const uint8_t *bytes; local
285 void *bytes = NULL; local
348 __CFDataInit(CFAllocatorRef allocator, CFOptionFlags flags, CFIndex capacity, const uint8_t *bytes, CFIndex length, CFAllocatorRef bytesDeallocator) argument
454 CFDataCreate(CFAllocatorRef allocator, const uint8_t *bytes, CFIndex length) argument
458 CFDataCreateWithBytesNoCopy(CFAllocatorRef allocator, const uint8_t *bytes, CFIndex length, CFAllocatorRef bytesDeallocator) argument
509 CFDataGetBytes(CFDataRef data, CFRange range, uint8_t *buffer) argument
523 void *bytes = NULL; local
590 CFDataAppendBytes(CFMutableDataRef data, const uint8_t *bytes, CFIndex length) argument
596 CFDataDeleteBytes(CFMutableDataRef data, CFRange range) argument
602 CFDataReplaceBytes(CFMutableDataRef data, CFRange range, const uint8_t *newBytes, CFIndex newLength) argument
[all...]
H A DCFStringEncodings.c94 CF_PRIVATE void __CFStrConvertBytesToUnicode(const uint8_t *bytes, UniChar *buffer, CFIndex numChars) { argument
114 Boolean __CFStringDecodeByteStream2(const uint8_t *bytes, UInt32 len, CFStringEncoding encoding, Boolean alwaysUnicode, CFVarWidthCharBuffer *buffer, Boolean *useClientsMemoryPtr) { argument
128 Boolean __CFStringDecodeByteStream3(const uint8_t *bytes, CFIndex len, CFStringEncoding encoding, Boolean alwaysUnicode, CFVarWidthCharBuffer *buffer, Boolean *useClientsMemoryPtr, UInt32 converterFlags) { argument
841 CFRange range = CFRangeMake(0, 0); local
842 const char *bytes = CFStringGetCStringPtr(string, __CFStringGetEightBitStringEncoding()); local
[all...]
/macosx-10.9.5/DiskArbitration-266/diskarbitrationd/
H A DDAInternal.c192 vm_address_t bytes = 0; local
196 vm_allocate( mach_task_self( ), &bytes, *length, TRUE ); local
266 CFRange range; local
468 __private_extern__ CFMutableDictionaryRef _DAUnserializeDiskDescriptionWithBytes( CFAllocatorRef allocator, vm_address_t bytes, vm_size_ argument
489 _DAUnserializeWithBytes( CFAllocatorRef allocator, vm_address_t bytes, vm_size_t length ) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_manifest/lib/
H A DAppleManifest.cpp40 static void ConvertUInt64ToBytes (UInt64 length, UInt8* bytes) argument
60 CFRange range = {location, kLengthLength}; local
/macosx-10.9.5/Security-55471.14.18/sec/Security/
H A DSecTrustSettings.c48 UInt8 *bytes; local
61 CFRange range = { 0, length }; local
/macosx-10.9.5/Security-55471.14.18/utilities/src/
H A DSecCFWrappers.h157 static inline CFDataRef CFDataCreateReferenceFromRange(CFAllocatorRef allocator, CFDataRef sourceData, CFRange range) argument
164 static inline CFDataRef CFDataCreateCopyFromRange(CFAllocatorRef allocator, CFDataRef sourceData, CFRange range) argument
241 const uint8_t *bytes = CFDataGetBytePtr(edata); local
259 const uint8_t *bytes = CFDataGetBytePtr(data); local
278 BufferPerformWithHexString(const UInt8 *bytes, CFIndex length, void (^operation)(CFStringRef dataString)) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/utilities/utilities/
H A DSecCFWrappers.h157 static inline CFDataRef CFDataCreateReferenceFromRange(CFAllocatorRef allocator, CFDataRef sourceData, CFRange range) argument
164 static inline CFDataRef CFDataCreateCopyFromRange(CFAllocatorRef allocator, CFDataRef sourceData, CFRange range) argument
241 const uint8_t *bytes = CFDataGetBytePtr(edata); local
259 const uint8_t *bytes = CFDataGetBytePtr(data); local
278 BufferPerformWithHexString(const UInt8 *bytes, CFIndex length, void (^operation)(CFStringRef dataString)) argument
[all...]
/macosx-10.9.5/eap8021x-180/EAP8021X.fproj/
H A DEAPOLControl.c867 const UInt8 * bytes; local
1046 CFRange range; local
/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexmacosx.c223 ssize_t bytes; local
434 vm_range_t range; member in struct:__anon8755
[all...]
/macosx-10.9.5/emacs-92/
H A Dunexmacosx.c223 ssize_t bytes; local
434 vm_range_t range; member in struct:__anon8785
[all...]
/macosx-10.9.5/libxml2-26/libxml2/
H A Dxpointer.c271 xmlXPtrRangeCheckOrder(xmlXPathObjectPtr range) { argument
1434 xmlXPtrBuildRangeNodeList(xmlXPathObjectPtr range) argument
2227 xmlXPathObjectPtr range; local
2359 xmlXPtrAdvanceChar(xmlNodePtr *node, int *indx, int bytes) argument
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dxpointer.c271 xmlXPtrRangeCheckOrder(xmlXPathObjectPtr range) { argument
1440 xmlXPtrBuildRangeNodeList(xmlXPathObjectPtr range) argument
2231 xmlXPathObjectPtr range; local
2363 xmlXPtrAdvanceChar(xmlNodePtr *node, int *indx, int bytes) argument
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/rpc_server/cxx/
H A Ddb_server_cxxproc.cpp1069 DB_KEY_RANGE range; local
36 __env_set_cachesize_proc( u_int dbenvcl_id, u_int32_t gbytes, u_int32_t bytes, u_int32_t ncache, __env_set_cachesize_reply *replyp) argument
/macosx-10.9.5/BerkeleyDB-21/db/tcl/
H A Dtcl_db.c186 u_int32_t bytes, gbytes, value; local
2772 DB_KEY_RANGE range; local
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Ducnvmbcs.c779 const uint8_t *stage3, *bytes; local
986 const uint32_t *range; local
994 char bytes[4]; local
1051 const uint32_t *range; local
1118 const uint8_t *bytes; local
1267 uint8_t *bytes, *p; local
2331 uint8_t *bytes; local
3001 uint8_t *bytes=cnv->toUBytes; local
3016 uint8_t *bytes=cnv->toUBytes; local
3268 const uint8_t *bytes; local
3933 const uint8_t *p, *bytes; local
[all...]
/macosx-10.9.5/IOKitTools-89.1.1/ioreg.tproj/
H A Dioreg.c1209 CFRange range = { 0, CFArrayGetCount(object) }; local
1225 const UInt8 * bytes; local
1991 const UInt8 * bytes; local
[all...]

Completed in 473 milliseconds

123