Home
last modified time | relevance | path

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

/dports/sysutils/nut-devel/nut-9e6a5ab2/drivers/
H A Dhidtypes.h88 #define ITEM_MASK 0xFC macro
/dports/sysutils/nut/nut-2.7.4/drivers/
H A Dhidtypes.h88 #define ITEM_MASK 0xFC macro
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/core/base/
H A Dindexed_component_slice.py28 ITEM_MASK = 16 variable in IndexedComponent_slice
/dports/games/avanor/avanor-0.5.8/engine/
H A Dxobject.h32 enum ITEM_MASK { enum
/dports/net/py-softlayer/SoftLayer-5.9.7/SoftLayer/managers/
H A Dordering.py16 ITEM_MASK = '''id, keyName, description, itemCategory, categories, prices''' variable
/dports/www/firefox/firefox-99.0/third_party/rust/etagere/src/
H A Dbucketed.rs11 const ITEM_MASK: u32 = ((1 << ITEM_BITS) - 1) << BIN_BITS; const
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/etagere/src/
H A Dbucketed.rs11 const ITEM_MASK: u32 = ((1 << ITEM_BITS) - 1) << BIN_BITS; const
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/etagere/src/
H A Dbucketed.rs11 const ITEM_MASK: u32 = ((1 << ITEM_BITS) - 1) << BIN_BITS; const