Home
last modified time | relevance | path

Searched defs: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
774 static std::atomic<uint64_t> unique_key{ 0 }; in __anon2de977520a02() local
/external/fonttools/Lib/fontTools/misc/
DbezierTools.py1110 unique_key = lambda ts: (int(ts[0] / precision), int(ts[1] / precision)) function
/external/python/cffi/c/
D_cffi_backend.c4590 const void *unique_key[], long keylength) in get_unique_type()
4739 const void *unique_key[1]; in new_primitive_type() local
4842 const void *unique_key[1]; in new_pointer_type() local
4907 const void *unique_key[2]; in new_array_type() local
4951 const void *unique_key[1]; in new_void_type() local
5921 const void **unique_key; in new_function_type() local
/external/python/cpython2/Modules/_ctypes/
D_ctypes.c2581 unique_key(CDataObject *target, Py_ssize_t index) in unique_key() function
/external/python/cpython3/Modules/_ctypes/
D_ctypes.c2682 unique_key(CDataObject *target, Py_ssize_t index) in unique_key() function