/external/clang/test/Preprocessor/ |
D | bigoutput.c | 11 #define M6 M4 M4 M4 M4 macro 12 #define M8 M6 M6 M6 M6
|
/external/u-boot/board/ti/am57xx/ |
D | mux_data.h | 199 {SPI1_CS3, (M6 | PIN_INPUT | SLEWCONTROL)}, /* spi1_cs3.hdmi1_cec */ 301 {GPMC_A0, (M6 | PIN_INPUT | MANUAL_MODE)}, /* gpmc_a0.vin4b_d0 */ 302 {GPMC_A1, (M6 | PIN_INPUT | MANUAL_MODE)}, /* gpmc_a1.vin4b_d1 */ 303 {GPMC_A2, (M6 | PIN_INPUT | MANUAL_MODE)}, /* gpmc_a2.vin4b_d2 */ 304 {GPMC_A3, (M6 | PIN_INPUT | MANUAL_MODE)}, /* gpmc_a3.vin4b_d3 */ 305 {GPMC_A4, (M6 | PIN_INPUT | MANUAL_MODE)}, /* gpmc_a4.vin4b_d4 */ 306 {GPMC_A5, (M6 | PIN_INPUT | MANUAL_MODE)}, /* gpmc_a5.vin4b_d5 */ 307 {GPMC_A6, (M6 | PIN_INPUT | MANUAL_MODE)}, /* gpmc_a6.vin4b_d6 */ 308 {GPMC_A7, (M6 | PIN_INPUT | MANUAL_MODE)}, /* gpmc_a7.vin4b_d7 */ 309 {GPMC_A8, (M6 | PIN_INPUT | MANUAL_MODE)}, /* gpmc_a8.vin4b_hsync1 */ [all …]
|
/external/u-boot/board/compulab/cm_t54/ |
D | mux.c | 26 {TIMER5_PWM_EVT, (PTU | IEN | M6)}, /* GPIO8_228 */ 27 {TIMER6_PWM_EVT, (PTU | IEN | M6)}, /* GPIO8_229 */ 46 {HSI2_CAFLAG, (PTU | M6)}, /* GPIO3_80 */ 59 {HSI2_CAREADY, (PTD | M6)}, /* GPIO3_76 */ 60 {HSI2_ACDATA, (PTD | M6)}, /* GPIO3_83 */
|
/external/mesa3d/src/mesa/sparc/ |
D | sparc_matrix.h | 41 #define M6 %f22 macro 85 ldd [BASE + ( 6 * 0x4)], M6; \ 98 ld [BASE + ( 6 * 0x4)], M6; \ 117 ldd [BASE + ( 6 * 0x4)], M6; \ 137 ld [BASE + ( 6 * 0x4)], M6; \ 145 ld [BASE + ( 6 * 0x4)], M6; \
|
D | norm.S | 68 fmuls %f2, M6, %f0 ! FGM Group f6 available 109 fmuls M6, %f15, M6 133 fmuls %f2, M6, %f0 ! FGM Group f6 available 347 fmuls M6, %f15, M6 366 fmuls %f2, M6, %f0 ! FGM Group f6 available 458 fmuls %f2, M6, %f0 ! FGM Group f6 available
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-generated-matchers.h | 708 typename M6> 712 typename AllOfResult3<M4, M5, M6>::type 717 typename M6, typename M7> 721 typename AllOfResult4<M4, M5, M6, M7>::type 726 typename M6, typename M7, typename M8> 730 typename AllOfResult4<M5, M6, M7, M8>::type 735 typename M6, typename M7, typename M8, typename M9> 739 typename AllOfResult5<M5, M6, M7, M8, M9>::type 744 typename M6, typename M7, typename M8, typename M9, typename M10> 748 typename AllOfResult5<M6, M7, M8, M9, M10>::type [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/ |
D | gmock-generated-matchers.h | 342 typename M6> 346 typename AllOfResult3<M4, M5, M6>::type 351 typename M6, typename M7> 355 typename AllOfResult4<M4, M5, M6, M7>::type 360 typename M6, typename M7, typename M8> 364 typename AllOfResult4<M5, M6, M7, M8>::type 369 typename M6, typename M7, typename M8, typename M9> 373 typename AllOfResult5<M5, M6, M7, M8, M9>::type 378 typename M6, typename M7, typename M8, typename M9, typename M10> 382 typename AllOfResult5<M6, M7, M8, M9, M10>::type [all …]
|
/external/clang/test/Sema/ |
D | unused-expr.c | 135 #define M6() fn1() macro 148 M6(); // expected-warning {{ignoring return value}} in t11() 157 #undef M6
|
/external/clang/test/CoverageMapping/ |
D | macro-expansion.c | 33 #define M6(x) ((x) + (x)) macro 52 if (M6(x)) {} in func()
|
/external/clang/test/Misc/ |
D | macro-backtrace.c | 9 #define M6(A, B) M5(A, B) macro 10 #define M7(A, B) M6(A, B)
|
/external/u-boot/board/ti/omap5_uevm/ |
D | mux_data.h | 44 {HSI2_ACWAKE, (PTU | M6)}, /* HSI2_ACWAKE */ 45 {HSI2_CAFLAG, (PTU | M6)}, /* HSI2_CAFLAG */
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/WebAssembly/ |
D | stack-alignment.ll | 40 ; CHECK: get_local $push[[M6:.+]]=, [[BP]]{{$}} 41 ; CHECK-NEXT: set_global __stack_pointer, $pop[[M6]] 56 ; CHECK: get_local $push[[M6:.+]]=, [[SP]]{{$}} 57 ; CHECK: i32.add $push[[L6:.+]]=, $pop[[M6]], $pop{{.+}}
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | CommandLine.h | 1222 const M6t &M6) : Option(Optional | NotHidden) { 1224 apply(M4, this); apply(M5, this); apply(M6, this); 1231 const M4t &M4, const M5t &M5, const M6t &M6, 1234 apply(M4, this); apply(M5, this); apply(M6, this); apply(M7, this); 1386 const M4t &M4, const M5t &M5, const M6t &M6) 1389 apply(M4, this); apply(M5, this); apply(M6, this); 1396 const M4t &M4, const M5t &M5, const M6t &M6, 1399 apply(M4, this); apply(M5, this); apply(M6, this); apply(M7, this); 1584 const M4t &M4, const M5t &M5, const M6t &M6) 1587 apply(M4, this); apply(M5, this); apply(M6, this); [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | bitreverse.ll | 51 ; CHECK-DAG: movi [[M6:v.*]], #170 53 ; CHECK: and [[A6:v.*]], [[V2]], [[M6]]
|
/external/python/cpython3/PC/icons/ |
D | launcher.svg | 1 …M6 5h23v2H6z"/></g><g id="iconFg"><path class="st0" d="M4.5 23v6"/><path class="st1" d="M11.429 13…
|
/external/llvm/test/CodeGen/AArch64/ |
D | bitreverse.ll | 56 ; CHECK-DAG: movi [[M6:v.*]], #4{{$}} 72 ; CHECK-DAG: and [[A6:v.*]], [[S6]], [[M6]]
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | 235c73335eed0a071c860bcf77f2260c.00003e8a.honggfuzz.cov | 19 …ݵ``�(Y�jǣ^<���S�2ܨK��*��MA�oZ�M������Xa�kn�C��&��8�oӪ���!%n"�!��'w�>M6�1����F��Rtw���#�… 25 …ݵ``�(Y�jǣ^<���S�2ܨK��*��MA�oZ�M������Xa�kn�C��&��8�oӪ���!%n"�!��'w�>M6�1����F��Rtw���#�… 42 …ݵ``�(Y�jǣ^<���S�2ܨK��*��MA�oZ�M������Xa�kn�C��&��8�oӪ���!%n"�!��'w�>M6�1����F��Rtw���#�… 59 …ݵ``�(Y�jǣ^<���S�2ܨK��*��MA�oZ�M������Xa�kn�C��&��8�oӪ���!%n"�!��'w�>M6�1����F��Rtw���#�… 76 …ݵ``�(Y�jǣ^<���S�2ܨK��*��MA�oZ�M������Xa�kn�C��&��8�oӪ���!%n"�!��'w�>M6�1����F��Rtw���#�…
|
D | de58f16d984387c744e896e0743ffbd8.00003e81.honggfuzz.cov | 19 …ݵ``�(Y�jǣ^<���S�2ܨK��*��MA�oZ�M������Xa�kn�C��&��8�oӪ���!%n"�!��'w�>M6�1����F��Rtw���#�… 25 …ݵ``�(Y�jǣ^<���S�2ܨK��*��MA�oZ�M������Xa�kn�C��&��8�oӪ���!%n"�!��'w�>M6�1����F��Rtw���#�… 42 …ݵ``�(Y�jǣ^<���S�2ܨK��*��MA�oZ�M������Xa�kn�C��&��8�oӪ���!%n"�!��'w�>M6�1����F��Rtw���#�… 59 …ݵ``�(Y�jǣ^<���S�2ܨK��*��MA�oZ�M������Xa�kn�C��&��8�oӪ���!%n"�!��'w�>M6�1����F��Rtw���#�…
|
D | ade4ec5b3e65f4433f80316007115bf9.00003b3f.honggfuzz.cov | 16 …kkkkkkkkkkkk��S�2ܨK��*��MA�oZ�M������Xa�kn�C��&��8�oӪ���!%n"�!��'w�>M6�1����F��Rtw���#�… 32 …ݵ``�(Y�jǣ^<���S�2ܨK��*��MA�oZ�M������Xa�kn�C��&��8�oӪ���!%n"�!��'w�>M6�1����F��Rtw���#�…
|
D | d9e7b041c558b76c93bf435a2c68edf5.000072a9.honggfuzz.cov | 11 ��x%'@&�G,OJ.��G֢�L��@w�M6!-����rdY�b�0�P;.��s����Wr�x Dr즇0�%7V��,��:y8j���>�=� 24 ��x%'@&�G,OJ.��G֢�L��@w�M6!-����rdY�b�0�P;.��s����Wr�x Dr즇0�%7V��,��:y8j���>�=� 37 ��x%'@&�G,OJ.��G֢�L��@w�M6!-����rdY�b�0�P;.��s����Wr�x Dr즇0�%7V��,��:y8j���>�=�
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | d9e7b041c558b76c93bf435a2c68edf5.000072a9.honggfuzz.cov | 11 ��x%'@&�G,OJ.��G֢�L��@w�M6!-����rdY�b�0�P;.��s����Wr�x Dr즇0�%7V��,��:y8j���>�=� 24 ��x%'@&�G,OJ.��G֢�L��@w�M6!-����rdY�b�0�P;.��s����Wr�x Dr즇0�%7V��,��:y8j���>�=� 37 ��x%'@&�G,OJ.��G֢�L��@w�M6!-����rdY�b�0�P;.��s����Wr�x Dr즇0�%7V��,��:y8j���>�=�
|
D | 8d08df02765c1001329f385cde55a7e7.00002954.honggfuzz.cov | 19 …kkkkkkkkkkkk��S�2ܨK��*��MA�oZ�M������Xa�kn�C��&��8�oӪ���!%n"�!��'w�>M6�1����F��Rtw���#�… 28 …kkkkkkkkkkkk��S�2ܨK��*��MA�oZ�M������Xa�kn�C��&��8�oӪ���!%n"�!��'w�>M6�1����F��Rtw���#�…
|
/external/u-boot/arch/arm/include/asm/arch-omap5/ |
D | mux_omap5.h | 45 #define M6 6 macro
|
/external/u-boot/arch/x86/include/asm/arch-braswell/ |
D | gpio.h | 20 M6, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFormats.td | 1258 bits<4> M6; 1265 let Inst{23-20} = M6; 1276 // the M6 value provided as explicit operand. These are passed as m6or. 1288 bits<4> M6; 1295 let Inst{23} = !if (!eq (m6or{3}, 1), 1, M6{3}); 1296 let Inst{22} = !if (!eq (m6or{2}, 1), 1, M6{2}); 1297 let Inst{21} = !if (!eq (m6or{1}, 1), 1, M6{1}); 1298 let Inst{20} = !if (!eq (m6or{0}, 1), 1, M6{0}); 1318 bits<4> M6; 1324 let Inst{27-24} = M6; [all …]
|