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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lstring.c 22 ** Lua will use at most ~(2^LUAI_HASHLIMIT) bytes from a string to
25 #if !defined(LUAI_HASHLIMIT)
26 #define LUAI_HASHLIMIT 5
54 size_t step = (l >> LUAI_HASHLIMIT) + 1;
  /external/syslinux/com32/lua/src/
lstring.c 22 ** Lua will use at most ~(2^LUAI_HASHLIMIT) bytes from a string to
25 #if !defined(LUAI_HASHLIMIT)
26 #define LUAI_HASHLIMIT 5
54 size_t step = (l >> LUAI_HASHLIMIT) + 1;

Completed in 148 milliseconds