Searched refs:for_each_helper (Results 1 – 3 of 3) sorted by relevance
/third_party/libusb/libusb/ |
D | libusbi.h | 159 #define for_each_helper(pos, head, type) \ macro 1333 for_each_helper(c, &active_contexts_list, struct libusb_context) 1336 for_each_helper(d, &(ctx)->usb_devs, struct libusb_device) 1342 for_each_helper(h, &(ctx)->open_devs, struct libusb_device_handle) 1345 for_each_helper(t, (list), struct usbi_transfer) 1360 for_each_helper(e, &(ctx)->event_sources, struct usbi_event_source) 1363 for_each_helper(e, &(ctx)->removed_event_sources, struct usbi_event_source)
|
D | hotplug.h | 94 for_each_helper(c, &(ctx)->hotplug_cbs, struct libusb_hotplug_callback)
|
/third_party/wayland_standard/src/ |
D | wayland-util.c | 362 for_each_helper(struct wl_array *entries, wl_iterator_func_t func, void *data) in for_each_helper() function 385 ret = for_each_helper(&map->client_entries, func, data); in wl_map_for_each() 387 for_each_helper(&map->server_entries, func, data); in wl_map_for_each()
|