Home
last modified time | relevance | path

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

/xnu-11417.121.6/libkern/os/
H A Doverflow.h85 #define os_mul3_overflow(a, b, c, res) __os_warn_unused(__extension__({ \ macro
/xnu-11417.121.6/bsd/net/
H A Dtrie_utility.c151os_mul3_overflow(sizeof(*new_trie->child_maps), CHILD_MAP_SIZE, (size_t)maps_count, &child_maps_me… in net_trie_init()
224os_mul3_overflow(sizeof(*new_trie->child_maps), CHILD_MAP_SIZE, (size_t)child_maps_count, &test_ch… in net_trie_init_with_mem()
/xnu-11417.121.6/bsd/netinet/
H A Dflow_divert.c3118os_mul3_overflow(sizeof(*new_trie.child_maps), CHILD_MAP_SIZE, (size_t)maps_count, &child_maps_mem… in flow_divert_handle_app_map_create()