Home
last modified time | relevance | path

Searched refs:llist (Results 1 - 25 of 32) sorted by relevance

12

/third_party/curl/tests/unit/
H A Dunit1300.c26 #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 DGrRenderTaskCluster.cpp44 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 DGrRenderTaskCluster.h21 // Otherwise, returns true and populates the provided llist as such:
27 SkTInternalLList<GrRenderTask>* llist);
H A DGrDrawingManager.cpp391 // 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 Dares_strsplit.c78 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 Dares_update_servers.c772 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 Dares_private.h477 ares__llist_t **llist);
/third_party/skia/tests/
H A DGrRenderTaskClusterTest.cpp136 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 Dllist.c0 /* 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 Dconfig.py199 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 Dhook-list.h23 #include <pulsecore/llist.h>
H A Ddbus-util.h29 #include <pulsecore/llist.h>
H A Dcore.h48 #include <pulsecore/llist.h>
H A Dipacl.c42 #include <pulsecore/llist.h>
H A Dasyncq.c34 #include <pulsecore/llist.h>
H A Dx11wrap.c28 #include <pulsecore/llist.h>
H A Dpdispatch.c33 #include <pulsecore/llist.h>
H A Drtpoll.c37 #include <pulsecore/llist.h>
/third_party/toybox/toys/pending/
H A Ddiff.c593 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 Dftplistparser.c48 #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 Dlfe-filter.c27 #include <pulsecore/llist.h>
/third_party/pulseaudio/src/modules/macosx/
H A Dmodule-coreaudio-detect.c30 #include <pulsecore/llist.h>
/third_party/pulseaudio/src/pulse/
H A Dinternal.h36 #include <pulsecore/llist.h>
H A Dglib-mainloop.c29 #include <pulsecore/llist.h>
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-mixer.h31 #include <pulsecore/llist.h>

Completed in 17 milliseconds

12