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

  /src/usr.bin/compress/
zopen.c 628 long rat; local in function:cl_block
633 rat = bytes_out >> 8;
634 if (rat == 0) /* Don't divide by zero. */
635 rat = 0x7fffffff;
637 rat = in_count / rat;
639 rat = (in_count << 8) / bytes_out; /* 8 fractional bits. */
640 if (rat > ratio)
641 ratio = rat;
  /src/sys/dev/usb/
uep.c 370 uep_adjust(int v, int off, int rat)
373 int quot = num / rat;
374 int rem = num % rat;
  /src/sys/arch/sandpoint/sandpoint/
satmgr.c 931 isattalk(struct satmgr_softc *sc, int pow, int led, int rat, int fan,
943 p[2] = rat;

Completed in 41 milliseconds