/external/stlport/src/ |
D | num_get.cpp | 39 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/llvm/include/llvm/ADT/ |
D | ilist.h | 619 iterator first2 = right.begin(), last2 = right.end(); 620 while (first1 != last1 && first2 != last2) 628 if (first2 != last2) transfer(last1, right, first2, last2); 686 iterator first2 = this->begin(), last2 = this->end(); 687 for ( ; first1 != last1 && first2 != last2; ++first1, ++first2) 689 if (first2 == last2) 692 insert(last1, first2, last2);
|
/external/llvm/test/Transforms/InstSimplify/ |
D | ptr_diff.ll | 26 %last2 = getelementptr inbounds i8* %last1, i32 8 27 %last3 = getelementptr inbounds i8* %last2, i32 -4
|
D | compare.ll | 117 %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/v3/ |
D | eviction_v3.cc | 481 Rankings::ScopedRankingsBlock last2(rankings_, in ReportListStats() local 491 if (last2.get()) in ReportListStats() 493 Time::FromInternalValue(last2.get()->Data()->last_used)); in ReportListStats()
|
/external/chromium/net/disk_cache/ |
D | eviction.cc | 552 Rankings::ScopedRankingsBlock last2(rankings_, in ReportListStats() local 562 if (last2.get()) in ReportListStats() 564 Time::FromInternalValue(last2.get()->Data()->last_used)); in ReportListStats()
|
/external/chromium_org/net/disk_cache/ |
D | eviction.cc | 576 Rankings::ScopedRankingsBlock last2(rankings_, in ReportListStats() local 586 if (last2.get()) in ReportListStats() 588 Time::FromInternalValue(last2.get()->Data()->last_used)); in ReportListStats()
|
D | rankings.cc | 797 Addr last1, last2; in CheckList() local 799 int rv = CheckListSection(list, last1, last2, true, // Head to tail. in CheckList() 800 &last1, &last2, &head_items); in CheckList()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_report.cc | 79 const char *last2 = last_frame2->func; in StackStripMain() local 81 if (last2 && 0 == internal_strcmp(last2, "main")) { in StackStripMain() 90 } else if (last || last2) { in StackStripMain()
|
/external/llvm/test/CodeGen/Thumb2/ |
D | 2010-03-08-addi12-ccout.ll | 16 %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/ |
D | codecvt_test.cpp | 466 intern_type* first2, intern_type* last2, in do_in() argument 469 if ( (last1 - next1) < 2 || (last2 - next2) < 1 ) in do_in()
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
D | ca.c | 1865 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/openssl/apps/ |
D | ca.c | 1865 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/ |
D | ucol.cpp | 1099 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()
|
/external/icu4c/i18n/ |
D | ucol.cpp | 1177 int32_t last2 = last1 / medialCount; in uprv_uca_getImplicitFromRaw() local 1182 last2 = min3Primary + last2; // offset in uprv_uca_getImplicitFromRaw() 1188 return (last2 << 24) + (last1 << 16) + (last0 << 8); in uprv_uca_getImplicitFromRaw() 1193 int32_t last2 = last1 / medialCount; in uprv_uca_getImplicitFromRaw() local 1196 int32_t last3 = last2 / medialCount; in uprv_uca_getImplicitFromRaw() 1197 last2 %= medialCount; in uprv_uca_getImplicitFromRaw() 1201 last2 = minTrail + last2; // offset in uprv_uca_getImplicitFromRaw() 1208 return (last3 << 24) + (last2 << 16) + (last1 << 8) + last0; in uprv_uca_getImplicitFromRaw()
|