OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:new_max2
(Results
1 - 1
of
1
) sorted by null
/external/qemu/android/utils/
stralloc.c
69
unsigned
new_max2
= new_max + (new_max >> 1) + 16;
local
70
if (
new_max2
< new_max)
71
new_max2
= UINT_MAX;
72
new_max =
new_max2
;
Completed in 281 milliseconds