/external/ltp/testcases/kernel/mem/vmtests/ |
D | stack_space.c | 58 #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/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/tar/ |
D | TarArchiveOutputStream.java | 584 TarConstants.MAXSIZE); in addPaxHeadersForBigNumbers() 589 TarConstants.MAXSIZE); in addPaxHeadersForBigNumbers() 610 failForBigNumber("entry size", entry.getSize(), TarConstants.MAXSIZE); in failForBigNumbers() 614 TarConstants.MAXSIZE); in failForBigNumbers() 694 if (fromModTimeSeconds < 0 || fromModTimeSeconds > TarConstants.MAXSIZE) { in transferModTime()
|
D | TarConstants.java | 98 long MAXSIZE = 077777777777L; field
|
D | TarUtils.java | 475 …al long maxAsOctalChar = length == TarConstants.UIDLEN ? TarConstants.MAXID : TarConstants.MAXSIZE; in formatLongOctalOrBinaryBytes()
|
/external/python/cpython2/Tools/scripts/ |
D | xxci.py | 14 MAXSIZE = 200*1024 # Files this big must be binaries and are skipped. variable 70 if st[ST_SIZE] >= MAXSIZE: return 1
|
/external/scapy/scapy/modules/ |
D | six.py | 52 MAXSIZE = sys.maxsize variable 62 MAXSIZE = int((1 << 31) - 1) variable 73 MAXSIZE = int((1 << 31) - 1) variable 76 MAXSIZE = int((1 << 63) - 1) variable
|
/external/python/setuptools/pkg_resources/_vendor/ |
D | six.py | 47 MAXSIZE = sys.maxsize variable 57 MAXSIZE = int((1 << 31) - 1) variable 68 MAXSIZE = int((1 << 31) - 1) variable 71 MAXSIZE = int((1 << 63) - 1) variable
|
/external/python/setuptools/setuptools/_vendor/ |
D | six.py | 47 MAXSIZE = sys.maxsize variable 57 MAXSIZE = int((1 << 31) - 1) variable 68 MAXSIZE = int((1 << 31) - 1) variable 71 MAXSIZE = int((1 << 63) - 1) variable
|
/external/python/six/ |
D | six.py | 47 MAXSIZE = sys.maxsize variable 57 MAXSIZE = int((1 << 31) - 1) variable 68 MAXSIZE = int((1 << 31) - 1) variable 71 MAXSIZE = int((1 << 63) - 1) variable
|
D | test_six.py | 48 assert isinstance(six.MAXSIZE + 23, six.integer_types) 79 six.MAXSIZE.__index__() 85 operator.mul, [None], six.MAXSIZE + 1)
|
D | CHANGES | 278 - Fix six.MAXSIZE on platforms where sizeof(long) != sizeof(Py_ssize_t).
|
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/tar/ |
D | TarUtilsTest.java | 133 checkRoundTripOctal(TarConstants.MAXSIZE); in testRoundTripOctal() 164 checkRoundTripOctalOrBinary(TarConstants.MAXSIZE, length); // will need binary format in testRoundTripOctalOrBinary()
|
/external/lua/src/ |
D | lstrlib.c | 48 #define MAXSIZE \ macro 128 else if (l + lsep < l || l + lsep > MAXSIZE / n) /* may overflow? */ in str_rep() 1189 } while (digit(**fmt) && a <= ((int)MAXSIZE - 9)/10); in getnum() 1426 luaL_argcheck(L, totalsize <= MAXSIZE - size, 1, in str_packsize()
|
/external/python/cpython2/Lib/test/ |
D | test_multiprocessing.py | 443 MAXSIZE = 6 444 queue = self.Queue(maxsize=MAXSIZE) 456 self.assertEqual(queue_full(queue, MAXSIZE), False) 469 self.assertEqual(queue_full(queue, MAXSIZE), True) 496 self.assertEqual(queue_full(queue, MAXSIZE), False)
|
/external/python/cpython3/Lib/test/ |
D | _test_multiprocessing.py | 815 MAXSIZE = 6 816 queue = self.Queue(maxsize=MAXSIZE) 828 self.assertEqual(queue_full(queue, MAXSIZE), False) 841 self.assertEqual(queue_full(queue, MAXSIZE), True) 868 self.assertEqual(queue_full(queue, MAXSIZE), False)
|
/external/python/six/documentation/ |
D | index.rst | 81 .. data:: MAXSIZE
|
/external/elfutils/libelf/ |
D | ChangeLog | 1379 Return zero when the section headers do not fit within MAXSIZE.
|