Searched refs:MapHashIdx (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/utils/src/ |
H A D | hdf_map.c | 46 static uint32_t MapHashIdx(const Map *map, uint32_t hash) in MapHashIdx() function 56 uint32_t idx = MapHashIdx(map, node->hash); in MapAddNode() 147 uint32_t idx = MapHashIdx(map, hash); in MapSet() 202 idx = MapHashIdx(map, hash); in MapGet() 228 idx = MapHashIdx(map, hash); in MapErase()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/utils/src/ |
H A D | lnn_map.c | 50 static int32_t MapHashIdx(const Map *map, uint32_t hash) in MapHashIdx() function 60 int32_t idx = MapHashIdx(map, node->hash); in MapAddNode() 154 int32_t idx = MapHashIdx(map, hash); in LnnMapSet() 215 int32_t idx = MapHashIdx(map, hash); in LnnMapGet() 247 int32_t idx = MapHashIdx(map, hash); in LnnMapErase()
|