OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:prelen
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/
PageAllocator.cpp
91
size_t
preLen
= trimPtr - basePtr;
92
if (
preLen
) {
93
int ret = munmap(basePtr,
preLen
);
/external/srec/seti/sltsEngine/src/
run_seq_lts.c
980
int
prelen
;
local
985
prelen
= strlen(str);
989
if (len <=
prelen
) {
990
if (strncmp(str + (
prelen
- len), lts->strings[i], len) == 0) {
[
all
...]
Completed in 42 milliseconds