Searched defs:lowbit (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/sparc/os/
H A Dbitmap_arch.c110 lowbit(ulong_t i) function
/illumos-gate/usr/src/uts/intel/asm/
H A Dbitmap.h65 lowbit(ulong_t i) function
/illumos-gate/usr/src/lib/libumem/common/
H A Dmisc.c136 lowbit(ulong_t i) function
/illumos-gate/usr/src/cmd/csh/
H A Dprintf.c167 int n, hradix, lowbit; local
396 lowbit = val & 1;
398 *--bp = tab[val % hradix * 2 + lowbit];
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_conf.c710 int lowbit; local
715 while ((lowbit = find_low_bit(newblk, 0)) != 32) {
717 highbit = lowbit;
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c132 int lowbit = (int)(*valptr & 1); local
136 return ((int)(value % 5 * 2 + lowbit + '0'));
/illumos-gate/usr/src/uts/common/io/kbtrans/
H A Dkbtrans_streams.c1248 int lowbit; local
1254 lowbit = val & 1;
1256 *(--bp) = tab[val % hradix * 2 + lowbit];
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Di86_subr.s2801 lowbit(ulong_t i)
2808 ENTRY(lowbit) function
2814 SET_SIZE(lowbit)
2818 ENTRY(lowbit) function
2826 SET_SIZE(lowbit)
/illumos-gate/usr/src/lib/libc/port/print/
H A Ddoprnt.c244 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';
/illumos-gate/usr/src/uts/common/io/
H A Dkbd.c2196 int lowbit; local
2202 lowbit = val & 1;
2204 *(--bp) = tab[val % hradix * 2 + lowbit];

Completed in 98 milliseconds