Searched refs:hintIndex (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/IOStorageFamily-172/
H A DIOFDiskPartitionScheme.cpp479 char hintIndex[5]; local
481 snprintf(hintIndex, sizeof(hintIndex), "0x%02X", partition->systid & 0xFF);
483 partitionHint = hintIndex;
493 hintValue = OSDynamicCast(OSString, hintTable->getObject(hintIndex));
/macosx-10.9.5/IOCDStorageFamily-51/
H A DIOCDPartitionScheme.cpp719 char hintIndex[5]; local
722 snprintf(hintIndex, sizeof(hintIndex), "0x%02X", partitionBlockType & 0xFF);
724 hintValue = OSDynamicCast(OSString, hintTable->getObject(hintIndex));
/macosx-10.9.5/dyld-239.4/src/
H A DImageLoaderMachOClassic.h100 const struct dylib_table_of_contents toc[], uint32_t symbolCount, uint32_t hintIndex) const;
H A DImageLoaderMachOClassic.cpp857 const struct dylib_table_of_contents toc[], uint32_t symbolCount, uint32_t hintIndex) const
860 int32_t mid = hintIndex;

Completed in 282 milliseconds