Home
last modified time | relevance | path

Searched refs:SET (Results 1 – 25 of 540) sorted by relevance

12345678910>>...22

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D931102-1.c3 #define SET \ macro
19 SET in xxx()
21 SET in xxx()
28 SET in xxx()
33 SET in xxx()
41 SET in xxx()
46 SET in xxx()
54 SET in xxx()
59 SET in xxx()
71 SET in xxx()
[all …]
/openbsd/sbin/ipsecctl/
H A Dike.c51 #define SET "C set " macro
82 fprintf(fd, SET "[%s]:Phase=1 force\n", r->p1name); in ike_section_peer()
116 fprintf(fd, SET "[id-%s]:Address=%s force\n", in ike_section_ids()
119 fprintf(fd, SET "[id-%s]:Name=%s force\n", in ike_section_ids()
129 fprintf(fd, SET "[id-%s]:Address=%s force\n", in ike_section_ids()
132 fprintf(fd, SET "[id-%s]:Name=%s force\n", in ike_section_ids()
140 fprintf(fd, SET "[%s]:Phase=2 force\n", r->p2name); in ike_section_ipsec()
428 fprintf(fd, SET "[%s]:Life=%s-life force\n", in ike_section_p2()
624 fprintf(fd, SET "[%s]:Life=%s-life force\n", in ike_section_p1()
722 fprintf(fd, SET "[%s]:Protocol=%d force\n", in ike_section_p2ids()
[all …]
/openbsd/sys/arch/octeon/dev/
H A Dcn30xxpko.c83 SET(reg_flags, PKO_REG_FLAGS_ENA_DWB); in cn30xxpko_enable()
84 SET(reg_flags, PKO_REG_FLAGS_ENA_PKO); in cn30xxpko_enable()
99 SET(reg_flags, PKO_REG_FLAGS_RESET);
110 SET(reg_cmd_buf, sc->sc_cmd_buf_size & PKO_REG_CMD_BUF_SIZE); in cn30xxpko_config()
121 SET(reg_read_idx, sc->sc_port & PKO_REG_READ_IDX_IDX); in cn30xxpko_port_enable()
127 SET(mem_queue_qos, sc->sc_port & PKO_MEM_QUEUE_QOS_QID); in cn30xxpko_port_enable()
128 SET(mem_queue_qos, ((enable ? 0xffULL : 0x00ULL) << 53) & in cn30xxpko_port_enable()
161 SET(val, 10ULL << PKO_MEM_PORT_PTRS_EID_S); in cn30xxpko_port_config()
163 SET(val, 40ULL << PKO_MEM_PORT_PTRS_BP_PORT_S); in cn30xxpko_port_config()
172 SET(mem_queue_ptrs, PKO_MEM_QUEUE_PTRS_TAIL); in cn30xxpko_port_config()
[all …]
H A Dcn30xxipd.c73 SET(ctl_status, IPD_CTL_STATUS_IPD_EN); in cn30xxipd_enable()
92 SET(first_mbuff_skip, (sc->sc_first_mbuff_skip / 8) & IPD_1ST_MBUFF_SKIP_SZ); in cn30xxipd_config()
98 SET(not_first_mbuff_skip, (sc->sc_not_first_mbuff_skip / 8) & in cn30xxipd_config()
104 SET(packet_mbuff_size, (OCTEON_POOL_SIZE_PKT / 8) & in cn30xxipd_config()
109 SET(first_next_ptr_back, (sc->sc_first_mbuff_skip / CACHELINESIZE) in cn30xxipd_config()
114 SET(second_next_ptr_back, (sc->sc_not_first_mbuff_skip / CACHELINESIZE) in cn30xxipd_config()
119 SET(sqe_fpa_queue, OCTEON_POOL_NO_WQE & IPD_WQE_FPA_QUEUE_WQE_QUE); in cn30xxipd_config()
124 SET(ctl_status, IPD_CTL_STATUS_OPC_MODE_ALL); in cn30xxipd_config()
125 SET(ctl_status, IPD_CTL_STATUS_PBP_EN); in cn30xxipd_config()
H A Dcn30xxgmx.c463 SET(prt_cfg, PRTN_CFG_EN); in cn30xxgmx_link_enable()
541 SET(tx_int_xxx, in cn30xxgmx_tx_int_enable()
556 SET(rx_int_xxx, 0 | in cn30xxgmx_rx_int_enable()
609 SET(tmp, rx_frm_ctl); in cn30xxgmx_rx_frm_ctl_xable()
640 SET(ctl, RXN_ADR_CTL_BCST); in cn30xxgmx_set_filter()
797 SET(val, AGL_PRT_CTL_COMP); in cn30xxgmx_agl_init()
828 SET(val, AGL_GMX_PRT_CFG_EN); in cn30xxgmx_agl_up()
933 SET(val, AGL_PRT_CTL_CLKRST); in cn30xxgmx_agl_speed()
937 SET(val, AGL_PRT_CTL_ENABLE); in cn30xxgmx_agl_speed()
1203 SET(prt_cfg, PRTN_CFG_SPEED); in cn30xxgmx_rgmii_speed_speed()
[all …]
H A Dcn30xxpip.c101 SET(prt_cfg, (sc->sc_port << 24) & PIP_PRT_CFGN_QOS); in cn30xxpip_port_config()
106 SET(prt_cfg, PIP_PRT_CFGN_CRC_EN); in cn30xxpip_port_config()
107 SET(prt_cfg, (PIP_PORT_CFG_MODE_L2) & PIP_PRT_CFGN_MODE); in cn30xxpip_port_config()
111 SET(prt_tag, PIP_PRT_TAGN_INC_PRT); in cn30xxpip_port_config()
122 SET(prt_tag, PIP_PRT_TAGN_TCP6_TAG_ORDERED); in cn30xxpip_port_config()
123 SET(prt_tag, PIP_PRT_TAGN_TCP4_TAG_ORDERED); in cn30xxpip_port_config()
124 SET(prt_tag, PIP_PRT_TAGN_IP6_TAG_ORDERED); in cn30xxpip_port_config()
125 SET(prt_tag, PIP_PRT_TAGN_IP4_TAG_ORDERED); in cn30xxpip_port_config()
126 SET(prt_tag, PIP_PRT_TAGN_NON_TAG_ORDERED); in cn30xxpip_port_config()
127 SET(prt_tag, sc->sc_receive_group & PIP_PRT_TAGN_GRP); in cn30xxpip_port_config()
[all …]
/openbsd/libexec/getty/
H A Dsubr.c211 SET(cflag, CS8); in setflags()
234 SET(iflag, IUCLC); in setflags()
235 SET(oflag, OLCUC); in setflags()
236 SET(lflag, XCASE); in setflags()
240 SET(cflag, HUPCL); in setflags()
250 SET(iflag, ICRNL); in setflags()
268 SET(cflag, CS8); in setflags()
281 SET(f, CRTBS); in setflags()
285 SET(lflag, ECHOE); in setflags()
300 SET(lflag, ECHO); in setflags()
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dobj-ecoff.c155 #define SET(ptr, count, type, size) \ in ecoff_frob_file() macro
164 SET (line, cbLine, unsigned char *, sizeof (unsigned char)); in ecoff_frob_file()
165 SET (external_dnr, idnMax, void *, debug_swap->external_dnr_size); in ecoff_frob_file()
166 SET (external_pdr, ipdMax, void *, debug_swap->external_pdr_size); in ecoff_frob_file()
167 SET (external_sym, isymMax, void *, debug_swap->external_sym_size); in ecoff_frob_file()
168 SET (external_opt, ioptMax, void *, debug_swap->external_opt_size); in ecoff_frob_file()
170 SET (ss, issMax, char *, sizeof (char)); in ecoff_frob_file()
171 SET (ssext, issExtMax, char *, sizeof (char)); in ecoff_frob_file()
172 SET (external_rfd, crfd, void *, debug_swap->external_rfd_size); in ecoff_frob_file()
173 SET (external_fdr, ifdMax, void *, debug_swap->external_fdr_size); in ecoff_frob_file()
[all …]
/openbsd/gnu/llvm/llvm/cmake/platforms/
H A DiOS.cmake3 SET(CMAKE_SYSTEM_NAME Darwin)
4 SET(CMAKE_SYSTEM_VERSION 13)
5 SET(CMAKE_CXX_COMPILER_WORKS True)
6 SET(CMAKE_C_COMPILER_WORKS True)
7 SET(IOS True)
44 SET(CMAKE_AR ${CMAKE_AR_val} CACHE FILEPATH "Archiver")
53 SET(CMAKE_RANLIB ${CMAKE_RANLIB_val} CACHE FILEPATH "Ranlib")
62 SET(CMAKE_STRIP ${CMAKE_STRIP_val} CACHE FILEPATH "Strip")
71 SET(CMAKE_DSYMUTIL ${CMAKE_DSYMUTIL_val} CACHE FILEPATH "Dsymutil")
80 SET(CMAKE_LIBTOOL ${CMAKE_LIBTOOL_val} CACHE FILEPATH "Libtool")
[all …]
H A DAndroid.cmake13 SET(CMAKE_SYSTEM_NAME Linux)
16 SET(CMAKE_C_COMPILER ${CMAKE_BINARY_DIR}/../bin/clang)
20 SET(CMAKE_CXX_COMPILER ${CMAKE_BINARY_DIR}/../bin/clang++)
23 SET(ANDROID "1" CACHE STRING "ANDROID" FORCE)
25 SET(ANDROID_COMMON_FLAGS "-target arm-linux-androideabi --sysroot=${LLVM_ANDROID_TOOLCHAIN_DIR}/sys…
26 SET(CMAKE_C_FLAGS "${ANDROID_COMMON_FLAGS}" CACHE STRING "toolchain_cflags" FORCE)
27 SET(CMAKE_CXX_FLAGS "${ANDROID_COMMON_FLAGS}" CACHE STRING "toolchain_cxxflags" FORCE)
28 SET(CMAKE_EXE_LINKER_FLAGS "-pie" CACHE STRING "toolchain_exelinkflags" FORCE)
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dobj-ecoff.c222 #define SET(ptr, count, type, size) \ in ecoff_frob_file() macro
231 SET (line, cbLine, unsigned char *, sizeof (unsigned char)); in ecoff_frob_file()
232 SET (external_dnr, idnMax, PTR, debug_swap->external_dnr_size); in ecoff_frob_file()
233 SET (external_pdr, ipdMax, PTR, debug_swap->external_pdr_size); in ecoff_frob_file()
234 SET (external_sym, isymMax, PTR, debug_swap->external_sym_size); in ecoff_frob_file()
235 SET (external_opt, ioptMax, PTR, debug_swap->external_opt_size); in ecoff_frob_file()
237 SET (ss, issMax, char *, sizeof (char)); in ecoff_frob_file()
238 SET (ssext, issExtMax, char *, sizeof (char)); in ecoff_frob_file()
239 SET (external_rfd, crfd, PTR, debug_swap->external_rfd_size); in ecoff_frob_file()
240 SET (external_fdr, ifdMax, PTR, debug_swap->external_fdr_size); in ecoff_frob_file()
[all …]
/openbsd/sys/dev/ic/
H A Dz8530tty.c914 SET(cflag, CLOCAL); in zsparam()
962 SET(tmp3, ZSWR3_RX_5); in zsparam()
963 SET(tmp5, ZSWR5_TX_5); in zsparam()
966 SET(tmp3, ZSWR3_RX_6); in zsparam()
967 SET(tmp5, ZSWR5_TX_6); in zsparam()
970 SET(tmp3, ZSWR3_RX_7); in zsparam()
971 SET(tmp5, ZSWR5_TX_7); in zsparam()
974 SET(tmp3, ZSWR3_RX_8); in zsparam()
975 SET(tmp5, ZSWR5_TX_8); in zsparam()
1494 SET(code, TTY_FE); in zstty_rxsoft()
[all …]
H A Dcom.c647 SET(m, MCR_DTR); in tiocm_xxx2mcr()
649 SET(m, MCR_RTS); in tiocm_xxx2mcr()
706 SET(bits, TIOCM_CD); in comioctl()
712 SET(bits, TIOCM_RI); in comioctl()
714 SET(bits, TIOCM_LE); in comioctl()
783 SET(lcr, LCR_5BITS); in comparam()
786 SET(lcr, LCR_6BITS); in comparam()
789 SET(lcr, LCR_7BITS); in comparam()
792 SET(lcr, LCR_8BITS); in comparam()
796 SET(lcr, LCR_PENAB); in comparam()
[all …]
/openbsd/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) in body()
58 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12) in body()
59 STEP(F, c, d, a, b, SET(2), 0x242070db, 17) in body()
60 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22) in body()
61 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7) in body()
62 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12) in body()
63 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17) in body()
65 STEP(F, a, b, c, d, SET(8), 0x698098d8, 7) in body()
[all …]
/openbsd/gnu/llvm/llvm/lib/Support/
H A DMD5.cpp99 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7) in body()
100 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12) in body()
101 STEP(F, c, d, a, b, SET(2), 0x242070db, 17) in body()
102 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22) in body()
103 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7) in body()
104 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12) in body()
105 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17) in body()
106 STEP(F, b, c, d, a, SET(7), 0xfd469501, 22) in body()
107 STEP(F, a, b, c, d, SET(8), 0x698098d8, 7) in body()
108 STEP(F, d, a, b, c, SET(9), 0x8b44f7af, 12) in body()
[all …]
/openbsd/sys/scsi/
H A Dscsi_ioctl.c126 SET(xs->flags, SCSI_DATA_IN); in scsi_ioc_cmd()
134 SET(xs->flags, SCSI_DATA_OUT); in scsi_ioc_cmd()
137 SET(xs->flags, SCSI_SILENT); /* User is responsible for errors. */ in scsi_ioc_cmd()
219 SET(cdb->flags, ATA_PASSTHRU_T_LEN_SECTOR_COUNT); in scsi_ioc_ata_cmd()
244 SET(xs->flags, SCSI_DATA_IN); in scsi_ioc_ata_cmd()
253 SET(xs->flags, SCSI_DATA_OUT); in scsi_ioc_ata_cmd()
256 SET(xs->flags, SCSI_SILENT); /* User is responsible for errors. */ in scsi_ioc_ata_cmd()
341 SET(link->flags, SDEV_DB1); in scsi_do_ioctl()
343 SET(link->flags, SDEV_DB2); in scsi_do_ioctl()
345 SET(link->flags, SDEV_DB3); in scsi_do_ioctl()
[all …]
H A Dst.c328 SET(st->flags, ST_DYING); in stactivate()
400 SET(link->flags, SDEV_OPEN); in stopen()
433 SET(st->flags, ST_WRITTEN); in stopen()
576 SET(st->flags, ST_MOUNTED); in st_mount_tape()
800 SET(bp->b_flags, B_ERROR); in ststrategy()
894 SET(bp->b_flags, B_ERROR); in ststart()
913 SET(st->flags, ST_WRITTEN); in ststart()
917 SET(xs->flags, SCSI_DATA_IN); in ststart()
925 SET(cmd->byte2, SRW_FIXED); in ststart()
1006 SET(bp->b_flags, B_ERROR); in st_buf_done()
[all …]
/openbsd/sys/dev/fdt/
H A Dexuart.c239 SET(sc->sc_ucon, EXUART_UCON_RX_TIMEOUT); in exuart_attach()
263 SET(sc->sc_ucon, EXUART_UCON_RX_TIMEOUT); in exuart_attach()
519 SET(tp->t_state, TS_BUSY); in exuart_start()
554 SET(sc->sc_uintm, EXUART_UINTM_TXD); in exuart_start()
630 SET(sc->sc_ucr3, EXUART_CR3_DSR); in exuart_softint()
687 SET(tp->t_state, TS_WOPEN); in exuartopen()
697 SET(tp->t_cflag, CLOCAL); in exuartopen()
699 SET(tp->t_cflag, CRTSCTS); in exuartopen()
701 SET(tp->t_cflag, MDMBUF); in exuartopen()
759 SET(tp->t_state, TS_CARR_ON); /* XXX */ in exuartopen()
[all …]
/openbsd/gnu/gcc/gcc/
H A Dhard-reg-set.h92 #define SET_HARD_REG_BIT(SET, BIT) \ argument
93 ((SET) |= HARD_CONST (1) << (BIT))
94 #define CLEAR_HARD_REG_BIT(SET, BIT) \ argument
95 ((SET) &= ~(HARD_CONST (1) << (BIT)))
96 #define TEST_HARD_REG_BIT(SET, BIT) \ argument
97 (!!((SET) & (HARD_CONST (1) << (BIT))))
118 #define SET_HARD_REG_BIT(SET, BIT) \ argument
119 ((SET)[(BIT) / UHOST_BITS_PER_WIDE_INT] \
122 #define CLEAR_HARD_REG_BIT(SET, BIT) \ argument
123 ((SET)[(BIT) / UHOST_BITS_PER_WIDE_INT] \
[all …]
/openbsd/sys/dev/usb/
H A Duvscom.c502 SET(sc->sc_lcr, UVSCOM_DTR); in uvscom_dtr()
521 SET(sc->sc_lcr, UVSCOM_RTS); in uvscom_rts()
610 SET(ls, UVSCOM_STOP_BIT_2); in uvscom_param()
612 SET(ls, UVSCOM_STOP_BIT_1); in uvscom_param()
624 SET(ls, UVSCOM_DATA_BIT_5); in uvscom_param()
627 SET(ls, UVSCOM_DATA_BIT_6); in uvscom_param()
630 SET(ls, UVSCOM_DATA_BIT_7); in uvscom_param()
633 SET(ls, UVSCOM_DATA_BIT_8); in uvscom_param()
780 SET(sc->sc_msr, UMSR_CTS); in uvscom_intr()
782 SET(sc->sc_msr, UMSR_DSR); in uvscom_intr()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dhard-reg-set.h90 #define SET_HARD_REG_BIT(SET, BIT) \ argument
91 ((SET) |= HARD_CONST (1) << (BIT))
92 #define CLEAR_HARD_REG_BIT(SET, BIT) \ argument
93 ((SET) &= ~(HARD_CONST (1) << (BIT)))
94 #define TEST_HARD_REG_BIT(SET, BIT) \ argument
95 (!!((SET) & (HARD_CONST (1) << (BIT))))
116 #define SET_HARD_REG_BIT(SET, BIT) \ argument
117 ((SET)[(BIT) / UHOST_BITS_PER_WIDE_INT] \
120 #define CLEAR_HARD_REG_BIT(SET, BIT) \ argument
121 ((SET)[(BIT) / UHOST_BITS_PER_WIDE_INT] \
[all …]
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMLRegallocEvictAdvisor.cpp902 SET(mask, int64_t, 1); in extractFeatures()
903 SET(is_free, int64_t, Intervals.empty()); in extractFeatures()
904 SET(nr_urgent, float, NrUrgent); in extractFeatures()
906 SET(is_hint, int64_t, IsHint); in extractFeatures()
907 SET(is_local, int64_t, LocalIntfsCount); in extractFeatures()
910 SET(weighed_reads_by_max, float, R); in extractFeatures()
911 SET(weighed_writes_by_max, float, W); in extractFeatures()
918 SET(liverange_size, float, Size); in extractFeatures()
920 SET(max_stage, int64_t, MaxStage); in extractFeatures()
921 SET(min_stage, int64_t, MinStage); in extractFeatures()
[all …]
/openbsd/gnu/gcc/libcpp/include/
H A Dline-map.h156 #define INCLUDED_FROM(SET, MAP) (&(SET)->maps[(MAP)->included_from]) argument
164 #define LINEMAP_POSITION_FOR_COLUMN(LOC, SET, TO_COLUMN) { \ argument
166 struct line_maps *set = (SET); \
/openbsd/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); in main()
/openbsd/sys/arch/sparc64/dev/
H A Dz8530kbd.c427 SET(v3, ZSWR3_RX_8); in zskbd_init()
428 SET(v5, ZSWR5_TX_8); in zskbd_init()
434 SET(v4, ZSWR4_ONESB | ZSWR4_EVENP); in zskbd_init()
607 SET(cs->cs_preg[1], ZSWR1_TIE); in zsstart_tx()
640 SET(tmp15, ZSWR15_DCD_IE); in zs_maskintr()
644 SET(tmp15, ZSWR15_CTS_IE); in zs_maskintr()
664 SET(cs->cs_preg[5], cs->cs_wr5_dtr); in zs_modem()
848 SET(cs->cs_rr0_delta, delta); in zskbd_stint()
919 SET(code, TTY_FE); in zskbd_rxsoft()
921 SET(code, TTY_PE); in zskbd_rxsoft()
[all …]

12345678910>>...22