Home
last modified time | relevance | path

Searched refs:llist (Results 1 – 17 of 17) sorted by relevance

/third_party/curl/tests/unit/
Dunit1300.c26 static struct Curl_llist llist; variable
39 Curl_llist_init(&llist, test_Curl_llist_dtor); in unit_setup()
61 size_t llist_size = Curl_llist_count(&llist);
74 fail_unless(llist.size == 0, "list initial size should be zero");
75 fail_unless(llist.head == NULL, "list head should initiate to NULL");
76 fail_unless(llist.tail == NULL, "list tail should intiate to NULL");
77 fail_unless(llist.dtor == test_Curl_llist_dtor,
90 Curl_llist_insert_next(&llist, llist.head, &unusedData_case1, &case1_list);
92 fail_unless(Curl_llist_count(&llist) == 1,
95 fail_unless(llist.head->ptr == &unusedData_case1,
[all …]
/third_party/skia/src/gpu/
DGrRenderTaskCluster.cpp44 const SkTInternalLList<GrRenderTask>& llist) { in validate() argument
47 for (GrRenderTask* t : llist) { 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() argument
159 SkASSERT(llist->isEmpty()); in GrClusterRenderTasks()
170 didReorder |= task_cluster_visit(t.get(), llist, &lastTaskMap); in GrClusterRenderTasks()
171 llist->addToTail(t.get()); in GrClusterRenderTasks()
[all …]
DGrRenderTaskCluster.h27 SkTInternalLList<GrRenderTask>* llist);
DGrDrawingManager.cpp395 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/curl/tests/data/
Dtest13005 llist
19 llist unit tests
/third_party/skia/tests/
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/
Dllist.c47 void **llist = (void **)list; in llist_pop() local
48 void **next = (void **)*llist; in llist_pop()
49 *llist = *next; in llist_pop()
/third_party/boost/boost/graph/
Dminimum_degree_ordering.hpp416 typename Workspace::stack llist = work_space.make_stack(); in do_mmd() local
449 llist.push(node_id); in do_mmd()
455 this->update(llist, min_degree); in do_mmd()
525 template < class Stack > void update(Stack llist, size_type& min_degree) in update() argument
529 while (!llist.empty()) in update()
537 vertex_t current = get(index_vertex_map, llist.top()); in update()
676 llist.pop(); in update()
/third_party/python/Lib/logging/
Dconfig.py188 llist = cp["loggers"]["keys"]
189 llist = llist.split(",")
190 llist = list(_strip_spaces(llist))
191 llist.remove("root")
226 for log in llist:
/third_party/toybox/toys/pending/
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/
DMakefile.inc165 llist.c \
289 llist.h \
Dftplistparser.c277 struct Curl_llist *llist = &wc->filelist; in ftp_pl_insert_finfo() local
316 Curl_llist_insert_next(llist, llist->tail, finfo, &infop->list); in ftp_pl_insert_finfo()
/third_party/pulseaudio/src/
Dmeson.build110 'pulsecore/llist.h',
DMakefile.am734 pulsecore/llist.h \
/third_party/toybox/
DBUILD.gn26 "lib/llist.c",
469 "lib/llist.c",
/third_party/curl/
DBUILD.gn85 "//third_party/curl/lib/llist.c",
/third_party/glib/po/
Dfi.po6136 msgstr "Virhe täsmätessä säännöllistä lauseketta %s: %s"
6155 msgstr "Virhe optimoitaessa säännöllistä lauseketta %s: %s"