/openbsd-src/gnu/gcc/gcc/ |
H A D | double-int.c | 177 double_int_mul (double_int a, double_int b) in double_int_mul() 187 double_int_add (double_int a, double_int b) in double_int_add() 197 double_int_neg (double_int a) in double_int_neg() 210 double_int_divmod (double_int a, double_int b, bool uns, unsigned code, in double_int_divmod() 223 double_int_sdivmod (double_int a, double_int b, unsigned code, double_int *mod) in double_int_sdivmod() 231 double_int_udivmod (double_int a, double_int b, unsigned code, double_int *mod) in double_int_udivmod() 241 double_int_div (double_int a, double_int b, bool uns, unsigned code) in double_int_div() 251 double_int_sdiv (double_int a, double_int b, unsigned code) in double_int_sdiv() 259 double_int_udiv (double_int a, double_int b, unsigned code) in double_int_udiv() 269 double_int_mod (double_int a, double_int b, bool uns, unsigned code) in double_int_mod() [all …]
|
H A D | tree-vect-generic.c | 114 do_unop (block_stmt_iterator *bsi, tree inner_type, tree a, in do_unop() 116 enum tree_code code) in do_unop() 123 do_binop (block_stmt_iterator *bsi, tree inner_type, tree a, tree b, in do_binop() 124 tree bitpos, tree bitsize, enum tree_code code) in do_binop() 145 do_plus_minus (block_stmt_iterator *bsi, tree word_type, tree a, tree b, in do_plus_minus() 147 enum tree_code code) in do_plus_minus() 203 tree a, tree b, enum tree_code code) in expand_vector_piecewise() 231 tree a, tree b, in expand_vector_parallel() 232 enum tree_code code) in expand_vector_parallel() 273 tree type, tree a, tree b, enum tree_code code) in expand_vector_addition() [all …]
|
H A D | tree.c | 313 tree_code_size (enum tree_code code) in tree_code_size() 405 enum tree_code code = TREE_CODE (node); in tree_size() local 609 enum tree_code code = TREE_CODE (node); in copy_node_stat() local 2099 enum tree_code code = TREE_CODE (t); in tree_node_structure() local 2177 enum tree_code code; in contains_placeholder_p() local 2336 enum tree_code code = TREE_CODE (exp); in substitute_in_expr() local 2455 enum tree_code code = TREE_CODE (exp); in substitute_placeholder_in_expr() local 2588 enum tree_code code = TREE_CODE (ref); in stabilize_reference() local 2680 enum tree_code code = TREE_CODE (e); in stabilize_reference_1() local 2842 build0_stat (enum tree_code code, tree tt MEM_STAT_DECL) in build0_stat() [all …]
|
H A D | ifcvt.c | 601 rtx x, a, b; member 630 enum rtx_code code; in noce_emit_store_flag() local 823 enum rtx_code code = GET_CODE (cond); in noce_try_move() local 1054 enum rtx_code code = reversed_comparison_code (cond, if_info->jump); in noce_try_addcc() local 1183 noce_emit_cmove (struct noce_if_info *if_info, rtx x, enum rtx_code code, in noce_emit_cmove() 1240 enum rtx_code code; in noce_try_cmove() local 1282 rtx a = if_info->a; in noce_try_cmove_arith() local 1290 enum rtx_code code; in noce_try_cmove_arith() local 1513 enum rtx_code code = GET_CODE (if_info->cond); in noce_get_alt_condition() local 1628 enum rtx_code code, op; in noce_try_minmax() local [all …]
|
H A D | genrecog.c | 98 RTX_CODE code; /* Code to test. */ member 214 #define TRISTATE_AND(a,b) \ argument 219 #define TRISTATE_OR(a,b) \ argument 224 #define TRISTATE_NOT(a) \ argument 285 const char *code; in compute_predicate_codes() local 531 RTX_CODE code; in find_operand() local 587 RTX_CODE code; in find_matching_operand() local 640 RTX_CODE code; in validate_pattern() local 898 RTX_CODE code; in add_to_sequence() local 1698 struct decision_test *a, *b; in simplify_tests() local [all …]
|
/openbsd-src/usr.bin/tmux/ |
H A D | tty-term.c | 362 struct tty_code *code; in tty_term_apply() local 438 struct options_array_item *a; tty_term_apply_overrides() local 526 struct tty_code *code; tty_term_create() local 528 struct options_array_item *a; tty_term_create() local 744 tty_term_has(struct tty_term * term,enum tty_code_code code) tty_term_has() argument 750 tty_term_string(struct tty_term * term,enum tty_code_code code) tty_term_string() argument 760 tty_term_string_i(struct tty_term * term,enum tty_code_code code,int a) tty_term_string_i() argument 773 tty_term_string_ii(struct tty_term * term,enum tty_code_code code,int a,int b) tty_term_string_ii() argument 786 tty_term_string_iii(struct tty_term * term,enum tty_code_code code,int a,int b,int c) tty_term_string_iii() argument 800 tty_term_string_s(struct tty_term * term,enum tty_code_code code,const char * a) tty_term_string_s() argument 813 tty_term_string_ss(struct tty_term * term,enum tty_code_code code,const char * a,const char * b) tty_term_string_ss() argument 814 tty_term_string_ss(struct tty_term * term,enum tty_code_code code,const char * a,const char * b) tty_term_string_ss() argument 827 tty_term_number(struct tty_term * term,enum tty_code_code code) tty_term_number() argument 837 tty_term_flag(struct tty_term * term,enum tty_code_code code) tty_term_flag() argument 847 tty_term_describe(struct tty_term * term,enum tty_code_code code) tty_term_describe() argument [all...] |
/openbsd-src/sys/net80211/ |
H A D | ieee80211_regdomain.c | 82 ieee80211_regdomain_compare_cn(const void *a, const void *b) in ieee80211_regdomain_compare_cn() 89 ieee80211_regdomain_compare_rn(const void *a, const void *b) in ieee80211_regdomain_compare_rn() 126 ieee80211_countrycode2name(u_int16_t code) in ieee80211_countrycode2name() 175 ieee80211_countrycode2regdomain(u_int16_t code) in ieee80211_countrycode2regdomain()
|
/openbsd-src/lib/libcurses/tinfo/ |
H A D | lib_win32con.c | 90 #define array_length(a) (sizeof(a)/sizeof(a[0])) argument 196 int code = 0; in _nc_console_test() local 247 int code = ERR; in _nc_console_setmode() local 304 int code = ERR; in _nc_console_getmode() local 337 int code = OK; in _nc_console_flush() local 360 int a; in _nc_console_MapColor() local 730 int code = -1; in MapKey() local 756 int code = -1; in AnsiKey() local 782 int code = ERR; in _nc_console_keyok() local 841 int code = 0; in _nc_console_twait() local [all …]
|
H A D | lib_win32util.c | 47 #define array_length(a) (sizeof(a)/sizeof(a[0])) argument 66 int code = 0; in NCURSES_EXPORT() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/h8300/ |
H A D | h8300.c | 1257 cond_string (code) in cond_string() argument 1291 print_operand (file, x, code) in print_operand() argument 1858 enum rtx_code code = GET_CODE (x); local 1871 enum rtx_code code = GET_CODE (operands[3]); local 2014 enum rtx_code code = GET_CODE (operands[3]); local 2126 enum rtx_code code = GET_CODE (operands[3]); local 2227 expand_a_shift (mode, code, operands) in expand_a_shift() argument 2897 int a, lr, ar; local 2949 enum rtx_code code = GET_CODE (shift); local 3151 enum rtx_code code = GET_CODE (shift); local [all …]
|
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | cpu-ia64-opc.c | 32 #define NELEMS(a) ((int) (sizeof (a) / sizeof ((a)[0]))) argument 63 ins_reg (const struct ia64_operand *self, ia64_insn value, ia64_insn *code) in ins_reg() 73 ext_reg (const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) in ext_reg() 81 ins_immu (const struct ia64_operand *self, ia64_insn value, ia64_insn *code) in ins_immu() 100 ext_immu (const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) in ext_immu() 118 ia64_insn *code) in ins_immu5b() 126 ext_immu5b (const struct ia64_operand *self, ia64_insn code, in ext_immu5b() 140 ins_immus8 (const struct ia64_operand *self, ia64_insn value, ia64_insn *code) in ins_immus8() 148 ext_immus8 (const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) in ext_immus8() 162 ia64_insn *code, int scale) in ins_imms_scaled() [all …]
|
H A D | reloc.c | 497 bfd_vma fieldmask, addrmask, signmask, ss, a; in bfd_check_overflow() local 1428 bfd_vma a, b, sum; in _bfd_relocate_contents() local 4708 bfd_reloc_type_lookup (bfd *abfd, bfd_reloc_code_real_type code) in bfd_reloc_type_lookup() 4730 bfd_default_reloc_type_lookup (bfd *abfd, bfd_reloc_code_real_type code) in bfd_default_reloc_type_lookup() 4767 bfd_get_reloc_code_name (bfd_reloc_code_real_type code) in bfd_get_reloc_code_name()
|
/openbsd-src/lib/libcurses/ |
H A D | curses.priv.h | 508 #define PairNumber(a) (NCURSES_CAST(int,(((unsigned long)(a) & A_COLOR) >> NCURSES_ATTR_SHIFT))) argument 515 #define unColor2(a) ((a) & ALL_BUT_COLOR) argument 526 #define SetPair2(c,a,p) c = (p), \ argument 529 #define GetPair2(c,a) ((c) ? (c) : PairNumber(a)) argument 533 #define SameAttrOf(a,b) (AttrOf(a) == AttrOf(b) && GetPair(a) == GetPair(b)) argument 553 #define SameAttrOf(a,b) (AttrOf(a) == AttrOf(b)) argument 675 # define sigprocmask(a, b, c) _nc_sigprocmask(a, b, c) argument 698 # define sigprocmask(a, b, c) _nc_sigprocmask(a, b, c) argument 1298 #define min(a,b) ((a) > (b) ? (b) : (a)) argument 1302 #define max(a,b) ((a) < (b) ? (b) : (a)) argument [all …]
|
/openbsd-src/gnu/usr.bin/binutils/bfd/ |
H A D | cpu-ia64-opc.c | 32 #define NELEMS(a) ((int) (sizeof (a) / sizeof ((a)[0]))) argument 63 ins_reg (const struct ia64_operand *self, ia64_insn value, ia64_insn *code) in ins_reg() 73 ext_reg (const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) in ext_reg() 81 ins_immu (const struct ia64_operand *self, ia64_insn value, ia64_insn *code) in ins_immu() 100 ext_immu (const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) in ext_immu() 117 ins_immus8 (const struct ia64_operand *self, ia64_insn value, ia64_insn *code) in ins_immus8() 125 ext_immus8 (const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) in ext_immus8() 139 ia64_insn *code, int scale) in ins_imms_scaled() 162 ext_imms_scaled (const struct ia64_operand *self, ia64_insn code, in ext_imms_scaled() 184 ins_imms (const struct ia64_operand *self, ia64_insn value, ia64_insn *code) in ins_imms() [all …]
|
H A D | reloc.c | 496 bfd_vma fieldmask, addrmask, signmask, ss, a; in bfd_check_overflow() local 1436 bfd_vma a, b, sum; in _bfd_relocate_contents() local 4024 bfd_reloc_type_lookup (bfd *abfd, bfd_reloc_code_real_type code) in bfd_reloc_type_lookup() 4046 bfd_default_reloc_type_lookup (bfd *abfd, bfd_reloc_code_real_type code) in bfd_default_reloc_type_lookup() 4083 bfd_get_reloc_code_name (bfd_reloc_code_real_type code) in bfd_get_reloc_code_name()
|
/openbsd-src/gnu/usr.bin/binutils/opcodes/ |
H A D | ip2k-asm.c | 41 #define min(a,b) ((a) < (b) ? (a) : (b)) argument 43 #define max(a,b) ((a) > (b) ? (a) : (b)) argument 263 bfd_reloc_code_real_type code = BFD_RELOC_NONE; local 306 bfd_reloc_code_real_type code = BFD_RELOC_IP2K_PAGE3; local 331 bfd_reloc_code_real_type code = BFD_RELOC_NONE; local 377 bfd_reloc_code_real_type code = BFD_RELOC_NONE; local
|
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | ip2k-asm.c | 42 #define min(a,b) ((a) < (b) ? (a) : (b)) argument 44 #define max(a,b) ((a) > (b) ? (a) : (b)) argument 231 bfd_reloc_code_real_type code = BFD_RELOC_NONE; in parse_addr16() local 273 bfd_reloc_code_real_type code = BFD_RELOC_NONE; in parse_addr16_cjp() local 317 bfd_reloc_code_real_type code = BFD_RELOC_NONE; in parse_lit8() local
|
/openbsd-src/gnu/gcc/gcc/config/h8300/ |
H A D | h8300.c | 1155 h8300_rtx_costs (rtx x, int code, int outer_code, int *total) in h8300_rtx_costs() 1343 cond_string (enum rtx_code code) in cond_string() 1376 print_operand (FILE *file, rtx x, int code) in print_operand() 3099 enum rtx_code code = GET_CODE (operands[3]); in output_logical_op() local 3280 enum rtx_code code = GET_CODE (operands[3]); in compute_logical_op_length() local 3426 enum rtx_code code = GET_CODE (operands[3]); in compute_logical_op_cc() local 3505 h8300_expand_branch (enum rtx_code code, rtx label) in h8300_expand_branch() 3555 h8sx_classify_shift (enum machine_mode mode, enum rtx_code code, rtx op) in h8sx_classify_shift() 3647 expand_a_shift (enum machine_mode mode, int code, rtx operands[]) in expand_a_shift() 4329 int a, lr, ar; in h8300_shift_needs_scratch_p() local [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/ia64/ |
H A D | unwind-ia64.c | 935 #define UNW_DEC_BAD_CODE(code) abort (); argument 942 #define UNW_DEC_ABI(fmt,a,c,arg) desc_abi(a,c,arg) argument 970 #define UNW_DEC_SPILL_REG_P(f,p,t,a,x,y,arg) desc_spill_reg_p(p,t,a,x,y,arg) argument 971 #define UNW_DEC_SPILL_REG(f,t,a,x,y,arg) desc_spill_reg_p(0,t,a,x,y,arg) argument 972 #define UNW_DEC_SPILL_PSPREL_P(f,p,t,a,o,arg) desc_spill_psprel_p(p,t,a,o,arg) argument 973 #define UNW_DEC_SPILL_PSPREL(f,t,a,o,arg) desc_spill_psprel_p(0,t,a,o,arg) argument 974 #define UNW_DEC_SPILL_SPREL_P(f,p,t,a,o,arg) desc_spill_sprel_p(p,t,a,o,arg) argument 975 #define UNW_DEC_SPILL_SPREL(f,t,a,o,arg) desc_spill_sprel_p(0,t,a,o,arg) argument 976 #define UNW_DEC_RESTORE_P(f,p,t,a,arg) desc_restore_p(p,t,a,arg) argument 977 #define UNW_DEC_RESTORE(f,t,a,arg) desc_restore_p(0,t,a,arg) argument [all …]
|
/openbsd-src/gnu/gcc/gcc/config/ia64/ |
H A D | unwind-ia64.c | 940 #define UNW_DEC_BAD_CODE(code) abort (); argument 947 #define UNW_DEC_ABI(fmt,a,c,arg) desc_abi(a,c,arg) argument 975 #define UNW_DEC_SPILL_REG_P(f,p,t,a,x,y,arg) desc_spill_reg_p(p,t,a,x,y,arg) argument 976 #define UNW_DEC_SPILL_REG(f,t,a,x,y,arg) desc_spill_reg_p(0,t,a,x,y,arg) argument 977 #define UNW_DEC_SPILL_PSPREL_P(f,p,t,a,o,arg) desc_spill_psprel_p(p,t,a,o,arg) argument 978 #define UNW_DEC_SPILL_PSPREL(f,t,a,o,arg) desc_spill_psprel_p(0,t,a,o,arg) argument 979 #define UNW_DEC_SPILL_SPREL_P(f,p,t,a,o,arg) desc_spill_sprel_p(p,t,a,o,arg) argument 980 #define UNW_DEC_SPILL_SPREL(f,t,a,o,arg) desc_spill_sprel_p(0,t,a,o,arg) argument 981 #define UNW_DEC_RESTORE_P(f,p,t,a,arg) desc_restore_p(p,t,a,arg) argument 982 #define UNW_DEC_RESTORE(f,t,a,arg) desc_restore_p(0,t,a,arg) argument [all …]
|
/openbsd-src/usr.sbin/httpd/ |
H A D | server_file.c | 40 #define MINIMUM(a, b) (((a) < (b)) ? (a) : (b)) argument 41 #define MAXIMUM(a, b) (((a) > (b)) ? (a) : (b)) argument 276 int ret, code = 500; in server_file_request() local 355 int code = 500, i, nranges, ret; in server_partial_file_request() local 491 int code = 500; in server_file_index() local
|
/openbsd-src/lib/libcurses/widechar/ |
H A D | lib_add_wch.c | 67 attr_t a = WINDOW_ATTRS(win); in render_char() local 419 int code = ERR; in wadd_wch() local 437 int code = ERR; in wecho_wchar() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/treelang/ |
H A D | treelang.h | 63 #define NESTING_LEVEL(a) a->tp.pro.info[0] /* Level used for variable definitions. */ argument 64 #define NUMERIC_TYPE(a) a->tp.pro.info[1] /* Numeric type used in type definitions and expression… argument 66 #define SYMBOL_TABLE_NAME(a) (a->tp.pro.sub[0]) /* Name token. */ argument 67 #define EXPRESSION_TYPE(a) (a->tp.pro.sub[1]) /* Type identifier. */ argument 68 #define OP1(a) (a->tp.pro.sub[2]) /* Exp operand1. */ argument 69 #define PARAMETERS(a) (a->tp.pro.sub[2]) /* Function parameters. */ argument 70 #define VARIABLE(a) (a->tp.pro.sub[2]) /* Parameter variable ptr. */ argument 71 #define VAR_INIT(a) (a->tp.pro.sub[2]) /* Variable init. */ argument 72 #define OP2(a) (a->tp.pro.sub[3]) /* Exp operand2. */ argument 73 #define FIRST_PARMS(a) (a->tp.pro.sub[3]) /* Function parameters linked via struct tree_parameter_l… argument [all …]
|
/openbsd-src/gnu/gcc/gcc/treelang/ |
H A D | treelang.h | 65 #define NESTING_LEVEL(a) a->tp.pro.info[0] /* Level used for variable definitions. */ argument 67 #define NUMERIC_TYPE(a) a->tp.pro.info[1] argument 69 #define SYMBOL_TABLE_NAME(a) (a->tp.pro.sub[0]) /* Name token. */ argument 70 #define EXPRESSION_TYPE(a) (a->tp.pro.sub[1]) /* Type identifier. */ argument 71 #define OP1(a) (a->tp.pro.sub[2]) /* Exp operand1. */ argument 72 #define PARAMETERS(a) (a->tp.pro.sub[2]) /* Function parameters. */ argument 73 #define VARIABLE(a) (a->tp.pro.sub[2]) /* Parameter variable ptr. */ argument 74 #define VAR_INIT(a) (a->tp.pro.sub[2]) /* Variable init. */ argument 75 #define OP2(a) (a->tp.pro.sub[3]) /* Exp operand2. */ argument 77 #define FIRST_PARMS(a) (a->tp.pro.sub[3]) argument [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | ifcvt.c | 576 rtx x, a, b; member 606 enum rtx_code code; local 981 noce_emit_cmove (if_info, x, code, cmp_a, cmp_b, vfalse, vtrue) in noce_emit_cmove() argument 1041 enum rtx_code code; local 1082 rtx a = if_info->a; local 1089 enum rtx_code code; local 1302 enum rtx_code code = GET_CODE (if_info->cond); local 1418 enum rtx_code code, op; local 1517 rtx cond, earliest, target, seq, a, b, c; local 1729 rtx orig_x, x, a, b; local [all …]
|