Searched refs:nhash (Results 1 – 2 of 2) sorted by relevance
83 ps_sd **nhash; in hash_split() local88 nhash = mm_calloc(data->mm, nmax + 1, sizeof(*data->hash)); in hash_split()90 if (!nhash) { in hash_split()99 ps->next = nhash[ps->hv & nmax]; in hash_split()100 nhash[ps->hv & nmax] = ps; in hash_split()105 data->hash = nhash; in hash_split()
1555 static Table*luaH_new(lua_State*L,int narray,int nhash){1565 setnodevector(L,t,nhash);
Completed in 24 milliseconds