OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxwords
(Results
1 - 4
of
4
) sorted by null
/external/tcpdump/
print-smb.c
486
const u_char *
maxwords
;
local
502
maxwords
= min(words + 1 + wct * 2, maxbuf);
504
smb_fdata(ndo, words + 1, f1,
maxwords
, unicodestr);
801
const u_char *words, *
maxwords
, *data;
local
852
maxwords
= min(data, maxbuf);
872
for (i = 0; &words[1 + 2 * i] <
maxwords
; i++) {
[
all
...]
/external/elfutils/src/
strip.c
2321
uint64_t
maxwords
= hashd->d_size \/ sizeof (Elf64_Xword);
local
[
all
...]
elflint.c
2080
uint64_t
maxwords
= shdr->sh_size \/ sizeof (Elf64_Xword);
local
2527
uint64_t
maxwords
= hash_data->d_size \/ sizeof (Elf64_Xword);
local
[
all
...]
readelf.c
3279
uint64_t
maxwords
= data->d_size \/ sizeof (Elf64_Xword);
local
[
all
...]
Completed in 133 milliseconds