Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/kadm5/srv/
H A Dpwqual_dict.c45 unsigned int word_count; /* number of words */ member
142 dict->word_count++; in init_dict()
144 if ((dict->word_list = malloc(dict->word_count * sizeof(char *))) == NULL) in init_dict()
147 for (i = 0; i < dict->word_count; i++) { in init_dict()
151 qsort(dict->word_list, dict->word_count, sizeof(char *), word_compare); in init_dict()
201 dict->word_count = 0; in dict_open()
229 bsearch(&password, dict->word_list, dict->word_count, sizeof(char *), in dict_check()
/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()
/freebsd/contrib/llvm-project/libc/src/__support/
H A Dbig_int.h317 const int word_count = cpp::NAME<word>(val[INDEX_EXPR]); \
318 bit_count += word_count; \
319 if (word_count != cpp::numeric_limits<word>::digits) \