Home
last modified time | relevance | path

Searched defs:GUINT16_SWAP_LE_BE (Results 1 – 8 of 8) sorted by relevance

/dports/audio/deadbeef/deadbeef-0.7.2/plugins/mms/libmms/
H A Dbswap.h119 # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_IA32 (val)) macro
155 # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_IA64 (val)) macro
180 # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_CONSTANT (val)) macro
184 # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_CONSTANT (val)) macro
189 # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_CONSTANT (val)) macro
/dports/graphics/cogl/cogl-1.22.8/deps/glib/
H A Dgtypes.h237 # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_IA32 (val)) macro
273 # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_IA64 (val)) macro
298 # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_CONSTANT (val)) macro
302 # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_CONSTANT (val)) macro
307 # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_CONSTANT (val)) macro
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgtypes.h282 # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_IA32 (val)) macro
322 # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_IA64 (val)) macro
351 # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_CONSTANT (val)) macro
359 # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_CONSTANT (val)) macro
368 # define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_CONSTANT (val)) macro
/dports/audio/musescore/MuseScore-3.6.1/audio/midi/fluid/
H A Dsfont.h378 #define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_CONSTANT (val)) macro
/dports/games/libretro-prboom/libretro-prboom-cc80175/deps/fluidlite/src/
H A Dfluid_defsfont.h387 #define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_CONSTANT (val)) macro
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/fluidsynth/src/
H A Dfluid_defsfont.h387 #define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_CONSTANT (val)) macro
/dports/lang/mono/mono-5.10.1.57/mono/eglib/
H A Dglib.h1010 #define GUINT16_SWAP_LE_BE(x) ((guint16) (((guint16) x) >> 8) | ((((guint16)(x)) & 0xff) << 8)) macro
/dports/audio/fluidsynth-dssi/fluidsynth-dssi-1.0.0/src/
H A Dload_soundfont_metadata.c470 #define GUINT16_SWAP_LE_BE(val) (GUINT16_SWAP_LE_BE_CONSTANT (val)) macro