Home
last modified time | relevance | path

Searched refs:prev (Results 1 – 12 of 12) sorted by relevance

/buildroot/support/kconfig/
A Dlist.h25 struct list_head *next, *prev; member
83 struct list_head *prev, in __list_add() argument
86 next->prev = _new; in __list_add()
88 _new->prev = prev; in __list_add()
89 prev->next = _new; in __list_add()
102 __list_add(_new, head->prev, head); in list_add_tail()
112 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del() argument
114 next->prev = prev; in __list_del()
115 prev->next = next; in __list_del()
128 __list_del(entry->prev, entry->next); in list_del()
[all …]
A Dsymbol.c1100 struct dep_stack *prev, *next; member
1111 stack->prev = check_top; in dep_stack_insert()
1118 check_top = check_top->prev; in dep_stack_remove()
1141 for (stack = check_top; stack != NULL; stack = stack->prev) in sym_check_print_recursive()
A Dmconf.c462 list_del(trail.prev); in search_conf()
753 list_del(trail.prev); in conf()
A Dmenu.c740 jump->index = list_entry(head->prev, struct jump_key, in get_prompt_str()
/buildroot/package/liblo/
A D0001-Fix-use-after-free-warning-in-server.c.patch23 - it = prev;
26 prev = it;
/buildroot/package/odb/
A D0006-Adapt-to-changes-in-GCC-8.patch100 + if (!is_nested_namespace (prev, scope, true))
102 if (!is_associated_namespace (prev, scope))
157 tree prev (CP_DECL_CONTEXT (scope));
160 + if (!is_nested_namespace (prev, scope, true))
162 if (!is_associated_namespace (prev, scope))
166 scope = prev;
173 tree prev (CP_DECL_CONTEXT (s));
176 + if (!is_nested_namespace (prev, s, true))
178 if (!is_associated_namespace (prev, s))
182 s = prev;
/buildroot/package/dc3dd/
A D0001-no_man.patch14 .prev-version THANKS-to-translators THANKStt.in \
/buildroot/board/ti/am62x-sk/patches/linux/
A D0001-clk-keystone-sci-clk-Adding-support-for-non-contiguo.patch48 struct sci_clk *sci_clk, *prev;
/buildroot/board/ti/am64x-sk/patches/linux/
A D0001-clk-keystone-sci-clk-Adding-support-for-non-contiguo.patch48 struct sci_clk *sci_clk, *prev;
/buildroot/package/x11r7/xdriver_xf86-video-imx/
A D0004-Make-video-API-forward-and-backward-compatible.patch477 ExaOffscreenArea *prev = 0, *area;
/buildroot/package/libmodplug/
A D0001-fix-cctype-ub.patch99 prev = NULL;
/buildroot/package/qt5/qt5webengine-chromium/
A D0001-Add-python3-build-support.patch312 assert node.outer is None and node.prev is None

Completed in 37 milliseconds