Home
last modified time | relevance | path

Searched refs:from_sector (Results 1 – 25 of 60) sorted by relevance

123

/dports/audio/goobox/goobox-3.6.0/src/
H A Dtrack-info.c34 gint64 from_sector, in track_info_new() argument
47 track->from_sector = from_sector; in track_info_new()
49 track->sectors = track->to_sector - track->from_sector; in track_info_new()
51 track->from_time = TO_TIME (from_sector); in track_info_new()
109 dest = track_info_new (src->number, src->from_sector, src->to_sector); in track_info_copy()
H A Dtrack-info.h33 gint64 from_sector, to_sector; member
45 gint64 from_sector,
H A Dmetadata.c351 gint64 from_sector; in get_cd_info_from_device_thread() local
354 from_sector = discid_get_track_offset (disc, i); in get_cd_info_from_device_thread()
357 … [MB] Track %d: [%"G_GINT64_FORMAT", %"G_GINT64_FORMAT"]\n", i, from_sector, from_sector + n_secto… in get_cd_info_from_device_thread()
359 …tracks = g_list_prepend (tracks, track_info_new (i - first_track, from_sector, from_sector + n_sec… in get_cd_info_from_device_thread()
/dports/sysutils/cdrkit/cdrkit-1.1.11/icedax/
H A Dioctl.c379 static int Play_at_cooked(SCSI *x, unsigned int from_sector,
381 static int Play_at_cooked(SCSI *x, unsigned int from_sector,
389 from_sector, from_sector+sectors-1);
394 cmsf.cdmsf_min0 = (from_sector + 150) / (60*75);
395 cmsf.cdmsf_sec0 = ((from_sector + 150) / 75) % 60;
396 cmsf.cdmsf_frame0 = (from_sector + 150) % 75;
397 cmsf.cdmsf_min1 = (from_sector + 150 + sectors) / (60*75);
398 cmsf.cdmsf_sec1 = ((from_sector + 150 + sectors) / 75) % 60;
399 cmsf.cdmsf_frame1 = (from_sector + 150 + sectors) % 75;
H A Dinterface.c115 int (*Play_at)(SCSI *usalp, unsigned int from_sector, unsigned int sectors);
758 static int Play_at_sim(SCSI *x, unsigned int from_sector, unsigned int sectors);
759 static int Play_at_sim(SCSI *x, unsigned int from_sector, unsigned int sectors) in Play_at_sim() argument
761 sim_pos = from_sector*CD_FRAMESAMPLES; in Play_at_sim()
/dports/sysutils/genisoimage/cdrkit-1.1.11/icedax/
H A Dioctl.c379 static int Play_at_cooked(SCSI *x, unsigned int from_sector,
381 static int Play_at_cooked(SCSI *x, unsigned int from_sector,
389 from_sector, from_sector+sectors-1);
394 cmsf.cdmsf_min0 = (from_sector + 150) / (60*75);
395 cmsf.cdmsf_sec0 = ((from_sector + 150) / 75) % 60;
396 cmsf.cdmsf_frame0 = (from_sector + 150) % 75;
397 cmsf.cdmsf_min1 = (from_sector + 150 + sectors) / (60*75);
398 cmsf.cdmsf_sec1 = ((from_sector + 150 + sectors) / 75) % 60;
399 cmsf.cdmsf_frame1 = (from_sector + 150 + sectors) % 75;
/dports/devel/sunpromake/schily-2021-09-18/cdda2wav/
H A Dioctl.c460 static int Play_at_cooked __PR((SCSI *x, unsigned int from_sector,
463 Play_at_cooked(x, from_sector, sectors)
465 unsigned int from_sector; local
474 from_sector, from_sector+sectors-1);
478 cmsf.cdmsf_min0 = (from_sector + 150) / (60*75);
479 cmsf.cdmsf_sec0 = ((from_sector + 150) / 75) % 60;
480 cmsf.cdmsf_frame0 = (from_sector + 150) % 75;
481 cmsf.cdmsf_min1 = (from_sector + 150 + sectors) / (60*75);
482 cmsf.cdmsf_sec1 = ((from_sector + 150 + sectors) / 75) % 60;
483 cmsf.cdmsf_frame1 = (from_sector + 150 + sectors) % 75;
H A Dinterface.c123 int (*Play_at) __PR((SCSI *scgp, unsigned int from_sector,
950 static int Play_at_sim __PR((SCSI *x, unsigned int from_sector,
953 Play_at_sim(x, from_sector, sectors) in Play_at_sim() argument
955 unsigned int from_sector;
958 sim_pos = from_sector*CD_FRAMESAMPLES;
/dports/devel/smake/schily-2021-09-18/cdda2wav/
H A Dioctl.c460 static int Play_at_cooked __PR((SCSI *x, unsigned int from_sector,
463 Play_at_cooked(x, from_sector, sectors)
465 unsigned int from_sector; local
474 from_sector, from_sector+sectors-1);
478 cmsf.cdmsf_min0 = (from_sector + 150) / (60*75);
479 cmsf.cdmsf_sec0 = ((from_sector + 150) / 75) % 60;
480 cmsf.cdmsf_frame0 = (from_sector + 150) % 75;
481 cmsf.cdmsf_min1 = (from_sector + 150 + sectors) / (60*75);
482 cmsf.cdmsf_sec1 = ((from_sector + 150 + sectors) / 75) % 60;
483 cmsf.cdmsf_frame1 = (from_sector + 150 + sectors) % 75;
H A Dinterface.c123 int (*Play_at) __PR((SCSI *scgp, unsigned int from_sector,
950 static int Play_at_sim __PR((SCSI *x, unsigned int from_sector,
953 Play_at_sim(x, from_sector, sectors) in Play_at_sim() argument
955 unsigned int from_sector;
958 sim_pos = from_sector*CD_FRAMESAMPLES;
/dports/devel/sccs/schily-2021-09-18/cdda2wav/
H A Dioctl.c460 static int Play_at_cooked __PR((SCSI *x, unsigned int from_sector,
463 Play_at_cooked(x, from_sector, sectors)
465 unsigned int from_sector; local
474 from_sector, from_sector+sectors-1);
478 cmsf.cdmsf_min0 = (from_sector + 150) / (60*75);
479 cmsf.cdmsf_sec0 = ((from_sector + 150) / 75) % 60;
480 cmsf.cdmsf_frame0 = (from_sector + 150) % 75;
481 cmsf.cdmsf_min1 = (from_sector + 150 + sectors) / (60*75);
482 cmsf.cdmsf_sec1 = ((from_sector + 150 + sectors) / 75) % 60;
483 cmsf.cdmsf_frame1 = (from_sector + 150 + sectors) % 75;
H A Dinterface.c123 int (*Play_at) __PR((SCSI *scgp, unsigned int from_sector,
950 static int Play_at_sim __PR((SCSI *x, unsigned int from_sector,
953 Play_at_sim(x, from_sector, sectors) in Play_at_sim() argument
955 unsigned int from_sector;
958 sim_pos = from_sector*CD_FRAMESAMPLES;
/dports/devel/schilybase/schily-2021-09-18/cdda2wav/
H A Dioctl.c460 static int Play_at_cooked __PR((SCSI *x, unsigned int from_sector,
463 Play_at_cooked(x, from_sector, sectors)
465 unsigned int from_sector; local
474 from_sector, from_sector+sectors-1);
478 cmsf.cdmsf_min0 = (from_sector + 150) / (60*75);
479 cmsf.cdmsf_sec0 = ((from_sector + 150) / 75) % 60;
480 cmsf.cdmsf_frame0 = (from_sector + 150) % 75;
481 cmsf.cdmsf_min1 = (from_sector + 150 + sectors) / (60*75);
482 cmsf.cdmsf_sec1 = ((from_sector + 150 + sectors) / 75) % 60;
483 cmsf.cdmsf_frame1 = (from_sector + 150 + sectors) % 75;
H A Dinterface.c123 int (*Play_at) __PR((SCSI *scgp, unsigned int from_sector,
950 static int Play_at_sim __PR((SCSI *x, unsigned int from_sector,
953 Play_at_sim(x, from_sector, sectors) in Play_at_sim() argument
955 unsigned int from_sector;
958 sim_pos = from_sector*CD_FRAMESAMPLES;
/dports/net/rscsi/schily-2021-09-18/cdda2wav/
H A Dioctl.c460 static int Play_at_cooked __PR((SCSI *x, unsigned int from_sector,
463 Play_at_cooked(x, from_sector, sectors)
465 unsigned int from_sector; local
474 from_sector, from_sector+sectors-1);
478 cmsf.cdmsf_min0 = (from_sector + 150) / (60*75);
479 cmsf.cdmsf_sec0 = ((from_sector + 150) / 75) % 60;
480 cmsf.cdmsf_frame0 = (from_sector + 150) % 75;
481 cmsf.cdmsf_min1 = (from_sector + 150 + sectors) / (60*75);
482 cmsf.cdmsf_sec1 = ((from_sector + 150 + sectors) / 75) % 60;
483 cmsf.cdmsf_frame1 = (from_sector + 150 + sectors) % 75;
H A Dinterface.c123 int (*Play_at) __PR((SCSI *scgp, unsigned int from_sector,
950 static int Play_at_sim __PR((SCSI *x, unsigned int from_sector,
953 Play_at_sim(x, from_sector, sectors) in Play_at_sim() argument
955 unsigned int from_sector;
958 sim_pos = from_sector*CD_FRAMESAMPLES;
/dports/archivers/star/schily-2021-09-18/cdda2wav/
H A Dioctl.c460 static int Play_at_cooked __PR((SCSI *x, unsigned int from_sector,
463 Play_at_cooked(x, from_sector, sectors)
465 unsigned int from_sector; local
474 from_sector, from_sector+sectors-1);
478 cmsf.cdmsf_min0 = (from_sector + 150) / (60*75);
479 cmsf.cdmsf_sec0 = ((from_sector + 150) / 75) % 60;
480 cmsf.cdmsf_frame0 = (from_sector + 150) % 75;
481 cmsf.cdmsf_min1 = (from_sector + 150 + sectors) / (60*75);
482 cmsf.cdmsf_sec1 = ((from_sector + 150 + sectors) / 75) % 60;
483 cmsf.cdmsf_frame1 = (from_sector + 150 + sectors) % 75;
H A Dinterface.c123 int (*Play_at) __PR((SCSI *scgp, unsigned int from_sector,
950 static int Play_at_sim __PR((SCSI *x, unsigned int from_sector,
953 Play_at_sim(x, from_sector, sectors) in Play_at_sim() argument
955 unsigned int from_sector;
958 sim_pos = from_sector*CD_FRAMESAMPLES;
/dports/sysutils/cdrtools/schily-2021-09-18/cdda2wav/
H A Dioctl.c460 static int Play_at_cooked __PR((SCSI *x, unsigned int from_sector,
463 Play_at_cooked(x, from_sector, sectors)
465 unsigned int from_sector; local
474 from_sector, from_sector+sectors-1);
478 cmsf.cdmsf_min0 = (from_sector + 150) / (60*75);
479 cmsf.cdmsf_sec0 = ((from_sector + 150) / 75) % 60;
480 cmsf.cdmsf_frame0 = (from_sector + 150) % 75;
481 cmsf.cdmsf_min1 = (from_sector + 150 + sectors) / (60*75);
482 cmsf.cdmsf_sec1 = ((from_sector + 150 + sectors) / 75) % 60;
483 cmsf.cdmsf_frame1 = (from_sector + 150 + sectors) % 75;
H A Dinterface.c123 int (*Play_at) __PR((SCSI *scgp, unsigned int from_sector,
950 static int Play_at_sim __PR((SCSI *x, unsigned int from_sector,
953 Play_at_sim(x, from_sector, sectors) in Play_at_sim() argument
955 unsigned int from_sector;
958 sim_pos = from_sector*CD_FRAMESAMPLES;
/dports/editors/ved/schily-2021-09-18/cdda2wav/
H A Dioctl.c460 static int Play_at_cooked __PR((SCSI *x, unsigned int from_sector,
463 Play_at_cooked(x, from_sector, sectors)
465 unsigned int from_sector; local
474 from_sector, from_sector+sectors-1);
478 cmsf.cdmsf_min0 = (from_sector + 150) / (60*75);
479 cmsf.cdmsf_sec0 = ((from_sector + 150) / 75) % 60;
480 cmsf.cdmsf_frame0 = (from_sector + 150) % 75;
481 cmsf.cdmsf_min1 = (from_sector + 150 + sectors) / (60*75);
482 cmsf.cdmsf_sec1 = ((from_sector + 150 + sectors) / 75) % 60;
483 cmsf.cdmsf_frame1 = (from_sector + 150 + sectors) % 75;
H A Dinterface.c123 int (*Play_at) __PR((SCSI *scgp, unsigned int from_sector,
950 static int Play_at_sim __PR((SCSI *x, unsigned int from_sector,
953 Play_at_sim(x, from_sector, sectors) in Play_at_sim() argument
955 unsigned int from_sector;
958 sim_pos = from_sector*CD_FRAMESAMPLES;
/dports/sysutils/schilyutils/schily-2021-09-18/cdda2wav/
H A Dioctl.c460 static int Play_at_cooked __PR((SCSI *x, unsigned int from_sector,
463 Play_at_cooked(x, from_sector, sectors)
465 unsigned int from_sector; local
474 from_sector, from_sector+sectors-1);
478 cmsf.cdmsf_min0 = (from_sector + 150) / (60*75);
479 cmsf.cdmsf_sec0 = ((from_sector + 150) / 75) % 60;
480 cmsf.cdmsf_frame0 = (from_sector + 150) % 75;
481 cmsf.cdmsf_min1 = (from_sector + 150 + sectors) / (60*75);
482 cmsf.cdmsf_sec1 = ((from_sector + 150 + sectors) / 75) % 60;
483 cmsf.cdmsf_frame1 = (from_sector + 150 + sectors) % 75;
H A Dinterface.c123 int (*Play_at) __PR((SCSI *scgp, unsigned int from_sector,
950 static int Play_at_sim __PR((SCSI *x, unsigned int from_sector,
953 Play_at_sim(x, from_sector, sectors) in Play_at_sim() argument
955 unsigned int from_sector;
958 sim_pos = from_sector*CD_FRAMESAMPLES;
/dports/sysutils/dvdisaster/dvdisaster-0.79.5/
H A Ddebug.c1133 guint64 from_sector, to_sector, sectors; in CopySector() local
1148 from_sector = atoll(arg); in CopySector()
1164 if(from_sector<0 || from_sector>sectors-1) in CopySector()
1178 from_sector, from_path, to_sector, to_path); in CopySector()
1180 if(!LargeSeek(from, (gint64)(2048*from_sector))) in CopySector()
1182 from_sector, strerror(errno)); in CopySector()
1186 from_sector, strerror(errno)); in CopySector()

123