Home
last modified time | relevance | path

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

/aosp_15_r20/external/bcc/libbpf-tools/
H A Dcapable.bpf.c29 struct unique_key { struct
30 int cap;
31 u32 tgid;
32 u64 cgroupid;
/aosp_15_r20/external/swiftshader/src/Reactor/
H A DLLVMJIT.cpp818 static std::atomic<uint64_t> unique_key{ 0 }; in __anonc2fb15830b02() local
825 static std::atomic<uint64_t> unique_key{ 0 }; in __anonc2fb15830c02() local
/aosp_15_r20/external/pytorch/torch/csrc/dynamo/
H A 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
/aosp_15_r20/trusty/user/base/lib/hwkey/rust/src/
Dlib.rs452 pub fn unique_key(mut self) -> Self { in unique_key() method
/aosp_15_r20/external/fonttools/Lib/fontTools/misc/
H A DbezierTools.py1359 unique_key = lambda ts: (int(ts[0] / precision), int(ts[1] / precision)) function
/aosp_15_r20/external/pytorch/test/
H A Dtest_serialization.py844 def _test_serialization_container(self, unique_key, filecontext_lambda): argument
/aosp_15_r20/external/python/cpython3/Modules/_ctypes/
D_ctypes.c2665 unique_key(CDataObject *target, Py_ssize_t index) in unique_key() function
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/
D_ctypes.c2581 unique_key(CDataObject *target, Py_ssize_t index) in unique_key() function