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

/freebsd-10.0-release/sys/dev/isci/scil/
H A Dsci_util.c61 U32 word_count
64 while (word_count--)
H A Dsci_util.h146 * @param[in] word_count This parameter specifies the number of 32-bit words
154 U32 word_count
/freebsd-10.0-release/contrib/atf/atf-c/detail/
H A Dtext_test.c100 word_count(const char *word ATF_DEFS_ATTRIBUTE_UNUSED, void *data) function
148 RE(atf_text_for_each_word("1 2 3", " ", word_count, &cnt));
155 RE(atf_text_for_each_word("1 2 3", ".", word_count, &cnt));
162 RE(atf_text_for_each_word("1 2 3 4 5", " ", word_count, &cnt));
169 RE(atf_text_for_each_word("1 2.3.4 5", " .", word_count, &cnt));

Completed in 124 milliseconds