Lines Matching defs:newval
872 uint32_t newval;873 newval = val >> 2;874 newval |= (val&3) << 30;875 val = newval;