Searched refs:periods (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dledger.c533 uint64_t elapsed, period, periods; local
560 * See how many refill periods have passed since we last
572 * periods elapsing.
574 periods = 0;
575 while ((periods < 2) && (elapsed > 0)) {
576 periods++;
585 periods = (now - le->_le.le_refill.le_last_refill) / period;
588 due = periods * le->le_limit;
606 le->_le.le_refill.le_last_refill += (le->_le.le_refill.le_refill_period * periods);
610 lprintf(("Refill %lld %lld->%lld\n", periods, balanc
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dbtm.vim8 "// periods are not highlighted. The only way to do that would
/macosx-10.10.1/emacs-93/emacs/leim/quail/
H A Dlatin-alt.el220 periods and commas are needed very often after a letter.
409 that would inconvenient in practice, because periods and commas are
582 periods and commas are needed very often after a letter.
773 that would inconvenient in practice, because periods and commas are
/macosx-10.10.1/emacs-93/emacs/man/
H A Dtexinfo.tex1101 % in other typewriter fonts three periods are wider than 1.5em. So do
1106 \setbox0=\hbox{...}% get width of three periods
/macosx-10.10.1/gnutar-453/gnutar/build-aux/
H A Dtexinfo.tex1101 % in other typewriter fonts three periods are wider than 1.5em. So do
1106 \setbox0=\hbox{...}% get width of three periods
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dtommath.tex6127 The least common multiple arises often in coding theory as well as number theory. If two functions have periods of $a$ and $b$ respectively they will
6129 Linear Feedback Shift Registers (LFSR) tend to use registers with periods which are co-prime (\textit{e.g. the greatest common divisor is one.}).

Completed in 373 milliseconds