Home
last modified time | relevance | path

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

/dports/misc/urbit/urbit-urbit-0.6.0/noun/
H A Dhashtable.c189 u3_noun kov = u3h_slot_to_noun(*sot_w); in _ch_slot_put()
353 u3_noun kev = u3h_slot_to_noun(*sot_w); in _ch_trim_slot()
451 u3_noun kev = u3h_slot_to_noun(sot_w); in _ch_node_hum()
487 u3_noun kev = u3h_slot_to_noun(sot_w); in u3h_hum()
539 u3_noun kev = u3h_slot_to_noun(sot_w); in _ch_node_git()
576 u3_noun kev = u3h_slot_to_noun(sot_w); in u3h_git()
644 u3_noun kev = u3h_slot_to_noun(sot_w); in _ch_node_gut()
681 u3_noun kev = u3h_slot_to_noun(sot_w); in u3h_gut()
725 u3_noun kev = u3h_slot_to_noun(sot_w); in _ch_free_node()
754 u3_noun kev = u3h_slot_to_noun(sot_w); in u3h_free()
[all …]
/dports/misc/urbit/urbit-urbit-0.6.0/include/noun/
H A Dhashtable.h84 # define u3h_slot_to_noun(sot) (0x40000000 | (sot)) macro