Home
last modified time | relevance | path

Searched refs:nbytes (Results 1 – 2 of 2) sorted by relevance

/dalvik/tools/dmtracedump/
DTraceDump.c254 int nbytes = 0; in htmlEscape() local
257 nbytes += 4; in htmlEscape()
258 if (nbytes >= len) in htmlEscape()
265 nbytes += 4; in htmlEscape()
266 if (nbytes >= len) in htmlEscape()
273 nbytes += 5; in htmlEscape()
274 if (nbytes >= len) in htmlEscape()
282 nbytes += 1; in htmlEscape()
283 if (nbytes >= len) in htmlEscape()
289 if (nbytes >= len) { in htmlEscape()
[all …]
/dalvik/vm/alloc/
DHeapSource.cpp1288 static void releasePagesInRange(void *start, void *end, void *nbytes) in releasePagesInRange() argument
1298 *(size_t *)nbytes += length; in releasePagesInRange()