Searched refs:PAR_ENTRY_NUM_PER_SECTOR (Results 1 – 2 of 2) sorted by relevance
117 #define PAR_ENTRY_NUM_PER_SECTOR 4 macro
497 for (j = 0; j < PAR_ENTRY_NUM_PER_SECTOR; j++) { in OsGPTPartitionRecognition()557 index = (tableNum % PAR_ENTRY_NUM_PER_SECTOR) ? ((tableNum / PAR_ENTRY_NUM_PER_SECTOR) + 1) : in DiskGPTPartitionRecognition()558 (tableNum / PAR_ENTRY_NUM_PER_SECTOR); in DiskGPTPartitionRecognition()