Lines Matching refs:top
44 unsigned long top = operand->bitm;45 /* top & -top gives the rightmost 1 bit, so this47 top |= (top & -top) - 1;48 top &= ~(top >> 1);49 value = (value ^ top) - top;