/external/curl/src/ |
H A D | tool_mfiles.h | 33 struct multi_files *next; member in struct:multi_files
|
/external/elfutils/libdwfl/ |
H A D | dwfl_end.c | 45 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 D | inferior.cpp | 6 int next() { function 15 i = next();
|
/external/llvm/test/CodeGen/SystemZ/Large/ |
H A D | branch-range-02.py | 70 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 D | branch-range-01.py | 79 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 D | branch-range-03.py | 79 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 D | branch-range-04.py | 44 # ...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 D | branch-range-05.py | 44 # ...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 D | branch-range-06.py | 44 # ...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 D | branch-range-09.py | 79 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 D | branch-range-10.py | 44 # ...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 D | branch-range-11.py | 49 # ...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 D | branch-range-12.py | 49 # ...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 D | auth-options.h | 20 struct envstring *next; member in struct:envstring
|
/external/selinux/policycoreutils/restorecond/ |
H A D | stringslist.h | 27 struct stringsList *next; member in struct:stringsList
|
/external/squashfs-tools/squashfs-tools/ |
H A D | sort.h | 29 struct priority_entry *next; member in struct:priority_entry
|
/external/avahi/avahi-common/ |
H A D | strlst.h | 41 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 D | ares_llist.h | 24 struct list_node *next; member in struct:list_node
|
/external/clang/test/CodeGen/ |
H A D | disable-tail-calls.c | 4 struct List *next; member in struct:List 15 return find(head->next, data);
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_mm.h | 11 struct nouveau_mm_allocation *next; member in struct:nouveau_mm_allocation
|
/external/v8/test/mjsunit/compiler/ |
H A D | osr-forof.js | 30 function next() { 33 iterable[Symbol.iterator] = function() { return { next:next }; };
|
/external/v8/test/mjsunit/ |
H A D | json-stringify-recursive.js | 53 for (var i = 0; i < depth; i++) deepObject = { next: deepObject };
|
/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | blacklist.h | 13 struct wpa_blacklist *next; member in struct:wpa_blacklist
|
/external/bison/src/ |
H A D | AnnotationList.h | 39 /** The next node in the list or \c NULL if none. */ 40 struct AnnotationList *next; member in struct:AnnotationList
|
H A D | reader.h | 32 struct merger_list* next; member in struct:merger_list
|