HomeSort by relevance Sort by last modified time
    Searched refs:lmod (Results 1 - 8 of 8) sorted by null

  /external/lua/src/
lstring.c 84 unsigned int h = lmod(p->hash, newsize); /* new position */
156 TString **p = &tb->hash[lmod(ts->hash, tb->size)];
171 TString **list = &g->strt.hash[lmod(h, g->strt.size)];
184 list = &g->strt.hash[lmod(h, g->strt.size)]; /* recompute with new size */
lobject.h 514 #define lmod(s,size) \ macro
ltable.c 58 #define hashpow2(t,n) (gnode(t, lmod((n), sizenode(t))))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lstring.c 79 unsigned int h = lmod(gco2ts(p)->hash, newsize); /* new position */
123 list = &tb->hash[lmod(h, tb->size)];
137 for (o = g->strt.hash[lmod(h, g->strt.size)];
lobject.h 577 #define lmod(s,size) \ macro
ltable.c 51 #define hashpow2(t,n) (gnode(t, lmod((n), sizenode(t))))
  /external/icu/icu4c/source/test/intltest/
tzrulets.cpp 1045 UDate lmod; local
    [all...]
  /external/error_prone/javac/
javac-9+181-r4173-1.jar 

Completed in 1403 milliseconds