Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/misc/
DbezierTools.py1104 unique_key = lambda ts: (int(ts[0] / precision), int(ts[1] / precision)) function
/external/swiftshader/src/Reactor/
DLLVMJIT.cpp717 static std::atomic<uint64_t> unique_key{ 0 }; in __anon29c604b40a02() local
/external/python/cffi/c/
D_cffi_backend.c4360 const void *unique_key[], long keylength) in get_unique_type()
4509 const void *unique_key[1]; in new_primitive_type() local
4612 const void *unique_key[1]; in new_pointer_type() local
4677 const void *unique_key[2]; in new_array_type() local
4721 const void *unique_key[1]; in new_void_type() local
5636 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.c2685 unique_key(CDataObject *target, Py_ssize_t index) in unique_key() function