Home
last modified time | relevance | path

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

/external/lua/src/
Dltable.c483 static void exchangehashpart (Table *t1, Table *t2) { in exchangehashpart() function
519 exchangehashpart(t, &newt); /* and new hash */ in luaH_resize()
526 exchangehashpart(t, &newt); /* and hash (in case of errors) */ in luaH_resize()
535 exchangehashpart(t, &newt); /* 't' has the new hash ('newt' has the old) */ in luaH_resize()