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

  /src/external/mpl/bind/dist/lib/dns/
rrl.c 75 int divisions, tries; local
93 divisions = 0;
98 ++divisions;
109 "%d hash_divisor() divisions in %d tries"
111 divisions, tries, result, initial);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rrl.c 97 int divisions, tries; local
115 divisions = 0;
120 ++divisions;
131 "%d hash_divisor() divisions in %d tries"
133 divisions, tries, result, initial);
  /src/sys/sys/
midiio.h 440 uint32_t divisions; member in struct:__anon7620::__anon7624
645 * Wait until the specified number of divisions from the timer start
646 * (abs) or the preceding event (rel). The number of divisions to a
651 * (MIDI clocks per minute)/24. The timebase is the number of divisions
652 * in a beat--that is, the number of divisions that make up 24 MIDI
653 * clocks--so the timebase is 24*(divisions per MIDI clock). The MThd
656 * tracks are in terms of divisions, and can be used as WAIT_REL
659 e = SEQ_MK_TIMING(WAIT_ABS, .divisions=192);
660 e = SEQ_MK_TIMING(WAIT_REL, .divisions=192);

Completed in 27 milliseconds