Home
last modified time | relevance | path

Searched full:63 (Results 1 – 25 of 12486) sorted by relevance

12345678910>>...500

/external/webp/src/enc/
Dfilter_enc.c28 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63 },
31 44, 45, 47, 48, 50, 51, 53, 54, 56, 57, 59, 60, 62, 63, 63, 63,
32 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63 },
35 44, 46, 47, 49, 50, 52, 53, 55, 56, 58, 59, 61, 62, 63, 63, 63,
36 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63 },
39 45, 46, 48, 49, 51, 52, 54, 55, 57, 58, 60, 61, 63, 63, 63, 63,
40 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63 },
43 45, 47, 48, 50, 51, 53, 54, 56, 57, 59, 60, 62, 63, 63, 63, 63,
44 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63 },
47 46, 47, 49, 50, 52, 53, 55, 56, 58, 59, 61, 62, 63, 63, 63, 63,
[all …]
/external/llvm/test/MC/Disassembler/PowerPC/
Dvsx.txt42 # CHECK: xsaddsp 7, 63, 27
45 # CHECK: xsadddp 7, 63, 27
48 # CHECK: xscmpodp 6, 63, 27
51 # CHECK: xscmpudp 6, 63, 27
54 # CHECK: xscpsgndp 7, 63, 27
93 # CHECK: xsdivsp 7, 63, 27
96 # CHECK: xsdivdp 7, 63, 27
99 # CHECK: xsmaddadp 7, 63, 27
102 # CHECK: xsmaddmdp 7, 63, 27
105 # CHECK: xsmaddasp 7, 63, 27
[all …]
/external/llvm/test/MC/PowerPC/
Dvsx.s4 # CHECK-BE: xxswapd 7, 63 # encoding: [0xf0,0xff,0xfa,0x56]
5 # CHECK-LE: xxswapd 7, 63 # encoding: [0x56,0xfa,0xff,0xf0]
47 # CHECK-BE: xsaddsp 7, 63, 27 # encoding: [0xf0,0xff,0xd8,0x04]
48 # CHECK-LE: xsaddsp 7, 63, 27 # encoding: [0x04,0xd8,0xff,0xf0]
49 xsaddsp 7, 63, 27
50 # CHECK-BE: xsadddp 7, 63, 27 # encoding: [0xf0,0xff,0xd9,0x04]
51 # CHECK-LE: xsadddp 7, 63, 27 # encoding: [0x04,0xd9,0xff,0xf0]
52 xsadddp 7, 63, 27
53 # CHECK-BE: xscmpodp 6, 63, 27 # encoding: [0xf3,0x1f,0xd9,0x5c]
54 # CHECK-LE: xscmpodp 6, 63, 27 # encoding: [0x5c,0xd9,0x1f,0xf3]
[all …]
/external/grpc-grpc/examples/objective-c/auth_sample/AuthSample.xcodeproj/
Dproject.pbxproj1063E1E9821B28CB2100EF0978 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 63E1E9811B28CB21…
1163E1E9851B28CB2100EF0978 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 63E1E9841…
1263E1E9881B28CB2100EF0978 /* SelectUserViewController.m in Sources */ = {isa = PBXBuildFile; fileRe…
1363E1E98B1B28CB2100EF0978 /* MakeRPCViewController.m in Sources */ = {isa = PBXBuildFile; fileRef =…
1463E1E98E1B28CB2100EF0978 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 63E1E…
1563E1E9901B28CB2100EF0978 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 63E1E…
1663F5DE481B28F5C100CDD07E /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRe…
2163E1E97C1B28CB2100EF0978 /* AuthSample.app */ = {isa = PBXFileReference; explicitFileType = wrappe…
2263E1E9801B28CB2100EF0978 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plis…
2363E1E9811B28CB2100EF0978 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.…
[all …]
/external/skia/tests/
DMatrixProcsTest.cpp43 {"-2.100 => {0x00, 0xe, 0x00}", SkFloatToFixed(-2.100f), 63, 0x38000}, in DEF_TEST()
44 {"-1.900 => {0x00, 0x1, 0x00}", SkFloatToFixed(-1.900f), 63, 0x04000}, in DEF_TEST()
45 {"-0.500 => {0x00, 0x8, 0x00}", SkFloatToFixed(-0.500f), 63, 0x20000}, in DEF_TEST()
46 {"0.0000 => {0x00, 0x0, 0x01}", SkFloatToFixed(0.0000f), 63, 0x000001}, in DEF_TEST()
47 {"0.0416 => {0x00, 0x0, 0x01}", SkFloatToFixed(0.0416f), 63, 0x000001}, in DEF_TEST()
48 {"1.8583 => {0x01, 0xd, 0x02}", SkFloatToFixed(1.8583f), 63, 0x074002}, in DEF_TEST()
49 {"3.6749 => {0x03, 0xa, 0x04}", SkFloatToFixed(3.6749f), 63, 0x0e8004}, in DEF_TEST()
50 {"5.4916 => {0x05, 0x7, 0x06}", SkFloatToFixed(5.4916f), 63, 0x15c006}, in DEF_TEST()
51 {"7.3083 => {0x07, 0x4, 0x08}", SkFloatToFixed(7.3083f), 63, 0x1d0008}, in DEF_TEST()
52 {"9.0000 => {0x09, 0x0, 0x0a}", SkFloatToFixed(9.0000f), 63, 0x24000a}, in DEF_TEST()
[all …]
/external/angle/third_party/glslang/src/Test/baseResults/
Dhlsl.color.hull.tesc.out59 0:63 Function Definition: @main(struct-HullInputType-vf3-vf41[3];u1;u1; ( temp structure{ temp 3-c…
60 0:63 Function Parameters:
61 0:63 'patch' ( in 3-element array of structure{ temp 3-component vector of float position, te…
62 0:63 'pointId' ( in uint)
63 0:63 'patchId' ( in uint)
89 0:63 Function Definition: main( ( temp void)
90 0:63 Function Parameters:
92 0:63 Sequence
93 0:63 move second child to first child ( temp 3-component vector of float)
94 0:63 position: direct index for structure ( temp 3-component vector of float)
[all …]
Dspv.subgroupPartitioned.comp.out73 63: 24(int) Constant 1
97 805: 70(ivec2) ConstantComposite 63 63
99 819: 78(ivec3) ConstantComposite 63 63 63
101 834: 25(ivec4) ConstantComposite 63 63 63 63
143 65: 64(ptr) AccessChain 31(data) 34 63 35
149 72: 71(ptr) AccessChain 31(data) 34 63
156 79: 71(ptr) AccessChain 31(data) 34 63
163 85: 71(ptr) AccessChain 31(data) 34 63
221 142: 64(ptr) AccessChain 31(data) 34 63 35
228 149: 71(ptr) AccessChain 31(data) 34 63
[all …]
/external/deqp-deps/glslang/Test/baseResults/
Dhlsl.color.hull.tesc.out59 0:63 Function Definition: @main(struct-HullInputType-vf3-vf41[3];u1;u1; ( temp structure{ temp 3-c…
60 0:63 Function Parameters:
61 0:63 'patch' ( in 3-element array of structure{ temp 3-component vector of float position, te…
62 0:63 'pointId' ( in uint)
63 0:63 'patchId' ( in uint)
89 0:63 Function Definition: main( ( temp void)
90 0:63 Function Parameters:
92 0:63 Sequence
93 0:63 move second child to first child ( temp 3-component vector of float)
94 0:63 position: direct index for structure ( temp 3-component vector of float)
[all …]
Dspv.subgroupPartitioned.comp.out73 63: 24(int) Constant 1
97 805: 70(ivec2) ConstantComposite 63 63
99 819: 78(ivec3) ConstantComposite 63 63 63
101 834: 25(ivec4) ConstantComposite 63 63 63 63
143 65: 64(ptr) AccessChain 31(data) 34 63 35
149 72: 71(ptr) AccessChain 31(data) 34 63
156 79: 71(ptr) AccessChain 31(data) 34 63
163 85: 71(ptr) AccessChain 31(data) 34 63
221 142: 64(ptr) AccessChain 31(data) 34 63 35
228 149: 71(ptr) AccessChain 31(data) 34 63
[all …]
/external/deqp/external/vulkancts/data/vulkan/amber/graphicsfuzz/
Dcontrol-flow-in-function.amber356 %63 = OpTypeInt 32 1
357 %64 = OpTypePointer Function %63
358 %66 = OpConstant %63 0
359 %73 = OpConstant %63 4
360 %77 = OpConstant %63 7
361 %83 = OpConstant %63 1
375 %101 = OpConstant %63 2
376 %141 = OpConstant %63 3
384 %239 = OpConstant %63 9
389 %336 = OpConstant %63 25
[all …]
/external/skia/src/sksl/
DSkSLLexer.cpp22 58, 59, 60, 61, 36, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74,
187 63}},
207 63}},
215 63,
227 63}},
228 {8, {255, 255, 255, 255, 255, 255, 255, 15, 0, 0, 192, 15, 0, 0, 0, 0, 0, 192, 63}},
229 {8, {255, 255, 255, 255, 3, 0, 255, 15, 0, 0, 192, 15, 0, 0, 0, 0, 0, 192, 63}},
249 63}},
250 {10, {255, 255, 255, 255, 3, 0, 255, 15, 0, 0, 192, 15, 0, 0, 0, 0, 0, 192, 63}},
270 63}},
[all …]
/external/harfbuzz_ng/test/shape/data/in-house/tests/
Dsara-am.tests1 ../fonts/63a539a90a371ccf028dc2dcced9b63b07163be7.ttf;;U+0E01,U+0E31,U+0E33;[uni0E01=0+500|uni0E4D=…
2 ../fonts/63a539a90a371ccf028dc2dcced9b63b07163be7.ttf;;U+0E01,U+0E34,U+0E33;[uni0E01=0+500|uni0E4D=…
3 ../fonts/63a539a90a371ccf028dc2dcced9b63b07163be7.ttf;;U+0E01,U+0E35,U+0E33;[uni0E01=0+500|uni0E4D=…
4 ../fonts/63a539a90a371ccf028dc2dcced9b63b07163be7.ttf;;U+0E01,U+0E36,U+0E33;[uni0E01=0+500|uni0E4D=…
5 ../fonts/63a539a90a371ccf028dc2dcced9b63b07163be7.ttf;;U+0E01,U+0E37,U+0E33;[uni0E01=0+500|uni0E4D=…
6 ../fonts/63a539a90a371ccf028dc2dcced9b63b07163be7.ttf;;U+0E01,U+0E47,U+0E33;[uni0E01=0+500|uni0E4D=…
7 ../fonts/63a539a90a371ccf028dc2dcced9b63b07163be7.ttf;;U+0E01,U+0E48,U+0E33;[uni0E01=0+500|uni0E4D=…
8 ../fonts/63a539a90a371ccf028dc2dcced9b63b07163be7.ttf;;U+0E01,U+0E49,U+0E33;[uni0E01=0+500|uni0E4D=…
9 ../fonts/63a539a90a371ccf028dc2dcced9b63b07163be7.ttf;;U+0E01,U+0E4A,U+0E33;[uni0E01=0+500|uni0E4D=…
10 ../fonts/63a539a90a371ccf028dc2dcced9b63b07163be7.ttf;;U+0E01,U+0E4B,U+0E33;[uni0E01=0+500|uni0E4D=…
[all …]
/external/llvm/test/CodeGen/X86/
Dvector-shift-lshr-512.ll68 … vmovdqa {{.*#+}} ymm6 = [63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,
153 … vmovdqa {{.*#+}} ymm5 = [63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,
240 … vmovdqa {{.*#+}} ymm5 = [63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,
Davx-shift.ll108 ; CHECK-NEXT: vmovdqa {{.*#+}} xmm2 = [63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63]
141 ; CHECK-NEXT: vmovdqa {{.*#+}} xmm2 = [63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63]
/external/rust/android-crates-io/crates/icu_collections/tests/data/char16trie/
Dtest_long_sequence.toml10 48,97,32754,65535,65535,98,99,100,63,101,102,103,104,105,106,107,108,
11 109,110,111,112,113,114,115,116,63,117,118,119,120,121,122,65,
12 66,67,68,69,70,71,72,73,74,63,75,76,77,78,79,80,
14 100,63,101,102,103,104,105,106,107,108,109,110,111,112,113,114,
15 115,116,63,117,118,119,120,121,122,65,66,67,68,69,70,71,
16 72,73,74,63,75,76,77,78,79,80,81,82,83,84,85,86,
17 87,88,89,90,63,97,98,99,100,101,102,103,104,105,106,107,
18 108,109,110,111,112,63,113,114,115,116,117,118,119,120,121,122,
19 65,66,67,68,69,70,63,71,72,73,74,75,76,77,78,79,
20 80,81,82,83,84,85,86,63,87,88,89,90,97,98,99,100,
[all …]
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir/
Dlstm.json242 …168, 63, 0, 140, 72, 191, 120, 20, 147, 62, 20, 152, 196, 190, 121, 98, 82, 187, 95, 128, 213, 61,…
247 … 6, 51, 157, 188, 114, 90, 167, 62, 118, 240, 59, 63, 49, 162, 255, 62, 17, 91, 160, 63, 32, 47, 2…
252 …37, 231, 86, 63, 41, 154, 16, 63, 239, 37, 77, 191, 55, 189, 24, 189, 86, 63, 18, 63, 42, 55, 13, …
257 …, 191, 197, 130, 240, 191, 98, 125, 45, 62, 243, 70, 83, 62, 85, 155, 139, 63, 113, 239, 11, 192, …
262 …142, 11, 73, 62, 36, 8, 84, 63, 186, 208, 11, 191, 76, 208, 190, 191, 223, 200, 210, 63, 183, 170,…
267 …235, 202, 222, 190, 159, 201, 112, 191, 217, 248, 166, 63, 165, 199, 131, 191, 130, 59, 47, 63, 17…
272 …, 59, 211, 218, 250, 62, 25, 157, 134, 63, 147, 22, 164, 63, 25, 221, 139, 62, 1, 230, 247, 62, 21…
277 …165, 62, 213, 225, 200, 191, 119, 248, 15, 191, 128, 125, 171, 189, 90, 125, 222, 63, 4, 76, 95, 62
282 210, 73, 183, 63, 248, 177, 13, 191
287 78, 251, 212, 191, 169, 29, 147, 63
[all …]
/external/libjpeg-turbo/
Djutils.c37 35, 36, 48, 49, 57, 58, 62, 63
50 * "63"s after the real entries. This will cause the extra coefficient
51 * to be stored in location 63 of the block, not somewhere random.
64 53, 60, 61, 54, 47, 55, 62, 63,
65 63, 63, 63, 63, 63, 63, 63, 63, /* extra entries for safety in decoder */
66 63, 63, 63, 63, 63, 63, 63, 63
/external/tcpdump/tests/
Darista_ether-ev.out1 …0x0800), length 110: (tos 0x0, ttl 64, id 0, offset 0, flags [none], proto unknown (63), length 82)
2 10.136.1.32 > 10.2.23.24: ip-proto-63 62
3 …rtype IPv4 (0x0800), (tos 0x0, ttl 64, id 0, offset 0, flags [none], proto unknown (63), length 78)
4 10.136.1.32 > 10.2.23.24: ip-proto-63 58
6 (tos 0x0, ttl 64, id 0, offset 0, flags [none], proto unknown (63), length 78)
7 10.136.1.32 > 10.2.23.24: ip-proto-63 58
9 (tos 0x0, ttl 64, id 0, offset 0, flags [none], proto unknown (63), length 74)
10 10.136.1.32 > 10.2.23.24: ip-proto-63 54
11 …0x0800), length 110: (tos 0x0, ttl 64, id 0, offset 0, flags [none], proto unknown (63), length 82)
12 10.136.1.32 > 10.2.23.24: ip-proto-63 62
[all …]
/external/openthread/third_party/mbedtls/repo/tests/suites/
Dtest_suite_aes.ctr.data76 AES-CTR aes_encrypt_ctr_multipart 63 1
77 aes_encrypt_ctr_multipart:63:1
79 AES-CTR aes_encrypt_ctr_multipart 63 2
80 aes_encrypt_ctr_multipart:63:2
82 AES-CTR aes_encrypt_ctr_multipart 63 8
83 aes_encrypt_ctr_multipart:63:8
85 AES-CTR aes_encrypt_ctr_multipart 63 15
86 aes_encrypt_ctr_multipart:63:15
88 AES-CTR aes_encrypt_ctr_multipart 63 16
89 aes_encrypt_ctr_multipart:63:16
[all …]
/external/cronet/stable/third_party/icu/source/i18n/unicode/
Dnumberrangeformatter.h148 * @stable ICU 63
159 * @stable ICU 63
170 * @stable ICU 63
181 * @stable ICU 63
194 * @stable ICU 63
205 * @stable ICU 63
216 * @stable ICU 63
227 * @stable ICU 63
240 * @stable ICU 63
251 * @stable ICU 63
[all …]
/external/cronet/tot/third_party/icu/source/i18n/unicode/
Dnumberrangeformatter.h148 * @stable ICU 63
159 * @stable ICU 63
170 * @stable ICU 63
181 * @stable ICU 63
194 * @stable ICU 63
205 * @stable ICU 63
216 * @stable ICU 63
227 * @stable ICU 63
240 * @stable ICU 63
251 * @stable ICU 63
[all …]
/external/llvm/test/MC/Sparc/
Dsparc64-alu-instructions.s6 ! CHECK: sllx %g1, 63, %i0 ! encoding: [0xb1,0x28,0x70,0x3f]
7 sllx %g1, 63, %i0
12 ! CHECK: srlx %g1, 63, %i0 ! encoding: [0xb1,0x30,0x70,0x3f]
13 srlx %g1, 63, %i0
18 ! CHECK: srax %g1, 63, %i0 ! encoding: [0xb1,0x38,0x70,0x3f]
19 srax %g1, 63, %i0
24 ! CHECK: mulx %g1, 63, %i0 ! encoding: [0xb0,0x48,0x60,0x3f]
25 mulx %g1, 63, %i0
30 ! CHECK: sdivx %g1, 63, %i0 ! encoding: [0xb1,0x68,0x60,0x3f]
31 sdivx %g1, 63, %i0
[all …]
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/number/
DNumberRangeFormatter.java31 * @stable ICU 63
39 * @stable ICU 63
49 * @stable ICU 63
57 * @stable ICU 63
66 * @stable ICU 63
75 * @stable ICU 63
85 * @stable ICU 63
92 * @stable ICU 63
101 * @stable ICU 63
110 * @stable ICU 63
[all …]
/external/sg3_utils/inhex/
Dses_areca_all.hex16 3f c0 ec 16 41 72 65 63 61 20 20 20 41 52 43 2d
21 79 44 65 76 69 63 65 73 49 6e 53 75 62 45 6e 63
22 6c 73 72 30 45 6e 63 6c 6f 73 75 72 65 45 6c 65
23 6d 65 6e 74 49 6e 53 75 62 45 6e 63 6c 73 72 30
26 6e 63 6c 73 72 30 54 65 6d 70 53 65 6e 73 6f 72
27 73 49 6e 53 75 62 45 6e 63 6c 73 72 30 56 6f 6c
29 45 6e 63 6c 73 72 30 43 6f 6e 6e 65 63 74 6f 72
30 73 49 6e 53 75 62 45 6e 63 6c 73 72 30 50 6f 77
31 65 72 53 75 70 70 6c 79 49 6e 53 75 62 45 6e 63
33 49 6e 53 75 62 45 6e 63 6c 73 72 30
[all …]
/external/icu/icu4c/source/i18n/unicode/
Dnumberrangeformatter.h143 * @stable ICU 63
154 * @stable ICU 63
165 * @stable ICU 63
176 * @stable ICU 63
189 * @stable ICU 63
200 * @stable ICU 63
211 * @stable ICU 63
222 * @stable ICU 63
235 * @stable ICU 63
246 * @stable ICU 63
[all …]

12345678910>>...500