Home
last modified time | relevance | path

Searched defs:MASK1 (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/pccbb/
H A Dpccbb_pci.c114 #define PCI_MASK2_CONFIG(DEV,REG,MASK1,MASK2,SIZE) \ argument
H A Dpccbb.c114 #define PCI_MASK2_CONFIG(DEV,REG,MASK1,MASK2,SIZE) \ argument
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlopcodes.h80 #define MASK1(n,p) ((~((~(Instruction)0)<<(n)))<<(p)) macro
/freebsd/contrib/lua/src/
H A Dlopcodes.h105 #define MASK1(n,p) ((~((~(Instruction)0)<<(n)))<<(p)) macro