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

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dltable.c48 #define MAXASIZE (1 << MAXBITS) macro
220 if (0 < k && k <= MAXASIZE) { /* is `key' an appropriate array index? */
/freebsd-13-stable/contrib/lua/src/
H A Dltable.c43 ** MAXABITS is the largest integer such that MAXASIZE fits in an
50 ** MAXASIZE is the maximum size of the array part. It is the minimum
54 #define MAXASIZE luaM_limitN(1u << MAXABITS, TValue) macro
289 if (l_castS2U(k) - 1u < MAXASIZE) /* 'k' in [1, MAXASIZE]? */
/freebsd-13-stable/libexec/ftpd/
H A Dftpcmd.y1060 #define MAXASIZE 10240 /* Deny ASCII SIZE on files larger than that */
1615 } else if (stbuf.st_size > MAXASIZE) {

Completed in 170 milliseconds