Home
last modified time | relevance | path

Searched refs:round_size (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_opt_dce.c79 unsigned round_size = type_size; in midgard_opt_dead_code_eliminate_block() local
84 round_size = 32; in midgard_opt_dead_code_eliminate_block()
86 unsigned rounded = mir_round_bytemask_up(live[ins->dest], round_size); in midgard_opt_dead_code_eliminate_block()
/third_party/python/Python/
Dhashtable.c107 round_size(size_t s) in round_size() function
282 size_t new_size = round_size((size_t)(ht->nentries * HASHTABLE_REHASH_FACTOR)); in hashtable_rehash()
/third_party/boost/boost/interprocess/detail/
Dmanaged_multi_shared_memory.hpp309 size = void_pointer::round_size(size); in priv_open_or_create()
Dintersegment_ptr.hpp208 static std::size_t round_size(std::size_t orig_size) in round_size() function