Searched refs:t_split (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/ipp/ipgpc/
H A Dtrie.c41 static void t_split(node_t **, uint8_t, uint8_t);
73 * t_split(c_node, pos, key_len)
80 * when t_split returns, c_node->one and c_node->zero must != NULL
121 t_split(node_t **c_node, uint8_t pos, uint8_t key_len) function
241 t_split(&c_node, (pos - 1), key_len);
257 t_split(&c_node, (pos - 1), key_len);
273 t_split(&c_node, (pos - 1), key_len);

Completed in 95 milliseconds