Home
last modified time | relevance | path

Searched defs:unique_key (Results 1 – 11 of 11) sorted by relevance

/external/bcc/libbpf-tools/
Dcapable.bpf.c29 struct unique_key { struct
30 int cap;
31 u32 tgid;
32 u64 cgroupid;
/external/swiftshader/src/Reactor/
DLLVMJIT.cpp818 static std::atomic<uint64_t> unique_key{ 0 }; in __anon884bf0030b02() local
825 static std::atomic<uint64_t> unique_key{ 0 }; in __anon884bf0030c02() local
/external/pytorch/torch/csrc/dynamo/
Dguards.cpp4020 py::str unique_key("__defaults_accessor__"); in torch_c_dynamo_guards_init() local
4041 py::str unique_key("__kwdefaults_accessor__"); in torch_c_dynamo_guards_init() local
4071 py::str unique_key("__type_accessor__"); in torch_c_dynamo_guards_init() local
4091 py::str unique_key("__weakref_call_accessor__"); in torch_c_dynamo_guards_init() local
4141 py::str unique_key("__grad_accessor__"); in torch_c_dynamo_guards_init() local
4161 py::str unique_key("__generic_dict_accessor__"); in torch_c_dynamo_guards_init() local
/external/fonttools/Lib/fontTools/misc/
DbezierTools.py1359 unique_key = lambda ts: (int(ts[0] / precision), int(ts[1] / precision)) function
/external/pytorch/test/
Dtest_serialization.py844 def _test_serialization_container(self, unique_key, filecontext_lambda): argument
/external/rust/android-crates-io/crates/slotmap/src/
Ddense.rs1283 let mut unique_key = 0u32; localVariable
Dsparse_secondary.rs1646 let mut unique_key = 0u32; localVariable
Dbasic.rs1429 let mut unique_key = 0u32; localVariable
Dsecondary.rs1698 let mut unique_key = 0u32; localVariable
Dhop.rs1572 let mut unique_key = 0u32; localVariable
/external/python/cpython3/Modules/_ctypes/
D_ctypes.c2760 unique_key(CDataObject *target, Py_ssize_t index) in unique_key() function