Home
last modified time | relevance | path

Searched refs:maxdata (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Tools/unicode/
H A Dmakeunicodedata.py1289 maxdata = max(data)
1290 if maxdata < 256:
1292 elif maxdata < 65536:
/third_party/python/Lib/test/
H A Dtest_socket.py3755 def checkTruncatedArray(self, ancbuf, maxdata, mindata=0):
3757 # mindata and maxdata bytes when received with buffer size
3773 self.assertLessEqual(len(cmsg_data), maxdata)
3780 self.checkTruncatedArray(ancbuf=socket.CMSG_LEN(0), maxdata=0)
3786 self.checkTruncatedArray(ancbuf=socket.CMSG_LEN(0) + 1, maxdata=1)
3793 maxdata=SIZEOF_INT)
3800 maxdata=(2 * SIZEOF_INT) - 1)
H A Dtest_shutil.py164 # The second word of the last line in the maxdata value
165 # when 32-bit maxdata must be greater than 0x1000000 for the xz test to succeed
169 maxdata=hdrs.split("\n")[-1].split()[1]
170 return int(maxdata,16) >= 0x20000000
/third_party/elfutils/src/
H A Dreadelf.c11040 size_t maxdata = (size_t) (dataend - action_table); in print_debug_exception_table() local
11041 if (max_action > maxdata || maxdata - max_action < 1) in print_debug_exception_table()

Completed in 29 milliseconds