/external/tcpdump/tests/ |
D | lspping-fec-rsvp-vv.out | 14 0x0000: 0c01 0101 0000 5372 0c04 0404 0c04 0404 16 0x0000: 0003 0014 0c01 0101 0000 5372 0c04 0404 39 0x0000: 0c01 0101 0000 5372 0c04 0404 0c04 0404 41 0x0000: 0003 0014 0c01 0101 0000 5372 0c04 0404 64 0x0000: 0c01 0101 0000 5372 0c04 0404 0c04 0404 66 0x0000: 0003 0014 0c01 0101 0000 5372 0c04 0404 89 0x0000: 0c01 0101 0000 5372 0c04 0404 0c04 0404 91 0x0000: 0003 0014 0c01 0101 0000 5372 0c04 0404 114 0x0000: 0c01 0101 0000 5372 0c04 0404 0c04 0404 116 0x0000: 0003 0014 0c01 0101 0000 5372 0c04 0404
|
D | lspping-fec-ldp-vv.out | 17 0x0000: 0c01 0101 20 18 0x0000: 0001 0005 0c01 0101 2000 0000 46 0x0000: 0c01 0101 20 47 0x0000: 0001 0005 0c01 0101 2000 0000 68 0x0000: 0c01 0101 20 69 0x0000: 0001 0005 0c01 0101 2000 0000 90 0x0000: 0c01 0101 20 91 0x0000: 0001 0005 0c01 0101 2000 0000 112 0x0000: 0c01 0101 20 113 0x0000: 0001 0005 0c01 0101 2000 0000
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_segmentation.c | 65 const int c01 = segcounts[0] + segcounts[1]; in calc_segtree_probs() local 70 segment_tree_probs[0] = get_binary_prob(c01 + c23, c45 + c67); in calc_segtree_probs() 71 segment_tree_probs[1] = get_binary_prob(c01, c23); in calc_segtree_probs() 81 const int c01 = segcounts[0] + segcounts[1]; in cost_segmap() local 85 const int c0123 = c01 + c23; in cost_segmap() 93 cost += c01 * vp9_cost_zero(probs[1]) + c23 * vp9_cost_one(probs[1]); in cost_segmap() 95 if (c01 > 0) in cost_segmap()
|
/external/boringssl/src/crypto/poly1305/ |
D | poly1305_arm_asm.S | 124 # qhasm: reg128 c01 462 # qhasm: c01 = mem128[input_2];input_2+=16 463 # asm 1: vld1.8 {>c01=reg128#1%bot->c01=reg128#1%top},[<input_2=int32#2]! 464 # asm 2: vld1.8 {>c01=d0->c01=d1},[<input_2=r1]! 507 # qhasm: c01 c23 = c01[0]c01[1]c01[2]c23[2]c23[0]c23[1]c01[3]c23[3] 508 # asm 1: vtrn.32 <c01=reg128#1%top,<c23=reg128#2%top 509 # asm 2: vtrn.32 <c01=d1,<c23=d3 527 # qhasm: c01 c23 = c01[0]c23[0]c01[2]c01[3]c01[1]c23[1]c23[2]c23[3] 528 # asm 1: vtrn.32 <c01=reg128#1%bot,<c23=reg128#2%bot 529 # asm 2: vtrn.32 <c01=d0,<c23=d2 [all …]
|
/external/skqp/src/core/ |
D | SkMipMap.cpp | 158 auto c01 = F::Expand(p0[1]); in downsample_2_1() local 160 auto c = c00 + c01; in downsample_2_1() 174 auto c01 = F::Expand(p0[1]); in downsample_2_2() local 178 auto c = c00 + c10 + c01 + c11; in downsample_2_2() 194 auto c01 = F::Expand(p0[1]); in downsample_2_3() local 200 auto c = add_121(c00, c10, c20) + add_121(c01, c11, c21); in downsample_2_3() 216 auto c01 = F::Expand(p0[1]); in downsample_3_1() local 219 auto c = add_121(c00, c01, c02); in downsample_3_1()
|
/external/skia/src/core/ |
D | SkMipMap.cpp | 158 auto c01 = F::Expand(p0[1]); in downsample_2_1() local 160 auto c = c00 + c01; in downsample_2_1() 174 auto c01 = F::Expand(p0[1]); in downsample_2_2() local 178 auto c = c00 + c10 + c01 + c11; in downsample_2_2() 194 auto c01 = F::Expand(p0[1]); in downsample_2_3() local 200 auto c = add_121(c00, c10, c20) + add_121(c01, c11, c21); in downsample_2_3() 216 auto c01 = F::Expand(p0[1]); in downsample_3_1() local 219 auto c = add_121(c00, c01, c02); in downsample_3_1()
|
/external/swiftshader/src/Shader/ |
D | PixelRoutine.cpp | 1000 Short4 c01; in readPixel() local 1010 c01 = As<Short4>(Int2(*Pointer<Int>(buffer), *Pointer<Int>(buffer2))); in readPixel() 1012 pixel.x = c01 & Short4(0xF800u); in readPixel() 1013 pixel.y = (c01 & Short4(0x07E0u)) << 5; in readPixel() 1014 pixel.z = (c01 & Short4(0x001Fu)) << 11; in readPixel() 1019 c01 = *Pointer<Short4>(buffer); in readPixel() 1022 pixel.z = c01; in readPixel() 1023 pixel.y = c01; in readPixel() 1039 c01 = *Pointer<Short4>(buffer); in readPixel() 1042 pixel.z = c01; in readPixel() [all …]
|
/external/swiftshader/src/Pipeline/ |
D | PixelRoutine.cpp | 927 Short4 c01; in readPixel() local 937 c01 = As<Short4>(Int2(*Pointer<Int>(buffer), *Pointer<Int>(buffer2))); in readPixel() 939 pixel.x = c01 & Short4(0xF800u); in readPixel() 940 pixel.y = (c01 & Short4(0x07E0u)) << 5; in readPixel() 941 pixel.z = (c01 & Short4(0x001Fu)) << 11; in readPixel() 946 c01 = *Pointer<Short4>(buffer); in readPixel() 949 pixel.z = c01; in readPixel() 950 pixel.y = c01; in readPixel() 966 c01 = *Pointer<Short4>(buffer); in readPixel() 969 pixel.z = c01; in readPixel() [all …]
|
/external/skia/src/utils/ |
D | SkPatchUtils.cpp | 147 static SkScalar bilerp(SkScalar tx, SkScalar ty, SkScalar c00, SkScalar c10, SkScalar c01, in bilerp() argument 150 SkScalar b = c01 * (1.f - tx) + c11 * tx; in bilerp() 155 const Sk4f& c00, const Sk4f& c10, const Sk4f& c01, const Sk4f& c11) { in bilerp() argument 157 Sk4f b = c01 * (1.f - tx) + c11 * tx; in bilerp()
|
/external/skqp/src/utils/ |
D | SkPatchUtils.cpp | 147 static SkScalar bilerp(SkScalar tx, SkScalar ty, SkScalar c00, SkScalar c10, SkScalar c01, in bilerp() argument 150 SkScalar b = c01 * (1.f - tx) + c11 * tx; in bilerp() 155 const Sk4f& c00, const Sk4f& c10, const Sk4f& c01, const Sk4f& c11) { in bilerp() argument 157 Sk4f b = c01 * (1.f - tx) + c11 * tx; in bilerp()
|
/external/deqp/framework/common/ |
D | tcuTexCompareVerifier.cpp | 926 …const CubeFaceIntCoords c01 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i0+0, j0+1)… in isSeamplessLinearMipmapLinearCompareResultValid() local 931 …if (c00.face == CUBEFACE_LAST || c01.face == CUBEFACE_LAST || c10.face == CUBEFACE_LAST || c11.fac… in isSeamplessLinearMipmapLinearCompareResultValid() 936 depths0[2] = lookupDepthNoBorder(faces0[c01.face], sampler, c01.s, c01.t); in isSeamplessLinearMipmapLinearCompareResultValid() 953 …const CubeFaceIntCoords c01 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i1+0, j1+1)… in isSeamplessLinearMipmapLinearCompareResultValid() local 956 …if (c00.face == CUBEFACE_LAST || c01.face == CUBEFACE_LAST || c10.face == CUBEFACE_LAST || c11.fac… in isSeamplessLinearMipmapLinearCompareResultValid() 961 depths1[2] = lookupDepthNoBorder(faces1[c01.face], sampler, c01.s, c01.t); in isSeamplessLinearMipmapLinearCompareResultValid() 1035 …const CubeFaceIntCoords c01 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i+0, j+1)),… in isSeamlessLinearCompareResultValid() local 1040 …if (c00.face == CUBEFACE_LAST || c01.face == CUBEFACE_LAST || c10.face == CUBEFACE_LAST || c11.fac… in isSeamlessLinearCompareResultValid() 1052 depths[2] = lookupDepthNoBorder(faces[c01.face], sampler, c01.s, c01.t); in isSeamlessLinearCompareResultValid()
|
D | tcuTexLookupVerifier.cpp | 531 …const Vec4 c01 = quad01.p00*(1.0f-a0)*(1.0f-b0) + quad01.p10*a0*(1.0f-b0) + quad01.p01*(1.0f-a0)*… in is3DTrilinearFilterResultValid() local 536 const Vec4 cz0 = c00*(1.0f-c0) + c01*c0; in is3DTrilinearFilterResultValid() 1552 …const CubeFaceIntCoords c01 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i+0, j+1)),… in isSeamlessLinearSampleResultValid() local 1557 …if (c00.face == CUBEFACE_LAST || c01.face == CUBEFACE_LAST || c10.face == CUBEFACE_LAST || c11.fac… in isSeamlessLinearSampleResultValid() 1569 quad.p01 = lookup<float>(faces[c01.face], sampler, c01.s, c01.t, 0); in isSeamlessLinearSampleResultValid() 1640 …const CubeFaceIntCoords c01 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i0+0, j0+1)… in isSeamplessLinearMipmapLinearSampleResultValid() local 1645 …if (c00.face == CUBEFACE_LAST || c01.face == CUBEFACE_LAST || c10.face == CUBEFACE_LAST || c11.fac… in isSeamplessLinearMipmapLinearSampleResultValid() 1650 quad0.p01 = lookup<float>(faces0[c01.face], sampler, c01.s, c01.t, 0); in isSeamplessLinearMipmapLinearSampleResultValid() 1674 …const CubeFaceIntCoords c01 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i1+0, j1+1)… in isSeamplessLinearMipmapLinearSampleResultValid() local 1677 …if (c00.face == CUBEFACE_LAST || c01.face == CUBEFACE_LAST || c10.face == CUBEFACE_LAST || c11.fac… in isSeamplessLinearMipmapLinearSampleResultValid() [all …]
|
/external/syzkaller/pkg/report/testdata/linux/report/ |
D | 92 | 4 [ 38.039013] [2: kworker/2:1: 1608] Trustonic TEE: c01|TL_TZ_KEYSTORE: Starting
|
/external/clang/test/CXX/lex/lex.charset/ |
D | p2-cxx11.cpp | 4 char c01 = '\u0001'; // ok variable
|
D | p2-cxx98.cpp | 4 char c01 = '\u0001'; // expected-error {{universal character name refers to a control character}} variable
|
/external/perfetto/src/traced/probes/ftrace/ |
D | cpu_reader_unittest.cc | 1639 000006e0: 680f 0200 6c01 0001 8406 0000 2000 3010 h...l....... .0. in TEST() 1670 000008d0: 1c01 0001 8015 0000 2000 3010 2000 0000 ........ .0. ... in TEST() 1713 00000b80: 1000 0000 8081 0000 aa43 0500 3c01 0001 .........C..<... 1718 00000bd0: 0100 0000 0000 0000 4825 0400 6c01 0001 ........H%..l... 1726 00000c50: 0000 0000 e8c9 0000 6c01 0001 8015 0000 ........l....... 1758 00000e50: 0100 0000 0000 0000 8884 0200 6c01 0001 ............l...
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | summary-index.css | 128 td.c01 {
|
D | index.css | 140 td.c01 {
|
/external/u-boot/arch/arm/dts/ |
D | r8a77995-draak.dts | 150 compatible = "rohm,br24t01", "atmel,24c01";
|
/external/v8/src/builtins/ |
D | typed-array.tq | 143 const c01: Number = CallCompareWithDetachedCheck( 145 if (c01 > 0) {
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | format_utils.h | 234 …simd4scalari c01 = SIMD128::unpacklo_epi8(c0c2, c1c3); //… in Transpose() local 236 …simd4scalari c0123lo = SIMD128::unpacklo_epi16(c01, c23); //… in Transpose() 237 …simd4scalari c0123hi = SIMD128::unpackhi_epi16(c01, c23); //… in Transpose()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcShaderRenderCase.cpp | 744 Vec4 c01 = colors[v01]; in computeVertexReference() local 766 const Vec4& t1 = tri ? c01 : c10; in computeVertexReference() 767 const Vec4& t2 = tri ? c10 : c01; in computeVertexReference()
|
/external/deqp/modules/glshared/ |
D | glsShaderRenderCase.cpp | 691 Vec4 c01 = colors[v01]; in computeVertexReference() local 713 const Vec4& t1 = tri ? c01 : c10; in computeVertexReference() 714 const Vec4& t2 = tri ? c10 : c01; in computeVertexReference()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_setup_tri.c | 404 __m128i c01, c23, unused; in do_triangle_ccw() local 479 c01 = _mm_unpacklo_epi64(c02, c13); in do_triangle_ccw() 481 transpose2_64_2_32(&c01, &c23, &dcdx, &dcdy, in do_triangle_ccw()
|
/external/v8/src/js/ |
D | array.js | 612 var c01 = comparefn(v0, v1); 613 if (c01 > 0) {
|