Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dhash.cpp193 size_t k0 = n / L; in __next_prime() local
194 size_t in = static_cast<size_t>(std::lower_bound(indices, indices + M, n - k0 * L) in __next_prime()
196 n = L * k0 + indices[in]; in __next_prime()
563 ++k0; in __next_prime()
566 n = L * k0 + indices[in]; in __next_prime()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_demangle.cpp764 size_t k0 = db.names.size(); in parse_sizeof_param_pack_expr() local
770 size_t k = k0; in parse_sizeof_param_pack_expr()
778 for (; k1 != k0; --k1) in parse_sizeof_param_pack_expr()
963 size_t k0 = db.names.size(); in parse_unresolved_type() local
966 if (t != first && k1 == k0 + 1) in parse_unresolved_type()
973 for (; k1 != k0; --k1) in parse_unresolved_type()
1620 size_t k0 = db.names.size(); in parse_function_type() local
1625 for (size_t k = k0; k < k1; ++k) in parse_function_type()
1631 for (size_t k = k0; k < k1; ++k) in parse_function_type()
1898 size_t k0 = db.names.size(); in parse_type() local
[all …]
/ndk/sources/android/support/src/stdio/
Dstrtod.c2390 j, jj1, k, k0, k_check, leftright, m2, m5, s2, s5, local
2599 k0 = k;
2691 k = k0;