Home
last modified time | relevance | path

Searched refs:load_none (Results 1 – 6 of 6) 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/llvm-project/mlir/test/Conversion/SPIRVToLLVM/
Dmemory-ops-to-llvm.mlir82 // CHECK-LABEL: @load_none
83 spv.func @load_none() "None" {
/external/python/cpython2/Lib/
Dpickle.py905 def load_none(self): member in Unpickler
907 dispatch[NONE] = load_none
/external/python/cpython3/Lib/
Dpickle.py1256 def load_none(self): member in _Unpickler
1258 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.c5152 load_none(UnpicklerObject *self) in load_none() function
6922 OP(NONE, load_none) in load()