Searched refs:ALLOCATION_TABLE_SIZE (Results 1 – 1 of 1) sorted by relevance
73 #define ALLOCATION_TABLE_SIZE (ENTRY_START_OFFSET - ALLOCATION_TABLE_OFFSET) macro75 #define MAX_BLOCK_NO (ALLOCATION_TABLE_SIZE * CHAR_BIT)179 BYTE allocation_table[ALLOCATION_TABLE_SIZE];578 for(; i<ALLOCATION_TABLE_SIZE; i++) { in cache_container_is_valid()1203 if(header->size >= ALLOCATION_TABLE_SIZE*8*BLOCKSIZE + ENTRY_START_OFFSET) { in cache_container_clean_index()