Searched defs:next (Results 1 - 25 of 2215) 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/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.py81 next = 'before%d' % (i + 1) if i + 1 < branch_blocks else 'main' variable
86 print ' br i1 %%btest%d, label %%after0, label %%%s' % (i, next)
89 print '%s:' % next
H A Dbranch-range-03.py81 next = 'before%d' % (i + 1) if i + 1 < branch_blocks else 'main' variable
87 print ' br i1 %%btest%d, label %%after0, label %%%s' % (i, next)
90 print '%s:' % next
H A Dbranch-range-04.py44 # ...as mentioned above, the next one could be a CGRJE instead...
85 next = 'before%d' % (i + 1) if i + 1 < branch_blocks else 'main' variable
91 print ' br i1 %%btest%d, label %%after0, label %%%s' % (i, next)
94 print '%s:' % next
H A Dbranch-range-05.py44 # ...as mentioned above, the next one could be a CIJL instead...
85 next = 'before%d' % (i + 1) if i + 1 < branch_blocks else 'main' variable
90 print ' br i1 %%btest%d, label %%after0, label %%%s' % (i, next)
93 print '%s:' % next
H A Dbranch-range-06.py44 # ...as mentioned above, the next one could be a CGIJL instead...
85 next = 'before%d' % (i + 1) if i + 1 < branch_blocks else 'main' variable
90 print ' br i1 %%btest%d, label %%after0, label %%%s' % (i, next)
93 print '%s:' % next
H A Dbranch-range-09.py81 next = 'before%d' % (i + 1) if i + 1 < branch_blocks else 'main' variable
87 print ' br i1 %%btest%d, label %%after0, label %%%s' % (i, next)
90 print '%s:' % next
H A Dbranch-range-10.py44 # ...as mentioned above, the next one could be a CLGRJL instead...
85 next = 'before%d' % (i + 1) if i + 1 < branch_blocks else 'main' variable
91 print ' br i1 %%btest%d, label %%after0, label %%%s' % (i, next)
94 print '%s:' % next
H A Dbranch-range-11.py49 # ...as mentioned above, the next one could be a CLIJL instead...
101 next = 'before%d' % (i + 1) if i + 1 < branch_blocks else 'main' variable
107 print ' br i1 %%btest%d, label %%after0, label %%%s' % (i, next)
110 print '%s:' % next
H A Dbranch-range-12.py49 # ...as mentioned above, the next one could be a CLGIJL instead...
101 next = 'before%d' % (i + 1) if i + 1 < branch_blocks else 'main' variable
107 print ' br i1 %%btest%d, label %%after0, label %%%s' % (i, next)
110 print '%s:' % next
/external/openssh/
H A Dauth-options.h20 struct envstring *next; member in struct:envstring
/external/selinux/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/syslinux/com32/gpllib/zzjson/
H A Dzzjson_free.c10 ZZJSON *next; local
25 next = zzjson->next;
27 zzjson = next;
/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/e2fsprogs/contrib/android/
H A Dblock_range.h10 struct block_range *next; member in struct:block_range
/external/kmod/libkmod/
H A Dlibkmod-index.h25 struct index_value *next; member in struct:index_value
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_mm.h11 struct nouveau_mm_allocation *next; member in struct:nouveau_mm_allocation
/external/syslinux/com32/include/syslinux/
H A Dmemscan.h40 struct list_head next; member in struct:syslinux_memscan
/external/syslinux/com32/lib/
H A Datexit.h13 struct atexit *next; member in struct:atexit
/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

Completed in 437 milliseconds

1234567891011>>