Home
last modified time | relevance | path

Searched refs:MAXSIZE (Results 1 – 6 of 6) sorted by relevance

/external/ltp/testcases/kernel/mem/vmtests/
Dstack_space.c58 #define MAXSIZE 10*K_1 macro
111 if (csize > MAXSIZE) {
114 MAXSIZE);
215 char mondobuf[MAXSIZE]; in dotest()
217 nchunks = MAXSIZE / csize; in dotest()
249 bfill(mondobuf, 0, MAXSIZE); in dotest()
/external/python/cpython2/Tools/scripts/
Dxxci.py14 MAXSIZE = 200*1024 # Files this big must be binaries and are skipped. variable
70 if st[ST_SIZE] >= MAXSIZE: return 1
/external/skia/third_party/lua/src/
Dlstrlib.c106 #define MAXSIZE ((~(size_t)0) >> 1) macro
114 else if (l + lsep < l || l + lsep >= MAXSIZE / n) /* may overflow? */ in str_rep()
/external/syslinux/com32/lua/src/
Dlstrlib.c106 #define MAXSIZE ((~(size_t)0) >> 1) macro
114 else if (l + lsep < l || l + lsep >= MAXSIZE / n) /* may overflow? */ in str_rep()
/external/python/cpython2/Lib/test/
Dtest_multiprocessing.py424 MAXSIZE = 6
425 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)
/external/elfutils/libelf/
DChangeLog1020 Return zero when the section headers do not fit within MAXSIZE.