Home
last modified time | relevance | path

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

/xnu-11215.61.5/libkern/kxld/
H A Dkxld_dict.c72 static kern_return_t get_insert_index(const KXLDDict *dict, const void *key,
250 rval = get_insert_index(dict, key, &idx); in kxld_dict_insert()
320 get_insert_index(const KXLDDict *dict, const void *key, u_int *r_index) in get_insert_index() function