/external/libxkbcommon/src/ |
D | util-list.c | 46 assert(((elm->next == NULL && elm->prev == NULL) || list_empty(elm)) || in list_insert() 60 assert(((elm->next == NULL && elm->prev == NULL) || list_empty(elm)) || in list_append() 82 list_empty(const struct list *list) in list_empty() function
|
D | util-list.h | 47 bool list_empty(const struct list *list);
|
D | registry.c | 198 if (!list_empty(&parent->parent_field_)) \ 260 if (!list_empty(&layout->iso639s)) in rxkb_layout_get_iso639_first() 297 if (!list_empty(&layout->iso3166s)) in rxkb_layout_get_iso3166_first() 419 assert(list_empty(&ctx->models)); in rxkb_context_destroy() 423 assert(list_empty(&ctx->layouts)); in rxkb_context_destroy() 427 assert(list_empty(&ctx->option_groups)); in rxkb_context_destroy()
|
/external/blktrace/btt/ |
D | list.h | 165 static inline int list_empty(const struct list_head *head) in list_empty() function 176 return list_empty(head) ? NULL : head->next; in list_first() 212 if (!list_empty(list)) in list_splice()
|
D | inlines.h | 55 if (!list_empty(head_p)) { in update_range() 358 if (list_empty(head)) in io_first_list()
|
/external/e2fsprogs/lib/blkid/ |
D | cache.c | 129 while (!list_empty(&cache->bic_devs)) { in blkid_put_cache() 136 while (!list_empty(&cache->bic_tags)) { in blkid_put_cache() 141 while (!list_empty(&tag->bit_names)) { in blkid_put_cache()
|
D | list.h | 124 _INLINE_ int list_empty(struct list_head *head) in list_empty() function
|
D | save.c | 75 if (list_empty(&cache->bic_devs) || in blkid_flush_cache()
|
D | dev.c | 44 while (!list_empty(&dev->bid_tags)) { in blkid_free_dev()
|
/external/ltp/testcases/realtime/include/ |
D | list.h | 180 static inline int list_empty(const struct list_head *head) in list_empty() function 224 if (!list_empty(list)) in list_splice() 238 if (!list_empty(list)) { in list_splice_init()
|
/external/libusb/libusb/ |
D | io.c | 1409 if (list_empty(&ctx->flying_transfers)) { in add_to_flying_list() 2037 if (list_empty(&ctx->flying_transfers)) in handle_timeouts_locked() 2102 assert(!list_empty(&ctx->hotplug_msgs)); in handle_event_trigger() 2111 assert(!list_empty(&ctx->completed_transfers)); in handle_event_trigger() 2125 if (!list_empty(&completed_transfers)) { in handle_event_trigger() 2128 } else if (list_empty(&ctx->completed_transfers)) { in handle_event_trigger() 2140 while (!list_empty(&hotplug_msgs)) { in handle_event_trigger() 2555 if (list_empty(&ctx->flying_transfers)) { in libusb_get_next_timeout()
|
D | libusbi.h | 165 #define list_empty(entry) ((entry)->next == (entry)) macro 200 if (list_empty(head)) { in list_cut()
|
D | core.c | 2422 if (list_empty(&ctx->open_devs)) in libusb_exit() 2435 if (!list_empty(&ctx->usb_devs)) in libusb_exit() 2437 if (!list_empty(&ctx->open_devs)) in libusb_exit()
|
/external/blktrace/iowatcher/ |
D | list.h | 215 static inline int list_empty(const struct list_head *head) in list_empty() function 260 if (!list_empty(list)) in list_splice() 274 if (!list_empty(list)) { in list_splice_init()
|
D | main.c | 695 while (!list_empty(head)) { in free_all_plot_history() 1629 if (list_empty(&all_traces) && list_empty(&fio_traces)) { in main()
|
/external/libnl/python/netlink/ |
D | utils.h | 8 static inline int list_empty(const struct list_head *head) in list_empty() function
|
/external/e2fsprogs/e2fsck/ |
D | revoke.c | 261 J_ASSERT(list_empty(hash_list)); in journal_destroy_revoke_table() 551 while (!list_empty(hash_list)) { in journal_write_revoke_records() 760 while (!list_empty(hash_list)) {
|
/external/e2fsprogs/debugfs/ |
D | revoke.c | 261 J_ASSERT(list_empty(hash_list)); in journal_destroy_revoke_table() 551 while (!list_empty(hash_list)) { in journal_write_revoke_records() 760 while (!list_empty(hash_list)) {
|
/external/libnfnetlink/include/ |
D | linux_list.h | 264 static inline int list_empty(const struct list_head *head) in list_empty() function 308 if (!list_empty(list)) in list_splice() 322 if (!list_empty(list)) { in list_splice_init()
|
/external/libnetfilter_conntrack/include/internal/ |
D | linux_list.h | 265 static inline int list_empty(const struct list_head *head) in list_empty() function 309 if (!list_empty(list)) in list_splice() 323 if (!list_empty(list)) { in list_splice_init()
|
/external/iptables/libiptc/ |
D | linux_list.h | 260 static inline int list_empty(const struct list_head *head) in list_empty() function 304 if (!list_empty(list)) in list_splice() 318 if (!list_empty(list)) { in list_splice_init()
|
/external/e2fsprogs/lib/ext2fs/ |
D | kernel-list.h | 79 static __inline__ int list_empty(struct list_head *head) in list_empty() function
|
/external/erofs-utils/lib/ |
D | cache.c | 310 DBG_BUGON(!list_empty(&p->buffers.list)); in erofs_bflush() 334 if (!list_empty(&bb->buffers.list)) in erofs_bdrop()
|
/external/erofs-utils/include/erofs/ |
D | list.h | 65 static inline int list_empty(struct list_head *head) in list_empty() function
|
/external/libusb/include/libusb/ |
D | libusbi.h | 165 #define list_empty(entry) ((entry)->next == (entry)) macro 200 if (list_empty(head)) { in list_cut()
|