Home
last modified time | relevance | path

Searched defs:BIT_SET (Results 1 – 25 of 160) sorted by relevance

1234567

/dports/sysutils/ipa/ipa-2.1.2/src/
H A Dmemfunc.h71 #define BIT_SET(bitword, bitmask) \ macro
/dports/devel/dmalloc/dmalloc-5.6.5/
H A Ddmalloc_loc.h79 #define BIT_SET(v,f) (v) |= (f) macro
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/MINC/src/libminc/libcommon/
H A Drestructure.c64 #define BIT_SET(bm, i) (bm[(i) / 8] |= (1 << ((i) % 8))) macro
/dports/emulators/mess/mame-mame0226/src/devices/bus/hp80_io/
H A D82939.cpp32 template<typename T> void BIT_SET(T& w , unsigned n) in BIT_SET() function
H A D82900.cpp26 template<typename T> void BIT_SET(T& w , unsigned n) in BIT_SET() function
H A D82937.cpp34 template<typename T> void BIT_SET(T& w , unsigned n) in BIT_SET() function
/dports/emulators/mame/mame-mame0226/src/devices/bus/hp80_io/
H A D82939.cpp32 template<typename T> void BIT_SET(T& w , unsigned n) in BIT_SET() function
H A D82900.cpp26 template<typename T> void BIT_SET(T& w , unsigned n) in BIT_SET() function
/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dhp98x5_io_sys.cpp27 template<typename T> void BIT_SET(T& w , unsigned n) in BIT_SET() function
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dhp98x5_io_sys.cpp27 template<typename T> void BIT_SET(T& w , unsigned n) in BIT_SET() function
/dports/biology/hhsuite/hh-suite-3.3.0/src/
H A Dhhviterbimatrix.h16 #define BIT_SET(a,b) ((a) |= (1<<(b))) macro
/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A D1mb5.cpp36 template<typename T> void BIT_SET(T& w , unsigned n) in BIT_SET() function
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A D1mb5.cpp36 template<typename T> void BIT_SET(T& w , unsigned n) in BIT_SET() function
/dports/emulators/mess/mame-mame0226/src/devices/bus/hp_ipc_io/
H A D82919.cpp30 template<typename T> void BIT_SET(T& w , unsigned n) in BIT_SET() function
/dports/emulators/mess/mame-mame0226/src/devices/bus/hp9845_io/
H A D98036.cpp28 template <typename T> void BIT_SET(T &w, unsigned n) in BIT_SET() function
H A D98034.cpp29 #define BIT_SET(w , n) ((w) |= BIT_MASK(n)) macro
/dports/emulators/mame/mame-mame0226/src/devices/bus/hp_ipc_io/
H A D82919.cpp30 template<typename T> void BIT_SET(T& w , unsigned n) in BIT_SET() function
/dports/emulators/mame/mame-mame0226/src/devices/bus/hp9845_io/
H A D98036.cpp28 template <typename T> void BIT_SET(T &w, unsigned n) in BIT_SET() function
H A D98034.cpp29 #define BIT_SET(w , n) ((w) |= BIT_MASK(n)) macro
/dports/databases/lua-xapian/xapian-bindings-1.4.18/ruby/
H A Dxapian.rb36 # You've been warned...
/dports/net/mrouted/mrouted-3.9.8/
H A Ddefs.h129 #define BIT_SET(X,n) ((X) |= 1 << (n)) macro
/dports/devel/libstatgrab/libstatgrab-0.92.1/src/libstatgrab/
H A Dtools.h564 #define BIT_SET(vect,bit) \ macro
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/libretro-common/include/
H A Dretro_miscellaneous.h61 #define BIT_SET(a, bit) ((a)[(bit) >> 3] |= (1 << ((bit) & 7))) macro
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/libretro/libretro-common/include/
H A Dretro_miscellaneous.h61 #define BIT_SET(a, bit) ((a)[(bit) >> 3] |= (1 << ((bit) & 7))) macro
/dports/emulators/mess/mame-mame0226/src/devices/cpu/nanoprocessor/
H A Dnanoprocessor.cpp38 #define BIT_SET(w, n) ((w) |= BIT_MASK(n)) macro

1234567