Searched refs:xc0 (Results 451 - 475 of 528) sorted by relevance

<<11121314151617181920>>

/freebsd-12-stable/crypto/openssl/crypto/sha/asm/
H A Dsha256-586.pl539 { &data_byte(0x0f,0x38,$opcodelet,0xc0|($1<<3)|$2); }
/freebsd-12-stable/stand/efi/include/
H A Defiapi.h1072 { 0x8a219718, 0x4ef5, 0x4761, {0x91, 0xc8, 0xc0, 0xf0, 0x4b, 0xda, 0x9e, 0x56} }
/freebsd-12-stable/secure/lib/libcrypto/amd64/
H A De_padlock-x86_64.S112 .byte 0x0f,0xa7,0xc0
/freebsd-12-stable/contrib/ntp/ntpd/
H A Drefclock_oncore.c2722 antenna = (buf[4] & 0xc0) >> 6;
2723 buf[4] &= ~0xc0;
3392 antenna = (instance->BEHa[37] & 0xc0) >> 6; /* prob unset 6, set GT, UT unset VP */
/freebsd-12-stable/contrib/binutils/bfd/
H A Delf64-x86-64.c2590 bfd_put_8 (output_bfd, 0xc0 | ((val >> 3) & 7),
2650 bfd_put_8 (output_bfd, 0xc0 | reg,
2662 bfd_put_8 (output_bfd, 0xc0 | reg,
/freebsd-12-stable/sys/dev/drm2/i915/
H A Di915_reg.h58 #define HPLLCC 0xc0 /* 855 only */
92 #define I965_GDRST 0xc0 /* PCI config register */
498 #define RING_INSTPM(base) ((base)+0xc0)
/freebsd-12-stable/sys/dev/ral/
H A Drt2860.c2792 rt2860_mcu_bbp_write(sc, 103, 0xc0);
2926 rf24 = (rf24 & 0xc0) | init; /* initial filter value */
2989 rt2860_mcu_bbp_write(sc, 103, 0xc0);
/freebsd-12-stable/usr.sbin/route6d/
H A Droute6d.c3359 MASKLEN(0xc0, 2); break;
3368 0x00, 0x80, 0xc0, 0xe0, 0xf0, 0xf8, 0xfc, 0xfe
3388 0x00, 0x80, 0xc0, 0xe0, 0xf0, 0xf8, 0xfc, 0xfe, 0xff
/freebsd-12-stable/sys/dev/drm2/radeon/
H A Datombios.h970 #define ATOM_TRANSMITTER_CONFIG_LANE_SEL_MASK 0xc0
976 #define ATOM_TRANSMITTER_CONFIG_LANE_12_15 0xc0
6123 #define BATTERY_ODT_MASK 0xc0
/freebsd-12-stable/sys/dev/bwn/
H A Dif_bwn_phy_g.c535 BWN_PHY_WRITE(mac, 0x15, (phy->gmode ? 0xc0 : 0x0));
863 BWN_PHY_WRITE(mac, BWN_PHY_PGACTL, 0xc0);
867 BWN_PHY_WRITE(mac, BWN_PHY_PGACTL, 0xc0);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp707 O << formatDec((Imm & 0xc0) >> 6) << ']';
/freebsd-12-stable/contrib/libxo/libxo/
H A Dlibxo.c1056 static uint8_t xo_utf8_len_bits[5] = { 0, 0x00, 0xc0, 0xe0, 0xf0 };
1079 else if ((bval & 0xe0) == 0xc0)
1111 if ((b & 0xc0) != 0x80) {
1140 if ((cp[i] & 0xc0) != 0x80)
/freebsd-12-stable/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c1174 DATA('m', 0xc0), /* ACS_LLCORNER */
/freebsd-12-stable/contrib/tcpdump/
H A Dprint-icmp6.c1140 if (dp->icmp6_data16[1] & 0xc0)
/freebsd-12-stable/contrib/libgnuregex/
H A Dregex_internal.c731 if ((*p & 0xc0) != 0x80)
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c955 #define DT_OP_XOR_EAX_1 0xc0
/freebsd-12-stable/sys/dev/drm2/
H A Ddrm_edid.c912 unsigned hsync_offset = (pt->hsync_vsync_offset_pulse_width_hi & 0xc0) << 2 | pt->hsync_offset_lo;
/freebsd-12-stable/sys/dev/vt/hw/vga/
H A Dvt_vga.c266 { 0x2510, 0xbf, 0x00 }, { 0x2514, 0xc0, 0x00 },
/freebsd-12-stable/sys/dev/usb/input/
H A Dukbd.c296 0xff, 0x00, 0x81, 0x00, 0xc0
/freebsd-12-stable/sys/dev/usb/wlan/
H A Dif_zydreg.h824 { ZYD_CR80, 0x38 }, { ZYD_CR81, 0x30 }, { ZYD_CR113, 0xc0 }, \
/freebsd-12-stable/sys/netinet6/
H A Din6.c1797 u_char maskarray[8] = {0x80, 0xc0, 0xe0, 0xf0, 0xf8, 0xfc, 0xfe, 0xff};
/freebsd-12-stable/crypto/openssl/crypto/bio/
H A Dbss_dgram.c20 # define OPENSSL_SCTP_FORWARD_CUM_TSN_CHUNK_TYPE 0xc0
/freebsd-12-stable/sys/dev/cx/
H A Dcsigma.c25 #define DMA_MODE_MASTER 0xc0 /* DMA master mode */
/freebsd-12-stable/contrib/gcc/config/arm/
H A Dlib1funcs.asm128 .byte (0xc0 | \reg) /* DW_CFA_restore */
/freebsd-12-stable/sys/dev/otus/
H A Dif_otus.c1454 if ((hdr->code & 0xc0) != 0xc0) {

Completed in 749 milliseconds

<<11121314151617181920>>