Searched refs:fAlignment (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/IOAudioFamily-200.6/
H A DIOAudioStream.cpp247 audioDebugIOLog(3, " %d: streamFormat->fAlignment = %d\n", availableFormats[formatIndex].format.fAlignment, streamFormat->fAlignment);
254 && (availableFormats[formatIndex].format.fAlignment == streamFormat->fAlignment)
713 num = OSNumber::withNumber(streamFormat->fAlignment, 8);
797 format->fAlignment = num->unsigned8BitValue();
H A DIOAudioTypes.h120 UInt8 fAlignment; member in struct:_IOAudioStreamFormat
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachOLayout.hpp75 fSize(vmsize), fFileOffset(offset), fFileSize(file_size), fAlignment(align),
88 uint64_t alignment() const { return fAlignment; }
109 uint64_t fAlignment; member in struct:MachOLayoutAbstraction::Segment

Completed in 82 milliseconds