Searched refs:MASK (Results 26 - 43 of 43) sorted by relevance

12

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_ppmd8.c1156 #define MASK(sym) ((signed char *)charMask)[sym] macro
1194 MASK(s->Symbol) = 0;
1196 do { MASK((--s)->Symbol) = 0; } while (--i);
1214 MASK(Ppmd8Context_OneState(p->MinContext)->Symbol) = 0;
1237 int k = (int)(MASK(s->Symbol));
1265 do { MASK(ps[--i]->Symbol) = 0; } while (i != 0);
/freebsd-11-stable/sys/crypto/skein/
H A Dskein.h190 #define SKEIN_T1_BLK_TYPE_MASK SKEIN_T1_BLK_TYPE(MASK) /* field bit mask */
/freebsd-11-stable/sys/dev/ncr/
H A Dncrreg.h525 #define MASK(D,M) (0x00040000 | (((M ^ 0xff) & 0xff) << 8ul)|((D) & 0xff)) macro
/freebsd-11-stable/contrib/blacklist/bin/
H A Dconf.c459 #define MASK(m) ((uint32_t)~((1 << (32 - (m))) - 1)) macro
489 m = htonl(MASK(mask));
535 m = htonl(MASK(mask));
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dsh-opc.h202 #define MASK(LO,HI) ( LO < 1 ? ((1 << (HI + 1)) - 1) \ macro
215 #define arch_sh_base_mask MASK (0, 7)
222 #define arch_opann_mask MASK (25, 25)
226 #define arch_sh_mmu_mask MASK (26, 27)
232 #define arch_sh_co_mask MASK (28, 31)
/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_piv.c448 #define P4_PCPU_GET_FLAGS(PC,RI,MASK) ((PC)->pc_flags[(RI)] & (MASK))
449 #define P4_PCPU_SET_FLAGS(PC,RI,MASK,VAL) do { \
452 _tmp &= ~(MASK); \
453 _tmp |= (VAL) & (MASK); \
/freebsd-11-stable/sys/dev/pccbb/
H A Dpccbb_pci.c114 #define PCI_MASK_CONFIG(DEV,REG,MASK,SIZE) \
115 pci_write_config(DEV, REG, pci_read_config(DEV, REG, SIZE) MASK, SIZE)
H A Dpccbb.c117 #define PCI_MASK_CONFIG(DEV,REG,MASK,SIZE) \
118 pci_write_config(DEV, REG, pci_read_config(DEV, REG, SIZE) MASK, SIZE)
/freebsd-11-stable/sys/dev/sym/
H A Dsym_defs.h870 #define MASK(D,M) (0x00040000 | (((M ^ 0xff) & 0xff) << 8ul)|((D) & 0xff)) macro
/freebsd-11-stable/sys/dev/bnxt/
H A Dconvert_hsi.pl258 elsif ($macro =~ /^$macro_prefix\MASK$/) {
296 $subfield_value = "($subfield_value & $macro_prefix\MASK)" if $vmacros_have_mask;
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dxmmintrin.h720 /* Selects four specific SPFP values from A and B based on MASK. */
728 #define _mm_shuffle_ps(A, B, MASK) \
729 ((__m128) __builtin_ia32_shufps ((__v4sf)(A), (__v4sf)(B), (MASK)))
H A Di386.c15019 #define def_builtin(MASK, NAME, TYPE, CODE) \
15021 if ((MASK) & target_flags \
15022 && (!((MASK) & MASK_64BIT) || TARGET_64BIT)) \
/freebsd-11-stable/sbin/ifconfig/
H A Difconfig.c1107 afp->af_getaddr(addr, MASK);
/freebsd-11-stable/sys/vm/
H A Dvm_map.c2149 #define MASK(entry) (((entry)->eflags & MAP_ENTRY_COW) ? ~VM_PROT_WRITE : \ macro
2153 current->protection & MASK(current));
2154 #undef MASK macro
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mips.c943 /* Replace bits MASK << SHIFT of STRUCT with the equivalent bits in
945 #define INSERT_BITS(STRUCT, VALUE, MASK, SHIFT) \
946 (STRUCT) = (((STRUCT) & ~((MASK) << (SHIFT))) \
947 | (((VALUE) & (MASK)) << (SHIFT)))
949 /* Extract bits MASK << SHIFT from STRUCT and shift them right
951 #define EXTRACT_BITS(STRUCT, MASK, SHIFT) \
952 (((STRUCT) >> (SHIFT)) & (MASK))
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.c8420 MASK is the ARM register set mask of which only bits 0-15 are important.
12144 #define def_mbuiltin(MASK, NAME, TYPE, CODE) \
12147 if ((MASK) & insn_flags) \
12956 the least significant set bit in MASK. */
12972 assembly file. MASK is the registers to push or pop. PUSH is
12976 MASK, and will be used instead (in the same order) to describe which
/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c20107 { "optimizations", SQLITE_TESTCTRL_OPTIMIZATIONS, "DISABLE-MASK" },
H A Dsqlite3.c[all...]

Completed in 1189 milliseconds

12