Searched refs:MAXSIZE (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/arc/
H A Darcstats_runtime_tuning.ksh26 log_must set_tunable64 ARC_MAX "$MAXSIZE"
35 MAXSIZE="$(get_max_arc_size)"
39 for size in $((MAXSIZE/4)) $((MAXSIZE/3)) $((MAXSIZE/2)) $MAXSIZE; do
/freebsd-13-stable/usr.sbin/efidp/
H A Defidp.c41 #define MAXSIZE 65536 /* Everyting will be smaller than this, most 1000x smaller */ macro
70 len = MAXSIZE;
139 char buffer[MAXSIZE];
140 char efi[MAXSIZE];
169 char buffer[MAXSIZE];
170 char dpbuf[MAXSIZE];
193 char buffer[MAXSIZE];
219 char buffer[MAXSIZE];
224 dplen = MAXSIZE;
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dn-fold-test.c35 enum { MAXSIZE = 24 }; enumerator in enum:__anon6800
40 unsigned char res[MAXSIZE];
96 unsigned char data[MAXSIZE];
H A Dderived-key-test.c36 enum { MAXSIZE = 24 }; enumerator in enum:__anon6776
40 unsigned char constant[MAXSIZE];
42 unsigned char key[MAXSIZE];
43 unsigned char res[MAXSIZE];
95 key.keyvalue.length = MAXSIZE;
H A Dstring-to-key-test.c36 enum { MAXSIZE = 24 }; enumerator in enum:__anon6809
42 unsigned char res[MAXSIZE];
/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dstrpftime-test.c39 enum { MAXSIZE = 26 }; enumerator in enum:__anon6831
46 } vals[MAXSIZE];
/freebsd-13-stable/contrib/lua/src/
H A Dlstrlib.c49 #define MAXSIZE \ macro
156 else if (l + lsep < l || l + lsep > MAXSIZE / n) /* may overflow? */
1423 } while (digit(**fmt) && a <= ((int)MAXSIZE - 9)/10);
1666 luaL_argcheck(L, totalsize <= MAXSIZE - size, 1,
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlstrlib.c116 #define MAXSIZE ((~(size_t)0) >> 1) macro
124 else if (l + lsep < l || l + lsep >= MAXSIZE / n) /* may overflow? */
/freebsd-13-stable/usr.bin/truss/
H A Dsyscalls.c1132 #define MAXSIZE 4096 macro
1152 if (size > MAXSIZE)
1153 size = MAXSIZE;
1171 if (totalsize < MAXSIZE && max == 0) {
1172 size = MAXSIZE - totalsize;

Completed in 182 milliseconds