Home
last modified time | relevance | path

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

/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libretro/libretro-common/formats/json/
H A Djsonsax_full.c80 #define SET_FLAGS_ON(flagstype, x, f) do { (x) |= (flagstype)(f); } while (0) argument
81 #define SET_FLAGS_OFF(flagstype, x, f) do { (x) &= (flagstype)~(f); } while (0) argument
82 #define SET_FLAGS(flagstype, x, f, cond) do { if (cond) (x) |= (flagstype)(f); else (x) &= (flagsty… argument
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/libretro-common/formats/json/
H A Djsonsax_full.c80 #define SET_FLAGS_ON(flagstype, x, f) do { (x) |= (flagstype)(f); } while (0) argument
81 #define SET_FLAGS_OFF(flagstype, x, f) do { (x) &= (flagstype)~(f); } while (0) argument
82 #define SET_FLAGS(flagstype, x, f, cond) do { if (cond) (x) |= (flagstype)(f); else (x) &= (flagsty… argument
/dports/games/retroarch/RetroArch-1.9.7/libretro-common/formats/json/
H A Djsonsax_full.c80 #define SET_FLAGS_ON(flagstype, x, f) do { (x) |= (flagstype)(f); } while (0) argument
81 #define SET_FLAGS_OFF(flagstype, x, f) do { (x) &= (flagstype)~(f); } while (0) argument
82 #define SET_FLAGS(flagstype, x, f, cond) do { if (cond) (x) |= (flagstype)(f); else (x) &= (flagsty… argument
/dports/emulators/libretro-vice/vice-libretro-5725415/libretro-common/formats/json/
H A Djsonsax_full.c80 #define SET_FLAGS_ON(flagstype, x, f) do { (x) |= (flagstype)(f); } while (0) argument
81 #define SET_FLAGS_OFF(flagstype, x, f) do { (x) &= (flagstype)~(f); } while (0) argument
82 #define SET_FLAGS(flagstype, x, f, cond) do { if (cond) (x) |= (flagstype)(f); else (x) &= (flagsty… argument
/dports/games/libretro-cap32/libretro-cap32-ad7397f/libretro-common/formats/json/
H A Djsonsax_full.c80 #define SET_FLAGS_ON(flagstype, x, f) do { (x) |= (flagstype)(f); } while (0) argument
81 #define SET_FLAGS_OFF(flagstype, x, f) do { (x) &= (flagstype)~(f); } while (0) argument
82 #define SET_FLAGS(flagstype, x, f, cond) do { if (cond) (x) |= (flagstype)(f); else (x) &= (flagsty… argument
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/libretro/libretro-common/formats/json/
H A Djsonsax_full.c80 #define SET_FLAGS_ON(flagstype, x, f) do { (x) |= (flagstype)(f); } while (0) argument
81 #define SET_FLAGS_OFF(flagstype, x, f) do { (x) &= (flagstype)~(f); } while (0) argument
82 #define SET_FLAGS(flagstype, x, f, cond) do { if (cond) (x) |= (flagstype)(f); else (x) &= (flagsty… argument
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/libretro-common/formats/json/
H A Djsonsax_full.c80 #define SET_FLAGS_ON(flagstype, x, f) do { (x) |= (flagstype)(f); } while (0) argument
81 #define SET_FLAGS_OFF(flagstype, x, f) do { (x) &= (flagstype)~(f); } while (0) argument
82 #define SET_FLAGS(flagstype, x, f, cond) do { if (cond) (x) |= (flagstype)(f); else (x) &= (flagsty… argument
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/libretro-common/formats/json/
H A Djsonsax_full.c80 #define SET_FLAGS_ON(flagstype, x, f) do { (x) |= (flagstype)(f); } while (0) argument
81 #define SET_FLAGS_OFF(flagstype, x, f) do { (x) &= (flagstype)~(f); } while (0) argument
82 #define SET_FLAGS(flagstype, x, f, cond) do { if (cond) (x) |= (flagstype)(f); else (x) &= (flagsty… argument