OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:notelen
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/tools/genrb/
wrtxml.cpp
418
int32_t
noteLen
= 0;
434
noteLen
= getAt(src->fChars,src->fLength, ¬e, capacity, i, UPC_NOTE, status);
439
if(
noteLen
> 0){
441
print(note,
noteLen
,"<note>", "</note>", status);
[
all
...]
/external/valgrind/main/coregrind/m_coredump/
coredump-elf.c
156
Int
notelen
= sizeof(struct note) +
local
159
struct note *n = VG_(arena_malloc)(VG_AR_CORE, "coredump-elf.an.1",
notelen
);
161
VG_(memset)(n, 0,
notelen
);
Completed in 477 milliseconds