Searched defs:last2 (Results 1 - 11 of 11) sorted by relevance

/external/stlport/src/
H A Dnum_get.cpp39 const char * first2, const char * last2) {
40 if (first1 == last1 || first2 == last2) return true;
42 --last1; --last2;
48 if (first2 != last2) ++first2;
38 __valid_grouping(const char * first1, const char * last1, const char * first2, const char * last2) argument
/external/qemu/include/qemu/
H A Drange.h58 uint64_t last2 = range_get_last(first2, len2); local
60 return !(last2 < first1 || last1 < first2);
/external/stlport/test/unit/
H A Dcodecvt_test.cpp466 intern_type* first2, intern_type* last2,
469 if ( (last1 - next1) < 2 || (last2 - next2) < 1 )
464 do_in(state_type& , const extern_type* first1, const extern_type* last1, const extern_type*& next1, intern_type* first2, intern_type* last2, intern_type*& next2) const argument
/external/chromium_org/net/disk_cache/blockfile/
H A Drankings.cc802 Addr last1, last2; local
804 int rv = CheckListSection(list, last1, last2, true, // Head to tail.
805 &last1, &last2, &head_items);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cc82 const char *last2 = last_frame2->func; local
84 if (last2 && 0 == internal_strcmp(last2, "main")) {
93 } else if (last || last2) {
/external/llvm/include/llvm/ADT/
H A Dilist.h621 iterator first2 = right.begin(), last2 = right.end(); local
622 while (first1 != last1 && first2 != last2)
630 if (first2 != last2) transfer(last1, right, first2, last2);
688 iterator first2 = this->begin(), last2 = this->end(); local
689 for ( ; first1 != last1 && first2 != last2; ++first1, ++first2)
691 if (first2 == last2)
694 insert(last1, first2, last2);
/external/openssl/apps/
H A Dca.c1867 int last2; local
1875 last2= -1;
1878 j=X509_NAME_get_index_by_OBJ(CAname,obj,last2);
1879 if ((j < 0) && (last2 == -1))
1889 last2=j;
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol.cpp1095 int32_t last2 = last1 / medialCount; local
1100 last2 = min3Primary + last2; // offset
1102 if (last2 >= min4Primary) {
1103 throw new IllegalArgumentException("4-byte out of range: " + Utility.hex(cp) + ", " + Utility.hex(last2));
1106 return (last2 << 24) + (last1 << 16) + (last0 << 8);
1111 int32_t last2 = last1 / medialCount; local
1114 int32_t last3 = last2 / medialCount;
1115 last2 %= medialCount;
1119 last2
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 224 milliseconds