Lines Matching defs:arg
125 public static int smaliAnd0(int arg) throws Exception { in smaliAnd0()
130 public static int smaliOrAllOnes(int arg) throws Exception { in smaliOrAllOnes()
885 public static int AndSelfNegated(int arg) { in AndSelfNegated()
902 public static int OrSelfNegated(int arg) { in OrSelfNegated()
919 public static int XorSelfNegated(int arg) { in XorSelfNegated()
936 public static long AndSelfNegated(long arg) { in AndSelfNegated()
953 public static long OrSelfNegated(long arg) { in OrSelfNegated()
970 public static long XorSelfNegated(long arg) { in XorSelfNegated()
1186 public static long Mul0(long arg) { in Mul0()
1204 public static long Rem0(long arg) { in Rem0()
1221 public static int Rem1(int arg) { in Rem1()
1238 public static int RemN1(int arg) { in RemN1()
1256 public static long Rem1(long arg) { in Rem1()
1274 public static long RemN1(long arg) { in RemN1()
1292 public static int Shl0(int arg) { in Shl0()
1310 public static long ShlLong0WithInt(int arg) { in ShlLong0WithInt()
1329 public static long Shr0(int arg) { in Shr0()
1346 public static long SubSameLong(long arg) { in SubSameLong()
1364 public static int UShr0(int arg) { in UShr0()
1381 public static int XorSameInt(int arg) { in XorSameInt()
1405 public static boolean CmpFloatGreaterThanNaN(float arg) { in CmpFloatGreaterThanNaN()
1429 public static boolean CmpDoubleLessThanNaN(double arg) { in CmpDoubleLessThanNaN()