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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lmem.c 43 #define MINSIZEARRAY 4
57 if (newsize < MINSIZEARRAY)
58 newsize = MINSIZEARRAY; /* minimum size */
  /external/lua/src/
lmem.c 45 #define MINSIZEARRAY 4
59 if (newsize < MINSIZEARRAY)
60 newsize = MINSIZEARRAY; /* minimum size */

Completed in 219 milliseconds