Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-smb.c486 const u_char *maxwords; in print_lockingandx() local
502 maxwords = min(words + 1 + wct * 2, maxbuf); in print_lockingandx()
504 smb_fdata(ndo, words + 1, f1, maxwords, unicodestr); in print_lockingandx()
801 const u_char *words, *maxwords, *data; in print_smb() local
852 maxwords = min(data, maxbuf); in print_smb()
872 for (i = 0; &words[1 + 2 * i] < maxwords; i++) { in print_smb()
/external/elfutils/src/
Dstrip.c1633 uint64_t maxwords = hashd->d_size / sizeof (Elf64_Xword); in handle_elf() local
1634 elf_assert (maxwords >= 2 in handle_elf()
1635 && maxwords - 2 >= nbucket in handle_elf()
1636 && maxwords - 2 - nbucket >= nchain); in handle_elf()
Delflint.c2498 uint64_t maxwords = hash_data->d_size / sizeof (Elf64_Xword); in compare_hash_gnu_hash() local
2499 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()
Dreadelf.c3156 uint64_t maxwords = data->d_size / sizeof (Elf64_Xword); in handle_sysv_hash64() local
3157 if (maxwords < 2 in handle_sysv_hash64()
3158 || maxwords - 2 < nbucket in handle_sysv_hash64()
3159 || maxwords - 2 - nbucket < nchain) in handle_sysv_hash64()