Searched refs:bytePtr (Results 1 - 17 of 17) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/include/security_comcryption/
H A DcomcryptPriv.h437 unsigned char *bytePtr = &cp[index>>3]; \
439 *bytePtr |= bit; \
442 *bytePtr &= ~bit; \
/macosx-10.9.5/Security-55471.14.18/libsecurity_comcryption/lib/
H A DcomcryptPriv.h437 unsigned char *bytePtr = &cp[index>>3]; \
439 *bytePtr |= bit; \
442 *bytePtr &= ~bit; \
/macosx-10.9.5/IOKitUser-907.100.13/hid.subproj/
H A DIOHIDValue.c49 uint8_t * bytePtr; member in struct:__IOHIDValue
149 event->bytePtr = pEventStruct->longValue;
221 event->bytePtr = (uint8_t *)bytes;
321 return event->bytePtr ? event->bytePtr : event->bytes;
/macosx-10.9.5/IOFireWireIP-226.4/KernelSource/IOKit/
H A DIOFireWireIP.cpp933 UInt8 *bytePtr; local
960 bytePtr = (UInt8*)mbuf_data(m);
974 IOLog("%02X", (unsigned char)bytePtr[index]) ;
986 UInt8 *bytePtr; local
988 bytePtr = (UInt8*)pkt;
1004 IOLog("%02X", (unsigned char)bytePtr[index]) ;
/macosx-10.9.5/CF-855.17/
H A DCFURL.c820 const UInt8 *bytePtr = bytes; local
845 for ( idx = 0; (idx < numBytes) && (*bytePtr != 0); ++idx ) {
846 if ( is_pchar(*bytePtr) ) {
847 *bufBytePtr++ = *bytePtr;
851 *bufBytePtr++ = hexchars[*bytePtr >> 4];
852 *bufBytePtr++ = hexchars[*bytePtr & 0x0f];
855 ++bytePtr;
859 for ( idx = 0; (idx < numBytes) && (*bytePtr != 0); ++idx ) {
860 if ( is_pchar(*bytePtr) && (*bytePtr !
933 uint8_t *bytePtr = bytes, *currByte; local
1024 const UInt8 *bytePtr = escapedBuf; local
1366 uint8_t *bytePtr = bytes; local
3943 const UInt8 *bytePtr = escapedBuf; local
[all...]
H A DCFData.c614 uint8_t *bytePtr = (uint8_t *)CFDataGetMutableBytePtr(data); local
619 if (bytePtr && newBytes && newBytes < bytePtr + __CFDataCapacity(data) && bytePtr < newBytes + newLength) {
624 bytePtr = (uint8_t *)CFDataGetMutableBytePtr(data);
634 memmove(bytePtr + range.location + newLength, bytePtr + range.location + range.length, (len - range.location - range.length) * sizeof(uint8_t));
637 memmove(bytePtr + range.location, srcBuf, newLength * sizeof(uint8_t));
H A DCFConcreteStreams.c585 const UInt8 *bytePtr = CFDataGetBytePtr(dataCtxt->data); local
587 CFIndex bytesToCopy = bytePtr + length - dataCtxt->loc;
599 *atEOF = (dataCtxt->loc < bytePtr + length) ? FALSE : TRUE;
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/sgi/
H A Dsgi.c285 Byte *bytePtr; local
287 bytePtr = (Byte *) buffer;
290 *bytePtr = (Byte) (lwrd >> 24); bytePtr++;
291 *bytePtr = (Byte) (lwrd >> 16); bytePtr++;
292 *bytePtr = (Byte) (lwrd >> 8); bytePtr++;
293 *bytePtr = (Byte) (lwrd); bytePtr
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dicuplug.c71 uint8_t *bytePtr = (uint8_t *)list; local
80 memmove(bytePtr+(itemToRemove*memberSize), bytePtr+((itemToRemove+1)*memberSize), memberSize);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/cf/
H A DArgumentCodersCF.cpp300 const UInt8* bytePtr = CFDataGetBytePtr(data); local
302 encoder << CoreIPC::DataReference(bytePtr, length);
/macosx-10.9.5/hfs-226.1.1/fsck_hfs/dfalib/
H A DSUtils.c524 UInt8* bytePtr; local
534 bytePtr = (UInt8 *) start;
538 *bytePtr++ = zero; // clear one byte at a time
550 bytePtr = (UInt8 *) start;
554 *bytePtr++ = zero; // clear one byte at a time
577 bytePtr = (UInt8 *) ((UInt32) dataPtr + (UInt32) length - 1); // point to last byte
583 *bytePtr-- = zero; // clear one byte at a time
/macosx-10.9.5/IOKitTools-89.1.1/ioreg.tproj/
H A Dioreg.c1678 char * bytePtr; local
1697 bytePtr = (char *)avail_slots + sizeof(UInt32);
1716 println(" %02lu: %s", (unsigned long)count, bytePtr);
1717 bytePtr += strlen(bytePtr) + 1; // advance to next string
/macosx-10.9.5/Security-55471.14.18/include/security_cryptkit/
H A DCryptKitDER.cpp115 unsigned char *bytePtr, // points to MS byte
118 unsigned char *outp = bytePtr + numBytes - 1;
114 twosComplement( unsigned char *bytePtr, unsigned numBytes) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/lib/
H A DCryptKitDER.cpp115 unsigned char *bytePtr, // points to MS byte
118 unsigned char *outp = bytePtr + numBytes - 1;
114 twosComplement( unsigned char *bytePtr, unsigned numBytes) argument
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/generic/
H A DjkCanvSpeg.c1468 unsigned char *linePtr, *bytePtr; local
1556 bytePtr = linePtr;
1592 *bytePtr = (unsigned char) pixelmap[c];
1594 *bytePtr = (unsigned char) c;
1601 bytePtr -= bytesPerLine;
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclInt.h2546 * to a copy of the "len" bytes starting at "bytePtr". This code
2553 * char *bytePtr, int len));
2557 #define TclInitStringRep(objPtr, bytePtr, len) \
2563 memcpy((VOID *) (objPtr)->bytes, (VOID *) (bytePtr), \
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclInt.h3524 * copy of the "len" bytes starting at "bytePtr". This code works even if the
3529 * MODULE_SCOPE void TclInitStringRep(Tcl_Obj *objPtr, char *bytePtr, int len);
3536 #define TclInitStringRep(objPtr, bytePtr, len) \
3542 memcpy((void *) (objPtr)->bytes, (void *) (bytePtr), \

Completed in 420 milliseconds