HomeSort by relevance Sort by last modified time
    Searched defs:ref2 (Results 1 - 25 of 48) sorted by null

1 2

  /external/avahi/avahi-compat-libdns_sd/
null-test.c 46 DNSServiceRef ref1, ref2, ref3, ref4 = NULL; local
49 DNSServiceRegister(&ref2, 0, 0, "subtype #1", "_simple._tcp,_subtype1", NULL, NULL, 4711, 0, NULL, NULL, NULL);
66 DNSServiceRefDeallocate(ref2);
  /external/eigen/test/eigen2/
eigen2_triangular.cpp 117 Matrix2i ref2; local
118 ref2 << 1, 2,
120 VERIFY(m2 == ref2);
  /art/compiler/utils/
intrusive_forward_list_test.cc 88 std::forward_list<int> ref2({ 7, 1, 3 });
89 std::vector<IFLTestValue> storage2(ref2.begin(), ref2.end());
91 ASSERT_LISTS_EQUAL(ref2, ifl);
269 std::forward_list<int> ref2({ 3, 8, 6 });
270 std::vector<IFLTestValue> storage2(ref2.begin(), ref2.end());
273 ASSERT_LISTS_EQUAL(ref2, ifl2);
274 ref1.swap(ref2);
277 ASSERT_LISTS_EQUAL(ref2, ifl2)
294 std::forward_list<int> ref2; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
sad4d_avx2.c 23 const uint8_t *ref0, *ref1, *ref2, *ref3; local
27 ref2 = ref[2];
38 ref2_reg = _mm256_loadu_si256((const __m256i *)ref2);
54 ref2+= ref_stride;
95 const uint8_t *ref0, *ref1, *ref2, *ref3; local
99 ref2 = ref[2];
113 ref2_reg = _mm256_loadu_si256((const __m256i *)ref2);
114 ref2next_reg = _mm256_loadu_si256((const __m256i *)(ref2 + 32));
139 ref2+= ref_stride;
  /frameworks/base/tools/aapt2/
StringPool_test.cpp 36 StringPool::Ref ref2 = pool.makeRef(u"hey"); local
39 EXPECT_EQ(*ref2, u"hey");
46 StringPool::Ref ref2 = pool.makeRef(u"wut"); local
49 EXPECT_EQ(*ref2, u"wut");
57 StringPool::Ref ref2 = pool.makeRef(u"a"); local
61 EXPECT_EQ(1u, ref2.getIndex());
91 StringPool::StyleRef ref2 = pool.makeRef(StyleString{ {u"a"} }); local
97 EXPECT_EQ(*(ref2->str), u"a");
98 EXPECT_EQ(1u, ref2.getIndex());
111 EXPECT_EQ(*(ref2->str), u"a")
122 StringPool::Ref ref2 = pool.makeRef(u"a"); local
209 StringPool::Ref ref2 = pool.makeRef(u"goodbye"); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_sad4d_intrin_avx2.c 22 uint8_t *ref0, *ref1, *ref2, *ref3; local
26 ref2 = ref[2];
37 ref2_reg = _mm256_loadu_si256((__m256i *) (ref2));
53 ref2+= ref_stride;
94 uint8_t *ref0, *ref1, *ref2, *ref3; local
98 ref2 = ref[2];
112 ref2_reg = _mm256_loadu_si256((__m256i *) (ref2));
113 ref2next_reg = _mm256_loadu_si256((__m256i *) (ref2 + 32));
138 ref2+= ref_stride;
  /external/libvpx/libvpx/vpx_dsp/arm/
