Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DLLVMJIT.cpp767 static std::atomic<uint64_t> unique_key{ 0 }; in __anon2de977520902() local
768 rr::DebugInfo::NotifyObjectEmitted(unique_key++, obj, l); in __anon2de977520902()
774 static std::atomic<uint64_t> unique_key{ 0 }; in __anon2de977520a02() local
775 rr::DebugInfo::NotifyObjectEmitted(unique_key++, obj, l); in __anon2de977520a02()
/external/python/cffi/c/
D_cffi_backend.c4590 const void *unique_key[], long keylength) in get_unique_type() argument
4614 memcpy(pkey, unique_key, keylength * sizeof(void *)); in get_unique_type()
4739 const void *unique_key[1]; in new_primitive_type() local
4819 unique_key[0] = ptypes; in new_primitive_type()
4820 return get_unique_type(td, unique_key, 1); in new_primitive_type()
4842 const void *unique_key[1]; in new_pointer_type() local
4863 unique_key[0] = ctitem; in new_pointer_type()
4864 return get_unique_type(td, unique_key, 1); in new_pointer_type()
4907 const void *unique_key[2]; in new_array_type() local
4943 unique_key[0] = ctptr; in new_array_type()
[all …]
/external/fonttools/Lib/fontTools/misc/
DbezierTools.py1110 unique_key = lambda ts: (int(ts[0] / precision), int(ts[1] / precision)) function
1115 key = unique_key(ts)
/external/python/cpython3/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()
/external/python/cpython2/Modules/_ctypes/
D_ctypes.c2581 unique_key(CDataObject *target, Py_ssize_t index) in unique_key() function
2646 key = unique_key(target, index); in KeepRef()