Home
last modified time | relevance | path

Searched refs:word_count (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/isci/scil/
H A Dsci_util.c61 U32 word_count in scic_word_copy_with_swap() argument
64 while (word_count--) in scic_word_copy_with_swap()
H A Dsci_util.h148 U32 word_count
/freebsd/contrib/atf/atf-c/detail/
H A Dtext_test.c97 word_count(const char *word ATF_DEFS_ATTRIBUTE_UNUSED, void *data) in word_count() function
145 RE(atf_text_for_each_word("1 2 3", " ", word_count, &cnt)); in ATF_TC_BODY()
152 RE(atf_text_for_each_word("1 2 3", ".", word_count, &cnt)); in ATF_TC_BODY()
159 RE(atf_text_for_each_word("1 2 3 4 5", " ", word_count, &cnt)); in ATF_TC_BODY()
166 RE(atf_text_for_each_word("1 2.3.4 5", " .", word_count, &cnt)); in ATF_TC_BODY()
/freebsd/sys/dev/ocs_fc/
H A Docs_utils.c851 uint32_t word_count = buf_length / sizeof(uint32_t); in ocs_dump32() local
868 while (word_count > 0) { in ocs_dump32()
872 n = word_count; in ocs_dump32()
891 word_count -= n; in ocs_dump32()