Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Didict.h252 # define dict_hash_mod_inline(h, s) dict_hash_mod_inline_small(h, s) macro
259 # define dict_hash_mod_inline(h, s)\ macro
267 # define dict_hash_mod_inline(h, s) dict_hash_mod_inline_large(h, s) macro