/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/ |
D | vp9_idct_intrin_sse2.h | 74 static INLINE void array_transpose_16x16(__m128i *res0, __m128i *res1) { in array_transpose_16x16() argument 76 array_transpose_8x8(res0, res0); in array_transpose_16x16() 78 array_transpose_8x8(res0 + 8, res1); in array_transpose_16x16() 81 res0[8] = tbuf[0]; in array_transpose_16x16() 82 res0[9] = tbuf[1]; in array_transpose_16x16() 83 res0[10] = tbuf[2]; in array_transpose_16x16() 84 res0[11] = tbuf[3]; in array_transpose_16x16() 85 res0[12] = tbuf[4]; in array_transpose_16x16() 86 res0[13] = tbuf[5]; in array_transpose_16x16() 87 res0[14] = tbuf[6]; in array_transpose_16x16() [all …]
|
/external/netcat/ |
D | netcat.c | 592 struct addrinfo *res, *res0; in remote_connect() local 598 res0 = res; in remote_connect() 600 if ((s = socket(res0->ai_family, res0->ai_socktype, in remote_connect() 601 res0->ai_protocol)) < 0) in remote_connect() 621 ahints.ai_family = res0->ai_family; in remote_connect() 636 if (timeout_connect(s, res0->ai_addr, res0->ai_addrlen) == 0) in remote_connect() 644 } while ((res0 = res0->ai_next) != NULL); in remote_connect() 696 struct addrinfo *res, *res0; in local_listen() local 713 res0 = res; in local_listen() 715 if ((s = socket(res0->ai_family, res0->ai_socktype, in local_listen() [all …]
|
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
D | vp9_intrapred4_dspr2.c | 90 int32_t res0, res1; in vp9_tm_predictor_4x4_dspr2() local 226 [res0] "=&r" (res0), [res1] "=&r" (res1), [left3] "=&r" (left3), in vp9_tm_predictor_4x4_dspr2()
|
D | vp9_intrapred8_dspr2.c | 161 int32_t res0, res1, res2, res3; in vp9_tm_predictor_8x8_dspr2() local 604 [res0] "=&r" (res0), [res1] "=&r" (res1), in vp9_tm_predictor_8x8_dspr2()
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/ |
D | vp9_intrapred4_dspr2.c | 90 int32_t res0, res1; in vp9_tm_predictor_4x4_dspr2() local 226 [res0] "=&r" (res0), [res1] "=&r" (res1), [left3] "=&r" (left3), in vp9_tm_predictor_4x4_dspr2()
|
D | vp9_intrapred8_dspr2.c | 161 int32_t res0, res1, res2, res3; in vp9_tm_predictor_8x8_dspr2() local 604 [res0] "=&r" (res0), [res1] "=&r" (res1), in vp9_tm_predictor_8x8_dspr2()
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderPackingFunctionTests.cpp | 217 const deUint16 res0 = (deUint16)(res & 0xffff); in iterate() local 219 const int diff0 = de::abs((int)ref0 - (int)res0); in iterate() 305 const float res0 = outputs[valNdx].x(); in iterate() local 308 const deUint32 diff0 = getUlpDiff(ref0, res0); in iterate() 318 << ", got vec2(" << HexFloat(res0) << ", " << HexFloat(res1) << ")" in iterate() 408 const deUint16 res0 = (deUint16)(res & 0xffff); in iterate() local 410 const int diff0 = de::abs((int)ref0 - (int)res0); in iterate() 496 const float res0 = outputs[valNdx].x(); in iterate() local 499 const deUint32 diff0 = getUlpDiff(ref0, res0); in iterate() 509 << ", got vec2(" << HexFloat(res0) << ", " << HexFloat(res1) << ")" in iterate() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderPackingFunctionTests.cpp | 213 const deUint16 res0 = (deUint16)(res & 0xffff); in iterate() local 215 const int diff0 = de::abs((int)ref0 - (int)res0); in iterate() 301 const float res0 = outputs[valNdx].x(); in iterate() local 304 const deUint32 diff0 = getUlpDiff(ref0, res0); in iterate() 314 << ", got vec2(" << HexFloat(res0) << ", " << HexFloat(res1) << ")" in iterate() 404 const deUint16 res0 = (deUint16)(res & 0xffff); in iterate() local 406 const int diff0 = de::abs((int)ref0 - (int)res0); in iterate() 492 const float res0 = outputs[valNdx].x(); in iterate() local 495 const deUint32 diff0 = getUlpDiff(ref0, res0); in iterate() 505 << ", got vec2(" << HexFloat(res0) << ", " << HexFloat(res1) << ")" in iterate() [all …]
|
/external/mdnsresponder/mDNSPosix/ |
D | mDNSUNP.c | 91 struct addrinfo hints, *res0; in get_ifi_info_linuxv6() local 98 res0=NULL; in get_ifi_info_linuxv6() 139 err = getaddrinfo(addr6, NULL, &hints, &res0); in get_ifi_info_linuxv6() 147 memcpy(ifi->ifi_addr, res0->ai_addr, sizeof(struct sockaddr_in6)); in get_ifi_info_linuxv6() 191 freeaddrinfo(res0); in get_ifi_info_linuxv6() 192 res0=NULL; in get_ifi_info_linuxv6() 202 if (res0 != NULL) { in get_ifi_info_linuxv6() 203 freeaddrinfo(res0); in get_ifi_info_linuxv6() 204 res0=NULL; in get_ifi_info_linuxv6()
|
/external/icu/icu4c/source/test/intltest/ |
D | nmfmapts.cpp | 330 UnicodeString res0, res1, res2, res3, res4, res5; in testRegistration() local 335 f0->format(n, res0); in testRegistration() 346 logln((UnicodeString)"f0 swap int: " + res0); in testRegistration() 363 if (res3 != res0) { in testRegistration() 373 if (res0 != ures3) { in testRegistration()
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | nmfmapts.cpp | 330 UnicodeString res0, res1, res2, res3, res4, res5; in testRegistration() local 335 f0->format(n, res0); in testRegistration() 346 logln((UnicodeString)"f0 swap int: " + res0); in testRegistration() 363 if (res3 != res0) { in testRegistration() 373 if (res0 != ures3) { in testRegistration()
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | ffvertex_prog.c | 1094 struct ureg res0 = register_output( p, VERT_RESULT_COL0 ); in build_lighting() local 1095 emit_op1(p, OPCODE_MOV, res0, 0, _col0); in build_lighting() 1104 struct ureg res0 = register_output( p, VERT_RESULT_BFC0 ); in build_lighting() local 1105 emit_op1(p, OPCODE_MOV, res0, 0, _bfc0); in build_lighting() 1188 struct ureg res0, res1; in build_lighting() local 1195 res0 = register_output( p, VERT_RESULT_COL0 ); in build_lighting() 1201 res0 = _col0; in build_lighting() 1208 res0 = _col0; in build_lighting() 1229 emit_op3(p, OPCODE_MAD, res0, mask0, swizzle1(lit,Y), diffuse, _col0); in build_lighting() 1243 struct ureg res0, res1; in build_lighting() local [all …]
|
/external/mesa3d/src/mesa/main/ |
D | ffvertex_prog.c | 1094 struct ureg res0 = register_output( p, VERT_RESULT_COL0 ); in build_lighting() local 1095 emit_op1(p, OPCODE_MOV, res0, 0, _col0); in build_lighting() 1104 struct ureg res0 = register_output( p, VERT_RESULT_BFC0 ); in build_lighting() local 1105 emit_op1(p, OPCODE_MOV, res0, 0, _bfc0); in build_lighting() 1188 struct ureg res0, res1; in build_lighting() local 1195 res0 = register_output( p, VERT_RESULT_COL0 ); in build_lighting() 1201 res0 = _col0; in build_lighting() 1208 res0 = _col0; in build_lighting() 1229 emit_op3(p, OPCODE_MAD, res0, mask0, swizzle1(lit,Y), diffuse, _col0); in build_lighting() 1243 struct ureg res0, res1; in build_lighting() local [all …]
|
/external/llvm/test/CodeGen/R600/ |
D | fetch-limits.r600.ll | 21 %res0 = call <4 x float> @llvm.AMDGPU.tex(<4 x float> %0, i32 0, i32 0, i32 1) 30 %a = fadd <4 x float> %res0, %res1
|
D | fetch-limits.r700+.ll | 38 %res0 = call <4 x float> @llvm.AMDGPU.tex(<4 x float> %0, i32 0, i32 0, i32 1) 55 %a = fadd <4 x float> %res0, %res1
|
/external/libvorbis/ |
D | Android.mk | 24 lib/res0.c \
|
/external/libvorbis/macosx/Vorbis.xcodeproj/ |
D | project.pbxproj | 23 …738836030B18FFED005C7A69 /* res0.c in Sources */ = {isa = PBXBuildFile; fileRef = F5D8F65703389C83… 97 …F5D8F65703389C830112CE8F /* res0.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.… 201 F5D8F65703389C830112CE8F /* res0.c */, 348 738836030B18FFED005C7A69 /* res0.c in Sources */,
|
/external/chromium_org/third_party/skia/src/opts/ |
D | SkBitmapProcState_arm_neon.cpp | 471 uint8x8_t res0, res1, res2, res3; in convolve4RowsHorizontally_neon() local 478 PACK_RESULT(accum0, res0); in convolve4RowsHorizontally_neon() 483 vst1_lane_u32(reinterpret_cast<uint32_t*>(outRow[0]), vreinterpret_u32_u8(res0), 0); in convolve4RowsHorizontally_neon()
|
/external/skia/src/opts/ |
D | SkBitmapProcState_arm_neon.cpp | 471 uint8x8_t res0, res1, res2, res3; in convolve4RowsHorizontally_neon() local 478 PACK_RESULT(accum0, res0); in convolve4RowsHorizontally_neon() 483 vst1_lane_u32(reinterpret_cast<uint32_t*>(outRow[0]), vreinterpret_u32_u8(res0), 0); in convolve4RowsHorizontally_neon()
|
/external/libvorbis/lib/ |
D | Makefile.am | 12 res0.c mapping0.c registry.c codebook.c sharedbook.c\
|
D | Makefile.in | 62 info.lo floor1.lo floor0.lo res0.lo mapping0.lo registry.lo \ 275 res0.c mapping0.c registry.c codebook.c sharedbook.c\ 417 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/res0.Plo@am__quote@
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_dct_avx2.c | 84 const __m128i res0 = _mm_packs_epi32(w0, w2); in vp9_fdct4x4_avx2() local 88 const __m128i tr0_0 = _mm_unpacklo_epi16(res0, res1); in vp9_fdct4x4_avx2() 89 const __m128i tr0_1 = _mm_unpackhi_epi16(res0, res1); in vp9_fdct4x4_avx2() 319 __m128i res0, res1, res2, res3, res4, res5, res6, res7; in vp9_fdct8x8_avx2() local 367 res0 = _mm_packs_epi32(w0, w1); in vp9_fdct8x8_avx2() 444 const __m128i tr0_0 = _mm_unpacklo_epi16(res0, res1); in vp9_fdct8x8_avx2() 446 const __m128i tr0_2 = _mm_unpackhi_epi16(res0, res1); in vp9_fdct8x8_avx2() 1718 static INLINE void array_transpose_16x16_avx2(__m128i *res0, __m128i *res1) { in array_transpose_16x16_avx2() argument 1720 array_transpose_8x8_avx2(res0, res0); in array_transpose_16x16_avx2() 1722 array_transpose_8x8_avx2(res0 + 8, res1); in array_transpose_16x16_avx2() [all …]
|
D | vp9_dct_sse2.c | 420 __m128i res0, res1, res2, res3, res4, res5, res6, res7; in vp9_fdct8x8_sse2() local 468 res0 = _mm_packs_epi32(w0, w1); in vp9_fdct8x8_sse2() 545 const __m128i tr0_0 = _mm_unpacklo_epi16(res0, res1); in vp9_fdct8x8_sse2() 547 const __m128i tr0_2 = _mm_unpackhi_epi16(res0, res1); in vp9_fdct8x8_sse2() 1819 static INLINE void array_transpose_16x16(__m128i *res0, __m128i *res1) { in array_transpose_16x16() argument 1821 array_transpose_8x8(res0, res0); in array_transpose_16x16() 1823 array_transpose_8x8(res0 + 8, res1); in array_transpose_16x16() 1826 res0[8] = tbuf[0]; in array_transpose_16x16() 1827 res0[9] = tbuf[1]; in array_transpose_16x16() 1828 res0[10] = tbuf[2]; in array_transpose_16x16() [all …]
|
/external/libvorbis/symbian/ |
D | vorbis.mmp | 39 SOURCE lookup.c lpc.c lsp.c mapping0.c mdct.c psy.c registry.c res0.c sharedbook.c
|
/external/libvpx/libvpx/vp9/common/x86/ |
D | vp9_idct_intrin_sse2.c | 402 cst0, cst1, cst2, cst3, res0, res1, res2, res3) \ argument 431 res0 = _mm_packs_epi32(tmp0, tmp1); \ 437 #define MULTIPLICATION_AND_ADD_2(lo_0, hi_0, cst0, cst1, res0, res1) \ argument 454 res0 = _mm_packs_epi32(tmp0, tmp1); \ 1576 static INLINE void array_transpose_16x16(__m128i *res0, __m128i *res1) { in array_transpose_16x16() argument 1578 array_transpose_8x8(res0, res0); in array_transpose_16x16() 1580 array_transpose_8x8(res0 + 8, res1); in array_transpose_16x16() 1583 res0[8] = tbuf[0]; in array_transpose_16x16() 1584 res0[9] = tbuf[1]; in array_transpose_16x16() 1585 res0[10] = tbuf[2]; in array_transpose_16x16() [all …]
|