HomeSort by relevance Sort by last modified time
    Searched defs:index0 (Results 1 - 18 of 18) sorted by null

  /external/skia/src/core/
SkLineClipper.cpp 97 int index0, index1; local
100 index0 = 0;
103 index0 = 1;
111 if (tmp[index0].fY < clip.fTop) {
112 tmp[index0].set(sect_with_horizontal(src, clip.fTop), clip.fTop);
119 index0 = 0;
122 index0 = 1;
127 if ((tmp[index1].fX <= clip.fLeft || tmp[index0].fX >= clip.fRight) &&
128 tmp[index0].fX < tmp[index1].fX) {
133 if (tmp[index0].fX < clip.fLeft)
188 int index0, index1; local
    [all...]
  /art/compiler/optimizing/
stack_map_test.cc 100 size_t index0 = dex_register_map.GetLocationCatalogEntryIndex( local
104 ASSERT_EQ(0u, index0);
106 DexRegisterLocation location0 = location_catalog.GetDexRegisterLocation(index0);
196 size_t index0 = dex_register_map.GetLocationCatalogEntryIndex( local
200 ASSERT_EQ(0u, index0);
202 DexRegisterLocation location0 = location_catalog.GetDexRegisterLocation(index0);
253 size_t index0 = dex_register_map.GetLocationCatalogEntryIndex( local
257 ASSERT_EQ(2u, index0);
259 DexRegisterLocation location0 = location_catalog.GetDexRegisterLocation(index0);
331 size_t index0 = dex_register_map.GetLocationCatalogEntryIndex local
    [all...]
  /external/libyuv/files/source/
format_conversion.cc 84 int index0 = selector & 0xff; local
88 dst_bayer[0] = src_argb[index0];
94 dst_bayer[0] = src_argb[index0];
  /system/core/libutils/tests/
BasicHashtable_test.cpp 503 ssize_t index0 = find(h1, -1, ComplexKey(0)); local
504 EXPECT_GE(index0, 0);
514 EXPECT_EQ(index0, find(h2, -1, ComplexKey(0)));
525 EXPECT_EQ(index0, find(h3, -1, ComplexKey(0)));
528 h1.editEntryAt(index0).value.v = 42;
531 EXPECT_EQ(42, h1.entryAt(index0).value.v);
532 EXPECT_EQ(0, h2.entryAt(index0).value.v);
533 EXPECT_EQ(0, h3.entryAt(index0).value.v);
549 EXPECT_EQ(index0, find(h1, -1, ComplexKey(0)));
563 h1.removeAt(index0);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
LocaleData.java 441 int index0 = localeSeparator.indexOf(sub0); local
443 if (index0 >= 0 && index1 >= 0 && index0 <= index1) {
444 return localeSeparator.substring(index0 + sub0.length(), index1);
  /external/jsoncpp/src/test_lib_json/
main.cpp 215 const unsigned int index0 = 0; local
244 JSONTEST_ASSERT_EQUAL(Json::Value(1234), constArray[index0]);
248 JSONTEST_ASSERT_EQUAL(Json::Value(1234), array1_[index0]);
    [all...]
  /external/skia/src/effects/gradients/
SkLinearGradient.cpp 134 int index0 = fi + toggle; local
135 int index1 = index0;
139 SkPMColor lerp = SkFastFourByteInterp(cache[index1], cache[index0], remainder);
140 index0 ^= SkGradientShaderBase::kDitherStride32;
142 SkPMColor dlerp = SkFastFourByteInterp(cache[index1], cache[index0], remainder);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s 99 index0 RN 1 label
251 LDR index0,=0x05040100 ;// Indexes into dVmatrix
253 VDUP dindexRow0,index0
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.c 198 LLVMValueRef index0 = LLVMConstInt(i32t, 0, 0); local
323 rho_vec = LLVMBuildExtractElement(builder, rho_vec, index0, "");
334 rho_s = LLVMBuildExtractElement(builder, rho_vec, index0, "");
    [all...]
lp_bld_sample_soa.c 1368 LLVMValueRef index0 = lp_build_const_int32(gallivm, 0); local
1393 LLVMValueRef index0 = lp_build_const_int32(gallivm, 0); local
    [all...]
lp_bld_arit.c 1308 LLVMValueRef index0 = LLVMConstInt(i32t, 0, 0); local
1398 LLVMValueRef index0 = LLVMConstInt(i32t, 0, 0); local
    [all...]
  /external/v8/test/cctest/compiler/
test-run-machops.cc 2742 Node* index0 = m.Int32Constant(x * sizeof(buffer[0])); local
    [all...]
  /external/harfbuzz_ng/src/hb-ucdn/
unicodedata_db.h 1623 static const unsigned char index0[] = { variable
    [all...]
  /external/icu/icu4c/source/common/
ubidi.c 2355 index0, index1; local
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
row_common.cc 1963 int index0 = selector & 0xff; local
1997 int index0 = shuffler[0]; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 339 milliseconds