Searched refs:maxwords (Results 1 – 4 of 4) sorted by relevance
485 const u_char *maxwords; in print_lockingandx() local501 maxwords = min(words + 1 + wct * 2, maxbuf); in print_lockingandx()503 smb_fdata(ndo, words + 1, f1, maxwords, unicodestr); in print_lockingandx()800 const u_char *words, *maxwords, *data; in print_smb() local849 maxwords = min(data, maxbuf); in print_smb()869 for (i = 0; &words[1 + 2 * i] < maxwords; i++) { in print_smb()
1633 uint64_t maxwords = hashd->d_size / sizeof (Elf64_Xword); in handle_elf() local1634 elf_assert (maxwords >= 2 in handle_elf()1635 && maxwords - 2 >= nbucket in handle_elf()1636 && maxwords - 2 - nbucket >= nchain); in handle_elf()
2498 uint64_t maxwords = hash_data->d_size / sizeof (Elf64_Xword); in compare_hash_gnu_hash() local2499 if (maxwords < 2 in compare_hash_gnu_hash()2500 || maxwords - 2 < nbucket in compare_hash_gnu_hash()2501 || maxwords - 2 - nbucket < nchain) in compare_hash_gnu_hash()
3156 uint64_t maxwords = data->d_size / sizeof (Elf64_Xword); in handle_sysv_hash64() local3157 if (maxwords < 2 in handle_sysv_hash64()3158 || maxwords - 2 < nbucket in handle_sysv_hash64()3159 || maxwords - 2 - nbucket < nchain) in handle_sysv_hash64()