Home
last modified time | relevance | path

Searched refs:start_f (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DUserLabel.cc37 start_f = stop_f = false; in UserLabel()
59 if (!start_f && !stop_f) in gen_expr()
68 if (start_f) in gen_expr()
91 start_f = stop_f = false; in gen_expr()
H A DUserLabel.h49 bool start_f, stop_f; variable
H A DExperiment.cc2104 if (!ulbl->start_f) in read_labels_file()
2106 ulbl->start_f = true; in read_labels_file()
2112 if (!ulbl->start_f) in read_labels_file()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DUserLabel.cc37 start_f = stop_f = false; in UserLabel()
59 if (!start_f && !stop_f) in gen_expr()
68 if (start_f) in gen_expr()
91 start_f = stop_f = false; in gen_expr()
H A DUserLabel.h49 bool start_f, stop_f; variable
H A DExperiment.cc2106 if (!ulbl->start_f) in read_labels_file()
2108 ulbl->start_f = true; in read_labels_file()
2114 if (!ulbl->start_f) in read_labels_file()
/netbsd-src/usr.bin/cdplay/
H A Dcdplay.c1216 play_msf(u_int start_m, u_int start_s, u_int start_f, u_int end_m, u_int end_s, in play_msf() argument
1223 return play_digital(msf2lba(start_m, start_s, start_f), in play_msf()
1227 a.start_f = start_f; in play_msf()
/netbsd-src/sys/dev/scsipi/
H A Dscsipi_cd.h58 u_int8_t start_f; member
H A Dcd.c1247 args->start_f, args->end_m, args->end_s, args->end_f)); in cdioctl()
1705 cmd.start_f = startf; in cd_play_msf()
/netbsd-src/sys/sys/
H A Dcdio.h240 u_char start_f; member
/netbsd-src/sys/compat/linux/common/
H A Dlinux_cdrom.c163 t_msf.start_f = l_msf.cdmsf_frame0; in linux_ioctl_cdrom()
/netbsd-src/sys/dev/isa/
H A Dmcd.c1701 p->start_m, p->start_s, p->start_f, in mcd_playmsf()
1704 if ((p->start_m * 60 * 75 + p->start_s * 75 + p->start_f) >= in mcd_playmsf()
1715 mbx.cmd.data.play.start_msf[2] = bin2bcd(p->start_f); in mcd_playmsf()