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

/xnu-2782.1.97/libkern/kxld/
H A Dkxld_dict.c56 USED = 1, enumerator in enum:__anon819
251 if (entry->state != USED) {
254 entry->state = USED;
295 if (entry->state == USED) {
326 while (entry->state == USED && !dict->cmp(entry->key, key)) {
385 /* Walk over the dictionary looking for USED buckets */
388 if (entry->state == USED) {

Completed in 20 milliseconds