Searched refs:SET (Results 1 - 25 of 398) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D931102-1.c3 #define SET \ macro
19 SET
21 SET
28 SET
33 SET
41 SET
46 SET
54 SET
59 SET
71 SET
[all...]
/openbsd-current/sys/arch/octeon/dev/
H A Dcn30xxpko.c83 SET(reg_flags, PKO_REG_FLAGS_ENA_DWB);
84 SET(reg_flags, PKO_REG_FLAGS_ENA_PKO);
99 SET(reg_flags, PKO_REG_FLAGS_RESET);
109 SET(reg_cmd_buf, (sc->sc_cmd_buf_pool << 20) & PKO_REG_CMD_BUF_POOL);
110 SET(reg_cmd_buf, sc->sc_cmd_buf_size & PKO_REG_CMD_BUF_SIZE);
121 SET(reg_read_idx, sc->sc_port & PKO_REG_READ_IDX_IDX);
126 SET(mem_queue_qos, ((uint64_t)sc->sc_port << 7) & PKO_MEM_QUEUE_QOS_PID);
127 SET(mem_queue_qos, sc->sc_port & PKO_MEM_QUEUE_QOS_QID);
128 SET(mem_queue_qos, ((enable ? 0xffULL : 0x00ULL) << 53) &
161 SET(va
[all...]
H A Dcn30xxipd.c73 SET(ctl_status, IPD_CTL_STATUS_IPD_EN);
92 SET(first_mbuff_skip, (sc->sc_first_mbuff_skip / 8) & IPD_1ST_MBUFF_SKIP_SZ);
98 SET(not_first_mbuff_skip, (sc->sc_not_first_mbuff_skip / 8) &
104 SET(packet_mbuff_size, (OCTEON_POOL_SIZE_PKT / 8) &
109 SET(first_next_ptr_back, (sc->sc_first_mbuff_skip / CACHELINESIZE)
114 SET(second_next_ptr_back, (sc->sc_not_first_mbuff_skip / CACHELINESIZE)
119 SET(sqe_fpa_queue, OCTEON_POOL_NO_WQE & IPD_WQE_FPA_QUEUE_WQE_QUE);
124 SET(ctl_status, IPD_CTL_STATUS_OPC_MODE_ALL);
125 SET(ctl_status, IPD_CTL_STATUS_PBP_EN);
H A Dcn30xxpip.c101 SET(prt_cfg, (sc->sc_port << 24) & PIP_PRT_CFGN_QOS);
106 SET(prt_cfg, PIP_PRT_CFGN_CRC_EN);
107 SET(prt_cfg, (PIP_PORT_CFG_MODE_L2) & PIP_PRT_CFGN_MODE);
111 SET(prt_tag, PIP_PRT_TAGN_INC_PRT);
122 SET(prt_tag, PIP_PRT_TAGN_TCP6_TAG_ORDERED);
123 SET(prt_tag, PIP_PRT_TAGN_TCP4_TAG_ORDERED);
124 SET(prt_tag, PIP_PRT_TAGN_IP6_TAG_ORDERED);
125 SET(prt_tag, PIP_PRT_TAGN_IP4_TAG_ORDERED);
126 SET(prt_tag, PIP_PRT_TAGN_NON_TAG_ORDERED);
127 SET(prt_ta
[all...]
H A Dcn30xxgmx.c463 SET(prt_cfg, PRTN_CFG_EN);
511 SET(ovr_bp, (1 << index) << TX_OVR_BP_BP_SHIFT);
513 SET(ovr_bp, (1 << index) << TX_OVR_BP_IGN_FULL_SHIFT);
515 SET(ovr_bp, (1 << index) << TX_OVR_BP_EN_SHIFT);
518 SET(ovr_bp, (1 << index) << TX_OVR_BP_IGN_FULL_SHIFT);
541 SET(tx_int_xxx,
556 SET(rx_int_xxx, 0 |
609 SET(tmp, rx_frm_ctl);
640 SET(ctl, RXN_ADR_CTL_BCST);
643 SET(if
[all...]
H A Dcn30xxasx.c83 SET(asx_tx_port, 1 << sc->sc_port);
97 SET(asx_rx_port, 1 << sc->sc_port);
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dobj-ecoff.c222 #define SET(ptr, count, type, size) \ macro
231 SET (line, cbLine, unsigned char *, sizeof (unsigned char));
232 SET (external_dnr, idnMax, PTR, debug_swap->external_dnr_size);
233 SET (external_pdr, ipdMax, PTR, debug_swap->external_pdr_size);
234 SET (external_sym, isymMax, PTR, debug_swap->external_sym_size);
235 SET (external_opt, ioptMax, PTR, debug_swap->external_opt_size);
236 SET (external_aux, iauxMax, union aux_ext *, sizeof (union aux_ext));
237 SET (ss, issMax, char *, sizeof (char));
238 SET (ssext, issExtMax, char *, sizeof (char));
239 SET (external_rf
242 #undef SET macro
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dobj-ecoff.c155 #define SET(ptr, count, type, size) \ macro
164 SET (line, cbLine, unsigned char *, sizeof (unsigned char));
165 SET (external_dnr, idnMax, void *, debug_swap->external_dnr_size);
166 SET (external_pdr, ipdMax, void *, debug_swap->external_pdr_size);
167 SET (external_sym, isymMax, void *, debug_swap->external_sym_size);
168 SET (external_opt, ioptMax, void *, debug_swap->external_opt_size);
169 SET (external_aux, iauxMax, union aux_ext *, sizeof (union aux_ext));
170 SET (ss, issMax, char *, sizeof (char));
171 SET (ssext, issExtMax, char *, sizeof (char));
172 SET (external_rf
175 #undef SET macro
[all...]
/openbsd-current/libexec/getty/
H A Dsubr.c165 #define SET(t, f) (t) |= (f) macro
211 SET(cflag, CS8);
215 SET(cflag, CS7|PARENB);
216 SET(iflag, ISTRIP);
218 SET(iflag, INPCK|IGNPAR);
219 SET(cflag, PARODD);
223 SET(iflag, INPCK|IGNPAR);
234 SET(iflag, IUCLC);
235 SET(oflag, OLCUC);
236 SET(lfla
[all...]
/openbsd-current/usr.bin/tr/
H A Dextern.h37 enum { EOS, INFINITE, NORMAL, RANGE, SEQUENCE, SET } state; enumerator in enum:__anon10358::__anon10360
/openbsd-current/sbin/ipsecctl/
H A Dike.c51 #define SET "C set " macro
67 fprintf(fd, SET "[General]:Check-interval=%d force\n",
69 fprintf(fd, SET "[General]:DPD-check-interval=%d force\n",
78 fprintf(fd, SET "[Phase 1]:%s=%s force\n", r->peer->name,
81 fprintf(fd, SET "[Phase 1]:Default=%s force\n", r->p1name);
82 fprintf(fd, SET "[%s]:Phase=1 force\n", r->p1name);
84 fprintf(fd, SET "[%s]:Address=%s force\n", r->p1name,
87 fprintf(fd, SET "[%s]:Local-address=%s force\n", r->p1name,
90 fprintf(fd, SET "[%s]:Authentication=%s force\n", r->p1name,
110 fprintf(fd, SET "[
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dline-map.h110 #define INCLUDED_FROM(SET, MAP) (&(SET)->maps[(MAP)->included_from])
H A Dhard-reg-set.h90 #define SET_HARD_REG_BIT(SET, BIT) \
91 ((SET) |= HARD_CONST (1) << (BIT))
92 #define CLEAR_HARD_REG_BIT(SET, BIT) \
93 ((SET) &= ~(HARD_CONST (1) << (BIT)))
94 #define TEST_HARD_REG_BIT(SET, BIT) \
95 (!!((SET) & (HARD_CONST (1) << (BIT))))
116 #define SET_HARD_REG_BIT(SET, BIT) \
117 ((SET)[(BIT) / UHOST_BITS_PER_WIDE_INT] \
120 #define CLEAR_HARD_REG_BIT(SET, BIT) \
121 ((SET)[(BI
[all...]
/openbsd-current/gnu/gcc/libcpp/include/
H A Dline-map.h156 #define INCLUDED_FROM(SET, MAP) (&(SET)->maps[(MAP)->included_from])
164 #define LINEMAP_POSITION_FOR_COLUMN(LOC, SET, TO_COLUMN) { \
166 struct line_maps *set = (SET); \
/openbsd-current/regress/lib/libc/setjmp/
H A Djmptest.c50 #define SET(b, m) setjmp(b) macro
56 #define SET(b, m) _setjmp(b) macro
62 #define SET(b, m) sigsetjmp(b, m) macro
118 x = SET(jb, !expectsignal);
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_md5.cpp26 #define SET(n) \ macro
29 SET(n)
57 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7)
58 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12)
59 STEP(F, c, d, a, b, SET(2), 0x242070db, 17)
60 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22)
61 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7)
62 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12)
63 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17)
64 STEP(F, b, c, d, a, SET(
146 #undef SET macro
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DMD5.cpp66 // SET reads 4 input bytes in little-endian byte order and stores them
68 #define SET(n) \ macro
99 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7)
100 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12)
101 STEP(F, c, d, a, b, SET(2), 0x242070db, 17)
102 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22)
103 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7)
104 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12)
105 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17)
106 STEP(F, b, c, d, a, SET(
[all...]
/openbsd-current/sys/dev/ic/
H A Dz8530tty.c290 SET(zst->zst_swflags, TIOCFLAG_SOFTCAR);
371 SET(cs->cs_preg[1], ZSWR1_RIE | ZSWR1_TIE | ZSWR1_SIE);
416 SET(zst->zst_rx_flags, RX_IBUF_BLOCKED);
513 SET(t.c_cflag, CLOCAL);
515 SET(t.c_cflag, CRTSCTS);
517 SET(t.c_cflag, MDMBUF);
529 SET(cs->cs_preg[1], ZSWR1_RIE | ZSWR1_TIE | ZSWR1_SIE);
560 SET(tp->t_state, TS_CARR_ON);
602 SET(tp->t_state, TS_WOPEN);
625 SET(t
[all...]
H A Dcom.c209 SET(sc->sc_mcr, MCR_DTR | MCR_RTS);
259 SET(tp->t_state, TS_WOPEN);
274 SET(tp->t_cflag, CLOCAL);
276 SET(tp->t_cflag, CRTSCTS);
278 SET(tp->t_cflag, MDMBUF);
363 SET(sc->sc_mcr, MCR_IENABLE);
371 SET(tp->t_state, TS_CARR_ON);
398 SET(tp->t_state, TS_WOPEN);
610 SET(sc->sc_mcr, MCR_DTR | MCR_RTS);
647 SET(
[all...]
/openbsd-current/sys/scsi/
H A Dscsi_ioctl.c126 SET(xs->flags, SCSI_DATA_IN);
134 SET(xs->flags, SCSI_DATA_OUT);
137 SET(xs->flags, SCSI_SILENT); /* User is responsible for errors. */
219 SET(cdb->flags, ATA_PASSTHRU_T_LEN_SECTOR_COUNT);
244 SET(xs->flags, SCSI_DATA_IN);
253 SET(xs->flags, SCSI_DATA_OUT);
256 SET(xs->flags, SCSI_SILENT); /* User is responsible for errors. */
341 SET(link->flags, SDEV_DB1);
343 SET(link->flags, SDEV_DB2);
345 SET(lin
[all...]
H A Dst.c292 SET(st->flags, ST_MODE_BLKSIZE);
294 SET(st->flags, ST_MODE_DENSITY);
328 SET(st->flags, ST_DYING);
400 SET(link->flags, SDEV_OPEN);
433 SET(st->flags, ST_WRITTEN);
565 SET(st->flags, ST_FIXEDBLOCKS);
576 SET(st->flags, ST_MOUNTED);
577 SET(link->flags, SDEV_MEDIA_LOADED); /* move earlier? */
634 SET(st->flags, ST_FIXEDBLOCKS);
647 SET(s
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dhard-reg-set.h92 #define SET_HARD_REG_BIT(SET, BIT) \
93 ((SET) |= HARD_CONST (1) << (BIT))
94 #define CLEAR_HARD_REG_BIT(SET, BIT) \
95 ((SET) &= ~(HARD_CONST (1) << (BIT)))
96 #define TEST_HARD_REG_BIT(SET, BIT) \
97 (!!((SET) & (HARD_CONST (1) << (BIT))))
118 #define SET_HARD_REG_BIT(SET, BIT) \
119 ((SET)[(BIT) / UHOST_BITS_PER_WIDE_INT] \
122 #define CLEAR_HARD_REG_BIT(SET, BIT) \
123 ((SET)[(BI
[all...]
H A Drtl-error.c48 if (GET_CODE (body) == SET && GET_CODE (SET_SRC (body)) == ASM_OPERANDS)
53 && GET_CODE (XVECEXP (body, 0, 0)) == SET)
/openbsd-current/sys/dev/usb/
H A Duvscom.c509 SET(sc->sc_lcr, UVSCOM_DTR);
528 SET(sc->sc_lcr, UVSCOM_RTS);
542 uvscom_set_line(sc, SET(sc->sc_lcr, UVSCOM_BREAK));
617 SET(ls, UVSCOM_STOP_BIT_2);
619 SET(ls, UVSCOM_STOP_BIT_1);
623 SET(ls, UVSCOM_PARITY_ODD);
625 SET(ls, UVSCOM_PARITY_EVEN);
627 SET(ls, UVSCOM_PARITY_NONE);
631 SET(ls, UVSCOM_DATA_BIT_5);
634 SET(l
[all...]
/openbsd-current/sys/dev/fdt/
H A Dexuart.c239 SET(sc->sc_ucon, EXUART_UCON_RX_TIMEOUT);
262 SET(sc->sc_ucon, EXUART_UCON_RX_INT_TYPE_LEVEL);
263 SET(sc->sc_ucon, EXUART_UCON_RX_TIMEOUT);
424 SET(sc->sc_ulcon, EXUART_ULCON_WORD_FIVE);
428 SET(sc->sc_ulcon, EXUART_ULCON_WORD_SIX);
432 SET(sc->sc_ulcon, EXUART_ULCON_WORD_SEVEN);
436 SET(sc->sc_ulcon, EXUART_ULCON_WORD_EIGHT);
443 SET(sc->sc_ulcon, EXUART_ULCON_PARITY_ODD);
445 SET(sc->sc_ulcon, EXUART_ULCON_PARITY_EVEN);
449 SET(s
[all...]

Completed in 341 milliseconds

1234567891011>>