HomeSort by relevance Sort by last modified time
    Searched defs:highbit (Results 1 - 10 of 10) sorted by null

  /onnv/onnv-gate/usr/src/uts/sparc/os/
bitmap_arch.c 40 highbit(ulong_t i) function
  /onnv/onnv-gate/usr/src/uts/intel/asm/
bitmap.h 41 highbit(ulong_t i) function
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
mktemp.c 106 highbit(uint_t i) function
165 pidshift = highbit((uint_t)MAXPID) + 1;
  /onnv/onnv-gate/usr/src/cmd/fm/fmd/common/
fmd_idspace.c 38 highbit(ulong_t i) function
96 hashlen = 1 << highbit(hashmax / ids_avg);
  /onnv/onnv-gate/usr/src/lib/libc/port/threads/
alloc.c 154 int highbit = 0; local
161 highbit += 32, size >>= 32;
164 highbit += 16, size >>= 16;
166 highbit += 8, size >>= 8;
168 highbit += 4, size >>= 4;
170 highbit += 2, size >>= 2;
172 highbit += 1;
174 ASSERT(highbit >= MINSHIFT);
175 return (highbit - (MINSHIFT - 1));
  /onnv/onnv-gate/usr/src/lib/libumem/common/
misc.c 106 highbit(ulong_t i) function
  /onnv/onnv-gate/usr/src/uts/common/avs/ns/sdbc/
sd_conf.c 712 int highbit = -1; local
716 if (highbit >= 0) next_high = 1;
717 highbit = lowbit;
718 newblk &= ~(1 << highbit);
721 if (highbit <= 0) {
727 if (next_high) highbit++;
729 return (highbit);
  /onnv/onnv-gate/usr/src/lib/libzpool/common/
kernel.c 703 highbit(ulong_t i) function
  /onnv/onnv-gate/usr/src/uts/intel/ia32/ml/
i86_subr.s 2826 ENTRY(highbit) function
2835 ENTRY(highbit) function
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
pp.c 967 register unsigned int highbit = 8 * sizeof(UV); local
971 while ((diff = (highbit - lowbit) >> 1)) {
975 highbit -= diff;
977 /* we now have baseuv < 2 ** highbit */
978 if (power * highbit <= 8 * sizeof(UV)) {
    [all...]

Completed in 870 milliseconds