Home
last modified time | relevance | path

Searched refs:last_idx (Results 1 – 7 of 7) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_bitvector_test.cc35 uptr last_idx = bv.size(); in CheckBV() local
40 if (last_idx != bv.size()) in CheckBV()
41 EXPECT_LT(last_idx, idx); in CheckBV()
42 last_idx = idx; in CheckBV()
47 last_idx = bv.size(); in CheckBV()
50 if (last_idx != bv.size()) in CheckBV()
51 EXPECT_LT(last_idx, idx); in CheckBV()
52 last_idx = idx; in CheckBV()
/external/fio/
Dsmalloc.c357 unsigned int last_idx; in __smalloc_pool() local
367 last_idx = 0; in __smalloc_pool()
375 last_idx = 0; in __smalloc_pool()
379 idx = find_next_zero(pool->bitmap[i], last_idx); in __smalloc_pool()
383 last_idx = idx; in __smalloc_pool()
385 last_idx = 0; in __smalloc_pool()
/external/opencv/ml/src/
Dmltestset.cpp138 int last_idx; in cvCreateTestSet() local
141 last_idx = num_samples * (cur_class + 1) / num_classes - 1; in cvCreateTestSet()
142 CV_CALL( max_dst = (*((CvDI*) cvGetSeqElem( seq, last_idx ))).d ); in cvCreateTestSet()
/external/lldb/source/Expression/
DDWARFExpression.cpp1748 size_t last_idx = stack.size() - 1; in Evaluate() local
1749 Value old_top = stack[last_idx]; in Evaluate()
1750 stack[last_idx] = stack[last_idx - 1]; in Evaluate()
1751 stack[last_idx - 1] = stack[last_idx - 2]; in Evaluate()
1752 stack[last_idx - 2] = old_top; in Evaluate()
/external/opencv/cv/src/
Dcvhaar.cpp1850 int last_idx; in icvReadHaarClassifier() local
1874 for( k = 0, last_idx = 0; k < tree_fn->data.seq->total; ++k ) in icvReadHaarClassifier()
2021 if( last_idx >= classifier->count + 1 ) in icvReadHaarClassifier()
2027 classifier->left[k] = -last_idx; in icvReadHaarClassifier()
2028 classifier->alpha[last_idx++] = (float) fn->data.f; in icvReadHaarClassifier()
2060 if( last_idx >= classifier->count + 1 ) in icvReadHaarClassifier()
2066 classifier->right[k] = -last_idx; in icvReadHaarClassifier()
2067 classifier->alpha[last_idx++] = (float) fn->data.f; in icvReadHaarClassifier()
2072 if( last_idx != classifier->count + 1 ) in icvReadHaarClassifier()
/external/chromium_org/third_party/libwebp/enc/
Dvp8l.c907 int last_idx = 0; in ApplyPalette() local
914 last_idx = i; in ApplyPalette()
920 row[x] = last_idx; in ApplyPalette()
/external/webp/src/enc/
Dvp8l.c907 int last_idx = 0; in ApplyPalette() local
914 last_idx = i; in ApplyPalette()
920 row[x] = last_idx; in ApplyPalette()