Lines Matching full:amount
709 static int encodeShift(int code, int amount) {710 return ((amount & 0x1f) << 2) | code;