Searched refs:gc (Results 26 - 50 of 109) sorted by relevance

12345

/freebsd-12-stable/lib/libgeom/
H A Dgeom_xml2tree.c192 struct gconfig *gc; local
274 gc = calloc(1, sizeof *gc);
275 if (gc == NULL) {
283 gc->lg_name = strdup(name);
284 if (gc->lg_name == NULL) {
289 free(gc);
293 gc->lg_val = p;
294 LIST_INSERT_HEAD(c, gc, lg_config);
/freebsd-12-stable/contrib/lua/src/
H A Dlstate.h73 #define KGC_EMERGENCY 1 /* gc was forced by an allocation failure */
212 GCObject gc; /* common header */ member in union:GCUnion
239 check_exp(novariant((v)->tt) < LUA_TDEADKEY, (&(cast_u(v)->gc)))
/freebsd-12-stable/contrib/gcc/
H A Dtree-flow.h194 VEC(tree, gc) *may_aliases;
329 extern GTY(()) VEC(tree,gc) *modified_noreturn_calls;
351 static inline VEC(tree, gc) *may_aliases (tree);
433 extern GTY(()) VEC(tree,gc) *ssa_names;
925 void sort_vuses (VEC (tree, gc) *);
927 tree vn_lookup_or_add_with_vuses (tree, VEC (tree, gc) *);
929 void vn_add_with_vuses (tree, tree, VEC (tree, gc) *);
931 tree vn_lookup_with_vuses (tree, VEC (tree, gc) *);
H A Dfunction.h167 DEF_VEC_ALLOC_P(temp_slot_p,gc);
292 VEC(temp_slot_p,gc) *x_used_temp_slots;
351 VEC(tree,gc) *ib_boundaries_block;
H A Dbasic-block.h148 DEF_VEC_ALLOC_P(edge,gc);
220 VEC(edge,gc) *preds;
221 VEC(edge,gc) *succs;
286 DEF_VEC_ALLOC_P(basic_block,gc);
370 VEC(basic_block,gc) *x_basic_block_info;
383 VEC(basic_block,gc) *x_label_to_block_map;
660 VEC(edge,gc) **container;
663 static inline VEC(edge,gc) *
675 ei_start_1 (VEC(edge,gc) **ev)
688 ei_last_1 (VEC(edge,gc) **e
[all...]
H A Dreload.h158 extern GTY (()) VEC(rtx,gc) *reg_equiv_memory_loc_vec;
H A Dtree-cfgcleanup.c54 remove_fallthru_edge (VEC(edge,gc) *ev)
156 VEC(tree,gc) *modified_noreturn_calls;
H A Dc-pretty-print.h200 void pp_c_constructor_elts (c_pretty_printer *, VEC(constructor_elt,gc) *);
/freebsd-12-stable/usr.sbin/bhyve/
H A Dpci_fbuf.c327 extern void vga_render(struct bhyvegc *gc, void *arg);
330 pci_fbuf_render(struct bhyvegc *gc, void *arg) argument
340 vga_render(gc, sc->vgasc);
345 bhyvegc_resize(gc, sc->memregs.width, sc->memregs.height);
H A Dusb_mouse.c262 struct bhyvegc_image *gc; local
264 gc = console_get_image();
265 if (gc == NULL) {
289 sc->um_report.x = MOUSE_MAX_X * x / gc->width;
290 sc->um_report.y = MOUSE_MAX_Y * y / gc->height;
/freebsd-12-stable/lib/geom/part/
H A Dgeom_part.c232 struct gconfig *gc; local
234 LIST_FOREACH(gc, &gp->lg_config, lg_config) {
235 if (!strcmp(gc->lg_name, "wither"))
244 struct gconfig *gc; local
246 LIST_FOREACH(gc, &gp->lg_config, lg_config) {
247 if (!strcmp(gc->lg_name, cfg))
248 return (gc->lg_val);
256 struct gconfig *gc; local
258 LIST_FOREACH(gc, &pp->lg_config, lg_config) {
259 if (!strcmp(gc
302 struct gconfig *gc; local
[all...]
/freebsd-12-stable/crypto/openssh/
H A Dclientloop.c466 struct global_confirm *gc; local
468 if ((gc = TAILQ_FIRST(&global_confirms)) == NULL)
470 if (gc->cb != NULL)
471 gc->cb(ssh, type, seq, gc->ctx);
472 if (--gc->ref_count <= 0) {
473 TAILQ_REMOVE(&global_confirms, gc, entry);
474 explicit_bzero(gc, sizeof(*gc));
475 free(gc);
750 struct global_confirm *gc, *last_gc; local
[all...]
/freebsd-12-stable/sbin/mdconfig/
H A Dmdconfig.c425 struct gconf *gc; local
465 gc = &pp->lg_config;
466 type = geom_config_get(gc, "type");
469 file = geom_config_get(gc, "file");
484 length = geom_config_get(gc, "length");
492 label = geom_config_get(gc, "label");
/freebsd-12-stable/contrib/gcc/cp/
H A Drtti.c79 DEF_VEC_ALLOC_O(tinfo_s,gc);
98 VEC(tree,gc) *unemitted_tinfo_decls;
103 static GTY (()) VEC(tinfo_s,gc) *tinfo_descs;
150 unemitted_tinfo_decls = VEC_alloc (tree, gc, 124);
396 VEC_safe_push (tree, gc, unemitted_tinfo_decls, d);
1043 VEC(tree,gc) *base_accesses = BINFO_BASE_ACCESSES (binfo);
1216 VEC(tree,gc) *base_accesses = BINFO_BASE_ACCESSES (binfo);
1240 VEC_safe_grow (tinfo_s, gc, tinfo_descs, ix + 1);
1289 VEC_safe_grow (tinfo_s, gc, tinfo_descs, TK_FIXED);
H A Dsearch.c645 VEC(tree,gc) *accesses;
1341 VEC(tree,gc) *methods = CLASSTYPE_METHOD_VEC (class_type);
1372 VEC(tree,gc) *method_vec;
1686 VEC(tree,gc) *vbases;
1794 VEC(tree,gc) *vbases;
2027 VEC_safe_push (tree, gc, CLASSTYPE_PURE_VIRTUALS (type),
2303 VEC(tree,gc) *method_vec = CLASSTYPE_METHOD_VEC (BINFO_TYPE (binfo));
2556 VEC(tree,gc) *vbases;
H A Dclass.c88 VEC(tree,gc) *fns;
115 VEC(tree,gc) *local_classes;
910 VEC(tree,gc) *method_vec;
931 method_vec = VEC_alloc (tree, gc, 8);
1099 reallocated = VEC_reserve_exact (tree, gc, method_vec, 1);
1101 reallocated = VEC_reserve (tree, gc, method_vec, 1);
1700 VEC(tree,gc) *method_vec = (VEC(tree,gc) *) obj;
1732 VEC(tree,gc) *method_vec;
1979 VEC(tree_pair_s,gc) *indice
[all...]
/freebsd-12-stable/lib/libomp/
H A DMakefile69 LDFLAGS+= -Wl,--gc-sections
/freebsd-12-stable/stand/i386/loader/
H A DMakefile52 LDFLAGS+= -static ${LDFLAGS_ORG} -Wl,--gc-sections
/freebsd-12-stable/contrib/binutils/binutils/
H A Dresbin.c812 rc_group_cursor *gc; local
817 gc = (rc_group_cursor *) res_alloc (sizeof *gc);
819 gc->width = windres_get_16 (wrbfd, data, 2);
820 gc->height = windres_get_16 (wrbfd, data + 2, 2);
821 gc->planes = windres_get_16 (wrbfd, data + 4, 2);
822 gc->bits = windres_get_16 (wrbfd, data + 6, 2);
823 gc->bytes = windres_get_32 (wrbfd, data + 8, 4);
824 gc->index = windres_get_16 (wrbfd, data + 12, 2);
826 gc
1408 const rc_group_cursor *gc; local
[all...]
/freebsd-12-stable/sys/fs/nandfs/
H A Dnandfs_cleaner.c492 struct nandfs_node *gc; local
497 gc = nffsdev->nd_gc_node;
501 VOP_LOCK(NTOV(gc), LK_EXCLUSIVE);
512 VOP_UNLOCK(NTOV(gc), 0);
519 VOP_UNLOCK(NTOV(gc), 0);
H A Dnandfs_segment.c1125 struct nandfs_node *dat, *su, *ifile, *cp, *gc; local
1139 gc = fsdev->nd_gc_node;
1144 VOP_LOCK(NTOV(gc), LK_EXCLUSIVE);
1147 nandfs_iterate_system_vnode(gc, seginfo);
1218 VOP_UNLOCK(NTOV(gc), 0);
1232 NTOV(gc)->v_bufobj.bo_dirty.bv_cnt != 0 ||
1257 VOP_UNLOCK(NTOV(gc), 0);
1294 db_printf("system nodes: dat:%p cp:%p su:%p ifile:%p gc:%p\n",
/freebsd-12-stable/lib/clang/
H A Dllvm.build.mk109 LDFLAGS+= -Wl,--gc-sections
/freebsd-12-stable/contrib/bearssl/test/
H A Dtest_crypto.c7460 br_gcm_context gc; local
7472 br_gcm_init(&gc, &bc.vtable, br_ghash_ctmul32);
7480 br_gcm_reset(&gc, iv, iv_len);
7481 br_gcm_aad_inject(&gc, aad, aad_len);
7482 br_gcm_flip(&gc);
7483 br_gcm_run(&gc, 1, tmp, plain_len);
7484 br_gcm_get_tag(&gc, out);
7488 br_gcm_reset(&gc, iv, iv_len);
7489 br_gcm_aad_inject(&gc, aad, aad_len);
7490 br_gcm_flip(&gc);
[all...]
/freebsd-12-stable/contrib/binutils/include/coff/
H A Dxcoff.h372 bfd_boolean gc; member in struct:xcoff_link_hash_table
/freebsd-12-stable/gnu/usr.bin/grep/
H A Dkwset.c500 register int d, gc, i, len, md2; local
517 gc = U(sp[-2]);
547 if (U(tp[-2]) == gc)
566 if (U(tp[-2]) == gc)

Completed in 235 milliseconds

12345