Home
last modified time | relevance | path

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

12345678910>>...48

/netbsd/external/lgpl3/gmp/dist/tests/cxx/
H A Dt-prec.cc52 mpf_class g(1 / f, very_large_prec); in check_mpf() local
59 mpf_class g(0.0, very_large_prec); in check_mpf() local
67 mpf_class g(0.0, very_large_prec); in check_mpf() local
107 mpf_class g(0.0, very_large_prec); in check_mpf() local
115 mpf_class g(0.0, very_large_prec); in check_mpf() local
135 mpf_class g(0.0, very_large_prec); in check_mpf() local
141 mpf_class g(0.0, very_large_prec); in check_mpf() local
148 mpf_class g(0.0, very_large_prec); in check_mpf() local
169 mpf_class g(0.0, very_large_prec); in check_mpf() local
179 mpf_class g(0.0, very_large_prec); in check_mpf() local
[all …]
/netbsd/external/mit/lua/dist/src/
H A Dlgc.c74 #define makewhite(g,x) \ argument
212 global_State *g = G(L); in luaC_barrier_() local
234 global_State *g = G(L); in luaC_barrierback_() local
247 global_State *g = G(L); in luaC_fix() local
262 global_State *g = G(L); in luaC_newobjdt() local
827 global_State *g = G(L); in sweeplist() local
909 global_State *g = G(L); in GCTM() local
940 global_State *g = G(L); in runafewfinalizers() local
952 global_State *g = G(L); in callallpendingfinalizers() local
1021 global_State *g = G(L); in luaC_checkfinalizer() local
[all …]
H A Dlmem.c51 #define callfrealloc(g,block,os,ns) ((*g->frealloc)(g->ud, block, os, ns)) argument
62 #define cantryagain(g) (completestate(g) && !g->gcstopem) argument
73 static void *firsttry (global_State *g, void *block, size_t os, size_t ns) { in firsttry()
80 #define firsttry(g,block,os,ns) callfrealloc(g, block, os, ns) argument
155 global_State *g = G(L); in luaM_free_() local
168 global_State *g = G(L); in tryagain() local
182 global_State *g = G(L); in luaM_realloc_() local
209 global_State *g = G(L); in luaM_malloc_() local
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dtemplates.cc48 char g(char, const char, volatile char) in g() function
50 char g(R, char&, const char&, volatile char&) in g() function
52 char g(char*, const char*, volatile char*) in g() function
102 int g(int, const int, volatile int) in g() function
104 int g(R, int&, const int&, volatile int&) in g() function
106 int g(int*, const int*, volatile int*) in g() function
129 long g(long, const long, volatile long) in g() function
220 class c g(c, const c, volatile c) in g() function
222 c g(char, c&, const c&, volatile c&) in g() function
224 c g(c*, const c*, volatile c*) in g() function
[all …]
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dtemplates.cc48 char g(char, const char, volatile char) in g() function
50 char g(R, char&, const char&, volatile char&) in g() function
52 char g(char*, const char*, volatile char*) in g() function
102 int g(int, const int, volatile int) in g() function
104 int g(R, int&, const int&, volatile int&) in g() function
106 int g(int*, const int*, volatile int*) in g() function
129 long g(long, const long, volatile long) in g() function
220 class c g(c, const c, volatile c) in g() function
222 c g(char, c&, const c&, volatile c&) in g() function
224 c g(c*, const c*, volatile c*) in g() function
[all …]
/netbsd/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_globals.cc35 const Global *g; member
45 Global g; member
64 ALWAYS_INLINE void PoisonRedZones(const Global &g) { in PoisonRedZones()
98 static u32 FindRegistrationSite(const Global *g) { in FindRegistrationSite()
115 const Global &g = *l->g; in GetGlobalsForAddress() local
190 static inline bool UseODRIndicator(const Global *g) { in UseODRIndicator()
197 static void RegisterGlobal(const Global *g) { in RegisterGlobal()
239 static void UnregisterGlobal(const Global *g) { in UnregisterGlobal()
267 const Global *g = &dyn_g.g; in StopInitOrderChecking() local
434 const Global *g = &dyn_g.g; in __asan_before_dynamic_init() local
[all …]
/netbsd/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_globals.cc33 const Global *g; member
43 Global g; member
62 ALWAYS_INLINE void PoisonRedZones(const Global &g) { in PoisonRedZones()
94 static u32 FindRegistrationSite(const Global *g) { in FindRegistrationSite()
111 const Global &g = *l->g; in GetGlobalsForAddress() local
170 static inline bool UseODRIndicator(const Global *g) { in UseODRIndicator()
179 static void RegisterGlobal(const Global *g) { in RegisterGlobal()
219 static void UnregisterGlobal(const Global *g) { in UnregisterGlobal()
247 const Global *g = &dyn_g.g; in StopInitOrderChecking() local
414 const Global *g = &dyn_g.g; in __asan_before_dynamic_init() local
[all …]
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_globals.cc33 const Global *g; member
43 Global g; member
62 ALWAYS_INLINE void PoisonRedZones(const Global &g) { in PoisonRedZones()
94 static u32 FindRegistrationSite(const Global *g) { in FindRegistrationSite()
111 const Global &g = *l->g; in GetGlobalsForAddress() local
170 static inline bool UseODRIndicator(const Global *g) { in UseODRIndicator()
179 static void RegisterGlobal(const Global *g) { in RegisterGlobal()
219 static void UnregisterGlobal(const Global *g) { in UnregisterGlobal()
247 const Global *g = &dyn_g.g; in StopInitOrderChecking() local
414 const Global *g = &dyn_g.g; in __asan_before_dynamic_init() local
[all …]
/netbsd/external/bsd/wpa/dist/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()
/netbsd/external/gpl3/gcc/dist/gcc/
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 Dgraphds.cc29 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 Dddg.c347 build_inter_loop_deps (ddg_ptr g) in build_inter_loop_deps()
440 build_intra_loop_deps (ddg_ptr g) in build_intra_loop_deps()
520 ddg_ptr g; in create_ddg() local
611 free_ddg (ddg_ptr g) in free_ddg()
662 print_ddg (FILE *file, ddg_ptr g) in print_ddg()
686 vcg_print_ddg (FILE *file, ddg_ptr g) in vcg_print_ddg()
809 create_scc (ddg_ptr g, sbitmap nodes, int id) in create_scc()
858 add_backarc_to_ddg (ddg_ptr g, ddg_edge_ptr e) in add_backarc_to_ddg()
889 get_node_of_insn (ddg_ptr g, rtx_insn *insn) in get_node_of_insn()
951 order_sccs (ddg_all_sccs_ptr g) in order_sccs()
[all …]
H A Dddg.cc347 build_inter_loop_deps (ddg_ptr g) in build_inter_loop_deps()
440 build_intra_loop_deps (ddg_ptr g) in build_intra_loop_deps()
520 ddg_ptr g; in create_ddg() local
611 free_ddg (ddg_ptr g) in free_ddg()
662 print_ddg (FILE *file, ddg_ptr g) in print_ddg()
686 vcg_print_ddg (FILE *file, ddg_ptr g) in vcg_print_ddg()
809 create_scc (ddg_ptr g, sbitmap nodes, int id) in create_scc()
858 add_backarc_to_ddg (ddg_ptr g, ddg_edge_ptr e) in add_backarc_to_ddg()
889 get_node_of_insn (ddg_ptr g, rtx_insn *insn) in get_node_of_insn()
951 order_sccs (ddg_all_sccs_ptr g) in order_sccs()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/
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 Dddg.c347 build_inter_loop_deps (ddg_ptr g) in build_inter_loop_deps()
440 build_intra_loop_deps (ddg_ptr g) in build_intra_loop_deps()
520 ddg_ptr g; in create_ddg() local
611 free_ddg (ddg_ptr g) in free_ddg()
662 print_ddg (FILE *file, ddg_ptr g) in print_ddg()
686 vcg_print_ddg (FILE *file, ddg_ptr g) in vcg_print_ddg()
809 create_scc (ddg_ptr g, sbitmap nodes, int id) in create_scc()
858 add_backarc_to_ddg (ddg_ptr g, ddg_edge_ptr e) in add_backarc_to_ddg()
889 get_node_of_insn (ddg_ptr g, rtx_insn *insn) in get_node_of_insn()
951 order_sccs (ddg_all_sccs_ptr g) in order_sccs()
[all …]
/netbsd/external/gpl3/gcc.old/dist/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()
/netbsd/external/gpl3/gcc/dist/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()
366 void __cxa_guard_abort (__guard *g) noexcept in __cxa_guard_abort()
413 void __cxa_guard_release (__guard *g) noexcept in __cxa_guard_release()
/netbsd/external/bsd/libevent/dist/
H A Dbufferevent_ratelim.c150 struct timeval g; in ev_token_bucket_cfg_new() local
187 #define LOCK_GROUP(g) EVLOCK_LOCK((g)->lock, 0) argument
188 #define UNLOCK_GROUP(g) EVLOCK_UNLOCK((g)->lock, 0) argument
208 #define GROUP_SUSPENDED(g) \ in bufferevent_get_rlim_max_() argument
231 struct bufferevent_rate_limit_group *g = in bufferevent_get_rlim_max_() local
533 struct bufferevent_rate_limit_group *g = arg; in bev_group_refill_callback_() local
643 struct bufferevent_rate_limit_group *g; in bufferevent_rate_limit_group_new() local
675 struct bufferevent_rate_limit_group *g, in bufferevent_rate_limit_group_set_cfg()
706 struct bufferevent_rate_limit_group *g, in bufferevent_rate_limit_group_set_min_share()
738 struct bufferevent_rate_limit_group *g) in bufferevent_add_to_rate_limit_group()
[all …]
/netbsd/external/bsd/ntp/dist/sntp/libevent/
H A Dbufferevent_ratelim.c150 struct timeval g; in ev_token_bucket_cfg_new() local
187 #define LOCK_GROUP(g) EVLOCK_LOCK((g)->lock, 0) argument
188 #define UNLOCK_GROUP(g) EVLOCK_UNLOCK((g)->lock, 0) argument
208 #define GROUP_SUSPENDED(g) \ in bufferevent_get_rlim_max_() argument
231 struct bufferevent_rate_limit_group *g = in bufferevent_get_rlim_max_() local
533 struct bufferevent_rate_limit_group *g = arg; in bev_group_refill_callback_() local
644 struct bufferevent_rate_limit_group *g; in bufferevent_rate_limit_group_new() local
676 struct bufferevent_rate_limit_group *g, in bufferevent_rate_limit_group_set_cfg()
707 struct bufferevent_rate_limit_group *g, in bufferevent_rate_limit_group_set_min_share()
739 struct bufferevent_rate_limit_group *g) in bufferevent_add_to_rate_limit_group()
[all …]
/netbsd/external/mpl/dhcp/dist/omapip/
H A Dgeneric.c54 omapi_generic_object_t *g; in omapi_generic_set_value() local
179 omapi_generic_object_t *g; in omapi_generic_get_value() local
210 omapi_generic_object_t *g; in omapi_generic_destroy() local
250 omapi_object_t *g) in omapi_generic_stuff_values()
294 omapi_generic_object_t *g; in omapi_generic_clear_flags() local
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_bvgraph_test.cc33 void PrintGraph(const G &g) { in PrintGraph()
53 void checkSameAs(G *g) { in checkSameAs()
71 BVGraph<BV> g; in BasicTest() local
120 BVGraph<BV> g; in RemoveEdges() local
167 BVGraph<BV> g; in Test_isReachable() local
223 BVGraph<BV> g; in LongCycle() local
268 BVGraph<BV> g; in ShortestPath() local
307 BVGraph<BV> g; in RunAddEdgesTest() local
/netbsd/external/gpl3/gdb/dist/ld/testsuite/ld-powerpc/
H A Daix-glink-3a.s5 .g: label
10 g: .long .g,TOC[tc0],0 label
/netbsd/external/gpl3/gdb.old/dist/ld/testsuite/ld-powerpc/
H A Daix-glink-3a.s5 .g: label
10 g: .long .g,TOC[tc0],0 label
/netbsd/external/lgpl3/gmp/dist/mpz/
H A Dgcd.c37 mpz_gcd (mpz_ptr g, mpz_srcptr u, mpz_srcptr v) in mpz_gcd()
78 MPZ_NEWALLOC (g, 1)[0] = mpn_gcd_1 (vp, vsize, up[0]); in mpz_gcd() local
85 MPZ_NEWALLOC (g, 1)[0] = mpn_gcd_1 (up, usize, vp[0]); in mpz_gcd() local

12345678910>>...48