Home
last modified time | relevance | path

Searched refs:b24 (Results 1 – 25 of 1579) sorted by relevance

12345678910>>...64

/dports/devel/9base/9base-6/lib9/
H A Du64.c30 ulong b24; in dec64() local
35 b24 = 0; in dec64()
44 b24 = c<<18; in dec64()
47 b24 |= c<<12; in dec64()
50 b24 |= c<<6; in dec64()
56 b24 |= c; in dec64()
59 *out++ = b24; in dec64()
75 *out++ = b24>>8; in dec64()
86 ulong b24; in enc64() local
93 b24 |= *in++; in enc64()
[all …]
/dports/net/drawterm/drawterm/libc/
H A Du64.c31 ulong b24; in dec64() local
36 b24 = 0; in dec64()
45 b24 = c<<18; in dec64()
48 b24 |= c<<12; in dec64()
51 b24 |= c<<6; in dec64()
57 b24 |= c; in dec64()
60 *out++ = b24; in dec64()
76 *out++ = b24>>8; in dec64()
87 ulong b24; in enc64() local
94 b24 |= *in++; in enc64()
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/lib9/
H A Du64.c30 ulong b24; in dec64() local
35 b24 = 0; in dec64()
44 b24 = c<<18; in dec64()
47 b24 |= c<<12; in dec64()
50 b24 |= c<<6; in dec64()
56 b24 |= c; in dec64()
59 *out++ = b24; in dec64()
75 *out++ = b24>>8; in dec64()
86 ulong b24; in enc64() local
93 b24 |= *in++; in enc64()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dlibaribb24.c143 if (b24->aribb24_base_path) { in libaribb24_init()
145 b24->aribb24_base_path); in libaribb24_init()
146 arib_set_base_path(b24->lib_instance, b24->aribb24_base_path); in libaribb24_init()
151 if (!(b24->parser = arib_get_parser(b24->lib_instance))) { in libaribb24_init()
155 if (!(b24->decoder = arib_get_decoder(b24->lib_instance))) { in libaribb24_init()
173 arib_dec_init(b24->decoder); in libaribb24_init()
183 if (b24->decoder) in libaribb24_init()
186 if (b24->lib_instance) in libaribb24_init()
196 if (b24->decoder) in libaribb24_close()
199 if (b24->lib_instance) in libaribb24_close()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dlibaribb24.c143 if (b24->aribb24_base_path) { in libaribb24_init()
145 b24->aribb24_base_path); in libaribb24_init()
146 arib_set_base_path(b24->lib_instance, b24->aribb24_base_path); in libaribb24_init()
151 if (!(b24->parser = arib_get_parser(b24->lib_instance))) { in libaribb24_init()
155 if (!(b24->decoder = arib_get_decoder(b24->lib_instance))) { in libaribb24_init()
173 arib_dec_init(b24->decoder); in libaribb24_init()
183 if (b24->decoder) in libaribb24_init()
186 if (b24->lib_instance) in libaribb24_init()
196 if (b24->decoder) in libaribb24_close()
199 if (b24->lib_instance) in libaribb24_close()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dlibaribb24.c143 if (b24->aribb24_base_path) { in libaribb24_init()
145 b24->aribb24_base_path); in libaribb24_init()
146 arib_set_base_path(b24->lib_instance, b24->aribb24_base_path); in libaribb24_init()
151 if (!(b24->parser = arib_get_parser(b24->lib_instance))) { in libaribb24_init()
155 if (!(b24->decoder = arib_get_decoder(b24->lib_instance))) { in libaribb24_init()
173 arib_dec_init(b24->decoder); in libaribb24_init()
183 if (b24->decoder) in libaribb24_init()
186 if (b24->lib_instance) in libaribb24_init()
196 if (b24->decoder) in libaribb24_close()
199 if (b24->lib_instance) in libaribb24_close()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dlibaribb24.c143 if (b24->aribb24_base_path) { in libaribb24_init()
145 b24->aribb24_base_path); in libaribb24_init()
146 arib_set_base_path(b24->lib_instance, b24->aribb24_base_path); in libaribb24_init()
151 if (!(b24->parser = arib_get_parser(b24->lib_instance))) { in libaribb24_init()
155 if (!(b24->decoder = arib_get_decoder(b24->lib_instance))) { in libaribb24_init()
173 arib_dec_init(b24->decoder); in libaribb24_init()
183 if (b24->decoder) in libaribb24_init()
186 if (b24->lib_instance) in libaribb24_init()
196 if (b24->decoder) in libaribb24_close()
199 if (b24->lib_instance) in libaribb24_close()
[all …]
/dports/lang/mosml/mosml-ver-2.10.1/src/runtime/
H A Dmd5sum.c364 my_ulong b24; in dec64() local
371 b24 = 0; in dec64()
379 b24 = c<<18; in dec64()
382 b24 |= c<<12; in dec64()
385 b24 |= c<<6; in dec64()
388 b24 |= c; in dec64()
391 *out++ = b24; in dec64()
403 *out++ = b24>>8; in dec64()
414 my_ulong b24; in enc64() local
422 b24 |= *in++; in enc64()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/tests/unit_tests/
H A Dor_and.tst126 b24 = int8(10);
145 assert_checktrue((b0 | b24) == b24);
169 assert_checktrue((b2 | b4) == b24);
174 assert_checktrue((b2 | b24) == b24);
199 assert_checktrue((b4 | b24) == b24);
244 assert_checktrue((b24 | b24) == b24);
281 assert_checktrue((b0 & b24) == b0);
380 assert_checktrue((b24 & b24) == b24);
384 assert_checktrue((b24 & b234) == b24);
385 assert_checktrue((b24 & b1234) == b24);
[all …]
H A Dor_and.dia.ref103 b24 = int8(10);
120 assert_checktrue((b0 | b24) == b24);
142 assert_checktrue((b2 | b4) == b24);
147 assert_checktrue((b2 | b24) == b24);
170 assert_checktrue((b4 | b24) == b24);
210 assert_checktrue((b24 | b24) == b24);
241 assert_checktrue((b0 & b24) == b0);
331 assert_checktrue((b24 & b24) == b24);
335 assert_checktrue((b24 & b234) == b24);
336 assert_checktrue((b24 & b1234) == b24);
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/
H A Dpr61692.c47 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Labels_and_Inputs() local
60 b21 = b22 = b23 = b24 = b25 = b26 = b27 = b28 = b29 = b30 = 0; in Labels_and_Inputs()
69 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Labels_and_Inputs()
80 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Labels_and_Inputs()
92 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Outputs() local
120 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Inputs() local
125 b21 = b22 = b23 = b24 = b25 = b26 = b27 = b28 = b29 = b30 = 0; in Inputs()
134 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Inputs()
143 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Inputs()
154 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Input_Output() local
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/
H A Dpr61692.c47 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Labels_and_Inputs() local
60 b21 = b22 = b23 = b24 = b25 = b26 = b27 = b28 = b29 = b30 = 0; in Labels_and_Inputs()
69 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Labels_and_Inputs()
80 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Labels_and_Inputs()
92 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Outputs() local
120 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Inputs() local
125 b21 = b22 = b23 = b24 = b25 = b26 = b27 = b28 = b29 = b30 = 0; in Inputs()
134 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Inputs()
143 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Inputs()
154 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Input_Output() local
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/
H A Dpr61692.c47 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Labels_and_Inputs() local
60 b21 = b22 = b23 = b24 = b25 = b26 = b27 = b28 = b29 = b30 = 0; in Labels_and_Inputs()
69 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Labels_and_Inputs()
80 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Labels_and_Inputs()
92 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Outputs() local
120 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Inputs() local
125 b21 = b22 = b23 = b24 = b25 = b26 = b27 = b28 = b29 = b30 = 0; in Inputs()
134 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Inputs()
143 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Inputs()
154 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Input_Output() local
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A Dpr61692.c47 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Labels_and_Inputs() local
60 b21 = b22 = b23 = b24 = b25 = b26 = b27 = b28 = b29 = b30 = 0; in Labels_and_Inputs()
69 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Labels_and_Inputs()
80 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Labels_and_Inputs()
92 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Outputs() local
120 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Inputs() local
125 b21 = b22 = b23 = b24 = b25 = b26 = b27 = b28 = b29 = b30 = 0; in Inputs()
134 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Inputs()
143 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Inputs()
154 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Input_Output() local
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dpr61692.c47 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Labels_and_Inputs() local
60 b21 = b22 = b23 = b24 = b25 = b26 = b27 = b28 = b29 = b30 = 0; in Labels_and_Inputs()
69 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Labels_and_Inputs()
80 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Labels_and_Inputs()
92 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Outputs() local
120 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Inputs() local
125 b21 = b22 = b23 = b24 = b25 = b26 = b27 = b28 = b29 = b30 = 0; in Inputs()
134 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Inputs()
143 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Inputs()
154 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Input_Output() local
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dpr61692.c47 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Labels_and_Inputs() local
60 b21 = b22 = b23 = b24 = b25 = b26 = b27 = b28 = b29 = b30 = 0; in Labels_and_Inputs()
69 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Labels_and_Inputs()
80 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Labels_and_Inputs()
92 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Outputs() local
120 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Inputs() local
125 b21 = b22 = b23 = b24 = b25 = b26 = b27 = b28 = b29 = b30 = 0; in Inputs()
134 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Inputs()
143 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Inputs()
154 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Input_Output() local
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dpr61692.c47 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Labels_and_Inputs() local
60 b21 = b22 = b23 = b24 = b25 = b26 = b27 = b28 = b29 = b30 = 0; in Labels_and_Inputs()
69 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Labels_and_Inputs()
80 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Labels_and_Inputs()
92 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Outputs() local
120 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Inputs() local
125 b21 = b22 = b23 = b24 = b25 = b26 = b27 = b28 = b29 = b30 = 0; in Inputs()
134 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Inputs()
143 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Inputs()
154 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Input_Output() local
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/
H A Dpr61692.c47 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Labels_and_Inputs() local
60 b21 = b22 = b23 = b24 = b25 = b26 = b27 = b28 = b29 = b30 = 0; in Labels_and_Inputs()
69 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Labels_and_Inputs()
80 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Labels_and_Inputs()
92 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Outputs() local
120 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Inputs() local
125 b21 = b22 = b23 = b24 = b25 = b26 = b27 = b28 = b29 = b30 = 0; in Inputs()
134 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Inputs()
143 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Inputs()
154 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Input_Output() local
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/
H A Dpr61692.c47 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Labels_and_Inputs() local
60 b21 = b22 = b23 = b24 = b25 = b26 = b27 = b28 = b29 = b30 = 0; in Labels_and_Inputs()
69 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Labels_and_Inputs()
80 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Labels_and_Inputs()
92 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Outputs() local
120 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Inputs() local
125 b21 = b22 = b23 = b24 = b25 = b26 = b27 = b28 = b29 = b30 = 0; in Inputs()
134 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Inputs()
143 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Inputs()
154 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Input_Output() local
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dpr61692.c47 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Labels_and_Inputs() local
60 b21 = b22 = b23 = b24 = b25 = b26 = b27 = b28 = b29 = b30 = 0; in Labels_and_Inputs()
69 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Labels_and_Inputs()
80 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Labels_and_Inputs()
92 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Outputs() local
120 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Inputs() local
125 b21 = b22 = b23 = b24 = b25 = b26 = b27 = b28 = b29 = b30 = 0; in Inputs()
134 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Inputs()
143 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Inputs()
154 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Input_Output() local
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/
H A Dpr61692.c47 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Labels_and_Inputs() local
60 b21 = b22 = b23 = b24 = b25 = b26 = b27 = b28 = b29 = b30 = 0; in Labels_and_Inputs()
69 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Labels_and_Inputs()
80 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Labels_and_Inputs()
92 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Outputs() local
120 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Inputs() local
125 b21 = b22 = b23 = b24 = b25 = b26 = b27 = b28 = b29 = b30 = 0; in Inputs()
134 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Inputs()
143 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Inputs()
154 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Input_Output() local
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/
H A Dpr61692.c47 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Labels_and_Inputs() local
60 b21 = b22 = b23 = b24 = b25 = b26 = b27 = b28 = b29 = b30 = 0; in Labels_and_Inputs()
69 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Labels_and_Inputs()
80 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Labels_and_Inputs()
92 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Outputs() local
120 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Inputs() local
125 b21 = b22 = b23 = b24 = b25 = b26 = b27 = b28 = b29 = b30 = 0; in Inputs()
134 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Inputs()
143 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Inputs()
154 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Input_Output() local
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.dg/
H A Dpr61692.c47 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Labels_and_Inputs() local
60 b21 = b22 = b23 = b24 = b25 = b26 = b27 = b28 = b29 = b30 = 0; in Labels_and_Inputs()
69 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Labels_and_Inputs()
80 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Labels_and_Inputs()
92 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Outputs() local
120 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Inputs() local
125 b21 = b22 = b23 = b24 = b25 = b26 = b27 = b28 = b29 = b30 = 0; in Inputs()
134 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Inputs()
143 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Inputs()
154 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Input_Output() local
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/
H A Dpr61692.c47 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Labels_and_Inputs() local
60 b21 = b22 = b23 = b24 = b25 = b26 = b27 = b28 = b29 = b30 = 0; in Labels_and_Inputs()
69 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Labels_and_Inputs()
80 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Labels_and_Inputs()
92 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Outputs() local
120 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Inputs() local
125 b21 = b22 = b23 = b24 = b25 = b26 = b27 = b28 = b29 = b30 = 0; in Inputs()
134 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Inputs()
143 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Inputs()
154 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Input_Output() local
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A Dpr61692.c47 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Labels_and_Inputs() local
60 b21 = b22 = b23 = b24 = b25 = b26 = b27 = b28 = b29 = b30 = 0; in Labels_and_Inputs()
69 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Labels_and_Inputs()
80 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Labels_and_Inputs()
92 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Outputs() local
120 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Inputs() local
125 b21 = b22 = b23 = b24 = b25 = b26 = b27 = b28 = b29 = b30 = 0; in Inputs()
134 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Inputs()
143 "m" (b21), "m" (b22), "m" (b23), "m" (b24), "m" (b25), in Inputs()
154 int b21, b22, b23, b24, b25, b26, b27, b28, b29, b30; in Input_Output() local
[all …]

12345678910>>...64