Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dquotearg.c673 unsigned int n0 = n; in quotearg_n_options() local
679 if (nslots <= n0) in quotearg_n_options()
686 size_t n1 = n0 + 1; in quotearg_n_options()
/ndk/sources/android/support/src/stdio/
Dstrtod.c3217 int big, esign, havedig, irv, j, k, n, n0, nbits, up, zret; in gethex() local
3361 n0 = n = nbits >> kshift; in gethex()
3367 for(j = 0; j < n0; ++j) in gethex()
3369 if (n > n0) in gethex()