Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dltable.c358 Table *luaH_new (lua_State *L, int narray, int nhash) { in luaH_new() argument
369 setnodevector(L, t, nhash); in luaH_new()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table_algo.c1787 uint32_t nhash; in ta_modify_chash() local
1804 nhash = hash_ent(ent, af, mlen, new_size); in ta_modify_chash()
1805 SLIST_INSERT_HEAD(&new_head[nhash], ent, next); in ta_modify_chash()
1825 nhash = hash_ent(ent, af, mlen, new_size); in ta_modify_chash()
1826 SLIST_INSERT_HEAD(&new_head[nhash], ent, next); in ta_modify_chash()
3702 uint32_t nhash; in ta_modify_fhash() local
3714 nhash = hash_flow_ent(ent, mi->size); in ta_modify_fhash()
3715 SLIST_INSERT_HEAD(&new_head[nhash], ent, next); in ta_modify_fhash()