Home
last modified time | relevance | path

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

/third_party/eudev/src/shared/
H A Dhashmap.c121 #define IDX_NIL UINT_MAX /* special index value meaning "none" or "end" */ macro
482 return IDX_NIL; in skip_free_buckets()
507 if (le_to->iterate_next != IDX_NIL) { in bucket_move_entry()
513 if (le_to->iterate_previous != IDX_NIL) { in bucket_move_entry()
578 if (le->iterate_next != IDX_NIL) in base_remove_entry()
583 if (le->iterate_previous != IDX_NIL) in base_remove_entry()
610 if (i->idx == IDX_NIL) in hashmap_iterate_in_insertion_order()
613 if (i->idx == IDX_FIRST && h->iterate_list_head == IDX_NIL) in hashmap_iterate_in_insertion_order()
639 if (e->iterate_next != IDX_NIL) { in hashmap_iterate_in_insertion_order()
645 i->idx = IDX_NIL; in hashmap_iterate_in_insertion_order()
[all...]
/third_party/skia/third_party/externals/libwebp/src/mux/
H A Dmuxi.h90 IDX_NIL, enumerator
H A Dmuxread.c515 // Get chunk index from chunk id. Returns IDX_NIL if not found.
521 return IDX_NIL; in ChunkGetIndexFromId()

Completed in 5 milliseconds