sad4d_neon.c 95 const uint8_t *ref0, *ref1, *ref2, *ref3; local
98 ref2 = ref[2];
111 sad_neon_64(vec_src_00, vec_src_16, vec_src_32, vec_src_48, ref2,
119 ref2 += ref_stride;
141 const uint8_t *ref0, *ref1, *ref2, *ref3; local
144 ref2 = ref[2];
155 sad_neon_32(vec_src_00, vec_src_16, ref2,
163 ref2 += ref_stride;
185 const uint8_t *ref0, *ref1, *ref2, *ref3; local
188 ref2 = ref[2]
    [all...]
  /external/mesa3d/src/mesa/math/
m_debug_norm.c 198 GLvector4f source[1], dest[1], dest2[1], ref[1], ref2[1]; local
271 ref2->data = r2;
272 ref2->start = (GLfloat *) r2;
273 ref2->count = TEST_COUNT;
274 ref2->stride = sizeof(float[4]);
275 ref2->flags = 0;
281 ref_norm_transform_normalize( mat, scale, source, length, ref2 );
  /frameworks/compile/mclinker/include/mcld/LD/
BranchIsland.h 139 const FragmentRef* ref2 = KEY2.symbol()->fragRef(); local
140 if ((ref1->offset() == ref2->offset()) &&
141 (ref1->frag()->getOffset() == ref2->frag()->getOffset())) {
  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p5.cpp 117 T &ref2 = ref; // expected-error{{drops 'const' qualifier}} local
  /external/deqp/modules/gles31/functional/
es31fShaderPackingFunctionTests.cpp 817 const deUint16 ref2 = (deUint8)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].z(), -1.0f, 1.0f) * 127.0f), -(1<<7), (1<<7)-1); local
819 const deUint32 ref = (deUint32(ref3) << 24) | (deUint32(ref2) << 16) | (deUint32(ref1) << 8) | deUint32(ref0);
827 const int diff2 = de::abs((int)ref2 - (int)res2);
915 const float ref2 = de::clamp(float(in2) / 127.f, -1.0f, 1.0f); local
924 const deUint32 diff2 = getUlpDiff(ref2, res2);
933 << "vec4(" << HexFloat(ref0) << ", " << HexFloat(ref1) << ", " << HexFloat(ref2) << ", " << HexFloat(ref3) << ")"
1026 const deUint16 ref2 = (deUint8)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].z(), 0.0f, 1.0f) * 255.0f), 0, (1<<8)-1); local
1124 const float ref2 = de::clamp(float(in2) \/ 255.f, 0.0f, 1.0f); local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
variance_msa.c 44 uint32_t ref0, ref1, ref2, ref3; local
54 LW4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3);
58 INSERT_W4_UB(ref0, ref1, ref2, ref3, ref);
73 v16u8 ref0, ref1, ref2, ref3; local
80 LD_UB4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3);
83 PCKEV_D4_UB(src1, src0, src3, src2, ref1, ref0, ref3, ref2,
230 v16u8 ref0, ref1, ref2, ref3; local
238 LD_UB4(ref_ptr, 16, ref0, ref1, ref2, ref3);
241 CALC_MSE_AVG_B(src2, ref2, var, avg0);
247 LD_UB4(ref_ptr, 16, ref0, ref1, ref2, ref3)
267 v16u8 ref0, ref1, ref2, ref3; local
340 uint32_t ref0, ref1, ref2, ref3; local
364 v16u8 ref0, ref1, ref2, ref3; local
463 v16u8 ref0, ref1, ref2, ref3; local
493 uint32_t ref0, ref1, ref2, ref3; local
    [all...]
sad_msa.c 26 uint32_t src0, src1, src2, src3, ref0, ref1, ref2, ref3; local
35 LW4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3);
39 INSERT_W4_UB(ref0, ref1, ref2, ref3, ref);
52 v16u8 src0, src1, src2, src3, ref0, ref1, ref2, ref3; local
58 LD_UB4(ref, ref_stride, ref0, ref1, ref2, ref3);
61 PCKEV_D4_UB(src1, src0, src3, src2, ref1, ref0, ref3, ref2,
135 v16u8 ref0, ref1, ref2, ref3; local
142 LD_UB4(ref, 16, ref0, ref1, ref2, ref3);
145 sad1 += SAD_UB2_UH(src2, src3, ref2, ref3);
149 LD_UB4(ref, 16, ref0, ref1, ref2, ref3)
168 v16u8 ref0, ref1, ref2, ref3, diff; local
332 v16u8 ref0_0, ref0_1, ref0_2, ref0_3, ref0_4, ref0, ref1, ref2, ref3; local
380 v16u8 ref0, ref1, ref2, ref3, diff; local
687 v16u8 ref0, ref1, ref2, ref3; local
802 uint32_t ref0, ref1, ref2, ref3; local
863 v16u8 ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7; local
913 v16u8 src, ref0, ref1, ref2, ref3, diff; local
1023 v16u8 ref0, ref1, ref2, ref3; local
1077 uint32_t src0, src1, src2, src3, ref0, ref1, ref2, ref3; local
1106 v16u8 src0, src1, src2, src3, ref0, ref1, ref2, ref3; local
1130 v16u8 src0, src1, src2, src3, ref0, ref1, ref2, ref3; local
1166 v16u8 ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7; local
1202 v16u8 ref0, ref1, ref2, ref3; local
    [all...]
sub_pixel_variance_msa.c 53 uint32_t ref0, ref1, ref2, ref3; local
64 LW4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3);
68 INSERT_W4_UB(ref0, ref1, ref2, ref3, ref);
89 v16u8 ref0, ref1, ref2, ref3; local
99 LD_UB4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3);
102 PCKEV_D4_UB(src1, src0, src3, src2, ref1, ref0, ref3, ref2,
300 v16u8 ref0, ref1, ref2, ref3; local
311 LD_UB4(ref_ptr, 16, ref0, ref1, ref2, ref3);
316 CALC_MSE_AVG_B(src2, ref2, var, avg0);
324 LD_UB4(ref_ptr, 16, ref0, ref1, ref2, ref3)
350 v16u8 ref0, ref1, ref2, ref3; local
404 uint32_t ref0, ref1, ref2, ref3; local
448 v16u8 filt0, out, ref0, ref1, ref2, ref3; local
588 uint32_t ref0, ref1, ref2, ref3; local
637 v16u8 ref0, ref1, ref2, ref3; local
683 v16u8 ref0, ref1, ref2, ref3; local
791 uint32_t ref0, ref1, ref2, ref3; local
844 v16u8 ref0, ref1, ref2, ref3; local
906 v16u8 ref0, ref1, ref2, ref3; local
1030 uint32_t ref0, ref1, ref2, ref3; local
1080 v16u8 ref0, ref1, ref2, ref3; local
1255 uint32_t ref0, ref1, ref2, ref3; local
1308 v16u8 ref0, ref1, ref2, ref3; local
1359 v16u8 ref0, ref1, ref2, ref3; local
1489 uint32_t ref0, ref1, ref2, ref3; local
1542 v16u8 ref0, ref1, ref2, ref3; local
1614 v16u8 ref0, ref1, ref2, ref3; local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderPackingFunctionTests.cpp 932 const deUint16 ref2 = (deUint8)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].z(), -1.0f, 1.0f) * 127.0f), -(1<<7), (1<<7)-1); local
934 const deUint32 ref = (deUint32(ref3) << 24) | (deUint32(ref2) << 16) | (deUint32(ref1) << 8) | deUint32(ref0);
942 const int diff2 = de::abs((int)ref2 - (int)res2);
1049 const float ref2 = de::clamp(float(in2) \/ 127.f, -1.0f, 1.0f); local
1177 const deUint16 ref2 = (deUint8)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].z(), 0.0f, 1.0f) * 255.0f), 0, (1<<8)-1); local
1294 const float ref2 = de::clamp(float(in2) \/ 255.f, 0.0f, 1.0f); local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftmac.c 201 FSRef ref2; local
206 if ( noErr != FT_ATSFontGetFileReference( id2, &ref2 ) )
208 if ( noErr != FSCompareFSRefs( ats_font_ref, &ref2 ) )
    [all...]
  /external/lz4/lib/
