Home
last modified time | relevance | path

Searched +defs:a +defs:code (Results 1 – 25 of 240) sorted by relevance

12345678910

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Ddouble-int.c34 #define OVERFLOW_SUM_SIGN(a, b, sum) ((~((a) ^ (b)) & ((a) ^ (sum))) < 0) argument
324 div_and_round_double (unsigned code, int uns, in div_and_round_double()
707 double_int_mul (double_int a, double_int b) in double_int_mul()
718 double_int_mul_with_sign (double_int a, double_int b, in double_int_mul_with_sign()
730 double_int_add (double_int a, double_int b) in double_int_add()
740 double_int_sub (double_int a, double_int b) in double_int_sub()
751 double_int_neg (double_int a) in double_int_neg()
764 double_int_divmod (double_int a, double_int b, bool uns, unsigned code, in double_int_divmod()
778 double_int_sdivmod (double_int a, double_int b, unsigned code, double_int *mod) in double_int_sdivmod()
786 double_int_udivmod (double_int a, double_int b, unsigned code, double_int *mod) in double_int_udivmod()
[all …]
H A Dtree-vect-generic.c116 do_unop (gimple_stmt_iterator *gsi, tree inner_type, tree a, in do_unop()
118 enum tree_code code) in do_unop()
125 do_binop (gimple_stmt_iterator *gsi, tree inner_type, tree a, tree b, in do_binop()
126 tree bitpos, tree bitsize, enum tree_code code) in do_binop()
142 do_compare (gimple_stmt_iterator *gsi, tree inner_type, tree a, tree b, in do_compare()
143 tree bitpos, tree bitsize, enum tree_code code) in do_compare()
173 do_plus_minus (gimple_stmt_iterator *gsi, tree word_type, tree a, tree b, in do_plus_minus()
175 enum tree_code code) in do_plus_minus()
231 tree a, tree b, enum tree_code code) in expand_vector_piecewise()
267 tree a, tree b, in expand_vector_parallel()
[all …]
H A Dgensupport.c152 #define TRISTATE_AND(a,b) \ argument
157 #define TRISTATE_OR(a,b) \ argument
162 #define TRISTATE_NOT(a) \ argument
225 const char *code; in compute_predicate_codes() local
668 enum rtx_code code; in collect_insn_data() local
723 enum rtx_code code; in alter_predicate_for_insn() local
1496 const struct c_test *a = (const struct c_test *) x; in hash_c_test() local
1522 const struct c_test *a = (const struct c_test *) x; in cmp_c_test() local
1589 eq_struct_pred_data (const void *a, const void *b) in eq_struct_pred_data()
1606 add_predicate_code (struct pred_data *pred, enum rtx_code code) in add_predicate_code()
[all …]
H A Dtree-tailcall.c256 tree *a, tree *ass_var) in process_assignment()
260 enum tree_code code = gimple_assign_rhs_code (stmt); in process_assignment() local
394 tree m, a; in find_tail_calls() local
618 adjust_return_value_with_ops (enum tree_code code, const char *label, in adjust_return_value_with_ops()
656 update_accumulator_with_ops (enum tree_code code, tree acc, tree op1, in update_accumulator_with_ops()
685 adjust_accumulator_values (gimple_stmt_iterator gsi, tree m, tree a, edge back) in adjust_accumulator_values()
726 adjust_return_value (basic_block bb, tree m, tree a) in adjust_return_value()
H A Difcvt.c753 rtx a, b; member
791 enum rtx_code code; in noce_emit_store_flag() local
993 enum rtx_code code = GET_CODE (cond); in noce_try_move() local
1222 enum rtx_code code = reversed_comparison_code (cond, if_info->jump); in noce_try_addcc() local
1350 noce_emit_cmove (struct noce_if_info *if_info, rtx x, enum rtx_code code, in noce_emit_cmove()
1462 enum rtx_code code; in noce_try_cmove() local
1504 rtx a = if_info->a; in noce_try_cmove_arith() local
1512 enum rtx_code code; in noce_try_cmove_arith() local
1738 enum rtx_code code = GET_CODE (if_info->cond); in noce_get_alt_condition() local
1855 enum rtx_code code, op; in noce_try_minmax() local
[all …]
/dflybsd-src/contrib/libarchive/libarchive/
H A Darchive_write_set_format.c43 struct { int code; int (*setter)(struct archive *); } codes[] = member
70 archive_write_set_format(struct archive *a, int code) in archive_write_set_format()
84 __archive_write_entry_filetype_unsupported(struct archive *a, in __archive_write_entry_filetype_unsupported()
H A Darchive_write_add_filter.c42 struct { int code; int (*setter)(struct archive *); } codes[] = member
61 archive_write_add_filter(struct archive *a, int code) in archive_write_add_filter()
H A Darchive_read_support_filter_compress.c146 archive_read_support_compression_compress(struct archive *a) in archive_read_support_compression_compress()
161 struct archive_read *a = (struct archive_read *)_a; in archive_read_support_filter_compress() local
216 int code; in compress_bidder_init() local
327 int code, newcode; in next_code() local
418 int code; in getbits() local
H A Darchive_read_append_filter.c38 archive_read_append_filter(struct archive *_a, int code) in archive_read_append_filter()
44 struct archive_read *a = (struct archive_read *)_a; in archive_read_append_filter() local
162 struct archive_read *a = (struct archive_read *)_a; in archive_read_append_filter_program_signature() local
H A Darchive_read_set_format.c38 archive_read_set_format(struct archive *_a, int code) in archive_read_set_format()
42 struct archive_read *a = (struct archive_read *)_a; in archive_read_set_format() local
H A Darchive_read_support_format_rar.c162 #define minimum(a, b) ((a)<(b)?(a):(b)) argument
474 #define rar_br_read_ahead(a, br, n) \ argument
500 rar_br_fillup(struct archive_read *a, struct rar_br *br) in rar_br_fillup()
595 rar_br_preparation(struct archive_read *a, struct rar_br *br) in rar_br_preparation()
711 struct archive_read *a = ((IByteIn*)p)->a; in ppmd_read() local
730 struct archive_read *a = (struct archive_read *)_a; in archive_read_support_format_rar() local
769 archive_read_support_format_rar_capabilities(struct archive_read * a) in archive_read_support_format_rar_capabilities()
790 archive_read_format_rar_bid(struct archive_read *a, int best_bid) in archive_read_format_rar_bid()
831 skip_sfx(struct archive_read *a) in skip_sfx()
877 archive_read_format_rar_options(struct archive_read *a, in archive_read_format_rar_options()
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Ddouble-int.c60 #define OVERFLOW_SUM_SIGN(a, b, sum) ((~((a) ^ (b)) & ((a) ^ (sum))) < 0) argument
346 div_and_round_double (unsigned code, int uns, in div_and_round_double()
800 const double_int &a = *this; variable
821 const double_int &a = *this; in mul_with_sign() local
847 const double_int &a = *this; variable
869 const double_int &a = *this; in add_with_sign() local
881 const double_int &a = *this; variable
917 const double_int &a = *this; variable
937 double_int::divmod_with_overflow (double_int b, bool uns, unsigned code, in divmod_with_overflow()
940 const double_int &a = *this; in divmod_with_overflow() local
[all …]
H A Dtree-vect-generic.c76 HOST_WIDE_INT a[WIDE_INT_MAX_ELTS]; in build_replicated_const() local
155 do_unop (gimple_stmt_iterator *gsi, tree inner_type, tree a, in do_unop()
157 enum tree_code code, tree type ATTRIBUTE_UNUSED) in do_unop()
164 do_binop (gimple_stmt_iterator *gsi, tree inner_type, tree a, tree b, in do_binop()
165 tree bitpos, tree bitsize, enum tree_code code, in do_binop()
182 do_compare (gimple_stmt_iterator *gsi, tree inner_type, tree a, tree b, in do_compare()
183 tree bitpos, tree bitsize, enum tree_code code, tree type) in do_compare()
211 do_plus_minus (gimple_stmt_iterator *gsi, tree word_type, tree a, tree b, in do_plus_minus()
213 enum tree_code code, tree type ATTRIBUTE_UNUSED) in do_plus_minus()
270 tree a, tree b, enum tree_code code) in expand_vector_piecewise()
[all …]
H A Dgensupport.c201 #define TRISTATE_AND(a,b) \ argument
206 #define TRISTATE_OR(a,b) \ argument
211 #define TRISTATE_NOT(a) \ argument
274 const char *code; in compute_test_codes() local
754 RTX_CODE code, code_pt; in subst_pattern_match() local
999 enum rtx_code code; in get_alternatives_number() local
1068 enum rtx_code code; in collect_insn_data() local
1125 enum rtx_code code; in alter_predicate_for_insn() local
1216 enum rtx_code code; in alter_constraints() local
1986 enum rtx_code code; in renumerate_operands_in_pattern() local
[all …]
H A Dtree-tailcall.c266 tree *a, tree *ass_var, bitmap to_move) in process_assignment()
270 enum tree_code code = gimple_assign_rhs_code (stmt); in process_assignment() local
407 tree m, a; in find_tail_calls() local
676 adjust_return_value_with_ops (enum tree_code code, const char *label, in adjust_return_value_with_ops()
716 update_accumulator_with_ops (enum tree_code code, tree acc, tree op1, in update_accumulator_with_ops()
742 adjust_accumulator_values (gimple_stmt_iterator gsi, tree m, tree a, edge back) in adjust_accumulator_values()
783 adjust_return_value (basic_block bb, tree m, tree a) in adjust_return_value()
H A Difcvt.c308 rtx_interchangeable_p (const_rtx a, const_rtx b) in rtx_interchangeable_p()
823 enum rtx_code code; in noce_emit_store_flag() local
1068 enum rtx_code code = GET_CODE (cond); in noce_try_move() local
1232 rtx_code code; in noce_try_inverse_constants() local
1293 rtx a = if_info->a; in noce_try_store_flag_constants() local
1514 enum rtx_code code; in noce_try_addcc() local
1656 noce_emit_cmove (struct noce_if_info *if_info, rtx x, enum rtx_code code, in noce_emit_cmove()
1765 enum rtx_code code; in noce_try_cmove() local
2037 rtx a = if_info->a; in noce_try_cmove_arith() local
2048 enum rtx_code code; in noce_try_cmove_arith() local
[all …]
/dflybsd-src/contrib/binutils-2.27/bfd/
H A Dcpu-i386.c30 bfd_i386_compatible (const bfd_arch_info_type *a, in bfd_i386_compatible()
47 bfd_arch_i386_fill (bfd_size_type count, bfd_boolean code, in bfd_arch_i386_fill()
105 bfd_boolean code) in bfd_arch_i386_short_nop_fill()
115 bfd_boolean code) in bfd_arch_i386_long_nop_fill()
125 bfd_boolean code) in bfd_arch_i386_onebyte_nop_fill()
H A Dreloc.c494 bfd_vma fieldmask, addrmask, signmask, ss, a; in bfd_check_overflow() local
1435 bfd_vma a, b, sum; in _bfd_relocate_contents() local
7727 bfd_reloc_type_lookup (bfd *abfd, bfd_reloc_code_real_type code) in bfd_reloc_type_lookup()
7755 bfd_default_reloc_type_lookup (bfd *abfd, bfd_reloc_code_real_type code) in bfd_default_reloc_type_lookup()
7792 bfd_get_reloc_code_name (bfd_reloc_code_real_type code) in bfd_get_reloc_code_name()
/dflybsd-src/contrib/gdb-7/bfd/
H A Dcpu-i386.c32 bfd_i386_compatible (const bfd_arch_info_type *a, in bfd_i386_compatible()
49 bfd_arch_i386_fill (bfd_size_type count, bfd_boolean code, in bfd_arch_i386_fill()
107 bfd_boolean code) in bfd_arch_i386_short_nop_fill()
117 bfd_boolean code) in bfd_arch_i386_long_nop_fill()
H A Dreloc.c496 bfd_vma fieldmask, addrmask, signmask, ss, a; in bfd_check_overflow() local
1427 bfd_vma a, b, sum; in _bfd_relocate_contents() local
6800 bfd_reloc_type_lookup (bfd *abfd, bfd_reloc_code_real_type code) in bfd_reloc_type_lookup()
6828 bfd_default_reloc_type_lookup (bfd *abfd, bfd_reloc_code_real_type code) in bfd_default_reloc_type_lookup()
6865 bfd_get_reloc_code_name (bfd_reloc_code_real_type code) in bfd_get_reloc_code_name()
/dflybsd-src/contrib/binutils-2.34/bfd/
H A Dcpu-i386.c30 bfd_i386_compatible (const bfd_arch_info_type *a, in bfd_i386_compatible()
47 bfd_arch_i386_fill (bfd_size_type count, bfd_boolean code, in bfd_arch_i386_fill()
105 bfd_boolean code) in bfd_arch_i386_short_nop_fill()
115 bfd_boolean code) in bfd_arch_i386_long_nop_fill()
125 bfd_boolean code) in bfd_arch_i386_onebyte_nop_fill()
/dflybsd-src/sys/contrib/dev/acpica/source/include/
H A Dacexcep.h173 #define EXCEP_ENV(code) ((ACPI_STATUS) (code | AE_CODE_ENVIRONMENTAL)) argument
174 #define EXCEP_PGM(code) ((ACPI_STATUS) (code | AE_CODE_PROGRAMMER)) argument
175 #define EXCEP_TBL(code) ((ACPI_STATUS) (code | AE_CODE_ACPI_TABLES)) argument
176 #define EXCEP_AML(code) ((ACPI_STATUS) (code | AE_CODE_AML)) argument
177 #define EXCEP_CTL(code) ((ACPI_STATUS) (code | AE_CODE_CONTROL)) argument
202 #define ACPI_SUCCESS(a) (!(a)) argument
203 #define ACPI_FAILURE(a) (a) argument
/dflybsd-src/contrib/ncurses/ncurses/
H A Dcurses.priv.h459 #define PairNumber(a) (NCURSES_CAST(int,(((unsigned long)(a) & A_COLOR) >> NCURSES_ATTR_SHIFT))) argument
466 #define unColor2(a) ((a) & ALL_BUT_COLOR) argument
477 #define SetPair2(c,a,p) c = (p), \ argument
480 #define GetPair2(c,a) ((c) ? (c) : PairNumber(a)) argument
484 #define SameAttrOf(a,b) (AttrOf(a) == AttrOf(b) && GetPair(a) == GetPair(b)) argument
504 #define SameAttrOf(a,b) (AttrOf(a) == AttrOf(b)) argument
622 # define sigprocmask(a, b, c) _nc_sigprocmask(a, b, c) argument
645 # define sigprocmask(a, b, c) _nc_sigprocmask(a, b, c) argument
1445 #define min(a,b) ((a) > (b) ? (b) : (a)) argument
1449 #define max(a,b) ((a) < (b) ? (b) : (a)) argument
[all …]
/dflybsd-src/contrib/ncurses/ncurses/widechar/
H A Dlib_add_wch.c65 attr_t a = WINDOW_ATTRS(win); in render_char() local
411 int code = ERR; in wadd_wch() local
429 int code = ERR; in wecho_wchar() local
/dflybsd-src/contrib/byacc/
H A Dreader.c350 struct ainfo a; in skip_comment() local
492 compare_keys(const void *a, const void *b) in compare_keys()
599 struct ainfo a; in copy_string() local
651 struct ainfo a; in copy_comment() local
808 struct ainfo a; in copy_text() local
894 struct ainfo a; in copy_union() local
1282 struct ainfo a; in get_literal() local
1984 struct ainfo a; in copy_args() local
2081 parse_arginfo(bucket *a, char *args, int argslen) in parse_arginfo()
2342 char *code; member
[all …]

12345678910