Home
last modified time | relevance | path

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

/third_party/boost/libs/compute/perf/
Dperf_thrust_reduce_by_key.cu28 struct unique_key { struct
32 unique_key() in unique_key() argument
Dperf_bolt_reduce_by_key.cpp26 struct unique_key { struct
30 unique_key() in unique_key() argument
Dperf_reduce_by_key.cpp28 struct unique_key { struct
32 unique_key() in unique_key() argument
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMJIT.cpp725 static std::atomic<uint64_t> unique_key{ 0 }; in __anon6f5fb7130a02() local
726 rr::DebugInfo::NotifyObjectEmitted(unique_key++, obj, l); in __anon6f5fb7130a02()
/third_party/python/Modules/_ctypes/
D_ctypes.c2682 unique_key(CDataObject *target, Py_ssize_t index) in unique_key() function
2743 key = unique_key(target, index); in KeepRef()