Searched refs:VECTOR_SIZE (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/screen_savers/ifs/
H A DIFS.cpp51 #define VECTOR_SIZE 55 macro
53 static unsigned int a[VECTOR_SIZE] = {
77 if (++i1 >= VECTOR_SIZE)
80 if (++i2 >= VECTOR_SIZE)
100 for (i = 1; i < VECTOR_SIZE; i++) {
105 i1 = a[0] % VECTOR_SIZE;
106 i2 = (i1 + 24) % VECTOR_SIZE;

Completed in 39 milliseconds