/kernel/linux/linux-6.6/arch/xtensa/kernel/ |
H A D | vectors.S | 533 .macro overflow_fixup_handle_exception_pane n 556 .macro overflow_fixup_restore_a0_pane n 637 .macro irq_entry_level level
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/copyloops/ |
H A D | copyuser_64.S | 38 .macro lex /* exception handler for load */ 42 .macro stex /* exception handler for store */ 427 .macro exc
|
/kernel/liteos_a/arch/arm/arm/src/ |
H A D | los_hw_exc.S | 69 .macro PUSH_FPU_REGS reg1 82 .macro POP_FPU_REGS reg1 96 .macro GDB_HANDLE fun
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | simple_idct_neon.S | 48 .macro idct_col4_top 250 .macro idct_start data 259 .macro idct_end
|
H A D | h264cmc_neon.S | 26 .macro h264_chroma_mc8 type, codec=h264 201 .macro h264_chroma_mc4 type, codec=h264 371 .macro h264_chroma_mc2 type
|
H A D | vp9lpf_neon.S | 27 .macro transpose_q_8x8 rq0, rq1, rq2, rq3, r0, r1, r2, r3, r4, r5, r6, r7 41 .macro transpose_q_4x4 rq0, rq1, r0, r1, r2, r3 47 @ The input to and output from this macro is in the registers q8-q15, 50 .macro loop_filter_q 150 @ The input to and output from this macro is in the registers d16-d31, 156 .macro loop_filter wd, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8, tmpq1, tmpq2, tmpq3, tmpq4 478 .macro loop_filter_4 482 .macro loop_filter_8 486 .macro loop_filter_16
|
/third_party/glslang/glslang/MachineIndependent/preprocessor/ |
H A D | PpContext.h | 103 // Used for comparing macro definitions, so checks what is relevant for that. 187 MacroExpandNotStarted, // macro not expanded, which might not be an error 189 MacroExpandStarted, // macro expansion process has started 190 MacroExpandUndef // macro is undefined and will be expanded 216 virtual bool endOfReplacementList() { return false; } // true when at the end of a macro replacement list (RHS of #define) in endOfReplacementList() 247 // Capture the needed parts of a token stream for macro recording/playback. 336 TSymbolMap macroDefs; // map atoms to macro definitions 517 MacroSymbol* macro = macroAtom == 0 ? nullptr : pp->lookupMacroDef(macroAtom); variable 518 if (macro && macro [all...] |
/third_party/gn/src/gn/ |
H A D | functions_target.cc | 742 "rust_proc_macro: Declare a Rust procedural macro target."; 744 R"(rust_proc_macro: Declare a Rust procedural macro target. 746 A Rust procedural macro allows creating syntax extensions as execution of a
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | sha512-avx2-asm.S | 122 .macro addm p1 p2 130 .macro COPY_YMM_AND_BSWAP p1 p2 p3 136 .macro rotate_Ys 145 .macro RotateState 159 # macro MY_VPALIGNR YDST, YSRC1, YSRC2, RVAL 161 .macro MY_VPALIGNR YDST YSRC1 YSRC2 RVAL 166 .macro FOUR_ROUNDS_AND_SCHED 405 .macro DO_4ROUNDS
|
H A D | nh-sse2-x86_64.S | 33 .macro _nh_stride k0, k1, k2, k3, offset
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | sha512-avx2-asm.S | 119 .macro addm p1 p2 127 .macro COPY_YMM_AND_BSWAP p1 p2 p3 133 .macro rotate_Ys 142 .macro RotateState 156 # macro MY_VPALIGNR YDST, YSRC1, YSRC2, RVAL 158 .macro MY_VPALIGNR YDST YSRC1 YSRC2 RVAL 163 .macro FOUR_ROUNDS_AND_SCHED 402 .macro DO_4ROUNDS
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jchuff-sse2.asm | 108 ; %1 - the label to which to jump when the macro completes 115 ; This macro encodes any 0xFF bytes as 0xFF 0x00, as does the EMIT_BYTE() 116 ; macro in jchuff.c. 118 %macro EMIT_QWORD 1-2 140 ; Execute the equivalent of the EMIT_BYTE() macro in jchuff.c for all 8
|
/third_party/python/Modules/ |
H A D | _lzmamodule.c | 1509 #define ADD_INT_PREFIX_MACRO(module, macro) \ in lzma_exec() 1511 if (module_add_int_constant(module, #macro, LZMA_ ## macro) < 0) { \ in lzma_exec() 1516 #define ADD_INT_MACRO(module, macro) \ in lzma_exec() 1518 if (PyModule_AddIntMacro(module, macro) < 0) { \ in lzma_exec()
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 424 % macro which expects an ordinary undelimited TeX argument. 525 % whether the environment name matches. The \checkenv macro can also be 1762 % Set the font macro #1 to the font named \fontprefix#2. 3097 % sometimes we redefine the original macro, and the alias should reflect 3117 % tests to use those glyphs in the single \ogonek macro so we have fewer 4120 \next #1% the token \_STOP_ is present just after this macro. 4349 % Argument #1 is generated by the calling \fooindex macro, 4384 % generated from a macro call, the \endinput which \scanmacro inserts 4395 % @macro funindex {WORD} 4397 % @end macro [all...] |
/kernel/linux/linux-5.10/arch/alpha/lib/ |
H A D | callback_srm.S | 19 ldq $0,hwrpb # gp is set up by CALLBACK macro.
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | kvm_mmu.h | 65 .macro kern_hyp_va reg
|
/kernel/linux/linux-5.10/arch/arm64/lib/ |
H A D | crc32.S | 14 .macro __crc32, c
|
/kernel/linux/linux-5.10/arch/s390/boot/ |
H A D | text_dma.S | 19 .macro BR_EX_DMA_r14
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | relocate_kernel.S | 13 .macro kexec_param name
|
/kernel/linux/linux-5.10/arch/arm/lib/ |
H A D | io-readsw-armv4.S | 10 .macro pack, rd, hw1, hw2
|
/kernel/linux/linux-6.6/arch/alpha/lib/ |
H A D | callback_srm.S | 19 ldq $0,hwrpb # gp is set up by CALLBACK macro.
|
/kernel/linux/linux-6.6/arch/arm/lib/ |
H A D | io-readsw-armv4.S | 10 .macro pack, rd, hw1, hw2
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | sleep.S | 36 (eg: a macro instance with mpidr = r1 and dst = r1 is invalid) 38 .macro compute_mpidr_hash dst, rs0, rs1, rs2, mpidr, mask
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | relocate_kernel.S | 13 .macro kexec_param name
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-roccat-konepure.c | 45 ROCCAT_COMMON2_BIN_ATTRIBUTE_W(macro, 0x08, 0x0822);
|