lz4hc.c 354 const BYTE* ref2=NULL; local
382 ml2 = LZ4HC_InsertAndGetWiderMatch(ctx, ip + ml - 2, ip + 1, matchlimit, ml, &ref2, &start2, maxNbAttempts);
406 ref =ref2;
426 ref2 += correction;
443 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml2, ref2, limit, oend)) return 0;
455 ref2 += correction;
460 ref2 = ref3;
471 ref0 = ref2;
477 ref2 = ref3;
497 ref2 += correction
    [all...]
  /external/pdfium/third_party/freetype/src/base/
ftmac.c 201 FSRef ref2; local
206 if ( noErr != FT_ATSFontGetFileReference( id2, &ref2 ) )
208 if ( noErr != FSCompareFSRefs( ats_font_ref, &ref2 ) )
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
RawConverter.java 189 int ref2 = staticMetadata.get(CameraCharacteristics.SENSOR_REFERENCE_ILLUMINANT2); local
214 rawImageInput, ref1, ref2, calib1, calib2, color1, color2,
    [all...]
  /external/clang/test/CodeGenCXX/
const-init-cxx11.cpp 394 extern constexpr int &ref2 = ref; member in namespace:UnemittedTemporaryDecl
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/mac/
ftmac.c 338 FSRef ref2; local
343 if ( noErr != FT_ATSFontGetFileReference( id2, &ref2 ) )
345 if ( noErr != FSCompareFSRefs( ats_font_ref, &ref2 ) )
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_comp.cpp 130 uint8 *ref2; local
180 ref2 = ref + (y_pos + (dy / 2)) * picpitch + x_pos;
184 eDiagonalInterpMC(ref2, ref, picpitch, pred, pred_pitch, blkwidth, blkheight);
    [all...]
  /external/opencv3/3rdparty/libwebp/dsp/
enc_sse2.c 279 __m128i ref0, ref1, ref2, ref3; local
284 ref2 = _mm_loadl_epi64((__m128i*)&ref[2 * BPS]);
290 ref2 = _mm_cvtsi32_si128(*(int*)&ref[2 * BPS]);
296 ref2 = _mm_unpacklo_epi8(ref2, zero);
301 ref2 = _mm_add_epi16(ref2, T2);
306 ref2 = _mm_packus_epi16(ref2, ref2);
360 const __m128i ref2 = _mm_loadl_epi64((__m128i*)&ref[2 * BPS]); local
    [all...]
  /frameworks/base/core/jni/
android_hardware_camera2_DngCreator.cpp 1444 uint16_t ref2 = entry2.data.u8[0]; local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
FileTest.java 230 File ref2 = new File("/lib/test_112270.properties"); local
232 assertEquals("wrong result 5", ref2.getPath(), file5.getPath());
254 File ref2 = new File("/lib/content-types.properties"); local
256 assertEquals("wrong result 5", ref2.getPath(), file5.getPath());
    [all...]

Completed in 1871 milliseconds

1 2