Searched refs:idx0 (Results 1 - 17 of 17) sorted by relevance

/external/v8/test/webkit/
H A Ddate-set-to-nan.js300 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 !
[all...]
/external/vulkan-validation-layers/layers/
H A Dunique_objects.h454 for (uint32_t idx0 = 0; idx0 < createInfoCount; ++idx0) {
455 local_pCreateInfos[idx0].initialize(&pCreateInfos[idx0]);
456 if (pCreateInfos[idx0].basePipelineHandle) {
457 local_pCreateInfos[idx0].basePipelineHandle =
458 (VkPipeline)((VkUniqueObject *)pCreateInfos[idx0].basePipelineHandle)->actualObject;
460 if (pCreateInfos[idx0].layout) {
461 local_pCreateInfos[idx0]
[all...]
H A Dobject_tracker.h981 for (uint32_t idx0 = 0; idx0 < createInfoCount; ++idx0) {
982 if (pCreateInfos[idx0].basePipelineHandle) {
983 skipCall |= validate_pipeline(device, pCreateInfos[idx0].basePipelineHandle,
986 if (pCreateInfos[idx0].layout) {
987 skipCall |= validate_pipeline_layout(device, pCreateInfos[idx0].layout,
990 if (pCreateInfos[idx0].pStages) {
991 for (uint32_t idx1 = 0; idx1 < pCreateInfos[idx0].stageCount; ++idx1) {
992 if (pCreateInfos[idx0]
[all...]
/external/eigen/test/
H A Dvisitor.cpp101 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/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.cc199 u32 idx0 = *meta; local
203 u32 idx = idx0;
226 if (*meta != idx0) {
227 idx0 = *meta;
237 mys->next = idx0;
238 if (atomic_compare_exchange_strong((atomic_uint32_t*)meta, &idx0,
/external/freetype/src/autofit/
H A Dafwarp.c81 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/aac/libAACenc/src/
H A Daacenc_tns.cpp597 int i, idx0, idx1, idx2, idx3, idx4, lag; local
607 idx0 = idx1 = idx2 = idx3 = idx4 = 0;
612 idx0 = lpcStartLine[LOFILT];
614 idx1 = idx0 + i / 4;
615 idx2 = idx0 + i / 2;
616 idx3 = idx0 + i * 3 / 4;
623 idx0 = lpcStartLine[LOFILT];
631 INT sc1 = FDKaacEnc_ScaleUpSpectrum(pSpectrum, spectrum, idx0, idx1);
638 for (nsc1=1; (1<<nsc1)<(idx1-idx0); nsc1++);
644 rxx1_0 = FDKaacEnc_CalcAutoCorrValue(pSpectrum, idx0, idx
[all...]
/external/opencv/cv/include/
H A Dcvcompat.h479 #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), (idx
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_bitvector.h146 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/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DTailoredSet.java193 int idx0 = Collation.indexFromCE32(ce32);
197 if (data.ce32s[idx0 + i] != baseData.ce32s[idx1 + i]) {
211 int idx0 = Collation.indexFromCE32(ce32);
215 if (data.ces[idx0 + i] != baseData.ces[idx1 + i]) {
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DTailoredSet.java191 int idx0 = Collation.indexFromCE32(ce32);
195 if (data.ce32s[idx0 + i] != baseData.ce32s[idx1 + i]) {
209 int idx0 = Collation.indexFromCE32(ce32);
213 if (data.ces[idx0 + i] != baseData.ces[idx1 + i]) {
/external/opencv/cxcore/include/
H A Dcxcore.h336 /* 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, in
[all...]
/external/libvpx/libvpx/vp8/common/mips/msa/
H A Dvp8_macros_msa.h447 #define ST4x4_UB(in0, in1, idx0, idx1, idx2, idx3, pdst, stride) \
452 out0_m = __msa_copy_u_w((v4i32)in0, idx0); \
1189 Arguments : Inputs - in, idx0, idx1
1192 Details : 'idx0' element value from 'in' vector is replicated to all
1196 #define SPLATI_H2(RTYPE, in, idx0, idx1, out0, out1) \
1198 out0 = (RTYPE)__msa_splati_h((v8i16)in, idx0); \
1204 #define SPLATI_H3(RTYPE, in, idx0, idx1, idx2, \
1207 SPLATI_H2(RTYPE, in, idx0, idx1, out0, out1); \
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dmacros_msa.h507 #define ST4x4_UB(in0, in1, idx0, idx1, idx2, idx3, pdst, stride) { \
511 out0_m = __msa_copy_u_w((v4i32)in0, idx0); \
1267 Arguments : Inputs - in, idx0, idx1
1270 Details : 'idx0' element value from 'in' vector is replicated to all
1274 #define SPLATI_H2(RTYPE, in, idx0, idx1, out0, out1) { \
1275 out0 = (RTYPE)__msa_splati_h((v8i16)in, idx0); \
1280 #define SPLATI_H4(RTYPE, in, idx0, idx1, idx2, idx3, \
1282 SPLATI_H2(RTYPE, in, idx0, idx1, out0, out1); \
/external/opencv/ml/src/
H A Dml_inner_functions.cpp1664 int idx0 = idx[tflag ^ 1];
1667 if( sample_idx && sample_idx->data.ptr[idx0*sample_idx_step] == 0 )
1670 assert( sparse_rows[idx0] != 0 );
/external/openssh/
H A Dsshkey.c986 u_int idx0, idx1, idx2, idx3, idx4; local
988 idx0 = (((((u_int)(dgst_raw[2 * i])) >> 6) & 3) +
993 retval[j++] = vowels[idx0];
1007 idx0 = seed % 6;
1010 retval[j++] = vowels[idx0];
/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp1674 llvm::GlobalVariable *C, unsigned idx0,
1677 llvm::ConstantInt::get(llvm::Type::getInt32Ty(VMContext), idx0),
1673 getConstantGEP(llvm::LLVMContext &VMContext, llvm::GlobalVariable *C, unsigned idx0, unsigned idx1) argument

Completed in 744 milliseconds