HomeSort by relevance Sort by last modified time
    Searched defs:next (Results 1 - 25 of 6142) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/vndk/tools/header-checker/tests/integration/c_and_cpp/
source2.c 5 struct Cstruct *next = *cstruct++; local
6 next--;
  /external/syslinux/com32/gpllib/zzjson/
zzjson_free.c 10 ZZJSON *next; local
25 next = zzjson->next;
27 zzjson = next;
  /bionic/libc/stdio/
glue.h 44 struct glue *next; member in struct:glue
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
glue.h 42 struct glue *next; member in struct:glue
  /external/clang/test/CodeGen/
disable-tail-calls.c 4 struct List *next; member in struct:List
15 return find(head->next, data);
  /external/elfutils/libdwfl/
dwfl_end.c 45 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/
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
branch-range-01.py 81 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
branch-range-03.py 81 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
branch-range-04.py 44 # ...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
branch-range-05.py 44 # ...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
branch-range-06.py 44 # ...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
branch-range-09.py 81 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
branch-range-10.py 44 # ...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
  /external/selinux/restorecond/
stringslist.h 27 struct stringsList *next; member in struct:stringsList
  /external/squashfs-tools/squashfs-tools/
sort.h 29 struct priority_entry *next; member in struct:priority_entry
  /toolchain/binutils/binutils-2.27/binutils/
arsup.h 23 struct list *next; member in struct:list
nlmconv.h 31 struct string_list *next; member in struct:string_list
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-sh/sh64/
shcmp-1.s 5 mova next,r0
7 next: label
15 .long next
  /prebuilts/jdk/jdk8/darwin-x86/sample/lambda/DefaultMethods/
ArrayIterator.java 68 * Returns the next element in the iteration
70 * @return the next element in the iteration
81 * other words, returns {@code true} if {@link #next} returns
87 public E next() { method
115 System.out.println(it.next());
  /prebuilts/jdk/jdk8/linux-x86/sample/lambda/DefaultMethods/
ArrayIterator.java 68 * Returns the next element in the iteration
70 * @return the next element in the iteration
81 * other words, returns {@code true} if {@link #next} returns
87 public E next() { method
115 System.out.println(it.next());
  /device/google/marlin/power/
list.h 31 struct list_node *next; member in struct:list_node
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3exception.c 135 /* Move to next in the chain (if any)
156 pANTLR3_EXCEPTION next; local
165 next = ex->nextException;
185 ex = next;
  /external/e2fsprogs/contrib/android/
block_range.h 10 struct block_range *next; member in struct:block_range
  /external/kmod/libkmod/
libkmod-index.h 25 struct index_value *next; member in struct:index_value

Completed in 1279 milliseconds

1 2 3 4 5 6 7 8 91011>>