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

1234567891011>>

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Do64loop.asm2 o64 loop next
3 next: label
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dptw32_tkAssocDestroy.c65 ThreadKeyAssoc * prev, * next; local
69 next = assoc->nextKey;
72 prev->nextKey = next;
74 if (next != NULL)
76 next->prevKey = prev;
82 assoc->thread->keys = next;
87 * Thread is exiting and we're deleting the assoc to be processed next.
90 assoc->thread->nextAssoc = next;
95 next = assoc->nextThread;
98 prev->nextThread = next;
[all...]
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dsyscall_iterator_unittest.cc17 uint32_t next = iter.Next(); local
21 SANDBOX_ASSERT(next == 0);
23 for (uint32_t last = next; !iter.Done(); last = next) {
24 next = iter.Next();
25 SANDBOX_ASSERT(last < next);
28 SANDBOX_ASSERT(next == 0xFFFFFFFFu);
34 uint32_t next = iter.Next();
41 SANDBOX_ASSERT(next == MIN_SYSCALL);
42 for (uint32_t last = next; nex
[all...]
/external/elfutils/libdwfl/
H A Ddwfl_end.c62 Dwfl_Module *next = dwfl->modulelist; local
63 while (next != NULL)
65 Dwfl_Module *dead = next;
66 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.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
/external/openssh/
H A Dauth-options.h20 struct envstring *next; member in struct:envstring
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
H A Dnouveau_mm.h11 struct nouveau_mm_allocation *next; member in struct:nouveau_mm_allocation
/external/chromium_org/v8/test/mjsunit/
H A Djson-stringify-recursive.js51 for (var i = 0; i < depth; i++) deepObject = { next: deepObject };
/external/clang/test/CodeGen/
H A Ddebug-info-var-location.c9 struct s *next; member in struct:s
16 struct s *sp = s->next;
/external/dhcpcd/
H A Dcontrol.h36 struct fd_list *next; member in struct:fd_list
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_mm.h11 struct nouveau_mm_allocation *next; member in struct:nouveau_mm_allocation
/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
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_quad_pipe.h15 * next paragraph) shall be included in all copies or substantial portions
47 struct quad_stage *next; member in struct:quad_stage
/external/chromium_org/v8/src/extensions/i18n/
H A Dbreak-iterator.js167 * Returns the index of the next break and moves the pointer.
169 function next(iterator) { function
195 addBoundMethod(Intl.v8BreakIterator, 'next', next, 0);
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DIntIterator.java25 * Checks to see if the iterator has a next value.
27 * @return true if next() will succeed
32 * Returns the next value in the iterator.
34 * @return next value
35 * @throws java.util.NoSuchElementException if no next element exists
37 int next(); method in interface:IntIterator
/external/e2fsprogs/lib/et/
H A Derror_table.h18 struct et_list *next; member in struct:et_list
/external/iproute2/genl/
H A Dgenl_utils.h9 struct genl_util *next; member in struct:genl_util
/external/ipsec-tools/src/racoon/
H A Dgrabmyaddr.h38 struct myaddrs *next; member in struct:myaddrs

Completed in 593 milliseconds

1234567891011>>