Searched refs:_BLOCKS_TO_ITEMS (Results 1 – 1 of 1) sorted by relevance
45 #define _BLOCKS_TO_ITEMS(_blocks) ((uint32_t)(_blocks) * BLOCK_ITEMS) macro65 if ((bh->items_count * 2 > _BLOCKS_TO_ITEMS(bh->blocks)) && bh->items_count < 65536) in bitmask_get_resize_items()66 return (_BLOCKS_TO_ITEMS(bh->blocks) * 2); in bitmask_get_resize_items()118 uint32_t new_blocks = _BLOCKS_TO_ITEMS(new_items); in bitmask_copy()