Home
last modified time | relevance | path

Searched refs:load_none (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Modules/_ctypes/libffi/src/alpha/
Dosf.S176 $load_none:
267 .gprel32 $load_none # FFI_TYPE_VOID
271 .gprel32 $load_none # FFI_TYPE_LONGDOUBLE
280 .gprel32 $load_none # FFI_TYPE_STRUCT
/external/python/cpython2/Lib/
Dpickle.py905 def load_none(self): member in Unpickler
907 dispatch[NONE] = load_none
/external/python/cpython3/Lib/
Dpickle.py1257 def load_none(self): member in _Unpickler
1259 dispatch[NONE[0]] = load_none
/external/python/cpython2/Modules/
DcPickle.c3394 load_none(Unpicklerobject *self) in load_none() function
4739 if (load_none(self) < 0) in load()
5156 if (load_none(self) < 0) in noload()
/external/python/cpython3/Modules/
D_pickle.c5148 load_none(UnpicklerObject *self) in load_none() function
6875 OP(NONE, load_none) in load()