Home
last modified time | relevance | path

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

12345678

/dragonfly/contrib/gdb-7/include/gdb/
HDsignals.def21 SET (GDB_SIGNAL_0, 0, "0", "Signal 0")
23 SET (GDB_SIGNAL_HUP, 1, "SIGHUP", "Hangup")
24 SET (GDB_SIGNAL_INT, 2, "SIGINT", "Interrupt")
25 SET (GDB_SIGNAL_QUIT, 3, "SIGQUIT", "Quit")
26 SET (GDB_SIGNAL_ILL, 4, "SIGILL", "Illegal instruction")
27 SET (GDB_SIGNAL_TRAP, 5, "SIGTRAP", "Trace/breakpoint trap")
28 SET (GDB_SIGNAL_ABRT, 6, "SIGABRT", "Aborted")
29 SET (GDB_SIGNAL_EMT, 7, "SIGEMT", "Emulation trap")
30 SET (GDB_SIGNAL_FPE, 8, "SIGFPE", "Arithmetic exception")
31 SET (GDB_SIGNAL_KILL, 9, "SIGKILL", "Killed")
[all …]
HDsignals.h52 #define SET(symbol, constant, name, string) \ macro
55 #undef SET
/dragonfly/contrib/gcc-4.7/libcpp/include/
HDline-map.h297 #define LINEMAPS_MAP_INFO(SET, MACRO_MAP_P) \ argument
299 ? &((SET)->info_macro) \
300 : &((SET)->info_ordinary))
305 #define LINEMAPS_MAPS(SET, MAP_KIND) \ argument
306 (LINEMAPS_MAP_INFO (SET, MAP_KIND))->maps
310 #define LINEMAPS_ALLOCATED(SET, MAP_KIND) \ argument
311 (LINEMAPS_MAP_INFO (SET, MAP_KIND))->allocated
315 #define LINEMAPS_USED(SET, MAP_KIND) \ argument
316 (LINEMAPS_MAP_INFO (SET, MAP_KIND))->used
321 #define LINEMAPS_CACHE(SET, MAP_KIND) \ argument
[all …]
/dragonfly/contrib/pam_passwdqc/
HDmd4.c77 #define SET(n) \ macro
80 SET(n)
82 #define SET(n) \ macro
117 STEP(F, a, b, c, d, SET(0), 3) in body()
118 STEP(F, d, a, b, c, SET(1), 7) in body()
119 STEP(F, c, d, a, b, SET(2), 11) in body()
120 STEP(F, b, c, d, a, SET(3), 19) in body()
121 STEP(F, a, b, c, d, SET(4), 3) in body()
122 STEP(F, d, a, b, c, SET(5), 7) in body()
123 STEP(F, c, d, a, b, SET(6), 11) in body()
[all …]
/dragonfly/libexec/getty/
HDsubr.c227 #define SET(t, f) (t) |= (f) macro
274 SET(cflag, CS8); in set_flags()
278 SET(cflag, CS7|PARENB); in set_flags()
279 SET(iflag, ISTRIP); in set_flags()
281 SET(iflag, INPCK|IGNPAR); in set_flags()
282 SET(cflag, PARODD); in set_flags()
286 SET(iflag, INPCK|IGNPAR); in set_flags()
297 SET(cflag, HUPCL); in set_flags()
302 SET(cflag, MDMBUF); in set_flags()
307 SET(cflag, CRTSCTS); in set_flags()
[all …]
/dragonfly/contrib/gdb-7/gdb/
HDunwind_stop_reasons.def19 SET (name, description)
29 #ifdef SET
32 SET (UNWIND_NO_REASON, "no reason")
41 SET (UNWIND_NULL_ID, "unwinder did not report frame ID")
44 SET (UNWIND_OUTERMOST, "outermost")
48 SET (UNWIND_UNAVAILABLE, \
54 SET (UNWIND_INNER_ID, "previous frame inner to this frame (corrupt stack?)")
61 SET (UNWIND_SAME_ID, "previous frame identical to this frame (corrupt stack?)")
65 SET (UNWIND_NO_SAVED_PC, "frame did not save the PC")
67 #endif /* SET */
/dragonfly/contrib/gcc-4.7/gcc/
HDhard-reg-set.h104 #define SET_HARD_REG_BIT(SET, BIT) \ argument
105 ((SET) |= HARD_CONST (1) << (BIT))
106 #define CLEAR_HARD_REG_BIT(SET, BIT) \ argument
107 ((SET) &= ~(HARD_CONST (1) << (BIT)))
108 #define TEST_HARD_REG_BIT(SET, BIT) \ argument
109 (!!((SET) & (HARD_CONST (1) << (BIT))))
148 #define SET_HARD_REG_BIT(SET, BIT) \ argument
149 ((SET)[(BIT) / UHOST_BITS_PER_WIDE_INT] \
152 #define CLEAR_HARD_REG_BIT(SET, BIT) \ argument
153 ((SET)[(BIT) / UHOST_BITS_PER_WIDE_INT] \
[all …]
HDgenemit.c491 if ((GET_CODE (next) == SET && GET_CODE (SET_DEST (next)) == PC) in gen_expand()
493 && ((GET_CODE (XVECEXP (next, 0, 0)) == SET in gen_expand()
498 else if ((GET_CODE (next) == SET && GET_CODE (SET_SRC (next)) == CALL) in gen_expand()
501 && GET_CODE (XVECEXP (next, 0, 0)) == SET in gen_expand()
520 if (GET_CODE (next) == SET && GET_CODE (SET_DEST (next)) == PC in gen_expand()
609 if ((GET_CODE (next) == SET && GET_CODE (SET_DEST (next)) == PC) in gen_split()
611 && GET_CODE (XVECEXP (next, 0, 0)) == SET in gen_split()
615 else if ((GET_CODE (next) == SET && GET_CODE (SET_SRC (next)) == CALL) in gen_split()
618 && GET_CODE (XVECEXP (next, 0, 0)) == SET in gen_split()
636 if (GET_CODE (next) == SET && GET_CODE (SET_DEST (next)) == PC in gen_split()
HDrtl-error.c45 if (GET_CODE (body) == SET && GET_CODE (SET_SRC (body)) == ASM_OPERANDS) in location_for_asm()
50 && GET_CODE (XVECEXP (body, 0, 0)) == SET) in location_for_asm()
HDjump.c398 if (set && GET_CODE (set) == SET in reversed_comparison_code_parts()
752 && GET_CODE (PATTERN (insn)) == SET in simplejump_p()
768 if (GET_CODE (x) != SET in condjump_p()
801 if (GET_CODE (x) != SET) in condjump_in_parallel_p()
834 if (GET_CODE (pat) == SET && GET_CODE (SET_DEST (pat)) == PC) in pc_set()
920 case SET: in returnjump_p_1()
1016 if (GET_CODE (x) == SET && SET_DEST (x) == cc0_rtx) in sets_cc0_p()
1025 if (GET_CODE (XVECEXP (x, 0, i)) == SET in sets_cc0_p()
1028 else if (GET_CODE (XVECEXP (x, 0, i)) == SET) in sets_cc0_p()
1442 if (code == SET && SET_DEST (x) == pc_rtx in redirect_exp_1()
HDrecog.c322 (GET_CODE (pat) == SET in insn_invalid_p()
727 if (j && GET_CODE (XVECEXP (x, 0, j)) == SET in validate_replace_rtx_1()
870 if (GET_CODE (pat) == SET) in validate_simplify_insn()
884 if (GET_CODE (XVECEXP (pat, 0, i)) == SET) in validate_simplify_insn()
1393 case SET: in extract_asm_operands()
1404 if (GET_CODE (tmp) == SET) in extract_asm_operands()
1431 if (GET_CODE (body) == SET) in asm_noperands()
1436 if (GET_CODE (XVECEXP (body, 0, 0)) == SET) in asm_noperands()
1444 if (GET_CODE (XVECEXP (body, 0, i - 1)) == SET) in asm_noperands()
1459 if (GET_CODE (elt) != SET) in asm_noperands()
[all …]
HDree.c377 gcc_assert (GET_CODE (set_insn) == SET); in transform_ifelse()
460 && GET_CODE (expr) == SET in is_cond_copy_insn()
596 if (GET_CODE (s_expr) != SET) in merge_def_and_ext()
608 else if (code == SET) in merge_def_and_ext()
776 if (GET_CODE (expr) != SET) in add_removable_extension()
/dragonfly/contrib/gcc-8.0/gcc/
HDhard-reg-set.h103 #define SET_HARD_REG_BIT(SET, BIT) \ argument
104 ((SET) |= HARD_CONST (1) << (BIT))
105 #define CLEAR_HARD_REG_BIT(SET, BIT) \ argument
106 ((SET) &= ~(HARD_CONST (1) << (BIT)))
107 #define TEST_HARD_REG_BIT(SET, BIT) \ argument
108 (!!((SET) & (HARD_CONST (1) << (BIT))))
147 #define SET_HARD_REG_BIT(SET, BIT) \ argument
148 ((SET)[(BIT) / UHOST_BITS_PER_WIDE_INT] \
151 #define CLEAR_HARD_REG_BIT(SET, BIT) \ argument
152 ((SET)[(BIT) / UHOST_BITS_PER_WIDE_INT] \
[all …]
HDrtl-error.c42 if (GET_CODE (body) == SET && GET_CODE (SET_SRC (body)) == ASM_OPERANDS) in location_for_asm()
47 && GET_CODE (XVECEXP (body, 0, 0)) == SET) in location_for_asm()
HDjump.c420 if (set && GET_CODE (set) == SET in reversed_comparison_code_parts()
774 && GET_CODE (PATTERN (insn)) == SET in simplejump_p()
790 if (GET_CODE (x) != SET in condjump_p()
823 if (GET_CODE (x) != SET) in condjump_in_parallel_p()
856 if (GET_CODE (pat) == SET && GET_CODE (SET_DEST (pat)) == PC) in pc_set()
943 case SET: in returnjump_p()
1031 if (GET_CODE (x) == SET && SET_DEST (x) == cc0_rtx) in sets_cc0_p()
1040 if (GET_CODE (XVECEXP (x, 0, i)) == SET in sets_cc0_p()
1043 else if (GET_CODE (XVECEXP (x, 0, i)) == SET) in sets_cc0_p()
1446 if (code == SET && SET_DEST (x) == pc_rtx in redirect_exp_1()
/dragonfly/usr.bin/window/
HDwin.c80 SET(w->ww_uflags, uflags); in openwin()
173 SET(w->ww_wflags, WWW_MAPNL | WWW_NOINTR | WWW_NOUPDATE | WWW_UNCTRL); in openiwin()
174 SET(w->ww_uflags, WWU_HASFRAME | WWU_CENTER); in openiwin()
298 SET(w->ww_pflags, WWP_STOPPED); in stopwin()
342 SET(w->ww_wflags, uc); in more()
358 SET(w->ww_wflags, uc); in waitnl1()
HDlcmd1.c114 SET(w->ww_wflags, WWW_MAPNL); in l_window()
118 SET(w->ww_uflags, WWU_KEEPOPEN); in l_window()
122 SET(w->ww_wflags, WWW_NOUPDATE); in l_window()
160 SET(w->ww_wflags, WWW_NOUPDATE); in l_smooth()
/dragonfly/tools/tools/ath/athregs/
HDdumpregs.c309 #define SET(r, a) do { \ in register_keycache() macro
320 SET(r, AR_KEYTABLE_KEY0(i)); in register_keycache()
321 SET(r, AR_KEYTABLE_KEY1(i)); in register_keycache()
322 SET(r, AR_KEYTABLE_KEY2(i)); in register_keycache()
323 SET(r, AR_KEYTABLE_KEY3(i)); in register_keycache()
324 SET(r, AR_KEYTABLE_KEY4(i)); in register_keycache()
325 SET(r, AR_KEYTABLE_TYPE(i)); in register_keycache()
326 SET(r, AR_KEYTABLE_MAC0(i)); in register_keycache()
327 SET(r, AR_KEYTABLE_MAC1(i)); in register_keycache()
331 #undef SET in register_keycache()
/dragonfly/sys/kern/
HDtty.c196 #define SET(t, f) (t) |= (f) macro
225 SET(tp->t_state, TS_ISOPEN); in ttyopen()
227 SET(tp->t_state, TS_CONNECTED); in ttyopen()
477 SET(c, TTY_QUOTE); in ttyinput()
501 SET(tp->t_state, TS_LNCH); in ttyinput()
512 SET(tp->t_lflag, FLUSHO); in ttyinput()
543 SET(tp->t_state, TS_TTSTOP); in ttyinput()
913 SET(tp->t_state, TS_ASYNC); in ttioctl()
949 SET(tp->t_state, TS_XCLUDE); in ttioctl()
1019 SET(tp->t_cflag, HUPCL); in ttioctl()
[all …]
/dragonfly/sbin/rcorder/
HDrcorder.c77 #define SET true macro
296 head->head = SET; in add_provide()
531 head->head = SET; in make_fake_provision()
651 if (head->in_progress == SET) { in satisfy_req()
658 head->in_progress = SET; in satisfy_req()
721 if (fnode->in_progress == SET) { in do_file()
729 fnode->in_progress = SET; in do_file()
/dragonfly/lib/libc/gen/
HDfts.c64 #define SET(opt) (sp->fts_options |= (opt)) macro
130 SET(FTS_NOCHDIR); in fts_open()
201 SET(FTS_NOCHDIR); in fts_open()
399 SET(FTS_STOP); in fts_read()
456 SET(FTS_STOP); in fts_read()
464 SET(FTS_STOP); in fts_read()
470 SET(FTS_STOP); in fts_read()
537 SET(FTS_NAMEONLY); in fts_children()
742 SET(FTS_STOP); in fts_build()
835 SET(FTS_STOP); in fts_build()
/dragonfly/sys/bus/u4b/serial/
HDusb_serial.c1251 SET(bits, TIOCM_LE); in ucom_totio()
1254 SET(rbits, TIOCM_DTR); in ucom_totio()
1257 SET(rbits, TIOCM_RTS); in ucom_totio()
1260 SET(rbits, TIOCM_CTS); in ucom_totio()
1263 SET(rbits, TIOCM_CD); in ucom_totio()
1266 SET(rbits, TIOCM_DSR); in ucom_totio()
1269 SET(rbits, TIOCM_RI); in ucom_totio()
1281 SET(rbits, SER_DTR); in ucom_fromtio()
1284 SET(rbits, SER_RTS); in ucom_fromtio()
1287 SET(rbits, SER_CTS); in ucom_fromtio()
[all …]
/dragonfly/sbin/devd/
HDparse.y50 %token OPTIONS SET DIRECTORY PID_FILE DEVICE_NAME ACTION MATCH
99 : SET ID STRING SEMICOLON { set_variable($2, $3); }
/dragonfly/contrib/grep/lib/
HDfts.c237 #define SET(opt) (sp->fts_options |= (opt)) macro
392 SET(FTS_NOCHDIR); in fts_open()
420 SET(FTS_NOCHDIR); in fts_open()
536 SET(FTS_NOCHDIR); in fts_open()
990 SET(FTS_STOP); in fts_read()
1097 SET(FTS_STOP); in fts_read()
1102 SET(FTS_STOP); in fts_read()
1108 SET(FTS_STOP); in fts_read()
1182 SET(FTS_NAMEONLY); in fts_children()
1492 SET(FTS_STOP); in fts_build()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
HDx86-tune-sched.c137 && GET_CODE (XVECEXP (PATTERN (dep_insn), 0, 0)) == SET in ix86_flags_dependent()
138 && GET_CODE (XVECEXP (PATTERN (dep_insn), 0, 1)) == SET) in ix86_flags_dependent()
270 gcc_assert (GET_CODE (addr) == SET); in ix86_adjust_cost()
555 if (GET_CODE (XVECEXP (pat, 0, i)) == SET) in ix86_macro_fusion_pair_p()

12345678