Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-smb.c486 const u_char *maxwords; in print_lockingandx() local
502 maxwords = SMBMIN(words + 1 + wct * 2, maxbuf); in print_lockingandx()
504 smb_fdata(words + 1, f1, maxwords, unicodestr); in print_lockingandx()
801 const u_char *words, *maxwords, *data; in print_smb() local
850 maxwords = SMBMIN(data, maxbuf); in print_smb()
870 for (i = 0; &words[1 + 2 * i] < maxwords; i++) { in print_smb()
/external/elfutils/src/src/
Dreadelf.c3058 uint64_t maxwords = data->d_size / sizeof (Elf64_Xword); in handle_sysv_hash64() local
3059 if (maxwords < 2 in handle_sysv_hash64()
3060 || maxwords - 2 < nbucket in handle_sysv_hash64()
3061 || maxwords - 2 - nbucket < nchain) in handle_sysv_hash64()