Home
last modified time | relevance | path

Searched refs:BININT (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/
H A Dpickle.py118 BININT = b'J' # push four-byte signed int variable
766 self.write(BININT + pack("<i", obj))
1282 dispatch[BININT[0]] = load_binint
/third_party/python/Modules/
H A D_pickle.c57 BININT = 'J', enumerator
2108 pdata[0] = BININT; in save_long()
5262 /* Unlike BININT1 and BININT2, BININT (more accurately BININT4) in calc_binint()
5264 * to extend a BININT's sign bit to the full width. in calc_binint()
6878 OP(BININT, load_binint) in load()

Completed in 13 milliseconds