Searched refs:LOOKUP_BLOCK_SIZE (Results 1 – 5 of 5) sorted by relevance
22 #define LOOKUP_BLOCK_SIZE (1 << LOOKUP_BLOCK_ORDER) macro
19 #define LOOKUP_BLOCK_SIZE (1 << LOOKUP_BLOCK_ORDER) macro
161 idx = (ip - LOOKUP_START_IP) / LOOKUP_BLOCK_SIZE; in orc_find()295 num_entries, LOOKUP_START_IP + (LOOKUP_BLOCK_SIZE * i)); in unwind_init()
209 idx = (ip - LOOKUP_START_IP) / LOOKUP_BLOCK_SIZE; in orc_find()343 LOOKUP_START_IP + (LOOKUP_BLOCK_SIZE * i)); in unwind_init()
834 . += (((text_size + LOOKUP_BLOCK_SIZE - 1) / \835 LOOKUP_BLOCK_SIZE) + 1) * 4; \