HomeSort by relevance Sort by last modified time
    Searched full:next (Results 1651 - 1675 of 30278) sorted by null

<<61626364656667686970>>

  /external/llvm/test/Transforms/InstCombine/
mul.ll 79 ; CHECK-NEXT: %e = and i32 [[TEST10]], %b
80 ; CHECK-NEXT: ret i32 %e
91 ; CHECK-NEXT: %e = and i32 [[TEST11]], %b
92 ; CHECK-NEXT: ret i32 %e
102 ; CHECK-NEXT: %e = and i32 [[TEST12]], %b
103 ; CHECK-NEXT: ret i32 %e
114 ; CHECK-NEXT: ret void
121 ; CHECK-NEXT: ret <16 x i8> zeroinitializer
142 ; CHECK-NEXT: ret i32 [[TEST16]]
152 ; CHECK-NEXT: %e = and i32 [[TEST17]], %
    [all...]
  /external/llvm/test/Transforms/LoopUnroll/
runtime-loop1.ll 17 %indvars.iv = phi i64 [ %indvars.iv.next, %for.body ], [ 0, %entry ]
22 %indvars.iv.next = add i64 %indvars.iv, 1
23 %lftr.wideiv = trunc i64 %indvars.iv.next to i32
  /external/llvm/test/Transforms/LoopVectorize/X86/
min-trip-count-switch.ll 12 %indvars.iv = phi i64 [ 0, %entry ], [ %indvars.iv.next, %for.body ]
17 %indvars.iv.next = add i64 %indvars.iv, 1
18 %lftr.wideiv = trunc i64 %indvars.iv.next to i32
parallel-loops.ll 22 %indvars.iv = phi i64 [ 0, %entry ], [ %indvars.iv.next, %for.body ]
30 %indvars.iv.next = add i64 %indvars.iv, 1
31 %arrayidx6 = getelementptr inbounds i32* %b, i64 %indvars.iv.next
34 %lftr.wideiv = trunc i64 %indvars.iv.next to i32
52 %indvars.iv = phi i64 [ 0, %entry ], [ %indvars.iv.next, %for.body ]
62 %indvars.iv.next = add i64 %indvars.iv, 1
63 %arrayidx6 = getelementptr inbounds i32* %b, i64 %indvars.iv.next
66 %lftr.wideiv = trunc i64 %indvars.iv.next to i32
85 %indvars.iv = phi i64 [ 0, %entry ], [ %indvars.iv.next, %for.body ]
95 %indvars.iv.next = add i64 %indvars.iv,
    [all...]
struct-store.ll 17 %indvars.iv = phi i64 [ %indvars.iv.next, %loop ], [ 0, %entry ]
20 %indvars.iv.next = add i64 %indvars.iv, 1
21 %lftr.wideiv = trunc i64 %indvars.iv.next to i32
x86_fp80-vector-store.ll 18 %indvars.iv = phi i64 [ 0, %entry ], [ %indvars.iv.next, %for.body ]
22 %indvars.iv.next = add i64 %indvars.iv, 1
23 %lftr.wideiv = trunc i64 %indvars.iv.next to i32
  /external/llvm/test/Transforms/LoopVectorize/
cast-induction.ll 18 %indvars.iv = phi i64 [ 0, %0 ], [ %indvars.iv.next, %1 ]
22 %indvars.iv.next = add i64 %indvars.iv, 1
23 %lftr.wideiv = trunc i64 %indvars.iv.next to i32
float-reduction.ll 13 %indvars.iv = phi i64 [ 0, %entry ], [ %indvars.iv.next, %for.body ]
18 %indvars.iv.next = add i64 %indvars.iv, 1
19 %lftr.wideiv = trunc i64 %indvars.iv.next to i32
nofloat.ll 17 %indvars.iv = phi i64 [ 0, %0 ], [ %indvars.iv.next, %1 ]
21 %indvars.iv.next = add i64 %indvars.iv, 1
22 %lftr.wideiv = trunc i64 %indvars.iv.next to i32
undef-inst-bug.ll 22 %indvars.iv17 = phi i64 [ %indvars.next, %for.body ], [ 128, %entry ]
29 %indvars.next= add i64 %indvars.iv17, -1
30 %0 = trunc i64 %indvars.next to i32
  /external/llvm/utils/
DSAclean.py 24 #skip next line, write neither this line nor the next
29 #prepare for the next iteration
  /external/lzma/C/
