Home
last modified time | relevance | path

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

/ndk/sources/android/support/src/stdio/
Dstrtod.c2402 int result_k = 0; local
2578 for(result_k = 0; (int)(sizeof(Bigint) - sizeof(ULong)) + j <= i;
2579 j <<= 1) result_k++;
2585 result = Balloc(result_k);