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

/linux-master/arch/powerpc/include/asm/
H A Dcmpxchg.h11 #define BITOFF_CAL(size, off) ((sizeof(u32) - size - off) * BITS_PER_BYTE) macro
13 #define BITOFF_CAL(size, off) (off * BITS_PER_BYTE) macro

Completed in 113 milliseconds