Home
last modified time | relevance | path

Searched defs:g (Results 1 – 25 of 251) sorted by relevance

1234567891011

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dddg.c173 create_ddg_dep_from_intra_loop_link (ddg_ptr g, ddg_node_ptr src_node, in create_ddg_dep_from_intra_loop_link()
235 create_ddg_dep_no_link (ddg_ptr g, ddg_node_ptr from, ddg_node_ptr to, in create_ddg_dep_no_link()
276 add_cross_iteration_register_deps (ddg_ptr g, df_ref last_def) in add_cross_iteration_register_deps()
369 build_inter_loop_deps (ddg_ptr g) in build_inter_loop_deps()
411 add_intra_loop_mem_dep (ddg_ptr g, ddg_node_ptr from, ddg_node_ptr to) in add_intra_loop_mem_dep()
438 add_inter_loop_mem_dep (ddg_ptr g, ddg_node_ptr from, ddg_node_ptr to) in add_inter_loop_mem_dep()
474 build_intra_loop_deps (ddg_ptr g) in build_intra_loop_deps()
565 ddg_ptr g; in create_ddg() local
651 free_ddg (ddg_ptr g) in free_ddg()
701 print_ddg (FILE *file, ddg_ptr g) in print_ddg()
[all …]
H A Dgraphds.c29 dump_graph (FILE *f, struct graph *g) in dump_graph()
57 struct graph *g = XNEW (struct graph); in new_graph() local
70 add_edge (struct graph *g, int f, int t) in add_edge()
91 identify_vertices (struct graph *g, int v, int u) in identify_vertices()
173 dfs_fst_edge (struct graph *g, int v, bool forward, bitmap subgraph, in dfs_fst_edge()
204 graphds_dfs (struct graph *g, int *qs, int nq, vec<int> *qt, in graphds_dfs()
291 graphds_scc (struct graph *g, bitmap subgraph, in graphds_scc()
331 for_each_edge (struct graph *g, graphds_edge_callback callback, void *data) in for_each_edge()
344 free_graph (struct graph *g) in free_graph()
405 graphds_domtree (struct graph *g, int entry, in graphds_domtree()
H A Dtree-outof-ssa.c410 clear_elim_graph (elim_graph *g) in clear_elim_graph()
421 elim_graph_size (elim_graph *g) in elim_graph_size()
430 elim_graph_add_node (elim_graph *g, int node) in elim_graph_add_node()
445 elim_graph_add_edge (elim_graph *g, int pred, int succ, source_location locus) in elim_graph_add_edge()
457 elim_graph_remove_succ_edge (elim_graph *g, int node, source_location *locus) in elim_graph_remove_succ_edge()
519 eliminate_name (elim_graph *g, int T) in eliminate_name()
546 eliminate_build (elim_graph *g) in eliminate_build()
595 elim_forward (elim_graph *g, int T) in elim_forward()
613 elim_unvisited_predecessor (elim_graph *g, int T) in elim_unvisited_predecessor()
629 elim_backward (elim_graph *g, int T) in elim_backward()
[all …]
H A Dccmp.c46 gimple *g = get_gimple_for_ssa_name (t); in ccmp_tree_comparison_p() local
95 ccmp_candidate_p (gimple *g) in ccmp_candidate_p()
141 gimple *g = get_gimple_for_ssa_name (t); in get_compare_parts() local
191 expand_ccmp_expr_1 (gimple *g, rtx_insn **prep_seq, rtx_insn **gen_seq) in expand_ccmp_expr_1()
288 expand_ccmp_expr (gimple *g, machine_mode mode) in expand_ccmp_expr()
H A Dubsan.c641 gimple *g; in ubsan_instrument_unreachable() local
710 gimple *g = gimple_build_cond (GT_EXPR, index, bound, NULL_TREE, NULL_TREE); in ubsan_expand_bounds_ifn() local
768 gimple *g; in ubsan_expand_null_ifn() local
936 gimple *g; in ubsan_expand_objsize_ifn() local
1119 gimple *g = gimple_build_assign (ptri, NOP_EXPR, ptr); in ubsan_expand_ptr_ifn() local
1218 gimple *g; in ubsan_expand_vptr_ifn() local
1381 gcall *g = gimple_build_call_internal (IFN_UBSAN_NULL, 3, t, kind, alignt); in instrument_mem_ref() local
1408 gcall *g = gimple_build_call_internal (IFN_UBSAN_PTR, 2, ptr, off); in instrument_pointer_overflow() local
1576 gimple *g; in instrument_si_overflow() local
1687 gimple *g = gimple_build_assign (make_ssa_name (ptype), in instrument_bool_enum_load() local
[all …]
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dddg.c190 create_ddg_dep_from_intra_loop_link (ddg_ptr g, ddg_node_ptr src_node, in create_ddg_dep_from_intra_loop_link()
252 create_ddg_dep_no_link (ddg_ptr g, ddg_node_ptr from, ddg_node_ptr to, in create_ddg_dep_no_link()
293 add_cross_iteration_register_deps (ddg_ptr g, df_ref last_def) in add_cross_iteration_register_deps()
386 build_inter_loop_deps (ddg_ptr g) in build_inter_loop_deps()
444 add_intra_loop_mem_dep (ddg_ptr g, ddg_node_ptr from, ddg_node_ptr to) in add_intra_loop_mem_dep()
471 add_inter_loop_mem_dep (ddg_ptr g, ddg_node_ptr from, ddg_node_ptr to) in add_inter_loop_mem_dep()
507 build_intra_loop_deps (ddg_ptr g) in build_intra_loop_deps()
590 ddg_ptr g; in create_ddg() local
676 free_ddg (ddg_ptr g) in free_ddg()
726 print_ddg (FILE *file, ddg_ptr g) in print_ddg()
[all …]
H A Dgraphds.c33 dump_graph (FILE *f, struct graph *g) in dump_graph()
61 struct graph *g = XNEW (struct graph); in new_graph() local
72 add_edge (struct graph *g, int f, int t) in add_edge()
93 identify_vertices (struct graph *g, int v, int u) in identify_vertices()
165 dfs_fst_edge (struct graph *g, int v, bool forward, bitmap subgraph) in dfs_fst_edge()
190 graphds_dfs (struct graph *g, int *qs, int nq, VEC (int, heap) **qt, in graphds_dfs()
275 graphds_scc (struct graph *g, bitmap subgraph) in graphds_scc()
314 for_each_edge (struct graph *g, graphds_edge_callback callback) in for_each_edge()
327 free_graph (struct graph *g) in free_graph()
401 graphds_domtree (struct graph *g, int entry, in graphds_domtree()
H A Dtree-outof-ssa.c344 elim_graph g = (elim_graph) xmalloc (sizeof (struct _elim_graph)); in new_elim_graph() local
363 clear_elim_graph (elim_graph g) in clear_elim_graph()
374 delete_elim_graph (elim_graph g) in delete_elim_graph()
392 elim_graph_size (elim_graph g) in elim_graph_size()
401 elim_graph_add_node (elim_graph g, int node) in elim_graph_add_node()
416 elim_graph_add_edge (elim_graph g, int pred, int succ, source_location locus) in elim_graph_add_edge()
428 elim_graph_remove_succ_edge (elim_graph g, int node, source_location *locus) in elim_graph_remove_succ_edge()
492 eliminate_name (elim_graph g, int T) in eliminate_name()
502 eliminate_build (elim_graph g) in eliminate_build()
553 elim_forward (elim_graph g, int T) in elim_forward()
[all …]
H A Dgimple.h1166 gimple_code (const_gimple g) in gimple_code()
1195 gimple_has_substatements (gimple g) in gimple_has_substatements()
1226 gimple_bb (const_gimple g) in gimple_bb()
1235 gimple_block (const_gimple g) in gimple_block()
1244 gimple_set_block (gimple g, tree block) in gimple_set_block()
1253 gimple_location (const_gimple g) in gimple_location()
1261 gimple_location_ptr (const_gimple g) in gimple_location_ptr()
1270 gimple_set_location (gimple g, location_t location) in gimple_set_location()
1279 gimple_has_location (const_gimple g) in gimple_has_location()
1370 gimple_set_uid (gimple g, unsigned uid) in gimple_set_uid()
[all …]
/dflybsd-src/contrib/wpa_supplicant/src/fst/
H A Dfst_group.h22 #define foreach_fst_group_iface(g, i) \ argument
32 static inline Boolean fst_group_has_ifaces(struct fst_group *g) in fst_group_has_ifaces()
37 static inline struct fst_iface * fst_group_first_iface(struct fst_group *g) in fst_group_first_iface()
42 static inline const char * fst_group_get_id(struct fst_group *g) in fst_group_get_id()
59 #define foreach_fst_group(g) \ argument
H A Dfst_group.c127 static struct wpabuf * fst_group_create_mb_ie(struct fst_group *g, in fst_group_create_mb_ie()
232 struct fst_iface * fst_group_get_iface_by_name(struct fst_group *g, in fst_group_get_iface_by_name()
248 u8 fst_group_assign_dialog_token(struct fst_group *g) in fst_group_assign_dialog_token()
257 u32 fst_group_assign_fsts_id(struct fst_group *g) in fst_group_assign_fsts_id()
435 struct fst_group *g; in fst_group_create() local
455 void fst_group_attach_iface(struct fst_group *g, struct fst_iface *i) in fst_group_attach_iface()
476 void fst_group_detach_iface(struct fst_group *g, struct fst_iface *i) in fst_group_detach_iface()
508 void fst_group_update_ie(struct fst_group *g) in fst_group_update_ie()
H A Dfst_ctrl_iface.c21 struct fst_group *g; in get_fst_group_by_id() local
85 struct fst_group *g; in fst_ctrl_iface_notify() local
251 struct fst_group *g; in session_add() local
276 struct fst_group *g; in session_remove() local
469 static void list_session_enum_cb(struct fst_group *g, struct fst_session *s, in list_session_enum_cb()
486 struct fst_group *g; in list_sessions() local
511 struct fst_group *g; in iface_peers() local
562 struct fst_group *g; in get_peer_mbies() local
598 struct fst_group *g; in list_ifaces() local
631 struct fst_group *g; in list_groups() local
[all …]
H A Dfst_session.c235 fst_find_session_in_progress(const u8 *peer_addr, struct fst_group *g) in fst_find_session_in_progress()
365 struct fst_group *g; in fst_session_handle_setup_request() local
754 struct fst_session * fst_session_create(struct fst_group *g) in fst_session_create()
1183 void fst_session_enum(struct fst_group *g, fst_session_enum_clb clb, void *ctx) in fst_session_enum()
1237 struct fst_group *g = fst_session_get_group(s); in fst_session_set_str_ifname() local
1299 struct fst_session * fst_session_global_get_first_by_group(struct fst_group *g) in fst_session_global_get_first_by_group()
1314 static int get_group_fill_session(struct fst_group **g, struct fst_session *s) in get_group_fill_session()
1357 struct fst_group *g; in fst_test_req_send_fst_request() local
1409 struct fst_group *g; in fst_test_req_send_fst_response() local
1484 struct fst_group *g; in fst_test_req_send_ack_request() local
[all …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/libsupc++/
H A Dguard.cc112 __test_and_acquire (__cxxabiv1::__guard *g) in __test_and_acquire()
123 __set_and_release (__cxxabiv1::__guard *g) in __set_and_release()
197 init_in_progress_flag(__guard* g) in init_in_progress_flag()
201 set_init_in_progress_flag(__guard* g, int v) in set_init_in_progress_flag()
218 acquire(__guard *g) in acquire()
232 int __cxa_guard_acquire (__guard *g) in __cxa_guard_acquire()
338 void __cxa_guard_abort (__guard *g) throw () in __cxa_guard_abort()
377 void __cxa_guard_release (__guard *g) throw () in __cxa_guard_release()
H A Deh_globals.cc78 __cxa_eh_globals* g = reinterpret_cast<__cxa_eh_globals*>(ptr); in eh_globals_dtor() local
115 __cxa_eh_globals* g; in __cxa_get_globals_fast() local
126 __cxa_eh_globals* g; in __cxa_get_globals() local
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/libsupc++/
H A Dguard.cc116 __test_and_acquire (__cxxabiv1::__guard *g) in __test_and_acquire()
132 __set_and_release (__cxxabiv1::__guard *g) in __set_and_release()
208 init_in_progress_flag(__guard* g) in init_in_progress_flag()
212 set_init_in_progress_flag(__guard* g, int v) in set_init_in_progress_flag()
229 acquire(__guard *g) in acquire()
243 int __cxa_guard_acquire (__guard *g) in __cxa_guard_acquire()
349 void __cxa_guard_abort (__guard *g) throw () in __cxa_guard_abort()
388 void __cxa_guard_release (__guard *g) throw () in __cxa_guard_release()
H A Deh_globals.cc77 __cxa_eh_globals* g = reinterpret_cast<__cxa_eh_globals*>(ptr); in eh_globals_dtor() local
114 __cxa_eh_globals* g; in __cxa_get_globals_fast() local
125 __cxa_eh_globals* g; in __cxa_get_globals() local
/dflybsd-src/sys/crypto/serpent/
H A Dserpent.c42 #define sb0(a,b,c,d,e,f,g,h) \ argument
61 #define ib0(a,b,c,d,e,f,g,h) \ argument
81 #define sb1(a,b,c,d,e,f,g,h) \ argument
100 #define ib1(a,b,c,d,e,f,g,h) \ argument
122 #define sb2(a,b,c,d,e,f,g,h) \ argument
143 #define ib2(a,b,c,d,e,f,g,h) \ argument
164 #define sb3(a,b,c,d,e,f,g,h) \ argument
212 #define ib3(a,b,c,d,e,f,g,h) \ argument
234 #define sb4(a,b,c,d,e,f,g,h) \ argument
254 #define ib4(a,b,c,d,e,f,g,h) \ argument
[all …]
/dflybsd-src/sys/sys/
H A Dioccom.h56 #define _IO(g,n) _IOC(IOC_VOID, (g), (n), 0) argument
57 #define _IOWINT(g,n) _IOC(IOC_VOID, (g), (n), sizeof(int)) argument
58 #define _IOR(g,n,t) _IOC(IOC_OUT, (g), (n), sizeof(t)) argument
59 #define _IOW(g,n,t) _IOC(IOC_IN, (g), (n), sizeof(t)) argument
61 #define _IOWR(g,n,t) _IOC(IOC_INOUT, (g), (n), sizeof(t)) argument
/dflybsd-src/contrib/ncurses/include/
H A Dnc_tparm.h56 #define TPARM_9(a,b,c,d,e,f,g,h,i,j) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d),TPARM_N(e),TPARM_N(f)… argument
59 #define TPARM_8(a,b,c,d,e,f,g,h,i) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d),TPARM_N(e),TPARM_N(f),T… argument
60 #define TPARM_7(a,b,c,d,e,f,g,h) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d),TPARM_N(e),TPARM_N(f),TPA… argument
61 #define TPARM_6(a,b,c,d,e,f,g) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d),TPARM_N(e),TPARM_N(f),TPARM… argument
69 #define TPARM_8(a,b,c,d,e,f,g,h,i) TPARM_9(a,b,c,d,e,f,g,h,i,0) argument
70 #define TPARM_7(a,b,c,d,e,f,g,h) TPARM_8(a,b,c,d,e,f,g,h,0) argument
71 #define TPARM_6(a,b,c,d,e,f,g) TPARM_7(a,b,c,d,e,f,g,0) argument
/dflybsd-src/contrib/ldns/
H A Dsha2.c330 #define ROUND256_0_TO_15(a,b,c,d,e,f,g,h) \ argument
341 #define ROUND256_0_TO_15(a,b,c,d,e,f,g,h) \ argument
350 #define ROUND256(a,b,c,d,e,f,g,h) \ argument
363 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; in ldns_sha256_Transform() local
422 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; in ldns_sha256_Transform() local
648 #define ROUND512_0_TO_15(a,b,c,d,e,f,g,h) \ argument
659 #define ROUND512_0_TO_15(a,b,c,d,e,f,g,h) \ argument
668 #define ROUND512(a,b,c,d,e,f,g,h) \ argument
681 sha2_word64 a, b, c, d, e, f, g, h, s0, s1; in ldns_sha512_Transform() local
737 sha2_word64 a, b, c, d, e, f, g, h, s0, s1; in ldns_sha512_Transform() local
/dflybsd-src/sys/crypto/sha2/
H A Dsha2.c340 #define ROUND256_0_TO_15(a,b,c,d,e,f,g,h) \ argument
351 #define ROUND256_0_TO_15(a,b,c,d,e,f,g,h) \ argument
360 #define ROUND256(a,b,c,d,e,f,g,h) \ argument
372 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; in SHA256_Transform() local
430 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; in SHA256_Transform() local
667 #define ROUND512_0_TO_15(a,b,c,d,e,f,g,h) \ argument
678 #define ROUND512_0_TO_15(a,b,c,d,e,f,g,h) \ argument
687 #define ROUND512(a,b,c,d,e,f,g,h) \ argument
699 sha2_word64 a, b, c, d, e, f, g, h, s0, s1; in SHA512_Transform() local
754 sha2_word64 a, b, c, d, e, f, g, h, s0, s1; in SHA512_Transform() local
/dflybsd-src/crypto/openssh/
H A Dsshbuf-getput-crypto.c60 get_ec(const u_char *d, size_t len, EC_POINT *v, const EC_GROUP *g) in get_ec()
74 sshbuf_get_ec(struct sshbuf *buf, EC_POINT *v, const EC_GROUP *g) in sshbuf_get_ec()
154 sshbuf_put_ec(struct sshbuf *buf, const EC_POINT *v, const EC_GROUP *g) in sshbuf_put_ec()
/dflybsd-src/contrib/ncurses/ncurses/base/
H A Dlib_color.c95 #define DATA(r,g,b) {r,g,b, 0,0,0, 0} argument
452 rgb2hls(int r, int g, int b, int *h, int *l, int *s) in rgb2hls()
709 _nc_init_color(SCREEN *sp, int color, int r, int g, int b) in _nc_init_color()
772 NCURSES_COLOR_T g, in init_color()
832 _nc_color_content(SCREEN *sp, int color, int *r, int *g, int *b) in _nc_color_content()
915 NCURSES_COLOR_T *g, in color_content()
1138 init_extended_color(int color, int r, int g, int b) in init_extended_color()
1146 extended_color_content(int color, int *r, int *g, int *b) in extended_color_content()
/dflybsd-src/contrib/gcc-4.7/libgcc/config/
H A Ddarwin-crt3.c322 add_routine (struct keymgr_atexit_list * g, in add_routine()
343 run_routines (struct keymgr_atexit_list *g, in run_routines()
382 struct keymgr_atexit_list *g; in cxa_atexit_wrapper() local
422 struct keymgr_atexit_list *g; in our_atexit() local
449 struct keymgr_atexit_list *g = get_globals (); in atexit_common() local

1234567891011