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

/macosx-10.10/WebCore-7600.1.25/platform/audio/ipp/
H A DFFTFrameIPP.cpp85 unsigned numberOfBytes = sizeof(float) * m_FFTSize; local
86 memcpy(realData(), frame.realData(), numberOfBytes); local
87 memcpy(imagData(), frame.imagData(), numberOfBytes); local
/macosx-10.10/xnu-2782.1.97/libkern/libkern/c++/
H A DOSNumber.h241 * @function numberOfBytes
252 virtual unsigned int numberOfBytes() const;
/macosx-10.10/WebCore-7600.1.25/platform/text/enchant/
H A DTextCheckerEnchant.cpp70 int numberOfBytes = static_cast<int>(g_utf8_offset_to_pointer(string, end) - startPtr); local
73 if (!enchant_dict_check(dictionary, startPtr, numberOfBytes)) {
/macosx-10.10/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/WebCore-7600.1.25/platform/graphics/texmap/
H A DTextureMapper.h87 inline int numberOfBytes() const { return size().width() * size().height() * bpp() >> 3; } function in class:WebCore::BitmapTexture
/macosx-10.10/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/xnu-2782.1.97/bsd/hfs/hfscommon/headers/
H A DFileMgrInternal.h287 size_t numberOfBytes,
/macosx-10.10/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/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/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/xnu-2782.1.97/iokit/Kernel/
H A DIOUserClient.cpp2475 len = off->numberOfBytes();

Completed in 315 milliseconds