Searched refs:prev (Results 1 – 12 of 12) sorted by relevance
| /buildroot/support/kconfig/ |
| A D | list.h | 25 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 D | symbol.c | 1100 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 D | mconf.c | 462 list_del(trail.prev); in search_conf() 753 list_del(trail.prev); in conf()
|
| A D | menu.c | 740 jump->index = list_entry(head->prev, struct jump_key, in get_prompt_str()
|
| /buildroot/package/liblo/ |
| A D | 0001-Fix-use-after-free-warning-in-server.c.patch | 23 - it = prev; 26 prev = it;
|
| /buildroot/package/odb/ |
| A D | 0006-Adapt-to-changes-in-GCC-8.patch | 100 + 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 D | 0001-no_man.patch | 14 .prev-version THANKS-to-translators THANKStt.in \
|
| /buildroot/board/ti/am62x-sk/patches/linux/ |
| A D | 0001-clk-keystone-sci-clk-Adding-support-for-non-contiguo.patch | 48 struct sci_clk *sci_clk, *prev;
|
| /buildroot/board/ti/am64x-sk/patches/linux/ |
| A D | 0001-clk-keystone-sci-clk-Adding-support-for-non-contiguo.patch | 48 struct sci_clk *sci_clk, *prev;
|
| /buildroot/package/x11r7/xdriver_xf86-video-imx/ |
| A D | 0004-Make-video-API-forward-and-backward-compatible.patch | 477 ExaOffscreenArea *prev = 0, *area;
|
| /buildroot/package/libmodplug/ |
| A D | 0001-fix-cctype-ub.patch | 99 prev = NULL;
|
| /buildroot/package/qt5/qt5webengine-chromium/ |
| A D | 0001-Add-python3-build-support.patch | 312 assert node.outer is None and node.prev is None
|
Completed in 37 milliseconds