Home
last modified time | relevance | path

Searched defs:GINT32_TO_BE (Results 1 – 5 of 5) sorted by relevance

/dports/audio/deadbeef/deadbeef-0.7.2/plugins/mms/libmms/
H A Dbswap.h254 #define GINT32_TO_BE(val) (val) macro
267 #define GINT32_TO_BE(val) GUINT32_SWAP_LE_BE(val) macro
/dports/audio/musescore/MuseScore-3.6.1/audio/midi/fluid/
H A Dsfont.h387 #define GINT32_TO_BE(val) ((signed int) GUINT32_SWAP_LE_BE (val)) macro
/dports/games/libretro-prboom/libretro-prboom-cc80175/deps/fluidlite/src/
H A Dfluid_defsfont.h396 #define GINT32_TO_BE(val) ((signed int) GUINT32_SWAP_LE_BE (val)) macro
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/fluidsynth/src/
H A Dfluid_defsfont.h396 #define GINT32_TO_BE(val) ((signed int) GUINT32_SWAP_LE_BE (val)) macro
/dports/audio/fluidsynth-dssi/fluidsynth-dssi-1.0.0/src/
H A Dload_soundfont_metadata.c479 #define GINT32_TO_BE(val) ((signed int) GUINT32_SWAP_LE_BE (val)) macro