Searched refs:maxn (Results 1 – 5 of 5) sorted by relevance
24 static int maxn (lua_State *L) { in maxn() function264 {"maxn", maxn},
62 static int maxn (lua_State *L) { in maxn() function429 {"maxn", maxn},
373 @@ LUA_COMPAT_MAXN defines the function 'maxn' in the table library.
117 long i, n, maxn = (bits + 7) / 8; in cx_download() local121 for (i=n=0; n<maxn; ++n) { in cx_download()
77 long i, n, maxn = (bits + 7) >> 3; in ct_download() local81 for (i=n=0; n<maxn; ++n) { in ct_download()