Searched defs:next (Results 1 - 25 of 2087) sorted by relevance

1234567891011>>

/external/curl/src/
H A Dtool_mfiles.h33 struct multi_files *next; member in struct:multi_files
/external/elfutils/libdwfl/
H A Ddwfl_end.c45 Dwfl_Module *next = dwfl->modulelist; local
46 while (next != NULL)
48 Dwfl_Module *dead = next;
49 next = dead->next;
/external/lldb/test/api/multithreaded/
H A Dinferior.cpp6 int next() { function
15 i = next();
/external/llvm/test/CodeGen/SystemZ/Large/
H A Dbranch-range-02.py70 next = 'b%d' % (i + 1) if i + 1 < blocks else 'end' variable
77 print ' br i1 %%atest%d, label %%%s, label %%%s' % (i, other, next)
80 print '%s:' % next
H A Dbranch-range-01.py79 next = 'before%d' % (i + 1) if i + 1 < branch_blocks else 'main' variable
84 print ' br i1 %%btest%d, label %%after0, label %%%s' % (i, next)
87 print '%s:' % next
H A Dbranch-range-03.py79 next = 'before%d' % (i + 1) if i + 1 < branch_blocks else 'main' variable
85 print ' br i1 %%btest%d, label %%after0, label %%%s' % (i, next)
88 print '%s:' % next
H A Dbranch-range-04.py44 # ...as mentioned above, the next one could be a CGRJE instead...
83 next = 'before%d' % (i + 1) if i + 1 < branch_blocks else 'main' variable
89 print ' br i1 %%btest%d, label %%after0, label %%%s' % (i, next)
92 print '%s:' % next
H A Dbranch-range-05.py44 # ...as mentioned above, the next one could be a CIJL instead...
83 next = 'before%d' % (i + 1) if i + 1 < branch_blocks else 'main' variable
88 print ' br i1 %%btest%d, label %%after0, label %%%s' % (i, next)
91 print '%s:' % next
H A Dbranch-range-06.py44 # ...as mentioned above, the next one could be a CGIJL instead...
83 next = 'before%d' % (i + 1) if i + 1 < branch_blocks else 'main' variable
88 print ' br i1 %%btest%d, label %%after0, label %%%s' % (i, next)
91 print '%s:' % next
H A Dbranch-range-09.py79 next = 'before%d' % (i + 1) if i + 1 < branch_blocks else 'main' variable
85 print ' br i1 %%btest%d, label %%after0, label %%%s' % (i, next)
88 print '%s:' % next
H A Dbranch-range-10.py44 # ...as mentioned above, the next one could be a CLGRJL instead...
83 next = 'before%d' % (i + 1) if i + 1 < branch_blocks else 'main' variable
89 print ' br i1 %%btest%d, label %%after0, label %%%s' % (i, next)
92 print '%s:' % next
H A Dbranch-range-11.py49 # ...as mentioned above, the next one could be a CLIJL instead...
99 next = 'before%d' % (i + 1) if i + 1 < branch_blocks else 'main' variable
105 print ' br i1 %%btest%d, label %%after0, label %%%s' % (i, next)
108 print '%s:' % next
H A Dbranch-range-12.py49 # ...as mentioned above, the next one could be a CLGIJL instead...
99 next = 'before%d' % (i + 1) if i + 1 < branch_blocks else 'main' variable
105 print ' br i1 %%btest%d, label %%after0, label %%%s' % (i, next)
108 print '%s:' % next
/external/openssh/
H A Dauth-options.h20 struct envstring *next; member in struct:envstring
/external/selinux/policycoreutils/restorecond/
H A Dstringslist.h27 struct stringsList *next; member in struct:stringsList
/external/squashfs-tools/squashfs-tools/
H A Dsort.h29 struct priority_entry *next; member in struct:priority_entry
/external/avahi/avahi-common/
H A Dstrlst.h41 struct AvahiStringList *next; /**< Pointer to the next linked list element */ member in struct:AvahiStringList
139 /** Returns the next item in the string list */
/external/c-ares/
H A Dares_llist.h24 struct list_node *next; member in struct:list_node
/external/clang/test/CodeGen/
H A Ddisable-tail-calls.c4 struct List *next; member in struct:List
15 return find(head->next, data);
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_mm.h11 struct nouveau_mm_allocation *next; member in struct:nouveau_mm_allocation
/external/v8/test/mjsunit/compiler/
H A Dosr-forof.js30 function next() {
33 iterable[Symbol.iterator] = function() { return { next:next }; };
/external/v8/test/mjsunit/
H A Djson-stringify-recursive.js53 for (var i = 0; i < depth; i++) deepObject = { next: deepObject };
/external/wpa_supplicant_8/wpa_supplicant/
H A Dblacklist.h13 struct wpa_blacklist *next; member in struct:wpa_blacklist
/external/bison/src/
H A DAnnotationList.h39 /** The next node in the list or \c NULL if none. */
40 struct AnnotationList *next; member in struct:AnnotationList
H A Dreader.h32 struct merger_list* next; member in struct:merger_list

Completed in 2821 milliseconds

1234567891011>>