Home
last modified time | relevance | path

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

12345678910>>...293

/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/vulkan-deps/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/skia/src/sksl/
DSkSLLexer.cpp22 54, 55, 56, 57, 34, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70};
122 {255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 63}},
124 {195, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 63}},
126 {255, 255, 255, 255, 255, 255, 63, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 63}},
127 {8, {255, 255, 255, 255, 255, 255, 255, 15, 0, 192, 15, 0, 0, 0, 0, 0, 192, 63}},
128 {8, {255, 255, 255, 255, 3, 0, 255, 15, 0, 192, 15, 0, 0, 0, 0, 0, 192, 63}},
130 {255, 255, 255, 255, 171, 170, 255, 175, 170, 234, 175, 106, 170, 170, 162, 170, 234, 63}},
131 {10, {255, 255, 255, 255, 3, 0, 255, 15, 0, 192, 15, 0, 0, 0, 0, 0, 192, 63}},
133 {255, 255, 255, 255, 171, 170, 255, 175, 170, 234, 175, 170, 170, 170, 106, 170, 232, 63}},
135 {255, 255, 255, 255, 87, 84, 255, 95, 85, 213, 95, 85, 85, 85, 85, 85, 213, 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/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/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/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/ImageMagick/PerlMagick/t/
Dinput_p3.ppm9 63 58 47 70 63 51 74 66 52 76 65 50
12 246 61 66 241 60 64 214 64 59 184 63 47
13 178 63 45 173 64 45 163 65 43 152 64 43
14 146 63 46 145 61 44 146 61 43 147 61 42
15 149 63 46 153 63 51 177 66 51 187 68 54
27 72 63 49 73 62 46 75 64 47 77 68 51
30 209 65 59 177 63 45 176 63 43 173 63 44
31 162 64 43 151 63 43 145 62 46 144 61 44
48 169 63 45 165 62 45 155 63 44 145 62 41
50 137 63 47 155 66 49 195 64 56 195 71 68
[all …]
Dinput_p2.pgm13 38 70 63 31 7 7 7 7 6 6 6 5 6 6 6 6 6 6 7 7 7 6 6 7 9 9 9 9 10 11 12 12 17 27
19 20 20 24 30 32 40 63 86 91 71 57 50 28 10 5 5 6 6 6 5 5 25 62 69 75 77 77 75
22 60 31 11 6 5 7 7 8 19 38 47 57 64 62 68 63 50 22 10 10 12 13 13 14 14 13 13 13
27 79 67 81 81 82 83 84 87 87 89 90 97 63 17 14 47 85 82 86 117 154 160 112 44 30
29 34 38 37 33 38 40 42 48 53 67 77 73 63 58 50 58 73 85 65 40 52 74 83 85 86 87
35 54 55 63 71 46 41 44 52 61 64 76 88 84 90 92 91 93 89 98 64 128 255 253 251
40 80 67 57 69 55 46 51 58 60 60 60 62 58 54 52 62 83 76 60 63 72 64 61 73 65 56
43 59 73 64 55 54 44 49 61 63 63 55 48 49 53 57 66 68 68 75 64 51 65 65 69 50 48
46 48 44 54 66 63 65 55 45 51 70 51 48 53 56 54 50 52 62 71 81 66 50 43 40 39 40
48 20 19 20 20 20 32 52 64 73 58 44 32 63 83 72 76 65 44 53 55 52 46 46 48 57 66
[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/cronet/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/icu/libicu/cts_headers/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 …]
/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 …]
/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/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/classes/core/src/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 …]

12345678910>>...293