OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xdiv
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/midirecord/
midirecord.c
326
unsigned val = 0,
xdiv
;
local in function:midi_event_timer_wait_abs_to_output
338
xdiv
= cur_div - prev_div + prev_leftover;
341
prev_leftover =
xdiv
% round_beats;
342
xdiv
-= prev_leftover;
345
xdiv
, prev_leftover);
347
if (
xdiv
) {
348
while (
xdiv
) {
352
val |= (
xdiv
& 0x7f) | extra;
353
xdiv
>>= 7;
midirecord.c
326
unsigned val = 0,
xdiv
;
local in function:midi_event_timer_wait_abs_to_output
338
xdiv
= cur_div - prev_div + prev_leftover;
341
prev_leftover =
xdiv
% round_beats;
342
xdiv
-= prev_leftover;
345
xdiv
, prev_leftover);
347
if (
xdiv
) {
348
while (
xdiv
) {
352
val |= (
xdiv
& 0x7f) | extra;
353
xdiv
>>= 7;
/src/sys/net/
bpfjit.c
1148
const bool
xdiv
= BPF_OP(pc->code) == BPF_DIV;
local in function:emit_moddiv
1200
SLJIT_IMM,
xdiv
? SLJIT_FUNC_OFFSET(divide) :
bpfjit.c
1148
const bool
xdiv
= BPF_OP(pc->code) == BPF_DIV;
local in function:emit_moddiv
1200
SLJIT_IMM,
xdiv
? SLJIT_FUNC_OFFSET(divide) :
Completed in 26 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025