Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dltable.c48 #define MAXASIZE (1 << MAXBITS) macro
220 if (0 < k && k <= MAXASIZE) { /* is `key' an appropriate array index? */ in countint()