Searched refs:x3 (Results 501 - 525 of 1134) sorted by relevance

<<21222324252627282930>>

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/Disassembler/
H A DRISCVDisassembler.cpp354 if ((Bytes[0] & 0x3) == 0x3) {
/freebsd-13-stable/sys/libkern/
H A Diconv_ucs.c536 return ((((ucs[0] & 0x3) << 18) | (ucs[1] << 10) |
537 ((ucs[2] & 0x3) << 8) | ucs[3]) + 0x10000);
/freebsd-13-stable/sys/mips/cavium/octe/
H A Dmv88e61xxphy.c243 val &= ~0x3;
299 val |= 0x3;
/freebsd-13-stable/sys/dev/ral/
H A Drt2560reg.h134 #define RT2560_ENABLE_TSF_SYNC(x) (((x) & 0x3) << 1)
216 #define RT2560_AIFSN(x) (((x) & 0x3) << 6)
/freebsd-13-stable/sys/dev/usb/controller/
H A Dehci.h186 #define EHCI_QTD_GET_PID(x) (((x) >> 8) & 0x3)
191 #define EHCI_QTD_GET_CERR(x) (((x) >> 10) & 0x3)
/freebsd-13-stable/sys/dev/liquidio/base/
H A Dlio_device.h93 #define LIO_DEV_DISPATCH_INIT_DONE 0x3
651 return (oct->rev_id & 0x3);
/freebsd-13-stable/sys/arm/allwinner/
H A Daw_usbphy.c175 #define FORCE_ID (0x3 << 14)
179 #define FORCE_VBUS_VALID (0x3 << 12)
/freebsd-13-stable/stand/efi/include/
H A Defiip.h260 #define ICMP_V6_TIME_EXCEEDED 0x3
284 #define ICMP_V6_ADDR_UNREACHABLE 0x3
/freebsd-13-stable/sys/netpfil/pf/
H A Dpf.h413 #define PF_OSFP_TCPOPT_SACK 0x3 /* TCP SACK OK option */
521 #define PF_STATE_SYNPROXY 0x3
/freebsd-13-stable/sys/dev/iwm/
H A Dif_iwmreg.h863 IWM_FW_PHY_CFG_RADIO_TYPE = 0x3 << IWM_FW_PHY_CFG_RADIO_TYPE_POS,
865 IWM_FW_PHY_CFG_RADIO_STEP = 0x3 << IWM_FW_PHY_CFG_RADIO_STEP_POS,
867 IWM_FW_PHY_CFG_RADIO_DASH = 0x3 << IWM_FW_PHY_CFG_RADIO_DASH_POS,
1992 IWM_MAC_CONF_GROUP = 0x3,
2298 IWM_FW_ERR_ARC_MEMORY = 0x3,
2660 #define IWM_PHY_VHT_CHANNEL_MODE160 (0x3)
2677 #define IWM_PHY_VHT_CTRL_POS_4_BELOW (0x3)
2710 (0x3 << IWM_PHY_RX_CHAIN_CNT_POS)
2713 (0x3 << IWM_PHY_RX_CHAIN_MIMO_CNT_POS)
4192 * 0x3) 5
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSIndexPath.cpp227 m_count = ((m_indexes >> 3) & 0x3);
/freebsd-13-stable/contrib/wpa/src/drivers/
H A Ddriver_common.c171 return (mode->vht_mcs_set[0] & 0x3) != 3;
/freebsd-13-stable/contrib/processor-trace/libipt/internal/include/
H A Dpt_opcodes.h119 pt_opm_ptw_pb_shr_mask = 0x3
/freebsd-13-stable/contrib/sendmail/src/
H A Dtls.h74 # define DANEMODE(fl) ((fl) & 0x3)
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-mobility.c107 #define IP6MOPT_ALTCOA 0x3 /* Alternate Care-of Address */
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dmoderrs.mk165 @echo ${FIB:3=x3
166 @echo ${FIB:3=x3} # ok
/freebsd-13-stable/contrib/cortex-strings/src/aarch64/
H A Dmemcpy.S64 #define dst x3
H A Dmemset.S66 #define dst x3
H A Dstrchr.S43 #define tmp1 x3
H A Dstrlen.S43 #define data2 x3
H A Dstrncmp.S51 #define data1 x3
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_x86_64.S222 mov $0x3, %esi
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A Ddwarf2.h24 DW_CFA_advance_loc2 = 0x3,
46 DW_CFA_restore = 0xC0, // high 2 bits are 0x3, lower 6 bits are register
/freebsd-13-stable/contrib/elftoolchain/common/
H A Duthash.h510 #define MUR_PLUS0_ALIGNED(p) (((unsigned long)p & 0x3) == 0)
511 #define MUR_PLUS1_ALIGNED(p) (((unsigned long)p & 0x3) == 1)
512 #define MUR_PLUS2_ALIGNED(p) (((unsigned long)p & 0x3) == 2)
513 #define MUR_PLUS3_ALIGNED(p) (((unsigned long)p & 0x3) == 3)
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-helper-board.c475 if (qlm_switch_addr != 0x3)
477 qlm_switch_addr = 0x3; /* QLM1 */
805 if (qlm_switch_addr != 0x3)
807 qlm_switch_addr = 0x3; /* QLM1 */

Completed in 395 milliseconds

<<21222324252627282930>>