Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dltable.c47 #define MAXASIZE (1 << MAXBITS) macro
219 if (0 < k && k <= MAXASIZE) { /* is `key' an appropriate array index? */ in countint()
/freebsd/contrib/lua/src/
H A Dltable.c54 #define MAXASIZE luaM_limitN(1u << MAXABITS, TValue) macro
319 if (l_castS2U(k) - 1u < MAXASIZE) /* 'k' in [1, MAXASIZE]? */ in arrayindex()
/freebsd/libexec/ftpd/
H A Dftpcmd.y1049 #define MAXASIZE 10240 /* Deny ASCII SIZE on files larger than that */
1604 } else if (stbuf.st_size > MAXASIZE) {