/third_party/curl/tests/unit/ |
H A D | unit1300.c | 26 #include "llist.h" 28 static struct Curl_llist llist; variable 34 /* used by the llist API, does nothing here */ in test_Curl_llist_dtor() 41 Curl_llist_init(&llist, test_Curl_llist_dtor); in unit_setup() 63 size_t llist_size = Curl_llist_count(&llist); 76 fail_unless(llist.size == 0, "list initial size should be zero"); 77 fail_unless(llist.head == NULL, "list head should initiate to NULL"); 78 fail_unless(llist.tail == NULL, "list tail should initiate to NULL"); 79 fail_unless(llist.dtor == test_Curl_llist_dtor, 92 Curl_llist_insert_next(&llist, llis [all...] |
/third_party/skia/src/gpu/ |
H A D | GrRenderTaskCluster.cpp | 44 const SkTInternalLList<GrRenderTask>& llist) { in validate() 47 for (GrRenderTask* t : llist) { in validate() 56 // Check that llist has the same entries as the input. in validate() 90 static bool task_cluster_visit(GrRenderTask* task, SkTInternalLList<GrRenderTask>* llist, in task_cluster_visit() argument 117 if (clusterTail == llist->tail()) { in task_cluster_visit() 150 llist->remove(moved); in task_cluster_visit() 151 llist->addBefore(moved, clusterHead); in task_cluster_visit() 158 SkTInternalLList<GrRenderTask>* llist) { in GrClusterRenderTasks() 159 SkASSERT(llist->isEmpty()); in GrClusterRenderTasks() 170 didReorder |= task_cluster_visit(t.get(), llist, in GrClusterRenderTasks() 43 validate(SkSpan<const sk_sp<GrRenderTask>> input, const SkTInternalLList<GrRenderTask>& llist) validate() argument 157 GrClusterRenderTasks(SkSpan<const sk_sp<GrRenderTask>> input, SkTInternalLList<GrRenderTask>* llist) GrClusterRenderTasks() argument [all...] |
H A D | GrRenderTaskCluster.h | 21 // Otherwise, returns true and populates the provided llist as such: 27 SkTInternalLList<GrRenderTask>* llist);
|
H A D | GrDrawingManager.cpp | 391 // Reorder the array to match the llist without reffing & unreffing sk_sp's. 395 static void reorder_array_by_llist(const SkTInternalLList<T>& llist, SkTArray<sk_sp<T>>* array) { in reorder_array_by_llist() argument 397 for (T* t : llist) { in reorder_array_by_llist() 407 SkTInternalLList<GrRenderTask> llist; in reorderTasks() local 408 bool clustered = GrClusterRenderTasks(SkMakeSpan(fDAG), &llist); in reorderTasks() 413 for (GrRenderTask* task : llist) { in reorderTasks() 425 reorder_array_by_llist(llist, &fDAG); in reorderTasks()
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares_strsplit.c | 78 ares__llist_t *llist = NULL; in ares__strsplit() local 97 ARES_BUF_SPLIT_NO_DUPLICATES | ARES_BUF_SPLIT_CASE_INSENSITIVE, &llist); in ares__strsplit() 102 cnt = ares__llist_len(llist); in ares__strsplit() 115 for (node = ares__llist_node_first(llist); node != NULL; in ares__strsplit() 132 ares__llist_destroy(llist); in ares__strsplit()
|
H A D | ares_update_servers.c | 772 ares__llist_t **llist) in ares_addr_node_to_server_config_llist() 777 *llist = NULL; in ares_addr_node_to_server_config_llist() 812 *llist = s; in ares_addr_node_to_server_config_llist() 821 const struct ares_addr_port_node *servers, ares__llist_t **llist) in ares_addr_port_node_to_server_config_llist() 826 *llist = NULL; in ares_addr_port_node_to_server_config_llist() 864 *llist = s; in ares_addr_port_node_to_server_config_llist() 874 ares__llist_t **llist) in ares_in_addr_to_server_config_llist() 879 *llist = NULL; in ares_in_addr_to_server_config_llist() 903 *llist = s; in ares_in_addr_to_server_config_llist() 771 ares_addr_node_to_server_config_llist(const struct ares_addr_node *servers, ares__llist_t **llist) ares_addr_node_to_server_config_llist() argument 820 ares_addr_port_node_to_server_config_llist( const struct ares_addr_port_node *servers, ares__llist_t **llist) ares_addr_port_node_to_server_config_llist() argument 872 ares_in_addr_to_server_config_llist(const struct in_addr *servers, size_t nservers, ares__llist_t **llist) ares_in_addr_to_server_config_llist() argument
|
H A D | ares_private.h | 477 ares__llist_t **llist);
|
/third_party/skia/tests/ |
H A D | GrRenderTaskClusterTest.cpp | 136 SkTInternalLList<GrRenderTask> llist; in DEF_TEST() local 141 bool actualResult = GrClusterRenderTasks(graphSpan, &llist); in DEF_TEST() 149 for ([[maybe_unused]] GrRenderTask* t : llist) { in DEF_TEST() 155 for (GrRenderTask* n : llist) { in DEF_TEST()
|
/third_party/toybox/lib/ |
H A D | llist.c | 0 /* llist.c - Linked list functions 47 void **llist = (void **)list; in llist_pop() local 48 void **next = (void **)*llist; in llist_pop() 49 *llist = *next; in llist_pop()
|
/third_party/python/Lib/logging/ |
H A D | config.py | 199 llist = cp["loggers"]["keys"] 200 llist = llist.split(",") 201 llist = list(_strip_spaces(llist)) 202 llist.remove("root") 237 for log in llist:
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | hook-list.h | 23 #include <pulsecore/llist.h>
|
H A D | dbus-util.h | 29 #include <pulsecore/llist.h>
|
H A D | core.h | 48 #include <pulsecore/llist.h>
|
H A D | ipacl.c | 42 #include <pulsecore/llist.h>
|
H A D | asyncq.c | 34 #include <pulsecore/llist.h>
|
H A D | x11wrap.c | 28 #include <pulsecore/llist.h>
|
H A D | pdispatch.c | 33 #include <pulsecore/llist.h>
|
H A D | rtpoll.c | 37 #include <pulsecore/llist.h>
|
/third_party/toybox/toys/pending/ |
H A D | diff.c | 593 struct arg_list *llist = TT.L_list; in do_diff() local 643 if (toys.optflags & FLAG_L) printf("--- %s\n", llist->arg); in do_diff() 645 if (((toys.optflags & FLAG_L) && !llist->next) || !(toys.optflags & FLAG_L)) in do_diff() 648 while (llist->next) llist = llist->next; in do_diff() 649 printf("+++ %s\n", llist->arg); in do_diff()
|
/third_party/curl/lib/ |
H A D | ftplistparser.c | 48 #include "llist.h" 313 struct Curl_llist *llist = &wc->filelist; in ftp_pl_insert_finfo() local 352 Curl_llist_insert_next(llist, llist->tail, finfo, &infop->list); in ftp_pl_insert_finfo()
|
/third_party/pulseaudio/src/pulsecore/filter/ |
H A D | lfe-filter.c | 27 #include <pulsecore/llist.h>
|
/third_party/pulseaudio/src/modules/macosx/ |
H A D | module-coreaudio-detect.c | 30 #include <pulsecore/llist.h>
|
/third_party/pulseaudio/src/pulse/ |
H A D | internal.h | 36 #include <pulsecore/llist.h>
|
H A D | glib-mainloop.c | 29 #include <pulsecore/llist.h>
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-mixer.h | 31 #include <pulsecore/llist.h>
|