Searched refs:hashmap_index (Results 1 – 14 of 14) sorted by relevance
2034 ix = hashmap_index(hx); in erts_hashmap_get()2113 ix = hashmap_index(hx); in erts_hashmap_insert_down()2121 ix = hashmap_index(hx); in erts_hashmap_insert_down()2150 ix = hashmap_index(hx); in erts_hashmap_insert_down()2186 ix = hashmap_index(hx); in erts_hashmap_insert_down()2187 cix = hashmap_index(chx); in erts_hashmap_insert_down()2194 ix = hashmap_index(hx); in erts_hashmap_insert_down()2195 cix = hashmap_index(chx); in erts_hashmap_insert_down()2372 ix = hashmap_index(hx); in hashmap_delete()2380 ix = hashmap_index(hx); in hashmap_delete()[all …]
179 #define hashmap_index(hash) (((Uint32)hash) & 0xf) macro
2024 ix = hashmap_index(hx); in erts_hashmap_get()2106 ix = hashmap_index(hx); in erts_hashmap_insert_down()2114 ix = hashmap_index(hx); in erts_hashmap_insert_down()2143 ix = hashmap_index(hx); in erts_hashmap_insert_down()2179 ix = hashmap_index(hx); in erts_hashmap_insert_down()2180 cix = hashmap_index(chx); in erts_hashmap_insert_down()2187 ix = hashmap_index(hx); in erts_hashmap_insert_down()2188 cix = hashmap_index(chx); in erts_hashmap_insert_down()2365 ix = hashmap_index(hx); in hashmap_delete()2373 ix = hashmap_index(hx); in hashmap_delete()[all …]
2028 ix = hashmap_index(hx); in erts_hashmap_get()2110 ix = hashmap_index(hx); in erts_hashmap_insert_down()2118 ix = hashmap_index(hx); in erts_hashmap_insert_down()2147 ix = hashmap_index(hx); in erts_hashmap_insert_down()2183 ix = hashmap_index(hx); in erts_hashmap_insert_down()2184 cix = hashmap_index(chx); in erts_hashmap_insert_down()2191 ix = hashmap_index(hx); in erts_hashmap_insert_down()2192 cix = hashmap_index(chx); in erts_hashmap_insert_down()2369 ix = hashmap_index(hx); in hashmap_delete()2377 ix = hashmap_index(hx); in hashmap_delete()[all …]
2341 ix = hashmap_index(hx); in erts_hashmap_get()2434 ix = hashmap_index(hx); in erts_hashmap_insert_down()2442 ix = hashmap_index(hx); in erts_hashmap_insert_down()2470 ix = hashmap_index(hx); in erts_hashmap_insert_down()2505 ix = hashmap_index(hx); in erts_hashmap_insert_down()2506 cix = hashmap_index(chx); in erts_hashmap_insert_down()2513 ix = hashmap_index(hx); in erts_hashmap_insert_down()2514 cix = hashmap_index(chx); in erts_hashmap_insert_down()2743 ix = hashmap_index(hx); in hashmap_delete()2751 ix = hashmap_index(hx); in hashmap_delete()[all …]
180 #define hashmap_index(hash) (((Uint32)hash) & 0xf) macro