Searched defs:idx1 (Results 1 - 23 of 23) sorted by relevance

/external/lldb/source/Core/
H A DRegularExpression.cpp204 RegularExpression::Match::GetMatchSpanningIndices (const char* s, uint32_t idx1, uint32_t idx2, llvm::StringRef& match_str) const argument
206 if (idx1 < m_matches.size() && idx2 < m_matches.size())
208 if (m_matches[idx1].rm_so == m_matches[idx2].rm_eo)
214 else if (m_matches[idx1].rm_so < m_matches[idx2].rm_eo)
216 match_str = llvm::StringRef (s + m_matches[idx1].rm_so, m_matches[idx2].rm_eo - m_matches[idx1].rm_so);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_bvgraph.h154 void check(uptr idx1, uptr idx2) const { argument
155 CHECK_LT(idx1, size());
H A Dsanitizer_bitvector.h147 uptr i1 = idx1(idx);
162 uptr i1 = idx1(idx);
176 uptr i1 = idx1(idx);
333 uptr idx1(uptr idx) const { function in class:__sanitizer::TwoLevelBitVector
H A Dsanitizer_deadlock_detector.h352 // idx1 and idx2 are raw indices to g_, not lock IDs.
353 bool testOnlyHasEdgeRaw(uptr idx1, uptr idx2) { argument
354 return g_.hasEdge(idx1, idx2);
/external/eigen/test/
H A Dvisitor.cpp102 Index idx1 = eigen_minidx; local
105 v1(idx0) = v1(idx1);
109 VERIFY(eigen_minidx == (std::min)(idx0,idx1));
/external/sepolicy/tools/sepolicy-analyze/
H A Dtypecmp.c121 int idx1, struct avtab_node *l2, int idx2)
146 display_allow(policydb, &l1->key, idx1, perms1);
120 find_match(policydb_t *policydb, struct avtab_node *l1, int idx1, struct avtab_node *l2, int idx2) argument
/external/chromium_org/third_party/brotli/src/brotli/enc/
H A Dcluster.h37 int idx1; member in struct:brotli::HistogramPair
49 return abs(p1.idx1 - p1.idx2) > abs(p2.idx1 - p2.idx2);
60 // Computes the bit cost reduction by combining out[idx1] and out[idx2] and if
61 // it is below a threshold, stores the pair (idx1, idx2) in the *pairs heap.
65 int idx1, int idx2,
67 if (idx1 == idx2) {
70 if (idx2 < idx1) {
72 idx2 = idx1;
73 idx1
63 CompareAndPushToHeap(const Histogram<kSize>* out, const int* cluster_size, int idx1, int idx2, std::vector<HistogramPair>* pairs) argument
[all...]
/external/eigen/unsupported/Eigen/src/BVH/
H A DKdBVH.h196 int idx1 = (int)boxes.size() - 1; local
197 boxes.push_back(boxes[idx1].merged(objBoxes[objCenters[mid].second]));
198 children.push_back(idx1);
206 int idx1 = (int)boxes.size() - 1; local
209 boxes.push_back(boxes[idx1].merged(boxes[idx2]));
210 children.push_back(idx1);
/external/chromium_org/ui/events/gesture_detection/
H A Dgesture_detector.cc372 const int idx1 = secondary_pointer_down_event_->GetActionIndex(); local
373 dx = secondary_pointer_down_event_->GetX(idx1) - ev.GetX(ev_idx1);
374 dy = secondary_pointer_down_event_->GetY(idx1) - ev.GetY(ev_idx1);
/external/aac/libAACenc/src/
H A Daacenc_tns.cpp626 int i, idx0, idx1, idx2, idx3, idx4, lag; local
641 idx1 = idx0 + i / 4;
651 idx1 = lpcStartLine[HIFILT];
652 idx2 = idx1 + i;
658 INT sc1 = FDKaacEnc_ScaleUpSpectrum(pSpectrum, spectrum, idx0, idx1);
659 INT sc2 = FDKaacEnc_ScaleUpSpectrum(pSpectrum, spectrum, idx1, idx2);
665 for (nsc1=1; (1<<nsc1)<(idx1-idx0); nsc1++);
666 for (nsc2=1; (1<<nsc2)<(idx2-idx1); nsc2++);
671 rxx1_0 = FDKaacEnc_CalcAutoCorrValue(pSpectrum, idx0, idx1, 0, nsc1);
672 rxx2_0 = FDKaacEnc_CalcAutoCorrValue(pSpectrum, idx1, idx
[all...]
/external/chromium_org/third_party/libwebp/enc/
H A Dhistogram.c535 const int idx1 = bin_map[bin_offset + 1]; local
543 HistogramAddEval(histograms[idx1], histograms[idx2],
546 HistogramCopy(cur_combo, histograms[idx1]);
591 const uint32_t idx1 = MyRand(&seed) % image_histo_size; local
595 const uint32_t idx2 = (idx1 + diff + 1) % image_histo_size;
596 if (idx1 == idx2) {
601 curr_cost_diff = HistogramAddEval(histograms[idx1], histograms[idx2],
610 best_idx1 = idx1;
/external/opencv/cv/src/
H A Dcvemd.cpp99 int* idx1; member in struct:CvEMDState
308 int ci = state.idx1[i];
361 sizeof( int ) + sizeof(CvNode2D*)) + /* idx1 & idx2 */
385 state->idx1 = (int*) buffer;
406 state->idx1[ssize++] = i;
438 state->idx1[ssize++] = -1;
508 int ci = state->idx1[i];
/external/opencv/cxcore/src/
H A Dcxutils.cpp876 int idx1 = pair_buf[j], idx2 = pair_buf[j+1], row1, row2; local
878 row1 = idx1/step; row2 = idx2/step;
879 p = idata + row1*step + (idx1 - row1*cols)*elem_size;
888 int idx1 = pair_buf[j], idx2 = pair_buf[j+1], row1, row2; local
890 row1 = idx1/step; row2 = idx2/step;
891 p = data + row1*step + (idx1 - row1*cols)*elem_size;
/external/webp/src/enc/
H A Dhistogram.c535 const int idx1 = bin_map[bin_offset + 1]; local
543 HistogramAddEval(histograms[idx1], histograms[idx2],
546 HistogramCopy(cur_combo, histograms[idx1]);
591 const uint32_t idx1 = MyRand(&seed) % image_histo_size; local
595 const uint32_t idx2 = (idx1 + diff + 1) % image_histo_size;
596 if (idx1 == idx2) {
601 curr_cost_diff = HistogramAddEval(histograms[idx1], histograms[idx2],
610 best_idx1 = idx1;
/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbeaux.c2915 u32 idx1; /* Offset into aKey[] of next header element */ local
2939 idx1 = getVarint32(aKey1, szHdr1);
2945 while( idx1<szHdr1 && i<pPKey2->nField ){
2949 idx1 += getVarint32( aKey1+idx1, serial_type1 );
2974 assert( idx1==szHdr1 && rc );
3004 }else if( idx1<szHdr1 ){
/external/chromium_org/v8/test/cctest/
H A Dtest-heap.cc2342 FieldIndex idx1 = FieldIndex::ForPropertyIndex(o->map(), 0); local
2344 CHECK(CcTest::heap()->InOldPointerSpace(o->RawFastPropertyAt(idx1)));
2348 reinterpret_cast<JSObject*>(o->RawFastPropertyAt(idx1));
2350 CHECK(CcTest::heap()->InOldDataSpace(inner_object->RawFastPropertyAt(idx1)));
/external/elfutils/0.153/src/
H A Dldgeneric.c3866 size_t idx1 = *(size_t *) p1; local
3869 int def1 = ndxtosym[idx1]->defined && !ndxtosym[idx1]->in_dso;
3879 Elf32_Word hval1 = (global_hashcodes[ndxtosym[idx1]->outdynsymidx]
/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp1685 unsigned idx1) {
1688 llvm::ConstantInt::get(llvm::Type::getInt32Ty(VMContext), idx1)
1682 getConstantGEP(llvm::LLVMContext &VMContext, llvm::Constant *C, unsigned idx0, unsigned idx1) argument
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c60040 u32 idx1; /* Offset into aKey[] of next header element */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c65374 u32 idx1; /* Offset into aKey[] of next header element */ local
65648 u32 idx1; /* Offset of first type in header */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c65394 u32 idx1; /* Offset into aKey[] of next header element */ local
65668 u32 idx1; /* Offset of first type in header */ local
[all...]
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 3794 milliseconds