/dflybsd-src/contrib/ncurses/ncurses/trace/ |
H A D | lib_trace.c | 250 _nc_retrace_bool(int code) in _nc_retrace_bool() 258 _nc_retrace_char(int code) in _nc_retrace_char() 266 _nc_retrace_int(int code) in _nc_retrace_int() 274 _nc_retrace_unsigned(unsigned code) in _nc_retrace_unsigned() 282 _nc_retrace_ptr(char *code) in _nc_retrace_ptr() 290 _nc_retrace_cptr(const char *code) in _nc_retrace_cptr() 298 _nc_retrace_cvoid_ptr(NCURSES_CONST void *code) in _nc_retrace_cvoid_ptr() 306 _nc_retrace_void_ptr(void *code) in _nc_retrace_void_ptr() 314 _nc_retrace_sp(SCREEN *code) in _nc_retrace_sp() 322 _nc_retrace_win(WINDOW *code) in _nc_retrace_win()
|
/dflybsd-src/contrib/libpcap/pcap/ |
H A D | bpf.h | 136 #define BPF_CLASS(code) ((code) & 0x07) argument 147 #define BPF_SIZE(code) ((code) & 0x18) argument 152 #define BPF_MODE(code) ((code) & 0xe0) argument 163 #define BPF_OP(code) ((code) & 0xf0) argument 197 #define BPF_SRC(code) ((code) & 0x08) argument 202 #define BPF_RVAL(code) ((code) & 0x18) argument 207 #define BPF_MISCOP(code) ((code) & 0xf8) argument 246 u_short code; member 265 #define BPF_STMT(code, k) { (u_short)(code), 0, 0, k } argument 269 #define BPF_JUMP(code, k, jt, jf) { (u_short)(code), jt, jf, k } argument
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | gimple-builder.c | 37 get_expr_type (enum tree_code code, tree op) in get_expr_type() 52 build_assign (enum tree_code code, tree op1, int val, tree lhs) in build_assign() 61 build_assign (enum tree_code code, gimple *g, int val, tree lhs ) in build_assign() 76 build_assign (enum tree_code code, tree op1, tree op2, tree lhs) in build_assign() 84 build_assign (enum tree_code code, gimple *op1, tree op2, tree lhs) in build_assign() 90 build_assign (enum tree_code code, tree op1, gimple *op2, tree lhs) in build_assign() 96 build_assign (enum tree_code code, gimple *op1, gimple *op2, tree lhs) in build_assign()
|
H A D | optabs-tree.c | 35 optab_for_tree_code (enum tree_code code, const_tree type, in optab_for_tree_code() 265 supportable_convert_operation (enum tree_code code, in supportable_convert_operation() 304 expand_vec_cmp_expr_p (tree value_type, tree mask_type, enum tree_code code) in expand_vec_cmp_expr_p() 321 expand_vec_cond_expr_p (tree value_type, tree cmp_op_type, enum tree_code code) in expand_vec_cond_expr_p() 382 target_supports_op_p (tree type, enum tree_code code, in target_supports_op_p()
|
H A D | jump.c | 352 reversed_comparison_code_parts (enum rtx_code code, const_rtx arg0, in reversed_comparison_code_parts() 495 reverse_condition (enum rtx_code code) in reverse_condition() 542 reverse_condition_maybe_unordered (enum rtx_code code) in reverse_condition_maybe_unordered() 584 swap_condition (enum rtx_code code) in swap_condition() 631 unsigned_condition (enum rtx_code code) in unsigned_condition() 660 signed_condition (enum rtx_code code) in signed_condition() 1087 RTX_CODE code = GET_CODE (x); in mark_jump_label_1() local 1337 enum rtx_code code; in delete_related_insns() local 1432 RTX_CODE code = GET_CODE (x); in redirect_exp_1() local 1598 RTX_CODE code = GET_CODE (x); in invert_exp_1() local [all …]
|
H A D | tree-ssa-forwprop.c | 349 enum tree_code code = gimple_assign_rhs_code (stmt); in rhs_to_tree() local 372 combine_cond_expr_cond (gimple *stmt, enum tree_code code, tree type, in combine_cond_expr_cond() 411 enum tree_code code, tree type, in forward_propagate_into_comparison_1() 515 enum tree_code code = gimple_cond_code (stmt); in forward_propagate_into_gimple_cond() local 579 enum tree_code code = gimple_assign_rhs_code (stmt); in forward_propagate_into_cond() local 1160 enum tree_code code; in constant_pointer_difference() local 1452 defcodefor_name (tree name, enum tree_code *code, tree *arg1, tree *arg2) in defcodefor_name() 1590 enum tree_code code; in simplify_rotate() local 1648 enum tree_code code; in simplify_rotate() local 1683 enum tree_code code; in simplify_rotate() local [all …]
|
/dflybsd-src/contrib/ncurses/ncurses/base/ |
H A D | lib_scanw.c | 50 int code = ERR; in NCURSES_EXPORT() local 65 int code = ERR; in vw_scanw() local 79 int code; in scanw() local 93 int code; in wscanw() local 107 int code; in mvscanw() local 119 int code; in mvwscanw() local
|
H A D | lib_printw.c | 49 int code; in NCURSES_EXPORT() local 70 int code; in wprintw() local 90 int code; in mvprintw() local 113 int code; in mvwprintw() local 137 int code = ERR; in vwprintw() local 155 int code = ERR; in vw_printw() local
|
H A D | lib_addstr.c | 54 int code = ERR; in NCURSES_EXPORT() local 85 int code = OK; in waddchnstr() local 137 int code = OK; in wadd_wchnstr() local 226 int code = ERR; in waddnwstr() local
|
/dflybsd-src/sys/dev/misc/evdev/ |
H A D | evdev.c | 475 evdev_support_key(struct evdev_dev *evdev, uint16_t code) in evdev_support_key() 483 evdev_support_rel(struct evdev_dev *evdev, uint16_t code) in evdev_support_rel() 491 evdev_support_abs(struct evdev_dev *evdev, uint16_t code, int32_t minimum, in evdev_support_abs() 511 evdev_set_abs_bit(struct evdev_dev *evdev, uint16_t code) in evdev_set_abs_bit() 521 evdev_support_msc(struct evdev_dev *evdev, uint16_t code) in evdev_support_msc() 530 evdev_support_led(struct evdev_dev *evdev, uint16_t code) in evdev_support_led() 538 evdev_support_snd(struct evdev_dev *evdev, uint16_t code) in evdev_support_snd() 546 evdev_support_sw(struct evdev_dev *evdev, uint16_t code) in evdev_support_sw() 599 evdev_check_event(struct evdev_dev *evdev, uint16_t type, uint16_t code, in evdev_check_event() 684 evdev_modify_event(struct evdev_dev *evdev, uint16_t type, uint16_t code, in evdev_modify_event() [all …]
|
H A D | evdev.h | 192 evdev_push_key(struct evdev_dev *evdev, uint16_t code, int32_t value) in evdev_push_key() 199 evdev_push_rel(struct evdev_dev *evdev, uint16_t code, int32_t value) in evdev_push_rel() 206 evdev_push_abs(struct evdev_dev *evdev, uint16_t code, int32_t value) in evdev_push_abs() 213 evdev_push_msc(struct evdev_dev *evdev, uint16_t code, int32_t value) in evdev_push_msc() 220 evdev_push_led(struct evdev_dev *evdev, uint16_t code, int32_t value) in evdev_push_led() 227 evdev_push_snd(struct evdev_dev *evdev, uint16_t code, int32_t value) in evdev_push_snd() 234 evdev_push_sw(struct evdev_dev *evdev, uint16_t code, int32_t value) in evdev_push_sw()
|
/dflybsd-src/contrib/zstd/lib/common/ |
H A D | zstd_common.c | 37 unsigned ZSTD_isError(size_t code) { return ERR_isError(code); } in ZSTD_isError() 41 const char* ZSTD_getErrorName(size_t code) { return ERR_getErrorName(code); } in ZSTD_getErrorName() 45 ZSTD_ErrorCode ZSTD_getErrorCode(size_t code) { return ERR_getErrorCode(code); } in ZSTD_getErrorCode() 49 const char* ZSTD_getErrorString(ZSTD_ErrorCode code) { return ERR_getErrorString(code); } in ZSTD_getErrorString()
|
H A D | error_private.h | 56 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError() 58 ERR_STATIC ERR_enum ERR_getErrorCode(size_t code) { if (!ERR_isError(code)) return (ERR_enum)0; ret… in ERR_getErrorCode() 71 ERR_STATIC const char* ERR_getErrorName(size_t code) in ERR_getErrorName()
|
/dflybsd-src/sys/net/ |
H A D | bpf.h | 158 #define BPF_CLASS(code) ((code) & 0x07) argument 169 #define BPF_SIZE(code) ((code) & 0x18) argument 173 #define BPF_MODE(code) ((code) & 0xe0) argument 182 #define BPF_OP(code) ((code) & 0xf0) argument 199 #define BPF_SRC(code) ((code) & 0x08) argument 204 #define BPF_RVAL(code) ((code) & 0x18) argument 208 #define BPF_MISCOP(code) ((code) & 0xf8) argument 216 u_short code; member 225 #define BPF_STMT(code, k) { (u_short)(code), 0, 0, k } argument 226 #define BPF_JUMP(code, k, jt, jf) { (u_short)(code), jt, jf, k } argument
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | jump.c | 323 reversed_comparison_code_parts (enum rtx_code code, const_rtx arg0, in reversed_comparison_code_parts() 473 reverse_condition (enum rtx_code code) in reverse_condition() 520 reverse_condition_maybe_unordered (enum rtx_code code) in reverse_condition_maybe_unordered() 562 swap_condition (enum rtx_code code) in swap_condition() 609 unsigned_condition (enum rtx_code code) in unsigned_condition() 638 signed_condition (enum rtx_code code) in signed_condition() 1073 RTX_CODE code = GET_CODE (x); in mark_jump_label_1() local 1340 enum rtx_code code; in delete_related_insns() local 1428 RTX_CODE code = GET_CODE (x); in redirect_exp_1() local 1588 RTX_CODE code = GET_CODE (x); in invert_exp_1() local [all …]
|
H A D | tree-ssa-forwprop.c | 349 enum tree_code code = gimple_assign_rhs_code (stmt); in rhs_to_tree() local 372 combine_cond_expr_cond (gimple stmt, enum tree_code code, tree type, in combine_cond_expr_cond() 411 enum tree_code code, tree type, in forward_propagate_into_comparison_1() 503 enum tree_code code = gimple_cond_code (stmt); in forward_propagate_into_gimple_cond() local 577 enum tree_code code; in forward_propagate_into_cond() local 1167 enum tree_code code; in forward_propagate_comparison() local 1345 enum tree_code code; in constant_pointer_difference() local 1655 enum tree_code code; in lookup_logical_inverted_value() local 1713 simplify_bitwise_binary_1 (enum tree_code code, tree type, in simplify_bitwise_binary_1() 1754 enum tree_code code = gimple_assign_rhs_code (stmt); in simplify_bitwise_binary() local [all …]
|
H A D | tree-vect-generic.c | 118 enum tree_code code) in do_unop() 126 tree bitpos, tree bitsize, enum tree_code code) in do_binop() 143 tree bitpos, tree bitsize, enum tree_code code) in do_compare() 175 enum tree_code code) in do_plus_minus() 231 tree a, tree b, enum tree_code code) in expand_vector_piecewise() 268 enum tree_code code) in expand_vector_parallel() 314 tree type, tree a, tree b, enum tree_code code) in expand_vector_addition() 385 tree op1, enum tree_code code) in expand_vector_comparison() 399 gimple assign, enum tree_code code) in expand_vector_operation() 735 enum tree_code code; in expand_vector_operations_1() local
|
H A D | fold-const.c | 185 div_if_zero_remainder (enum tree_code code, const_tree arg1, const_tree arg2) in div_if_zero_remainder() 250 fold_undefer_overflow_warnings (bool issue, const_gimple stmt, int code) in fold_undefer_overflow_warnings() 330 negate_mathfn_p (enum built_in_function code) in negate_mathfn_p() 796 split_tree (tree in, enum tree_code code, tree *conp, tree *litp, in split_tree() 880 associate_trees (location_t loc, tree t1, tree t2, enum tree_code code, tree type) in associate_trees() 926 int_binop_types_match_p (enum tree_code code, const_tree type1, const_tree type2) in int_binop_types_match_p() 956 int_const_binop (enum tree_code code, const_tree arg1, const_tree arg2) in int_const_binop() 1111 const_binop (enum tree_code code, tree arg1, tree arg2) in const_binop() 1433 size_binop_loc (location_t loc, enum tree_code code, tree arg0, tree arg1) in size_binop_loc() 1545 fold_convert_const_int_from_real (enum tree_code code, tree type, const_tree arg1) in fold_convert_const_int_from_real() [all …]
|
/dflybsd-src/contrib/libarchive/libarchive_fe/ |
H A D | err.c | 72 lafe_vwarnc(int code, const char *fmt, va_list ap) in lafe_vwarnc() 82 lafe_warnc(int code, const char *fmt, ...) in lafe_warnc() 92 lafe_errc(int eval, int code, const char *fmt, ...) in lafe_errc()
|
/dflybsd-src/contrib/binutils-2.27/bfd/ |
H A D | cpu-i386.c | 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/contrib/dialog/ |
H A D | mouse.c | 36 find_region_by_code(int code) in find_region_by_code() 55 dlg_mouse_setcode(int code) in dlg_mouse_setcode() 64 int code, in dlg_mouse_mkbigregion() 85 dlg_mouse_mkregion(int y, int x, int height, int width, int code) in dlg_mouse_mkregion()
|
/dflybsd-src/sys/dev/disk/mpt/ |
H A D | mpt_debug.c | 211 mpt_ioc_status(int code) in mpt_ioc_status() 225 mpt_ioc_diag(u_int32_t code) in mpt_ioc_diag() 243 mpt_ioc_function(int code) in mpt_ioc_function() 257 mpt_ioc_event(int code) in mpt_ioc_event() 271 mpt_scsi_state(int code) in mpt_scsi_state() 289 mpt_scsi_status(int code) in mpt_scsi_status() 335 mpt_scsi_tm_type(int code) in mpt_scsi_tm_type()
|
/dflybsd-src/contrib/ncurses/ncurses/widechar/ |
H A D | lib_ins_wch.c | 53 int code = OK; in NCURSES_EXPORT() local 86 int code = ERR; in wins_wch() local 106 int code = ERR; in wins_nwstr() local
|
/dflybsd-src/contrib/binutils-2.34/bfd/ |
H A D | cpu-i386.c | 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/lib/libc/gen/ |
H A D | err.c | 87 errc(int eval, int code, const char *fmt, ...) in errc() 96 verrc(int eval, int code, const char *fmt, va_list ap) in verrc() 154 warnc(int code, const char *fmt, ...) in warnc() 163 vwarnc(int code, const char *fmt, va_list ap) in vwarnc()
|