Searched refs:iteration (Results 1 – 4 of 4) sorted by relevance
253 private String dive(int depth, int iteration) { in dive() argument266 switch (iteration % 8) { in dive()268 funStr = str0 = makeString(iteration); in dive()271 funStr = str1 = makeString(iteration); in dive()274 funStr = str2 = makeString(iteration); in dive()277 funStr = str3 = makeString(iteration); in dive()280 funStr = str4 = makeString(iteration); in dive()283 funStr = str5 = makeString(iteration); in dive()286 funStr = str6 = makeString(iteration); in dive()289 funStr = str7 = makeString(iteration); in dive()[all …]
79 int iteration = 1; in computePRF_SSLv3() local82 byte[] pref = new byte[iteration]; in computePRF_SSLv3()83 Arrays.fill(pref, (byte) (64 + iteration++)); in computePRF_SSLv3()
561 bool dvmIterativeSleep(int iteration, int maxTotalSleep, u8 relStartTime) in dvmIterativeSleep() argument586 while (iteration-- > 0) in dvmIterativeSleep()596 if (iteration == 0) { in dvmIterativeSleep()
257 bool dvmIterativeSleep(int iteration, int maxTotalSleep, u8 relStartTime);