OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:maxwords
(Results
1 - 4
of
4
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/session/
dic_traverse_session.cpp
57
void DicTraverseSession::resetCache(const int thresholdForNextActiveDicNodes, const int
maxWords
) {
59
maxWords
/* terminalSize */);
dic_traverse_session.h
71
void resetCache(const int thresholdForNextActiveDicNodes, const int
maxWords
);
/external/tcpdump/
print-smb.c
486
const u_char *
maxwords
;
local
502
maxwords
= SMBMIN(words + 1 + wct * 2, maxbuf);
504
smb_fdata(words + 1, f1,
maxwords
, unicodestr);
801
const u_char *words, *
maxwords
, *data;
local
850
maxwords
= SMBMIN(data, maxbuf);
870
for (i = 0; &words[1 + 2 * i] <
maxwords
; i++) {
[
all
...]
/external/elfutils/src/src/
readelf.c
3058
uint64_t
maxwords
= data->d_size \/ sizeof (Elf64_Xword);
local
[
all
...]
Completed in 566 milliseconds