Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dmap.c47 STATIC const uint16_t hash_allocation_sizes[] = { variable
55 for (size_t i = 0; i < MP_ARRAY_SIZE(hash_allocation_sizes); i++) { in get_hash_alloc_greater_or_equal_to()
56 if (hash_allocation_sizes[i] >= x) { in get_hash_alloc_greater_or_equal_to()
57 return hash_allocation_sizes[i]; in get_hash_alloc_greater_or_equal_to()

Completed in 2 milliseconds