Searched refs:bitpos (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dffs.c44 unsigned bitpos; local
49 bitpos = 1;
51 bitpos += 8;
55 bitpos += 1;
58 return bitpos;
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dflipc_debug.h78 int bitpos = ((((unsigned char *) buffer) - buffer_base) local
80 int element = bitpos / (sizeof(unsigned long) * 8);
81 int subbitpos = bitpos - element * sizeof(unsigned long) * 8;
86 buffer, bitpos, FLIPC_CBPTR(buffer));
113 int bitpos; local

Completed in 82 milliseconds