Searched defs:next (Results 1 - 25 of 2310) 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.cc20 uint32_t next = iter.Next(); local
24 SANDBOX_ASSERT(next == 0);
26 for (uint32_t last = next; !iter.Done(); last = next) {
27 next = iter.Next();
28 SANDBOX_ASSERT(last < next);
31 SANDBOX_ASSERT(next == 0xFFFFFFFFu);
38 uint32_t next = iter.Next();
39 SANDBOX_ASSERT(next == 0);
42 next
[all...]
/external/elfutils/0.153/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/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/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.js53 for (var i = 0; i < depth; i++) deepObject = { next: deepObject };
/external/clang/test/CodeGen/
H A Ddebug-info-var-location.c10 struct s *next; member in struct:s
17 struct s *sp = s->next;
H A Ddisable-tail-calls.c4 struct List *next; member in struct:List
15 return find(head->next, data);
/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/components/enhanced_bookmarks/
H A Ditem_position_unittest.cc18 ItemPosition next = ItemPosition::CreateBefore(current); local
19 EXPECT_LT(next.ToString(), current.ToString());
20 current = next;
29 ItemPosition next = ItemPosition::CreateAfter(current); local
30 EXPECT_GT(next.ToString(), current.ToString());
31 current = next;
41 ItemPosition next = ItemPosition::CreateBetween(before, after); local
42 EXPECT_GT(next.ToString(), before.ToString());
43 EXPECT_LT(next.ToString(), after.ToString());
44 after = next;
54 ItemPosition next = ItemPosition::CreateBetween(before, after); local
67 ItemPosition next = ItemPosition::CreateBetween(before, after); local
[all...]

Completed in 370 milliseconds

1234567891011>>