| /dragonfly/contrib/gcc-8.0/libgcc/ |
| HD | libgcov-driver-system.c | 132 allocate_filename_struct (struct gcov_filename *gf) in allocate_filename_struct() argument 149 gf->strip = strip; in allocate_filename_struct() 161 if (!prefix_length && gf->strip) in allocate_filename_struct() 166 gf->prefix = prefix_length; in allocate_filename_struct() 169 gf->filename = (char *) xmalloc (gf->max_length + prefix_length + 2); in allocate_filename_struct() 171 memcpy (gf->filename, gcov_prefix, prefix_length); in allocate_filename_struct() 179 struct gcov_filename *gf) in gcov_exit_open_gcda_file() argument 182 char *dst = gf->filename + gf->prefix; in gcov_exit_open_gcda_file() 188 if (gf->strip > 0) in gcov_exit_open_gcda_file() 199 for (level = gf->strip; *probe && level; probe++) in gcov_exit_open_gcda_file() [all …]
|
| HD | libgcov-driver.c | 762 dump_one_gcov (struct gcov_info *gi_ptr, struct gcov_filename *gf, in dump_one_gcov() argument 778 error = gcov_exit_open_gcda_file (gi_ptr, gf); in dump_one_gcov() 788 gcov_error ("profiling:%s:Not a gcov data file\n", gf->filename); in dump_one_gcov() 791 error = merge_one_data (gf->filename, gi_ptr, &prg, this_prg, in dump_one_gcov() 805 error = merge_summary (gf->filename, run_counted, gi_ptr, &prg, this_prg, in dump_one_gcov() 821 gf->filename); in dump_one_gcov() 836 struct gcov_filename gf; in gcov_do_dump() local 841 crc32 = compute_summary (list, &this_prg, &gf.max_length); in gcov_do_dump() 843 allocate_filename_struct (&gf); in gcov_do_dump() 850 dump_one_gcov (gi_ptr, &gf, run_counted, crc32, &all_prg, &this_prg); in gcov_do_dump() [all …]
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | et-forest.c | 303 struct et_occ *f, *gf, *ggf; in et_splay() local 318 gf = f->parent; in et_splay() 320 if (!gf) in et_splay() 351 gf_depth = gf->depth; in et_splay() 354 occ->min_occ = gf->min_occ; in et_splay() 355 occ->min = gf->min; in et_splay() 357 ggf = gf->parent; in et_splay() 359 if (gf->prev == f) in et_splay() 364 set_prev (gf, f->next); in et_splay() 367 set_next (f, gf); in et_splay() [all …]
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | et-forest.c | 304 struct et_occ *f, *gf, *ggf; in et_splay() local 319 gf = f->parent; in et_splay() 321 if (!gf) in et_splay() 352 gf_depth = gf->depth; in et_splay() 355 occ->min_occ = gf->min_occ; in et_splay() 356 occ->min = gf->min; in et_splay() 358 ggf = gf->parent; in et_splay() 360 if (gf->prev == f) in et_splay() 365 set_prev (gf, f->next); in et_splay() 368 set_next (f, gf); in et_splay() [all …]
|
| /dragonfly/usr.sbin/chkgrp/ |
| HD | chkgrp.c | 59 FILE *gf; in main() local 75 if ((gf = fopen(gfn, "r")) == NULL) in main() 80 if ((line = fgetln(gf, &len)) == NULL) in main() 161 if (ferror(gf)) in main() 165 fclose(gf); in main()
|
| /dragonfly/contrib/nvi2/regex/ |
| HD | engine.c | 140 const sopno gf = g->firststate+1; /* +1 for OEND */ in matcher() local 185 endp = fast(m, start, stop, gf, gl); in matcher() 197 endp = slow(m, m->coldp, stop, gf, gl); in matcher() 218 dp = dissect(m, m->coldp, endp, gf, gl); in matcher() 229 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0); in matcher() 241 endp = slow(m, m->coldp, endp-1, gf, gl); in matcher() 252 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0); in matcher()
|
| /dragonfly/sys/netgraph7/bluetooth/include/ |
| HD | ng_hci.h | 310 #define NG_HCI_OPCODE(gf,cf) ((((gf) & 0x3f) << 10) | ((cf) & 0x3ff)) argument
|
| /dragonfly/sys/netbt/ |
| HD | hci.h | 378 #define HCI_OPCODE(gf,cf) ((((gf) & 0x3f) << 10) | ((cf) & 0x3ff)) argument
|
| /dragonfly/contrib/file/magic/Magdir/ |
| HD | animation | 60 >8 string 3gf \b, MPEG v4 system, 3GPP
|
| /dragonfly/contrib/ncurses/misc/ |
| HD | terminfo.src | 1332 rmso=\E), rmul=\E], rs1=\ER, setb=\E@%p1%Pb%gb%gf%d%d, 1333 setf=\E@%p1%Pf%gb%gf%d%d, sgr0=\E}\E]\E>\E), smcup=\Ei,
|