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

/freebsd-13-stable/contrib/lua/src/
H A Dltable.c136 static Node *mainposition (const Table *t, int ktt, const Value *kvl) { argument
139 return hashint(t, ivalueraw(*kvl));
141 return hashmod(t, l_hashfloat(fltvalueraw(*kvl)));
143 return hashstr(t, tsvalueraw(*kvl));
145 return hashpow2(t, luaS_hashlongstr(tsvalueraw(*kvl)));
151 return hashpointer(t, pvalueraw(*kvl));
153 return hashpointer(t, fvalueraw(*kvl));
155 return hashpointer(t, gcvalueraw(*kvl));

Completed in 70 milliseconds