/third_party/ffmpeg/libavcodec/ppc/ |
D | vp3dsp_altivec.c | 47 vec_s16 eight = vec_splat_s16(8);\ 120 #define ADD8(a) vec_add(a, eight) 130 eight = vec_add(eight, v2048); in vp3_idct_put_altivec()
|
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/in-house/tests/ |
D | reverse-sub.tests | 3 …eight.numr=7+350|nine.numr=8+350|zero.numr=9+350|fraction=10+130|one.dnom=11+350|two.dnom=12+350|t…
|
/third_party/skia/third_party/externals/opengl-registry/extensions/IMG/ |
D | IMG_texture_compression_pvrtc2.txt | 132 * <xoffset> is not a multiple of eight. 134 * <width> is not a multiple of eight, except when the sum of <width> 175 * <xoffset> is not a multiple of eight. 177 * <width> is not a multiple of eight, except when the sum of <width>
|
/third_party/openGLES/extensions/IMG/ |
D | IMG_texture_compression_pvrtc2.txt | 132 * <xoffset> is not a multiple of eight. 134 * <width> is not a multiple of eight, except when the sum of <width> 175 * <xoffset> is not a multiple of eight. 177 * <width> is not a multiple of eight, except when the sum of <width>
|
/third_party/jerryscript/tests/jerry-test-suite/12/12.06/12.06.04/ |
D | 12.06.04-002.js | 16 a.eight = 8;
|
/third_party/pcre2/pcre2/testdata/ |
D | grepinput8 | 5 X seven
X eight
X nine
X ten
|
D | grepoutput8 | 6 7:X seven
8:X eight
9:X nine
10:X ten
|
D | grepinputC.gz | ... three
24four
25five
26six
27seven
28eight
29nine
30ten
31eleven
32twelve
33thirteen ... |
D | grepinputx | 28 eight
|
D | grepinputC.bz2 | ... three
24four
25five
26six
27seven
28eight
29nine
30ten
31eleven
32twelve
33thirteen ... |
D | grepoutput | 74 28:eight 171 eight 202 28-eight 224 eight 246 eight 278 28-eight 301 eight 583 28:eight
|
/third_party/openGLES/extensions/OES/ |
D | OES_compressed_ETC1_RGB8_texture.txt | 182 B1'. These five-bit codewords are extended to eight bits by 185 eight-bit red color component becomes 11100111b = 231. Likewise, 195 is 28+(-4)=24 = 11000b, which is then extended to eight bits to 208 that the extension to eight bits is performed _after_ the 216 select one of eight modifier tables, see Table 3.17.2. For
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_compressed_ETC1_RGB8_texture.txt | 172 B1'. These five-bit codewords are extended to eight bits by 175 eight-bit red color component becomes 11100111b = 231. Likewise, 185 is 28+(-4)=24 = 11000b, which is then extended to eight bits to 198 that the extension to eight bits is performed _after_ the 206 select one of eight modifier tables, see Table 3.17.2. For
|
/third_party/openssl/doc/man7/ |
D | EVP_PKEY-RSA.pod | 60 Up to eight additional "r_i" prime factors are supported. 84 Up to eight additional "d_i" exponents are supported. 106 Up to eight additional "t_i" exponents are supported.
|
/third_party/toybox/tests/ |
D | cp.test | 87 touch one/{six,seven,eight}
|
/third_party/icu/docs/userguide/format_parse/numbers/ |
D | rbnf.md | 86 // two thousand seven hundred and eighteen point two eight 117 + " seven; eight; nine;\n"
|
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/text-rendering-tests/tests/ |
D | MORX-5.tests | 6 …41,U+0058,U+0059,U+005A,U+0038;[P|Q@333,0|R@699,0|A@1050,0|X@1880,0|Y@2244,0|Z@2576,0|eight@2898,0] 7 …,U+0059,U+005A,U+0038;[P|Q@333,0|R@699,0|A@1050,0|B@1880,0|X@2710,0|Y@3074,0|Z@3406,0|eight@3728,0]
|
/third_party/node/deps/openssl/openssl/crypto/chacha/asm/ |
D | chacha-ppc.pl | 920 my ($sixteen,$twelve,$eight,$seven) = ($xt0,$xt1,$xt2,$xt3); 969 "&vrlw (@x[$d0],@x[$d0],'$eight')", 970 "&vrlw (@x[$d1],@x[$d1],'$eight')", 971 "&vrlw (@x[$d2],@x[$d2],'$eight')", 972 "&vrlw (@x[$d3],@x[$d3],'$eight')", 1065 vspltisw $eight,8
|
/third_party/openssl/crypto/chacha/asm/ |
D | chacha-ppc.pl | 920 my ($sixteen,$twelve,$eight,$seven) = ($xt0,$xt1,$xt2,$xt3); 969 "&vrlw (@x[$d0],@x[$d0],'$eight')", 970 "&vrlw (@x[$d1],@x[$d1],'$eight')", 971 "&vrlw (@x[$d2],@x[$d2],'$eight')", 972 "&vrlw (@x[$d3],@x[$d3],'$eight')", 1065 vspltisw $eight,8
|
/third_party/jerryscript/tests/jerry/ |
D | for-in.js | 68 array_obj.eight = 8;
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_AMD_shader_fragment_mask.adoc | 32 For example, when eight color samples are used, the color fragment index for
|
D | VK_AMD_shader_fragment_mask.txt | 32 For example, when eight color samples are used, the color fragment index for
|
/third_party/openGLES/extensions/APPLE/ |
D | APPLE_ycbcr_422.txt | 53 Y'CbCr format. Each 16 bit pixel is represented by an unsigned eight bit 54 luminance component and two unsigned eight bit chroma components. Each pair
|
/third_party/musl/Benchmark/musl/ |
D | socket_test.cpp | 36 int eight = 8; in Bm_function_socket_server() local 37 bzero(&(serverAddr.sin_zero), eight); // Set other attributes to 0 in Bm_function_socket_server()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/APPLE/ |
D | APPLE_ycbcr_422.txt | 53 Y'CbCr format. Each 16 bit pixel is represented by an unsigned eight bit 54 luminance component and two unsigned eight bit chroma components. Each pair
|