Searched refs:xf (Results 226 - 250 of 897) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/binutils/binutils/
H A Dnm.c567 int xf, yf;
596 xf = (strstr (xn, "gnu_compiled") != NULL
601 if (xf && ! yf)
603 if (! xf && yf)
616 xf = file_symbol (x, xn, xnl);
619 if (xf && ! yf)
621 if (! xf && yf)
562 int xf, yf; local
/freebsd-11.0-release/sys/dev/drm2/radeon/
H A Dradeon_combios.c967 bg = RBIOS8(dac_info + 0x2) & 0xf;
968 dac = (RBIOS8(dac_info + 0x2) >> 4) & 0xf;
971 bg = RBIOS8(dac_info + 0x2) & 0xf;
972 dac = RBIOS8(dac_info + 0x3) & 0xf;
1005 switch (RBIOS8(tv_info + 7) & 0xf) {
1111 bg = RBIOS8(dac_info + 0xc) & 0xf;
1112 dac = RBIOS8(dac_info + 0xd) & 0xf;
1115 bg = RBIOS8(dac_info + 0xe) & 0xf;
1116 dac = RBIOS8(dac_info + 0xf) & 0xf;
[all...]
/freebsd-11.0-release/sys/cam/ata/
H A Data_all.c126 switch (cmd->features & 0xf) {
139 switch (cmd->sector_count_exp & 0xf) {
147 switch (cmd->sector_count_exp & 0xf) {
990 features_out = (zm_action & 0xf) | (zone_flags << 8);
1030 auxiliary = (zm_action & 0xf) | (zone_flags << 8);
1071 features_out = (zm_action & 0xf) | (zone_flags << 8);
1078 auxiliary = (zm_action & 0xf) | (zone_flags << 8),
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dbase64.c85 out[2] = base64tab[((part1 & 0xf) << 2) | (part2 >> 6)];
313 out[1] = (char)(((in[1] & 0xf) << 4) | (in[2] >> 2));
354 out[1] = (char)(((part1 & 0xf) << 4) | (part2 >> 2));
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h637 uint8_t Mantissa = Imm & 0xf;
666 if ((Mantissa & 0xf) != Mantissa)
694 if ((Mantissa & 0xf) != Mantissa)
/freebsd-11.0-release/contrib/binutils/include/opcode/
H A Dmips.h115 #define OP_MASK_COP1SPEC 0xf
144 but 0x8-0xf don't select bytes. */
165 #define OP_MASK_SA4 0xf
913 #define MIPS16OP_MASK_IMM4 0xf
H A Dia64.h314 #define IA64_OP(i) (((i) >> 37) & 0xf)
/freebsd-11.0-release/sys/dev/ata/chipsets/
H A Data-serverworks.c281 ((ATA_IDX_INW(ch, ATA_DRIVE) & 0xf) << 24);
330 ~(0xf << (devno << 2))) |
362 ~(0xf << (devno << 2))) |
/freebsd-11.0-release/sys/dev/hatm/
H A Dif_hatmreg.h85 #define HE_REGM_LBSWAP_RNUM (0xf << 27)
469 #define HE_REGM_TSR13_RDF (0xf << 23)
471 #define HE_REGM_TSR13_RIF (0xf << 19)
/freebsd-11.0-release/sys/dev/cxgb/common/
H A Dcxgb_vsc7323.c116 { VSC_REG(7, 15, 0xf), 2 },
123 { VSC_REG(2, 0, 0xf), 0xa0010291 },
125 { VSC_REG(2, 1, 0xf), 0xa026301 }
/freebsd-11.0-release/sys/net/
H A Dbpf_filter.c350 X = (mtod(m, u_char *)[k] & 0xf) << 2;
356 X = (p[pc->k] & 0xf) << 2;
521 ((c) <= 0xff && (bpf_code_map[(c) >> 4] & (1 << ((c) & 0xf))) != 0)
/freebsd-11.0-release/sys/mips/include/
H A Dcpuregs.h581 #define MIPS_CONFIG2_SA_MASK 0xf
583 #define MIPS_CONFIG2_SL_MASK 0xf
585 #define MIPS_CONFIG2_SS_MASK 0xf
/freebsd-11.0-release/sbin/camcontrol/
H A Dzone.c494 auxiliary = action & 0xf;
576 features = action & 0xf;
587 auxiliary = action & 0xf;
/freebsd-11.0-release/sys/arm64/arm64/
H A Ddebug_monitor.c62 #define DBG_WATCH_CTRL_LEN_4 (0xf << 5)
460 dbg_watchpoint_num = ((READ_SPECIALREG(ID_AA64DFR0_EL1) >> 20) & 0xf) + 1;
461 dbg_breakpoint_num = ((READ_SPECIALREG(ID_AA64DFR0_EL1) >> 12) & 0xf) + 1;
/freebsd-11.0-release/sys/boot/i386/libfirewire/
H A Dfwohci.c80 addr &= 0xf;
96 addr &= 0xf;
119 ((fun >> PHYDEV_REGADDR) & 0xf) != addr) {
/freebsd-11.0-release/sys/arm/amlogic/aml8726/
H A Daml8726_mp.c133 #define AML_M8B_CPU_PWR_MEM_PD0_CPU3 (0xf << 20)
134 #define AML_M8B_CPU_PWR_MEM_PD0_CPU2 (0xf << 24)
135 #define AML_M8B_CPU_PWR_MEM_PD0_CPU1 (0xf << 28)
/freebsd-11.0-release/contrib/binutils/opcodes/
H A Dsparc-opc.c105 #define COND(x) (((x) & 0xf) << 25)
108 #define MCOND(x,i_or_f) ((((i_or_f) & 1) << 18) | (((x) >> 11) & (0xf << 14))) /* v9 */
127 #define CONDVC (COND (0xf))
144 #define FCONDO (COND (0xf))
701 { "sir", F3(2, 0x30, 1)|RD(0xf), F3(~2, ~0x30, ~1)|RD(~0xf)|RS1_G0, "i", 0, v9 },
727 { "membar", F3(2, 0x28, 1)|RS1(0xf), F3(~2, ~0x28, ~1)|RD_G0|RS1(~0xf)|SIMM13(~127), "K", 0, v9 },
728 { "stbar", F3(2, 0x28, 0)|RS1(0xf), F3(~2, ~0x28, ~0)|RD_G0|RS1(~0xf)|SIMM1
[all...]
H A Dcr16-dis.c416 a->constant = (p.val & 0xf) | (((p.val >>20) & 0x3) << 4)
484 a->constant = ((((p.val&0xf00)>>4)) | (p.val&0xf));
491 a->constant = ((((p.val>>16)&0xf) << 20)
492 | (((p.val>>24)&0xf) << 16)
H A Dcr16-opc.c478 REG(sp, 0xf, CR16_R_REGTYPE),
479 REG(sp_L, 0xf, CR16_R_REGTYPE),
495 REG((sp), 0xf, CR16_RP_REGTYPE),
520 REG(usph, 0xf, CR16_P_REGTYPE),
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetBuiltins.h101 EltTypeMask = 0xf,
/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/sys/
H A Dt_select.c83 #define N(p, a) (((p) >> ((a) * 4)) & 0xf)
/freebsd-11.0-release/contrib/ncurses/ncurses/trace/
H A Dlib_tracedmp.c158 attr_t mask = (attr_t) (0xf << ((i + 4) * 4));
/freebsd-11.0-release/contrib/libexecinfo/
H A Dsymtab.c47 #define ELF_ST_TYPE(x) (((unsigned int)x) & 0xf)
/freebsd-11.0-release/contrib/binutils/bfd/
H A Dtekhex.c94 (d)[1] = digs[(x) & 0xf]; \
95 (d)[0] = digs[((x)>>4)&0xf];
678 if ((value >> shift) & 0xf)
683 *p++ = digs[(value >> shift) & 0xf];
/freebsd-11.0-release/sys/dev/le/
H A Dlance.c614 af[crc >> 4] |= LE_HTOLE16(1 << (crc & 0xf));
767 boff &= 0xf;
787 boff &= 0xf;
807 boff &= 0xf;

Completed in 510 milliseconds

1234567891011>>