Home
last modified time | relevance | path

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

/third_party/eudev/src/shared/
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/flutter/skia/third_party/externals/libwebp/src/mux/
Dmuxi.h90 IDX_NIL, enumerator
Dmuxread.c525 return IDX_NIL; in ChunkGetIndexFromId()
/third_party/skia/third_party/externals/libwebp/src/mux/
Dmuxi.h90 IDX_NIL, enumerator
Dmuxread.c521 return IDX_NIL; in ChunkGetIndexFromId()