Searched defs:s0 (Results 1 – 9 of 9) sorted by relevance
225 final long s0 = x0; in nextLong() local263 long s0 = 0, s1 = 0; in jumpAlgorithm() local
289 long s0 = 0, s1 = 0, s2 = 0, s3 = 0; in jumpAlgorithm() local
302 final long s0 = x[p = (p + 1) & (N - 1)]; in nextLong() local
316 final long s0 = x[p = (p + 1) & (N - 1)]; in nextLong() local
316 Short s0 = Short.valueOf((short) 0); in test_putLjava_lang_ObjectLjava_lang_Object() local
310 Short s0 = new Short((short) 0); in test_putLjava_lang_ObjectLjava_lang_Object() local
1344 public VariableArityTester(String s0, String... strings) { update(s0, strings); } in VariableArityTester()1366 … public String update(String s0, String... strings) { return lastResult = tally(s0, strings); } in update()1393 public static String tally(String s0, String... strings) { in tally()
424 public static void s0() { called("s0"); } in s0() method in MethodHandlesTest.Example
861 short s0 = bin.readShort(); in readStreamHeader() local