Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_hashtable.h23 #define _Py_SLIST_HEAD(SLIST) (((_Py_slist_t *)SLIST)->head) argument
/external/cronet/net/data/fuzzer_dictionaries/
Dnet_get_domain_and_registry_fuzzer.dict260 "SLIST:"
266 "SLIST."
267 "SLIST,"
505 "SLIST"
819 "(SLIST)."
Dnet_dns_hosts_parse_fuzzer.dict271 "SLIST:"
277 "SLIST."
278 "SLIST,"
514 "SLIST"
826 "(SLIST)."
Dnet_dns_record_fuzzer.dict325 "SLIST:"
331 "SLIST."
332 "SLIST,"
568 "SLIST"
880 "(SLIST)."
Dnet_host_resolver_manager_fuzzer.dict453 "SLIST:"
463 "SLIST,"
763 "SLIST."
897 "SLIST"
1379 "(SLIST)."
/external/python/cpython3/Python/
Dhashtable.c55 #define BUCKETS_HEAD(SLIST) \ argument
56 ((_Py_hashtable_entry_t *)_Py_SLIST_HEAD(&(SLIST)))