Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_tracemalloc.c231 hashtable_hash_uint(const void *key_raw) in hashtable_hash_uint() argument
233 unsigned int key = (unsigned int)FROM_PTR(key_raw); in hashtable_hash_uint()