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

  /onnv/onnv-gate/usr/src/uts/sparc/os/
bitmap_arch.c 75 lowbit(ulong_t i) function
  /onnv/onnv-gate/usr/src/uts/intel/asm/
bitmap.h 64 lowbit(ulong_t i) function
  /onnv/onnv-gate/usr/src/lib/libumem/common/
misc.c 136 lowbit(ulong_t i) function
  /onnv/onnv-gate/usr/src/cmd/csh/
printf.c 167 int n, hradix, lowbit; local
396 lowbit = val & 1;
398 *--bp = tab[val % hradix * 2 + lowbit];
  /onnv/onnv-gate/usr/src/uts/common/avs/ns/sdbc/
sd_conf.c 710 int lowbit; local
715 while ((lowbit = find_low_bit(newblk, 0)) != 32) {
717 highbit = lowbit;
  /onnv/onnv-gate/usr/src/ucblib/libucb/port/stdio/
doprnt.c 132 int lowbit = (int)(*valptr & 1); local
136 return ((int)(value % 5 * 2 + lowbit + '0'));
  /onnv/onnv-gate/usr/src/uts/common/io/kbtrans/
kbtrans_streams.c 1248 int lowbit; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/
kbd.c 2196 int lowbit; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/intel/ia32/ml/
i86_subr.s 2796 ENTRY(lowbit) function
2805 ENTRY(lowbit) function
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
pp.c 968 register unsigned int lowbit = 0; local
971 while ((diff = (highbit - lowbit) >> 1)) {
972 if (baseuv & ~((1 << (lowbit + diff)) - 1))
973 lowbit += diff;
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/port/print/
doprnt.c 244 ssize_t lowbit = *valptr & 1; local
248 value = value % 5 * 2 + lowbit + '0';
255 ssize_t lowbit = *valptr & 1; local
258 value = value % 5 * 2 + lowbit + '0';
    [all...]

Completed in 965 milliseconds