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

/xnu-2422.115.4/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c3668 uint32_t byte_index; local
3714 byte_index = bit_index / kBitsPerByte;
3715 curbyte = hfsmp->hfs_summary_table[byte_index];
3817 uint32_t byte_index = summarybit / kBitsPerByte; local
3818 uint8_t current_byte = hfsmp->hfs_summary_table[byte_index];
3828 hfsmp->hfs_summary_table[byte_index] = current_byte;

Completed in 20 milliseconds