Searched refs:ind (Results 1 – 2 of 2) sorted by relevance
68 ind (isaac_word const *m, isaac_word x) in ind() function112 m[i] = y = ind (s->m, x) + a + b; \ in isaac_refill()113 r[i] = b = just (ind (s->m, y >> ISAAC_WORDS_LOG) + x); \ in isaac_refill()
269 static bool print_color_indicator (const struct bin_str *ind);270 static void put_indicator (const struct bin_str *ind);4957 print_color_indicator (const struct bin_str *ind) in print_color_indicator() argument4959 if (ind) in print_color_indicator()4965 put_indicator (ind); in print_color_indicator()4969 return ind != nullptr; in print_color_indicator()5097 put_indicator (const struct bin_str *ind) in put_indicator() argument5113 fwrite (ind->string, ind->len, 1, stdout); in put_indicator()