Searched refs:word_count (Results 1 – 6 of 6) sorted by relevance
| /freebsd/crypto/krb5/src/lib/kadm5/srv/ |
| H A D | pwqual_dict.c | 45 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 D | sci_util.c | 61 U32 word_count in scic_word_copy_with_swap() argument 64 while (word_count--) in scic_word_copy_with_swap()
|
| H A D | sci_util.h | 148 U32 word_count
|
| /freebsd/contrib/atf/atf-c/detail/ |
| H A D | text_test.c | 97 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 D | ocs_utils.c | 851 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 D | big_int.h | 317 const int word_count = cpp::NAME<word>(val[INDEX_EXPR]); \ 318 bit_count += word_count; \ 319 if (word_count != cpp::numeric_limits<word>::digits) \
|