Searched refs:NB_RAND (Results 1 – 1 of 1) sorted by relevance
4 #define NB_RAND 0x10000 macro9 gd->rand_tab = g_malloc (NB_RAND * sizeof(gint)) ;\11 while (gd->rand_pos < NB_RAND) \15 (gd->rand_tab[gd->rand_pos = ((gd->rand_pos + 1) % NB_RAND)])