Home
last modified time | relevance | path

Searched defs:ASM_NAME (Results 1 – 14 of 14) sorted by relevance

/dports/audio/mpg123/mpg123-1.29.3/src/libmpg123/
H A Dmangle.h77 #define ASM_NAME(a) MANGLE_MACROCAT(__USER_LABEL_PREFIX__,a) macro
81 #define ASM_NAME(a) MANGLE_MACROCAT(_,a) macro
84 #define ASM_NAME(a) a macro
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/libs/mpg123/
H A Dmangle.h77 #define ASM_NAME(a) MANGLE_MACROCAT(__USER_LABEL_PREFIX__,a) macro
81 #define ASM_NAME(a) MANGLE_MACROCAT(_,a) macro
84 #define ASM_NAME(a) a macro
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/mpg123-1.25.6/src/libmpg123/
H A Dmangle.h77 #define ASM_NAME(a) MANGLE_MACROCAT(__USER_LABEL_PREFIX__,a) macro
81 #define ASM_NAME(a) MANGLE_MACROCAT(_,a) macro
84 #define ASM_NAME(a) a macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwinsxs.h23 typedef enum ASM_NAME { enum
45 } ASM_NAME; typedef
H A Dfusion.h470 } ASM_NAME; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwinsxs.h23 typedef enum ASM_NAME { enum
45 } ASM_NAME; typedef
H A Dfusion.h470 } ASM_NAME; typedef
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/microsoft/win32/
H A Dfusionwrap.cs89 internal static class ASM_NAME class
/dports/audio/alsa-lib/alsa-lib-1.2.2/include/
H A Dlocal.h266 #define ASM_NAME(name) __SYMBOL_PREFIX name macro
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-core/src/r4300/hacktarux_dynarec/
H A Dhacktarux_dynarec.c71 # define ASM_NAME(name) __asm(name) macro
73 # define ASM_NAME(name) macro
/dports/multimedia/mplayer/mplayer-export-2021-12-29/loader/wine/
H A Dwinnt.h682 # define ASM_NAME(name) "_" name macro
684 # define ASM_NAME(name) name macro
/dports/multimedia/mencoder/mplayer-export-2021-12-29/loader/wine/
H A Dwinnt.h682 # define ASM_NAME(name) "_" name macro
684 # define ASM_NAME(name) name macro
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/ApplicationInstallationAndServicing/
H A Dmod.rs551 pub struct ASM_NAME(pub i32); struct
573 impl ::std::convert::From<i32> for ASM_NAME { implementation
578 unsafe impl ::windows::runtime::Abi for ASM_NAME { implementation
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/ApplicationInstallationAndServicing/
H A Dmod.rs822 pub type ASM_NAME = i32; typedef