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

  /src/usr.bin/midirecord/
midirecord.c 74 static unsigned round_beats = 1; variable in typeref:typename:unsigned
148 decode_uint(optarg, &round_beats);
149 if (round_beats == 0)
150 errx(1, "-R <round_beats> must be a positive integer");
339 if (round_beats != 1) {
341 prev_leftover = xdiv % round_beats;
midirecord.c 74 static unsigned round_beats = 1; variable in typeref:typename:unsigned
148 decode_uint(optarg, &round_beats);
149 if (round_beats == 0)
150 errx(1, "-R <round_beats> must be a positive integer");
339 if (round_beats != 1) {
341 prev_leftover = xdiv % round_beats;

Completed in 25 milliseconds