Searched refs:MAXSIZE (Results 1 – 6 of 6) sorted by relevance
58 #define MAXSIZE 10*K_1 macro111 if (csize > MAXSIZE) {114 MAXSIZE);215 char mondobuf[MAXSIZE]; in dotest()217 nchunks = MAXSIZE / csize; in dotest()249 bfill(mondobuf, 0, MAXSIZE); in dotest()
14 MAXSIZE = 200*1024 # Files this big must be binaries and are skipped. variable70 if st[ST_SIZE] >= MAXSIZE: return 1
106 #define MAXSIZE ((~(size_t)0) >> 1) macro114 else if (l + lsep < l || l + lsep >= MAXSIZE / n) /* may overflow? */ in str_rep()
424 MAXSIZE = 6425 queue = self.Queue(maxsize=MAXSIZE)437 self.assertEqual(queue_full(queue, MAXSIZE), False)450 self.assertEqual(queue_full(queue, MAXSIZE), True)477 self.assertEqual(queue_full(queue, MAXSIZE), False)
1020 Return zero when the section headers do not fit within MAXSIZE.