MtCoder.c 189 CMtThread *next; local
194 next = GET_NEXT_THREAD(p);
198 next->stopReading = True;
199 return Event_Set(&next->canRead) == 0 ? SZ_OK : SZ_ERROR_THREAD;
207 next->stopReading = *stop = (size != p->mtCoder->blockSize);
208 if (Event_Set(&next->canRead) != 0)
222 return Event_Set(&next->canWrite) == 0 ? SZ_OK : SZ_ERROR_THREAD;
232 CMtThread *next = GET_NEXT_THREAD(p); local
238 next->stopReading = True;
239 next->stopWriting = True;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_stipple.c 15 * next paragraph) shall be included in all copies or substantial portions
107 stage->next->line( stage->next, &newprim );
179 stage->next->reset_stipple_counter( stage->next );
187 stage->next->point(stage->next, header);
195 stage->next->tri(stage->next, header);
218 stage->next->flush( stage->next, flags )
    [all...]
  /external/mtpd/
mtpd.h 56 /* Connect to the server and return the next timeout interval. */
58 /* Process the incoming packet and return the next timeout interval. */
60 /* Handle the timeout event and return the next timeout interval. */
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
RouteSelector.java 63 /* State for negotiating the next proxy to use. */
68 /* State for negotiating the next InetSocketAddress to use. */
73 /* State for negotiating the next TLS configuration */
101 * Returns the next route address to attempt.
105 public Connection next(String method) throws IOException { method in class:RouteSelector
112 // Compute the next route to attempt.
134 return next(method);
172 /** Returns the next proxy to try. May be PROXY.NO_PROXY but never null. */
184 Proxy candidate = proxySelectorProxies.next();
225 /** Returns the next socket address to try. *
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSQLiteStatement.java 39 if (resultSet.next()) {
54 rs.next();
67 rs.next();
  /external/skia/include/effects/
Sk1DPathEffect.h 29 Return the distance to travel for the next call. If return <= 0, then that
32 virtual SkScalar next(SkPath* dst, SkScalar dist, SkPathMeasure&) const = 0;
68 virtual SkScalar next(SkPath*, SkScalar, SkPathMeasure&) const SK_OVERRIDE;
  /external/skia/src/core/
SkRegion_rects.cpp 32 VEdge* next = this;
35 prev->fPrev->fNext = next;
36 next->fPrev = prev->fPrev;
38 // insert prev after next
39 prev->fNext = next->fNext;
40 next->fNext->fPrev = prev;
41 next->fNext = prev;
42 prev->fPrev = next;
269 VEdge* next = edge->fNext;
273 edge = next;
    [all...]
  /external/smack/src/org/xbill/DNS/
Compression.java 18 Entry next; field in class:Compression.Entry
47 entry.next = table[row];
63 for (Entry entry = table[row]; entry != null; entry = entry.next) {
  /external/valgrind/main/docs/lib/
vg-html-website.xsl 20 <xsl:param name="next"/>
28 <xsl:with-param name="next" select="$next"/>
  /external/valgrind/main/memcheck/tests/
wrap5.c 12 struct _Lard* next; member in struct:_Lard
26 p->next = lard;
90 p_next = p->next;
  /frameworks/av/media/libstagefright/
MediaBufferGroup.cpp 32 MediaBuffer *next; local
34 buffer = next) {
35 next = buffer->nextBuffer();
  /libcore/luni/src/test/java/tests/api/java/util/
AbstractListTest.java 69 Object obj = i.next();
84 it.next();
86 it.next();
102 assertTrue("Should have next", lit.hasNext());
103 tempValue = (Integer) lit.next();
104 assertTrue("next returned wrong value. Wanted 3, got: " + tempValue,
112 lit2.next();
143 lit.next();
145 lit.next();
225 .next());
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.modifiers/
emplace.pass.cpp 43 assert(r.first == next(m.begin()));
45 assert(next(m.begin())->first == 1);
46 assert(next(m.begin())->second == DefaultOnly());
51 assert(r.first == next(m.begin()));
53 assert(next(m.begin())->first == 1);
54 assert(next(m.begin())->second == DefaultOnly());
111 assert(r.first == next(m.begin()));
113 assert(next(m.begin())->first == 1);
114 assert(next(m.begin())->second == DefaultOnly());
119 assert(r.first == next(m.begin()))
    [all...]
emplace_hint.pass.cpp 41 assert(r == next(m.begin()));
43 assert(next(m.begin())->first == 1);
44 assert(next(m.begin())->second == DefaultOnly());
49 assert(r == next(m.begin()));
51 assert(next(m.begin())->first == 1);
52 assert(next(m.begin())->second == DefaultOnly());
107 assert(r == next(m.begin()));
109 assert(next(m.begin())->first == 1);
110 assert(next(m.begin())->second == DefaultOnly());
115 assert(r == next(m.begin()))
    [all...]

Completed in 1175 milliseconds

<<61626364656667686970>>