Home
last modified time | relevance | path

Searched +defs:code +defs:h (Results 1 – 25 of 82) sorted by relevance

1234

/dflybsd-src/contrib/binutils-2.27/ld/
H A Dldexp.c80 exp_print_token (token_code_type code, int infix_p) in exp_print_token()
84 token_code_type code; in exp_print_token() member
310 update_definedness (const char *name, struct bfd_link_hash_entry *h) in update_definedness()
681 struct bfd_link_hash_entry *h; in fold_name() local
704 struct bfd_link_hash_entry *h; in fold_name() local
725 struct bfd_link_hash_entry *h; in fold_name() local
923 struct bfd_link_hash_entry *h; in is_sym_value() local
983 try_copy_symbol_type (struct bfd_link_hash_entry *h, etree_type *src) in try_copy_symbol_type()
1121 struct bfd_link_hash_entry *h = NULL; in exp_fold_tree_1() local
1255 exp_binop (int code, etree_type *lhs, etree_type *rhs) in exp_binop()
[all …]
/dflybsd-src/contrib/binutils-2.34/ld/
H A Dldexp.c78 exp_print_token (token_code_type code, int infix_p) in exp_print_token()
82 token_code_type code; in exp_print_token() member
307 update_definedness (const char *name, struct bfd_link_hash_entry *h) in update_definedness()
688 struct bfd_link_hash_entry *h; in fold_name() local
940 struct bfd_link_hash_entry *h; in is_sym_value() local
1123 struct bfd_link_hash_entry *h = NULL; in exp_fold_tree_1() local
1283 exp_binop (int code, etree_type *lhs, etree_type *rhs) in exp_binop()
1303 exp_trinop (int code, etree_type *cond, etree_type *lhs, etree_type *rhs) in exp_trinop()
1322 exp_unop (int code, etree_type *child) in exp_unop()
1341 exp_nameop (int code, const char *name) in exp_nameop()
[all …]
/dflybsd-src/usr.sbin/ppp/libradius/
H A Dradlib.c82 clear_password(struct rad_handle *h) in clear_password()
92 generr(struct rad_handle *h, const char *format, ...) in generr()
102 insert_scrambled_password(struct rad_handle *h, int srv) in insert_scrambled_password()
136 insert_request_authenticator(struct rad_handle *h, int resp) in insert_request_authenticator()
156 insert_message_authenticator(struct rad_handle *h, int resp) in insert_message_authenticator()
187 is_valid_response(struct rad_handle *h, int srv, in is_valid_response()
273 is_valid_request(struct rad_handle *h) in is_valid_request()
341 put_password_attr(struct rad_handle *h, int type, const void *value, size_t len) in put_password_attr()
371 put_raw_attr(struct rad_handle *h, int type, const void *value, size_t len) in put_raw_attr()
389 rad_add_server(struct rad_handle *h, const char *host, int port, in rad_add_server()
[all …]
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dcp-objcp-common.c74 cp_tree_size (enum tree_code code) in cp_tree_size()
197 struct tree_decl_map *h, in; in decl_shadowed_for_var_lookup() local
212 struct tree_decl_map *h; in decl_shadowed_for_var_insert() local
/dflybsd-src/contrib/libedit/src/
H A Dhistory.c117 #define HNEXT(h, ev) (*(h)->h_next)((h)->h_ref, ev) argument
118 #define HFIRST(h, ev) (*(h)->h_first)((h)->h_ref, ev) argument
119 #define HPREV(h, ev) (*(h)->h_prev)((h)->h_ref, ev) argument
120 #define HLAST(h, ev) (*(h)->h_last)((h)->h_ref, ev) argument
121 #define HCURR(h, ev) (*(h)->h_curr)((h)->h_ref, ev) argument
122 #define HSET(h, ev, n) (*(h)->h_set)((h)->h_ref, ev, n) argument
123 #define HCLEAR(h, ev) (*(h)->h_clear)((h)->h_ref, ev) argument
124 #define HENTER(h, ev, str) (*(h)->h_enter)((h)->h_ref, ev, str) argument
125 #define HADD(h, ev, str) (*(h)->h_add)((h)->h_ref, ev, str) argument
126 #define HDEL(h, ev, n) (*(h)->h_del)((h)->h_ref, ev, n) argument
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dcp-objcp-common.c62 cp_tree_size (enum tree_code code) in cp_tree_size()
309 struct tree_decl_map *h, in; in decl_shadowed_for_var_lookup() local
323 struct tree_decl_map *h; in decl_shadowed_for_var_insert() local
/dflybsd-src/contrib/dialog/
H A Ddialog.h201 #define attr_clear(win,h,w,a) dlg_attr_clear(win,h,w,a) argument
202 #define auto_size(t,s,h,w,xl,mc) dlg_auto_size(t,s,h,w,xl,mc) argument
203 #define auto_sizefile(t,f,h,w,xl,mc) dlg_auto_sizefile(t,f,h,w,xl,mc) argument
206 #define box_y_ordinate(h) dlg_box_y_ordinate(h) argument
207 #define calc_listh(h,lh,in) dlg_calc_listh(h,lh,in) argument
211 #define ctl_size(h,w) dlg_ctl_size(h,w) argument
215 #define draw_box(win,y,x,h,w,xc,bc) dlg_draw_box(win,y,x,h,w,xc,bc) argument
216 #define draw_shadow(win,h,w,y,x) dlg_draw_shadow(win,h,w,y,x) argument
222 #define mouse_mkbigregion(y,x,h,w,n,ix,iy,m) dlg_mouse_mkbigregion(y,x,h,w,n,ix,iy,m) argument
223 #define mouse_mkregion(y,x,h,w,n) dlg_mouse_mkregion(y,x,h,w,n) argument
[all …]
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree.c281 tree_node_structure_for_code (enum tree_code code) in tree_node_structure_for_code()
366 enum tree_code code; in initialize_tree_contains_struct() local
626 tree_code_size (enum tree_code code) in tree_code_size()
716 const enum tree_code code = TREE_CODE (node); in tree_size() local
948 enum tree_code code = TREE_CODE (node); in copy_node_stat() local
2774 const enum tree_code code = TREE_CODE (t); in tree_node_structure() local
2814 enum tree_code code; in contains_placeholder_p() local
3013 enum tree_code code = TREE_CODE (exp); in find_placeholder_in_expr() local
3087 enum tree_code code = TREE_CODE (exp); in substitute_in_expr() local
3265 enum tree_code code = TREE_CODE (exp); in substitute_placeholder_in_expr() local
[all …]
H A Dtree-complex.c69 struct int_tree_map *h, in; in cvc_lookup() local
80 struct int_tree_map *h; in cvc_insert() local
423 const char *suffix, enum tree_code code) in create_one_component_var()
862 enum tree_code code, in expand_complex_addition()
937 tree br, tree bi, enum tree_code code) in expand_complex_libcall()
1074 enum tree_code code) in expand_complex_div_straight()
1103 enum tree_code code) in expand_complex_div_wide()
1256 enum tree_code code, in expand_complex_division()
1364 tree br, tree bi, enum tree_code code) in expand_complex_comparison()
1443 enum tree_code code; in expand_complex_operations_1() local
H A Dgenrecog.c144 RTX_CODE code; /* Code to test. */ member
320 RTX_CODE code; in find_operand() local
376 RTX_CODE code; in find_matching_operand() local
429 RTX_CODE code; in validate_pattern() local
673 RTX_CODE code; in add_to_sequence() local
1438 struct decision_head h; in factor_tests() local
1615 print_code (enum rtx_code code) in print_code()
1677 RTX_CODE code; in write_switch() local
2517 struct decision_head recog_tree, split_tree, peephole2_tree, h; in main() local
H A Ddouble-int.c85 HOST_WIDE_INT h; in add_double_with_sign() local
324 div_and_round_double (unsigned code, int uns, in div_and_round_double()
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()
796 double_int_div (double_int a, double_int b, bool uns, unsigned code) in double_int_div()
806 double_int_sdiv (double_int a, double_int b, unsigned code) in double_int_sdiv()
814 double_int_udiv (double_int a, double_int b, unsigned code) in double_int_udiv()
824 double_int_mod (double_int a, double_int b, bool uns, unsigned code) in double_int_mod()
835 double_int_smod (double_int a, double_int b, unsigned code) in double_int_smod()
[all …]
H A Dgenattrtab.c333 struct attr_hash *h; in attr_hash_add_rtx() local
347 struct attr_hash *h; in attr_hash_add_string() local
367 attr_rtx_1 (enum rtx_code code, va_list p) in attr_rtx_1()
371 struct attr_hash *h; in attr_rtx_1() local
547 attr_rtx (enum rtx_code code, ...) in attr_rtx()
597 struct attr_hash *h; in attr_string() local
645 RTX_CODE code; in attr_copy_rtx() local
1809 insert_right_side (enum rtx_code code, rtx exp, rtx term, int insn_code, int insn_index) in insert_right_side()
1871 compute_alternative_mask (rtx exp, enum rtx_code code) in compute_alternative_mask()
2271 enum rtx_code code; in attr_rtx_cost() local
[all …]
/dflybsd-src/usr.bin/newkey/
H A Dnewkey.c100 struct hostent *h; in main() local
195 err_string(int code) in err_string()
/dflybsd-src/contrib/tcpdump/
H A Dprint-chdlc.c48 chdlc_if_print(netdissect_options *ndo, const struct pcap_pkthdr *h, const u_char *p) in chdlc_if_print()
117 nd_uint32_t code; member
H A Dprint-ppp.c416 u_int code, len; in handle_ctrl_proto() local
831 u_int code, len; in handle_chap() local
902 u_int code, len; in handle_pap() local
1579 const struct pcap_pkthdr *h, const u_char *p) in ppp_if_print()
1648 const struct pcap_pkthdr *h, const u_char *p) in ppp_hdlc_if_print()
/dflybsd-src/usr.sbin/pfctl/
H A Dpfctl_parser.c245 geticmpcodebynumber(u_int8_t type, u_int8_t code, sa_family_t af) in geticmpcodebynumber()
1038 struct node_host *h; in print_tabledef() local
1087 set_ipmask(struct node_host *h, u_int8_t b) in set_ipmask()
1112 check_netmask(struct node_host *h, sa_family_t af) in check_netmask()
1144 struct node_host *n = NULL, *h = NULL; in ifa_load() local
1265 struct node_host *n, *h = NULL; in ifa_grouplookup() local
1303 struct node_host *p = NULL, *h = NULL, *n = NULL; in ifa_lookup() local
1409 struct node_host *h = NULL; in host() local
1458 struct node_host *n, *h = NULL; in host_if() local
1504 struct node_host *h = NULL; in host_v4() local
[all …]
/dflybsd-src/usr.bin/window/
H A Dcompress.c80 short code; /* token code */ member
87 #define threshp(code, count, length) \ argument
145 #define hash(h, c) (((((h) >> (H - 8)) | (h) << 8) ^ (c)) & (HSIZE - 1)) argument
191 int h = i - tt.tt_put_token_cost; in ccinit() local
479 struct cc **h; in cc_sweep() local
/dflybsd-src/contrib/wpa_supplicant/src/wps/
H A Dwps_upnp_web.c242 static void http_put_reply_code(struct wpabuf *buf, enum http_reply_code code) in http_put_reply_code()
274 static void http_put_empty(struct wpabuf *buf, enum http_reply_code code) in http_put_empty()
990 char *h; in web_connection_parse_subscribe() local
1211 char *h; in web_connection_parse_unsubscribe() local
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree.c423 tree_node_structure_for_code (enum tree_code code) in tree_node_structure_for_code()
510 enum tree_code code; in initialize_tree_contains_struct() local
786 tree_code_size (enum tree_code code) in tree_code_size()
899 const enum tree_code code = TREE_CODE (node); in tree_size() local
939 get_stats_node_kind (enum tree_code code) in get_stats_node_kind()
992 record_node_allocation_statistics (enum tree_code code, size_t length) in record_node_allocation_statistics()
1133 enum tree_code code = TREE_CODE (node); in free_node() local
1162 enum tree_code code = TREE_CODE (node); in copy_node() local
1432 hashval_t code = TYPE_UID (TREE_TYPE (t)); in hash() local
1651 inchash::hash h; in build_poly_int_cst() local
[all …]
H A Dreginfo.c1065 enum rtx_code code; in reg_scan_mark_refs() local
1211 inchash::hash h; in hash() local
1238 inchash::hash h; in simplifiable_subregs() local
1329 enum rtx_code code = GET_CODE (x); in find_subregs_of_mode() local
/dflybsd-src/contrib/zlib-1.2/
H A Dtrees.c239 int code; /* code value */ in tr_static_init() local
496 int h; /* heap index */ local
578 unsigned code = 0; /* running code value */ local
1072 unsigned code; /* the code to send */ local
1158 local unsigned bi_reverse(code, len) in bi_reverse() argument
/dflybsd-src/sbin/hammer2/zlib/
H A Dhammer2_zlib_trees.c242 int code; /* code value */ in tr_static_init() local
501 int h; /* heap index */ in gen_bitlen() local
586 ush code = 0; /* running code value */ in gen_codes() local
1073 unsigned code; /* the code to send */ local
1162 bi_reverse(unsigned code, int len)
/dflybsd-src/usr.sbin/makefs/hammer2/zlib/
H A Dhammer2_zlib_trees.c242 int code; /* code value */ in tr_static_init() local
501 int h; /* heap index */ in gen_bitlen() local
586 ush code = 0; /* running code value */ in gen_codes() local
1073 unsigned code; /* the code to send */ local
1162 bi_reverse(unsigned code, int len)
/dflybsd-src/sys/vfs/hammer2/zlib/
H A Dhammer2_zlib_trees.c242 int code; /* code value */ in tr_static_init() local
501 int h; /* heap index */ in gen_bitlen() local
586 ush code = 0; /* running code value */ in gen_codes() local
1073 unsigned code; /* the code to send */ local
1162 bi_reverse(unsigned code, int len)
/dflybsd-src/contrib/binutils-2.27/bfd/
H A Dcoff-x86_64.c559 struct coff_link_hash_entry *h, in coff_amd64_rtype_to_howto()
664 coff_amd64_reloc_type_lookup (bfd *abfd ATTRIBUTE_UNUSED, bfd_reloc_code_real_type code) in coff_amd64_reloc_type_lookup()

1234