Searched refs:MAXSIZE (Results 1 – 9 of 9) sorted by relevance
42 #define MAXSIZE 65536 /* Everyting will be smaller than this, most 1000x smaller */ macro71 len = MAXSIZE; in read_file()140 char buffer[MAXSIZE]; in unix_to_efi()141 char efi[MAXSIZE]; in unix_to_efi()170 char buffer[MAXSIZE]; in efi_to_unix()171 char dpbuf[MAXSIZE]; in efi_to_unix()194 char buffer[MAXSIZE]; in format()220 char buffer[MAXSIZE]; in parse()225 dplen = MAXSIZE; in parse()
36 enum { MAXSIZE = 24 }; enumerator40 unsigned char constant[MAXSIZE];42 unsigned char key[MAXSIZE];43 unsigned char res[MAXSIZE];95 key.keyvalue.length = MAXSIZE; in main()
35 enum { MAXSIZE = 24 }; enumerator40 unsigned char res[MAXSIZE];96 unsigned char data[MAXSIZE]; in main()
36 enum { MAXSIZE = 24 }; enumerator42 unsigned char res[MAXSIZE];
46 #define MAXSIZE (1024 * 1024) macro63 (uint64_t)(left > MAXSIZE ? MAXSIZE : left)); in cap_random_buf()103 if (size == 0 || size > MAXSIZE) in random_command()
39 enum { MAXSIZE = 26 }; enumerator46 } vals[MAXSIZE];
48 #define MAXSIZE \ macro128 else if (l + lsep < l || l + lsep > MAXSIZE / n) /* may overflow? */ in str_rep()1200 } while (digit(**fmt) && a <= ((int)MAXSIZE - 9)/10);1443 luaL_argcheck(L, totalsize <= MAXSIZE - size, 1,
135 #define MAXSIZE ((~(size_t)0) >> 1) macro143 else if (l + lsep < l || l + lsep >= MAXSIZE / n) /* may overflow? */ in str_rep()
1028 #define MAXSIZE 4096 macro1048 if (size > MAXSIZE) in get_string()1049 size = MAXSIZE; in get_string()1067 if (totalsize < MAXSIZE && max == 0) { in get_string()1068 size = MAXSIZE - totalsize; in get_string()