Searched refs:SIZE (Results 1 – 1 of 1) sorted by relevance
36 #define SIZE 1000 macro38 #define SIZE 100 macro60 static int x[SIZE];64 static int y[SIZE];67 static int z[SIZE];71 static int depths[SIZE];112 j = random () % SIZE; in memfry()269 k = y[(SIZE - i - 1 + lag) % SIZE]; in mangle_tree()270 j = y[i % SIZE]; in mangle_tree()280 j = SIZE - i - 1; in mangle_tree()[all …]
Completed in 5 milliseconds