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.c2412 int result_k = 0; local
2588 for(result_k = 0; (int)(sizeof(Bigint) - sizeof(ULong)) + j <= i;
2589 j <<= 1) result_k++;
2595 result = Balloc(result_k);