HomeSort by relevance Sort by last modified time
    Searched refs:idx0 (Results 1 - 14 of 14) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_sync.cc 132 u32 idx0 = *meta; local
136 u32 idx = idx0;
159 if (*meta != idx0) {
160 idx0 = *meta;
170 mys->next = idx0;
171 if (atomic_compare_exchange_strong((atomic_uint32_t*)meta, &idx0,
  /external/eigen/test/
visitor.cpp 101 Index idx0 = internal::random<Index>(0,size-1); local
105 v1(idx0) = v1(idx1);
106 v2(idx0) = v2(idx2);
109 VERIFY(eigen_minidx == (std::min)(idx0,idx1));
110 VERIFY(eigen_maxidx == (std::min)(idx0,idx2));
  /external/chromium_org/v8/test/webkit/
date-set-to-nan.js 300 for (var idx0 in testValues)
301 if (idx0 != 0) {
303 var setResult = date["set" + functionNameRoot](testValues[idx0]);
306 + testValues[idx0] + ") was "
328 for (var idx0 in testValues)
330 if (idx0 != 0 || idx1 != 0) {
332 var setResult = date["set" + functionNameRoot](testValues[idx0],
337 + testValues[idx0] + ", "
358 for (var idx0 in testValues)
361 if (idx0 != 0 || idx1 != 0 || idx2 != 0)
    [all...]
  /external/chromium_org/third_party/freetype/src/autofit/
afwarp.c 81 FT_Int idx_min, idx_max, idx0; local
89 idx0 = xx1 - warper->t1;
124 FT_Pos y = y0 + ( idx_min - idx0 );
141 AF_WarpScore distort = base_distort + ( idx - idx0 );
151 warper->best_delta = delta + ( idx - idx0 );
  /external/chromium_org/third_party/skia/experimental/StrokePathRenderer/
GrStrokePathRenderer.cpp 150 int idx0(-1), idx1(-1);
163 idx0 = vCount-2+offset;
227 *idxs++ = idx0;
244 if (useMiterPoint && (idx0 >= 0) && (idx1 >= 0)) {
245 firstPt[idx0] = miterPt[0];
  /external/freetype/src/autofit/
afwarp.c 81 FT_Int idx_min, idx_max, idx0; local
89 idx0 = xx1 - warper->t1;
124 FT_Pos y = y0 + ( idx_min - idx0 );
141 AF_WarpScore distort = base_distort + ( idx - idx0 );
151 warper->best_delta = delta + ( idx - idx0 );
  /external/skia/experimental/StrokePathRenderer/
GrStrokePathRenderer.cpp 150 int idx0(-1), idx1(-1);
163 idx0 = vCount-2+offset;
227 *idxs++ = idx0;
244 if (useMiterPoint && (idx0 >= 0) && (idx1 >= 0)) {
245 firstPt[idx0] = miterPt[0];
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_bitvector.h 146 uptr i0 = idx0(idx);
161 uptr i0 = idx0(idx);
175 uptr i0 = idx0(idx);
327 uptr idx0(uptr idx) const { function in class:__sanitizer::TwoLevelBitVector
  /external/opencv/cv/include/
cvcompat.h 479 #define cvQueryHistValue_1D( hist, idx0 ) \
480 ((float)cvGetReal1D( (hist)->bins, (idx0)))
481 #define cvQueryHistValue_2D( hist, idx0, idx1 ) \
482 ((float)cvGetReal2D( (hist)->bins, (idx0), (idx1)))
483 #define cvQueryHistValue_3D( hist, idx0, idx1, idx2 ) \
484 ((float)cvGetReal3D( (hist)->bins, (idx0), (idx1), (idx2)))
490 #define cvGetHistValue_1D( hist, idx0 ) \
491 ((float*)cvPtr1D( (hist)->bins, (idx0), 0))
492 #define cvGetHistValue_2D( hist, idx0, idx1 ) \
493 ((float*)cvPtr2D( (hist)->bins, (idx0), (idx1), 0)
    [all...]
  /external/opencv/cxcore/include/
cxcore.h 336 /* ptr = &arr(idx0,idx1,...). All indexes are zero-based,
338 CVAPI(uchar*) cvPtr1D( const CvArr* arr, int idx0, int* type CV_DEFAULT(NULL));
339 CVAPI(uchar*) cvPtr2D( const CvArr* arr, int idx0, int idx1, int* type CV_DEFAULT(NULL) );
340 CVAPI(uchar*) cvPtr3D( const CvArr* arr, int idx0, int idx1, int idx2,
351 /* value = arr(idx0,idx1,...) */
352 CVAPI(CvScalar) cvGet1D( const CvArr* arr, int idx0 );
353 CVAPI(CvScalar) cvGet2D( const CvArr* arr, int idx0, int idx1 );
354 CVAPI(CvScalar) cvGet3D( const CvArr* arr, int idx0, int idx1, int idx2 );
358 CVAPI(double) cvGetReal1D( const CvArr* arr, int idx0 );
359 CVAPI(double) cvGetReal2D( const CvArr* arr, int idx0, int idx1 )
    [all...]
  /external/aac/libAACenc/src/
aacenc_tns.cpp 626 int i, idx0, idx1, idx2, idx3, idx4, lag; local
639 idx0 = lpcStartLine[LOFILT];
641 idx1 = idx0 + i / 4;
642 idx2 = idx0 + i / 2;
643 idx3 = idx0 + i * 3 / 4;
650 idx0 = lpcStartLine[LOFILT];
658 INT sc1 = FDKaacEnc_ScaleUpSpectrum(pSpectrum, spectrum, idx0, idx1);
665 for (nsc1=1; (1<<nsc1)<(idx1-idx0); nsc1++);
671 rxx1_0 = FDKaacEnc_CalcAutoCorrValue(pSpectrum, idx0, idx1, 0, nsc1);
686 FIXP_DBL x1 = FDKaacEnc_CalcAutoCorrValue(pSpectrum, idx0, idx1, lag, nsc1)
    [all...]
  /external/opencv/ml/src/
ml_inner_functions.cpp     [all...]
  /dalvik/libdex/
DexSwapVerify.cpp 733 u4 idx0 = dexParameterIteratorNextIndex(&iterator0); local
741 if (idx0 == kDexNoIndex) {
745 if (idx0 < idx1) {
747 } else if (idx0 > idx1) {
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]

Completed in 360 milliseconds