OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pruned_len
(Results
1 - 4
of
4
) sorted by null
/external/bison/lib/
snprintf.c
56
size_t
pruned_len
= (len < size ? len : size - 1);
local
57
memcpy (str, output,
pruned_len
);
58
str[
pruned_len
] = '\0';
vsnprintf.c
55
size_t
pruned_len
= (len < size ? len : size - 1);
local
56
memcpy (str, output,
pruned_len
);
57
str[
pruned_len
] = '\0';
/system/core/logd/
LogStatistics.cpp
318
EntryBaseConstants::
pruned_len
- size.length() -
385
ssize_t spaces = EntryBaseConstants::
pruned_len
- 2 -
555
EntryBaseConstants::
pruned_len
- size.length() -
LogStatistics.h
205
static constexpr size_t
pruned_len
= 14;
member in namespace:EntryBaseConstants
234
std::max(pruned.length() + 1, EntryBaseConstants::
pruned_len
);
Completed in 155 milliseconds