HomeSort by: relevance | last modified time | path
    Searched defs:lbl (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/src/
UserLabel.cc 172 UserLabel *lbl = labels->fetch (i); local
173 char *s = lbl->dump ();
DbeSession.cc 2959 DbeSession::append (UserLabel *lbl)
2961 if (lbl->expr)
2965 userLabels->append (lbl);
2981 UserLabel *lbl = userLabels->fetch (i); local
2982 if (strcasecmp (lbl->name, name) == 0)
2983 return lbl;
3241 UserLabel *lbl = userLabels->fetch (i); local
3245 kwKeyword->append (dbe_strdup (lbl->name));
3246 kwFormula->append (dbe_strdup (lbl->str_expr));
3247 kwDescription->append (dbe_strdup (lbl->comment))
    [all...]
Experiment.cc 1991 UserLabel *lbl = new UserLabel (name); local
1992 lbl->comment = comment;
1993 lbl->hostname = hostName;
1994 lbl->start_sec = startSec;
1995 lbl->start_hrtime = startHrtime;
1996 exp->userLabels->append (lbl);
1999 lbl->all_times = all_times;
2000 lbl->start_tv = start_tv;
2001 lbl->relative = relative;
2003 lbl->atime = lbl_ts
2092 UserLabel *lbl = userLabels->fetch (i); local
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/src/
UserLabel.cc 172 UserLabel *lbl = labels->fetch (i); local
173 char *s = lbl->dump ();
DbeSession.cc 2959 DbeSession::append (UserLabel *lbl)
2961 if (lbl->expr)
2965 userLabels->append (lbl);
2981 UserLabel *lbl = userLabels->fetch (i); local
2982 if (strcasecmp (lbl->name, name) == 0)
2983 return lbl;
3241 UserLabel *lbl = userLabels->fetch (i); local
3245 kwKeyword->append (dbe_strdup (lbl->name));
3246 kwFormula->append (dbe_strdup (lbl->str_expr));
3247 kwDescription->append (dbe_strdup (lbl->comment))
    [all...]
Experiment.cc 1991 UserLabel *lbl = new UserLabel (name); local
1992 lbl->comment = comment;
1993 lbl->hostname = hostName;
1994 lbl->start_sec = startSec;
1995 lbl->start_hrtime = startHrtime;
1996 exp->userLabels->append (lbl);
1999 lbl->all_times = all_times;
2000 lbl->start_tv = start_tv;
2001 lbl->relative = relative;
2003 lbl->atime = lbl_ts
2092 UserLabel *lbl = userLabels->fetch (i); local
    [all...]
  /src/usr.sbin/ldpd/
label.c 275 int lbl; local
277 for (lbl = min_label; lbl <= max_label; lbl++) {
279 if (l->binding == lbl)
282 return lbl;
  /src/sys/arch/sgimips/stand/sgivol/
sgivol.c 81 struct disklabel lbl; variable in typeref:struct:disklabel
230 if (ioctl(fd, DIOCGDINFO, &lbl) == -1)
300 printf("disklabel shows %d sectors\n", lbl.d_secperunit);
344 volhdr->dp.dp_skew = lbl.d_trackskew;
352 volhdr->dp.dp_cyls = htobe16(lbl.d_ncylinders);
361 volhdr->dp.dp_trks0 = htobe16(lbl.d_ntracks);
362 volhdr->dp.dp_secs = htobe16(lbl.d_nsectors);
363 volhdr->dp.dp_secbytes = htobe16(lbl.d_secsize);
364 volhdr->dp.dp_interleave = htobe16(lbl.d_interleave);
371 volhdr->partitions[10].blocks = htobe32(lbl.d_secperunit)
    [all...]
  /src/external/gpl3/binutils/dist/libctf/
ctf-open.c 1105 ctf_lblent_t *lbl = start; local
1108 for (i = len / sizeof (struct ctf_lblent); i > 0; lbl++, i--)
1110 swap_thing (lbl->ctl_label);
1111 swap_thing (lbl->ctl_type);
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-open.c 1105 ctf_lblent_t *lbl = start; local
1108 for (i = len / sizeof (struct ctf_lblent); i > 0; lbl++, i--)
1110 swap_thing (lbl->ctl_label);
1111 swap_thing (lbl->ctl_type);
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
trees.c 2252 int o, ty, lbl, lbl2; local
2276 andorbr(p->n_left, -1, lbl = getlab());
2289 plabel( lbl);
2330 andorbr(r, -1, lbl = getlab());
2336 plabel( lbl);
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
trees.c 2180 int o, ty, lbl, lbl2; local
2204 andorbr(p->n_left, -1, lbl = getlab());
2217 plabel( lbl);
2258 andorbr(r, -1, lbl = getlab());
2264 plabel( lbl);

Completed in 84 milliseconds