Home
last modified time | relevance | path

Searched refs:ind (Results 1 – 2 of 2) sorted by relevance

/coreutils/gl/lib/
Drand-isaac.c68 ind (isaac_word const *m, isaac_word x) in ind() function
112 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()
/coreutils/src/
Dls.c269 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() argument
4959 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() argument
5113 fwrite (ind->string, ind->len, 1, stdout); in put_indicator()