/freebsd/lib/msun/src/ |
H A D | s_modfl.c | 46 #define MASK ((uint64_t)-1) macro 48 #define MASK ((uint32_t)-1) macro
|
/freebsd/tools/tools/ipw/ |
H A D | ipwstats.c | 51 #define MASK HEX macro
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_atomic.cpp | 872 #define ATOMIC_FIXED_ADD(TYPE_ID, OP_ID, TYPE, BITS, OP, LCK_ID, MASK, \ argument 880 #define ATOMIC_CMPXCHG(TYPE_ID, OP_ID, TYPE, BITS, OP, LCK_ID, MASK, \ argument 890 MASK, GOMP_FLAG) \ argument 901 #define ATOMIC_FIXED_ADD(TYPE_ID, OP_ID, TYPE, BITS, OP, LCK_ID, MASK, \ argument 915 #define ATOMIC_CMPXCHG(TYPE_ID, OP_ID, TYPE, BITS, OP, LCK_ID, MASK, \ argument 931 MASK, GOMP_FLAG) \ argument 1089 #define ATOMIC_CMPX_L(TYPE_ID, OP_ID, TYPE, BITS, OP, LCK_ID, MASK, GOMP_FLAG) \ argument 1187 #define MIN_MAX_COMPXCHG(TYPE_ID, OP_ID, TYPE, BITS, OP, LCK_ID, MASK, \ argument 1269 #define ATOMIC_CMPX_EQV(TYPE_ID, OP_ID, TYPE, BITS, OP, LCK_ID, MASK, \ argument 1651 LCK_ID, MASK, GOMP_FLAG) \ argument [all …]
|
/freebsd/contrib/lua/src/ |
H A D | lctype.h | 46 #define MASK(B) (1 << (B)) macro
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | pwcache.c | 44 #define MASK (NCACHE - 1) /* bits to store with */ macro
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/ |
H A D | AMDGPUDisassembler.cpp | 1861 #define GET_FIELD(MASK) (AMDHSA_BITS_GET(FourByteBuffer, MASK)) argument 1862 #define PRINT_DIRECTIVE(DIRECTIVE, MASK) \ argument 1866 #define PRINT_PSEUDO_DIRECTIVE_COMMENT(DIRECTIVE, MASK) \ argument 1872 #define CHECK_RESERVED_BITS_IMPL(MASK, DESC, MSG) \ argument 1882 #define CHECK_RESERVED_BITS(MASK) CHECK_RESERVED_BITS_IMPL(MASK, #MASK, "") argument 1883 #define CHECK_RESERVED_BITS_MSG(MASK, MSG) \ argument 1885 #define CHECK_RESERVED_BITS_DESC(MASK, DESC) \ argument 1887 #define CHECK_RESERVED_BITS_DESC_MSG(MASK, DESC, MSG) \ argument 2163 #define PRINT_DIRECTIVE(DIRECTIVE, MASK) \ in decodeKernelDescriptorDirective() argument
|
/freebsd/usr.bin/enigma/ |
H A D | enigma.c | 23 #define MASK 0377 macro
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lctype.h | 44 #define MASK(B) (1 << (B)) macro
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TargetLibraryInfo.cpp | 1253 #define TLI_DEFINE_VECFUNC(SCAL, VEC, VF, MASK, VABI_PREFIX) \ argument 1261 #define TLI_DEFINE_VECFUNC(SCAL, VEC, VF, MASK, VABI_PREFIX) \ argument 1269 #define TLI_DEFINE_VECFUNC(SCAL, VEC, VF, MASK, VABI_PREFIX) \ argument
|
/freebsd/lib/libc/xdr/ |
H A D | xdr_float.c | 175 #define MASK(nbits) ((1 << nbits) - 1) macro
|
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | PPC.cpp | 928 #define PPC_AIX_FEATURE(NAME, DESC, SUPPORT_METHOD, INDEX, MASK, COMP_OP, \ in validateCpuSupports() argument
|
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | extent_structs.h | 93 #define MASK(CURRENT_FIELD_WIDTH, CURRENT_FIELD_SHIFT) ((((((uint64_t)0x1U) << (CURRENT_FIELD_WIDTH… macro
|
/freebsd/sys/dev/pccbb/ |
H A D | pccbb_pci.c | 112 #define PCI_MASK_CONFIG(DEV,REG,MASK,SIZE) \ argument
|
H A D | pccbb.c | 112 #define PCI_MASK_CONFIG(DEV,REG,MASK,SIZE) \ argument
|
/freebsd/sys/dev/aic7xxx/aicasm/ |
H A D | aicasm_symbol.h | 55 MASK, enumerator
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_ppmd7.c | 860 #define MASK(sym) ((signed char *)charMask)[sym] macro 1042 #define MASK(sym) ((signed char *)charMask)[sym] macro
|
H A D | archive_ppmd8.c | 1155 #define MASK(sym) ((signed char *)charMask)[sym] macro
|
/freebsd/sys/dev/vmware/pvscsi/ |
H A D | pvscsi.h | 10 #define MASK(v) ((1 << (v)) - 1) macro
|
/freebsd/contrib/blocklist/bin/ |
H A D | conf.c | 464 #define MASK(m) ((uint32_t)~((1 << (32 - (m))) - 1)) macro
|
/freebsd/sys/dev/sym/ |
H A D | sym_defs.h | 868 #define MASK(D,M) (0x00040000 | (((M ^ 0xff) & 0xff) << 8ul)|((D) & 0xff)) macro
|
/freebsd/sys/vm/ |
H A D | vm_map.c | 2998 #define MASK( vm_map_protect() macro
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 16946 #define PPC_AIX_FEATURE(NAME, DESC, SUPPORT_METHOD, INDEX, MASK, COMP_OP, \ in EmitPPCBuiltinExpr() argument
|