Home
last modified time | relevance | path

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

/benchtests/
A Dbench-strcoll.c133 char *word = strtok (toks, delim); in str_word_list() local
134 while (word != NULL && n < list->size) in str_word_list()
136 if (*word != '\0') in str_word_list()
137 list->words[n++] = strdup (word); in str_word_list()
138 word = strtok (NULL, delim); in str_word_list()
A Dbench-math-inlines.c72 uint64_t word; member
79 (i) = gh_u.word; \

Completed in 5 milliseconds