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

<<31323334353637383940>>

  /external/llvm/test/Transforms/InstCombine/
logical-select.ll 13 ; CHECK-NEXT: [[result:%.*]] = select i1 %e, i32 %c, i32 %d
14 ; CHECK-NEXT: ret i32 [[result]]
25 ; CHECK-NEXT: [[result:%.*]] = select i1 %e, i32 %c, i32 %d
26 ; CHECK-NEXT: ret i32 [[result]]
39 ; CHECK-NEXT: [[result:%.*]] = select i1 %0, i32 %c, i32 %d
40 ; CHECK-NEXT: ret i32 [[result]]
52 ; CHECK-NEXT: [[result:%.*]] = select i1 %0, i32 %c, i32 %d
53 ; CHECK-NEXT: ret i32 [[result]]
66 ; CHECK-NEXT: [[result:%.*]] = select i1 %0, i32 %c, i32 %d
67 ; CHECK-NEXT: ret i32 [[result]
    [all...]
strlen-1.ll 22 ; CHECK-NEXT: ret i32 5
30 ; CHECK-NEXT: ret i32 0
38 ; CHECK-NEXT: ret i32 0
45 ; CHECK-NEXT: ret i32 0
56 ; CHECK-NEXT: ret i1 false
65 ; CHECK-NEXT: ret i1 true
76 ; CHECK-NEXT: ret i1 true
85 ; CHECK-NEXT: ret i1 false
94 ; CHECK-NEXT: %a_l = call i32 @strlen
96 ; CHECK-NEXT: ret i32 %a_
    [all...]
and2.ll 17 ; CHECK-NEXT: and i1 %X, %Y
18 ; CHECK-NEXT: ret
26 ; CHECK-NEXT: and i32 %X, %Y
27 ; CHECK-NEXT: ret
36 ; CHECK-NEXT: ret i1 false
  /external/oprofile/libutil++/
string_manip.cpp 57 string next; local
64 next += sep;
66 next += '\\';
69 result.push_back(next);
71 next.erase(next.begin(), next.end());
73 next += ch;
77 if (!next.empty())
78 result.push_back(next);
    [all...]
  /system/core/toolbox/
readtty.c 29 char *next; local
32 next = strchr(map[i].chars, current);
33 if(next && next[1])
34 return next[1];
44 char *next; local
47 next = strchr(map[i].chars+1, current);
48 if(next && next[-1])
49 return next[-1]
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-pp.c 64 SMacro *next; member in struct:SMacro
84 * The `next' field is used for storing MMacros in hash tables; the
92 MMacro *next; member in struct:MMacro
118 Context *next; member in struct:Context
145 Token *next; member in struct:Token
181 Line *next; member in struct:Line
192 Include *next; member in struct:Include
210 Cond *next; member in struct:Cond
458 Blocks *next; member in struct:Blocks
475 static Token *new_Token(Token * next, int type, const char *text
497 struct TMEndItem *next; member in struct:TMEndItem
507 struct TStrucField *next; member in struct:TStrucField
512 struct TStruc *next; member in struct:TStruc
1012 Token *t, *prev, *next; local
1522 Token *next = t->next; local
    [all...]
  /external/chromium/net/data/cache_tests/dirty_entry2/
contents.txt 18 next: 0
28 next: 0x90000000
39 next: 0
49 next: 0x90000000
52 dirty: 2 <- Next id!.
  /external/chromium_org/chrome/browser/content_settings/
content_settings_rule_unittest.cc 26 virtual Rule Next() OVERRIDE {
64 rule = concatenation_iterator.Next();
68 rule = concatenation_iterator.Next();
72 rule = concatenation_iterator.Next();
76 rule = concatenation_iterator.Next();
  /external/clang/test/CodeGenCXX/
constructor-direct-call.cpp 25 // CHECK-NEXT: call void @_ZN5Test2C1Ev(%class.Test2* %var)
28 // CHECK-NEXT: call void @_ZN5Test2C1Ev(%class.Test2* %var)
51 // CHECK-NEXT: call void @_ZN5Test3C1Ev(%class.Test3* %var2)
54 // CHECK-NEXT: call void @_ZN5Test3C1Ev(%class.Test3* %var)
57 // CHECK-NEXT: call void @_ZN5Test3C1ERKS_(%class.Test3* %var, %class.Test3* %var2)
copy-constructor-elim-2.cpp 7 // CHECK-NEXT: ret void
69 // CHECK-NEXT: call %"struct.PR12139::A"* @_ZN7PR121391AC1ERKS0_i
71 // CHECK-NEXT: getelementptr inbounds
72 // CHECK-NEXT: load
73 // CHECK-NEXT: ret i32
  /external/clang/test/Frontend/
verify3.c 11 // CHECK1-NEXT: Line 8: expected directive cannot follow 'expected-no-diagnostics' directive
12 // CHECK1-NEXT: 1 error generated.
22 // CHECK2-NEXT: Line 19: 'expected-no-diagnostics' directive cannot follow other expected directives
23 // CHECK2-NEXT: 1 error generated.
32 // CHECK3-NEXT: 1 error generated.
  /external/compiler-rt/lib/ubsan/lit_tests/TypeCheck/
vptr.cpp 80 // CHECK-MEMBER-NEXT: [[PTR]]: note: object is of type [[DYN_TYPE:'S'|'U']]
81 // CHECK-MEMBER-NEXT: {{^ .. .. .. .. .. .. .. .. .. .. .. .. }}
82 // CHECK-MEMBER-NEXT: {{^ \^~~~~~~~~~~(~~~~~~~~~~~~)? *$}}
83 // CHECK-MEMBER-NEXT: {{^ vptr for}} [[DYN_TYPE]]
87 // CHECK-NULL-MEMBER-NEXT: [[PTR]]: note: object has invalid vptr
88 // CHECK-NULL-MEMBER-NEXT: {{^ .. .. .. .. 00 00 00 00 00 00 00 00 }}
89 // CHECK-NULL-MEMBER-NEXT: {{^ \^~~~~~~~~~~(~~~~~~~~~~~~)? *$}}
90 // CHECK-NULL-MEMBER-NEXT: {{^ invalid vptr}}
94 // CHECK-MEMFUN-NEXT: [[PTR]]: note: object is of type [[DYN_TYPE:'S'|'U']]
95 // CHECK-MEMFUN-NEXT: {{^ .. .. .. .. .. .. .. .. .. .. .. .. }
    [all...]
  /external/e2fsprogs/lib/ext2fs/
io_manager.c 25 char *next, *ptr, *options, *arg; local
42 next = strchr(ptr, '&');
43 if (next)
44 *next++ = 0;
53 ptr = next;
  /external/guava/guava/src/com/google/common/collect/
PeekingIterator.java 33 * Returns the next element in the iteration, without advancing the iteration.
48 * #next()} are guaranteed to be equal to each other.
51 E next(); method in interface:PeekingIterator
57 * #peek()} has occurred since the most recent call to {@link #next()}.
60 * since the most recent call to {@link #next()} and this implementation
  /external/llvm/test/CodeGen/AArch64/
analyze-branch.ll 21 ; CHECK-NEXT: // BB#
22 ; CHECK-NEXT: bl test_true
44 ; CHECK-NEXT: // BB#
45 ; CHECK-NEXT: bl test_false
65 ; CHECK-NEXT: // BB#
66 ; CHECK-NEXT: bl test_true
86 ; CHECK-NEXT: // BB#
87 ; CHECK-NEXT: bl test_false
107 ; CHECK-NEXT: // BB#
108 ; CHECK-NEXT: bl test_tru
    [all...]
  /external/llvm/test/CodeGen/X86/
lsr-overflow.ll 18 %indvar = phi i64 [ 0, %entry ], [ %indvar.next, %for.cond.i ]
20 %indvar.next = add i64 %indvar, 1
21 %s = icmp ne i64 %indvar.next, %t
34 %indvar = phi i64 [ 0, %entry ], [ %indvar.next, %for.inc8 ]
43 %indvar.next = add i64 %indvar, 1
personality.ll 46 ; X64-NEXT: .long ___gxx_personality_v0@GOTPCREL+4
49 ; X32-NEXT: L___gxx_personality_v0$non_lazy_ptr:
50 ; X32-NEXT: .indirect_symbol ___gxx_personality_v0
54 ; X32-NEXT: :
55 ; X32-NEXT: .long L___gxx_personality_v0$non_lazy_ptr-
  /external/llvm/test/Instrumentation/AddressSanitizer/
instrument-no-return.ll 15 ; CHECK-NEXT: call void @MyNoReturnFunc
16 ; CHECK-NEXT: unreachable
25 ; CHECK-NEXT: call void @MyNoReturnFunc
26 ; CHECK-NEXT: unreachable
47 ; CHECK-NEXT: invoke void @MyNoReturnFunc
  /external/llvm/test/MC/ARM/
elf-thumbfunc-reloc.ll 32 ; CHECK-NEXT: Section (2) .rel.text {
33 ; CHECK-NEXT: 0x8 R_ARM_THM_CALL foo 0x0
34 ; CHECK-NEXT: }
35 ; CHECK-NEXT: ]
41 ; CHECK-NEXT: Value: 0x1
  /external/mdnsresponder/mDNSShared/
dnsextd_parser.y 33 struct StringListElem * next;
63 struct KeySpec * next;
74 struct ZoneSpec * next;
213 keySpec->next = g_keys;
237 zoneSpec->next = g_zones;
259 zoneSpec->next = g_zones;
342 elem->next = g_stringList;
414 DNSZone * next = zone->next;
420 DomainAuthInfo * nextKey = key->next;
    [all...]
  /frameworks/compile/mclinker/lib/Support/Unix/
PathV3.inc 40 // -> jump to the next not '/'
43 // -> jump to the next not '/'
58 size_t next = handler + 1;
59 if (next >= pathname.size())
61 switch(pathname[next]) { // next = handler + 1;
63 while (next < pathname.size() && separator == pathname[next])
64 ++next;
65 // next is the last not '/
    [all...]
  /frameworks/compile/mclinker/lib/Support/Windows/
PathV3.inc 33 // -> jump to the next not '/'
36 // -> jump to the next not '/'
51 size_t next = handler + 1;
52 if (next >= pathname.size())
54 switch(pathname[next]) { // next = handler + 1;
56 while (next < pathname.size() && separator == pathname[next])
57 ++next;
58 // next is the last not '/
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
ServiceLoaderTest.java 35 assertTrue(it.next() instanceof Impl1);
37 assertTrue(it.next() instanceof Impl2);
44 ServiceLoader.load(ServiceLoaderTestInterfaceMissingClass.class).iterator().next();
55 ServiceLoader.load(ServiceLoaderTestInterfaceWrongType.class).iterator().next();
65 ServiceLoader.load(ServiceLoaderTestInterfaceParseError.class).iterator().next();
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/
iterator.hpp 43 struct next< l_iter<Node> > struct in namespace:boost::mpl
45 typedef l_iter< typename Node::next > type;
56 typedef l_iter< typename mpl::next<Node>::type > next;
68 typedef l_iter next; typedef in struct:boost::mpl::l_iter
  /external/fsck_msdos/
fat.c 138 checkclnum(struct bootblock *boot, int fat, cl_t cl, cl_t *next)
140 if (*next >= (CLUST_RSRVD&boot->ClustMask))
141 *next |= ~boot->ClustMask;
142 if (*next == CLUST_FREE) {
146 if (*next == CLUST_BAD) {
150 if (*next < CLUST_FIRST
151 || (*next >= boot->NumClusters && *next < CLUST_EOFS)) {
154 *next < CLUST_RSRVD ? "out of range" : "reserved",
155 *next&boot->ClustMask)
    [all...]

Completed in 1063 milliseconds

<<31323334353637383940>>