Home
last modified time | relevance | path

Searched refs:HDF_MIN_MAP_SIZE (Results 1 - 1 of 1) sorted by relevance

/drivers/hdf_core/framework/utils/src/
H A Dhdf_map.c27 #define HDF_MIN_MAP_SIZE 8 macro
170 if (MapResize(map, HDF_MIN_MAP_SIZE) != HDF_SUCCESS) { in MapSet()
176 uint32_t size = (map->bucketSize < HDF_MIN_MAP_SIZE) ? HDF_MIN_MAP_SIZE : \ in MapSet()

Completed in 1 milliseconds