Searched refs:numberOfBytes (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/libkern/libkern/c++/
H A DOSNumber.h241 * @function numberOfBytes
252 virtual unsigned int numberOfBytes() const;
/macosx-10.10.1/xnu-2782.1.97/libkern/c++/
H A DOSNumber.cpp97 unsigned int OSNumber::numberOfBytes() const { return (size + 7) / 8; } function in class:OSNumber
/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOFramebufferPrivate.h310 IOReturn i2cRead(IOIndex bus, IOI2CBusTiming * timing, UInt8 deviceAddress, UInt8 numberOfBytes, UInt8 * data);
311 IOReturn i2cWrite(IOIndex bus, IOI2CBusTiming * timing, UInt8 deviceAddress, UInt8 numberOfBytes, UInt8 * data);
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/hfscommon/headers/
H A DFileMgrInternal.h287 size_t numberOfBytes,
/macosx-10.10.1/hfs-285/fsck_hfs/dfalib/
H A DSExtents.c424 UInt32 numberOfBytes, // number of contiguous bytes desired
427 UInt32 *availableBytes) // number of contiguous bytes (up to numberOfBytes)
495 if (temp > numberOfBytes)
496 *availableBytes = numberOfBytes; // more there than they asked for, so pin the output
421 MapFileBlockC( SVCB *vcb, SFCB *fcb, UInt32 numberOfBytes, UInt64 sectorOffset, UInt64 *startSector, UInt32 *availableBytes) argument
H A DScavenger.h1136 UInt32 numberOfBytes, // number of contiguous bytes desired
1139 UInt32 *availableBytes); // number of contiguous bytes (up to numberOfBytes)
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c495 size_t numberOfBytes, // number of contiguous bytes desired
498 size_t *availableBytes) // number of contiguous bytes (up to numberOfBytes)
571 if (tmpOff > (off_t)(numberOfBytes)) {
572 *availableBytes = numberOfBytes; // more there than they asked for, so pin the output
492 MapFileBlockC( ExtendedVCB *vcb, FCB *fcb, size_t numberOfBytes, off_t offset, daddr64_t *startSector, size_t *availableBytes) argument
/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp9682 // -> numberOfBytes number of bytes to read
9685 IOReturn IOFramebuffer::i2cRead(IOIndex bus, IOI2CBusTiming * timing, UInt8 deviceAddress, UInt8 numberOfBytes, UInt8 * data) argument
9702 for (i = 0; i < numberOfBytes; i++)
9708 if (i != (numberOfBytes - 1))
9728 // -> numberOfBytes number of bytes to write
9731 IOReturn IOFramebuffer::i2cWrite(IOIndex bus, IOI2CBusTiming * timing, UInt8 deviceAddress, UInt8 numberOfBytes, UInt8 * data) argument
9748 for (i = 0; i < numberOfBytes; i++)
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOUserClient.cpp2475 len = off->numberOfBytes();

Completed in 147 milliseconds