Home
last modified time | relevance | path

Searched refs:last2 (Results 1 – 15 of 15) sorted by relevance

/external/stlport/src/
Dnum_get.cpp39 const char * first2, const char * last2) { in __valid_grouping() argument
40 if (first1 == last1 || first2 == last2) return true; in __valid_grouping()
42 --last1; --last2; in __valid_grouping()
48 if (first2 != last2) ++first2; in __valid_grouping()
/external/qemu/include/qemu/
Drange.h58 uint64_t last2 = range_get_last(first2, len2); in ranges_overlap() local
60 return !(last2 < first1 || last1 < first2); in ranges_overlap()
/external/llvm/include/llvm/ADT/
Dilist.h621 iterator first2 = right.begin(), last2 = right.end();
622 while (first1 != last1 && first2 != last2)
630 if (first2 != last2) transfer(last1, right, first2, last2);
688 iterator first2 = this->begin(), last2 = this->end();
689 for ( ; first1 != last1 && first2 != last2; ++first1, ++first2)
691 if (first2 == last2)
694 insert(last1, first2, last2);
/external/llvm/test/Transforms/InstSimplify/
Dptr_diff.ll26 %last2 = getelementptr inbounds i8* %last1, i32 8
27 %last3 = getelementptr inbounds i8* %last2, i32 -4
Dcompare.ll117 %last2 = getelementptr inbounds i8* %last1, i32 8
118 %last3 = getelementptr inbounds i8* %last2, i32 -4
135 %last2 = getelementptr inbounds i8* %last1, i32 -6
137 %last.int = ptrtoint i8* %last2 to i32
150 %last2 = getelementptr inbounds i8* %last1, i32 -6
151 %cmp = icmp ult i8* %first1, %last2
163 %last2 = getelementptr inbounds i8* %last1, i32 -6
164 %cmp = icmp slt i8* %first1, %last2
/external/chromium_org/net/disk_cache/blockfile/
Deviction_v3.cc490 Rankings::ScopedRankingsBlock last2(rankings_, in ReportListStats() local
500 if (last2.get()) in ReportListStats()
502 Time::FromInternalValue(last2.get()->Data()->last_used)); in ReportListStats()
Deviction.cc581 Rankings::ScopedRankingsBlock last2(rankings_, in ReportListStats() local
591 if (last2.get()) in ReportListStats()
593 Time::FromInternalValue(last2.get()->Data()->last_used)); in ReportListStats()
Drankings.cc800 Addr last1, last2; in CheckList() local
802 int rv = CheckListSection(list, last1, last2, true, // Head to tail. in CheckList()
803 &last1, &last2, &head_items); in CheckList()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_report.cc82 const char *last2 = last_frame2->func; in StackStripMain() local
84 if (last2 && 0 == internal_strcmp(last2, "main")) { in StackStripMain()
93 } else if (last || last2) { in StackStripMain()
/external/llvm/test/CodeGen/Thumb2/
D2010-03-08-addi12-ccout.ll16 %last2 = alloca [256 x i8], align 4 ; <[256 x i8]*> [#uses=1]
169 %scevgep666 = getelementptr [256 x i8]* %last2, i32 0, i32 %tmp665 ; <i8*> [#uses=1]
/external/stlport/test/unit/
Dcodecvt_test.cpp466 intern_type* first2, intern_type* last2, in do_in() argument
469 if ( (last1 - next1) < 2 || (last2 - next2) < 1 ) in do_in()
/external/libcxx/include/
Dalgorithm53 ForwardIterator2 first2, ForwardIterator2 last2);
58 ForwardIterator2 first2, ForwardIterator2 last2, BinaryPredicate pred);
63 ForwardIterator2 first2, ForwardIterator2 last2);
68 ForwardIterator2 first2, ForwardIterator2 last2, BinaryPredicate pred);
93 InputIterator2 first2, InputIterator2 last2); // **C++14**
103 InputIterator2 first2, InputIterator2 last2,
113 InputIterator2 first2, InputIterator2 last2); // **C++14**
123 InputIterator2 first2, InputIterator2 last2,
134 ForwardIterator2 first2, ForwardIterator2 last2); // **C++14**
144 ForwardIterator2 first2, ForwardIterator2 last2,
[all …]
/external/openssl/apps/
Dca.c1865 int last2; in do_body() local
1873 last2= -1; in do_body()
1876 j=X509_NAME_get_index_by_OBJ(CAname,obj,last2); in do_body()
1877 if ((j < 0) && (last2 == -1)) in do_body()
1887 last2=j; in do_body()
/external/chromium_org/third_party/openssl/openssl/apps/
Dca.c1865 int last2; in do_body() local
1873 last2= -1; in do_body()
1876 j=X509_NAME_get_index_by_OBJ(CAname,obj,last2); in do_body()
1877 if ((j < 0) && (last2 == -1)) in do_body()
1887 last2=j; in do_body()
/external/chromium_org/third_party/icu/source/i18n/
Ducol.cpp1099 int32_t last2 = last1 / medialCount; in uprv_uca_getImplicitFromRaw() local
1104 last2 = min3Primary + last2; // offset in uprv_uca_getImplicitFromRaw()
1110 return (last2 << 24) + (last1 << 16) + (last0 << 8); in uprv_uca_getImplicitFromRaw()
1115 int32_t last2 = last1 / medialCount; in uprv_uca_getImplicitFromRaw() local
1118 int32_t last3 = last2 / medialCount; in uprv_uca_getImplicitFromRaw()
1119 last2 %= medialCount; in uprv_uca_getImplicitFromRaw()
1123 last2 = minTrail + last2; // offset in uprv_uca_getImplicitFromRaw()
1130 return (last3 << 24) + (last2 << 16) + (last1 << 8) + last0; in uprv_uca_getImplicitFromRaw()