Searched refs:k1 (Results 1 – 5 of 5) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
D | cxa_demangle.cpp | 766 size_t k1 = db.names.size(); in parse_sizeof_param_pack_expr() local 771 if (k != k1) in parse_sizeof_param_pack_expr() 774 for (++k; k != k1; ++k) in parse_sizeof_param_pack_expr() 778 for (; k1 != k0; --k1) in parse_sizeof_param_pack_expr() 965 size_t k1 = 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() 1622 size_t k1 = 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() [all …]
|
/ndk/sources/android/support/src/stdio/ |
D | strtod.c | 1076 int i, k1, n, n1; local 1088 k1 = b->k; 1091 k1++; 1092 b1 = Balloc(k1); 1104 k1 = 32 - k; 1108 z = *x++ >> k1; 1116 k1 = 16 - k; 1120 z = *x++ >> k1;
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-tuple.h.pump | 280 // SameSizeTuplePrefixComparator(k1, k2) would be a compiler error if 281 // k1 != k2.
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | dc.sed | 305 s,-*.\{9\}\([^9]*\)[^0]*0.\(.*|?.\),\2~saSaKdsaLb0kLbkK*+k1\1LaktsbkLax,
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | lib-link.m4 | 274 | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ 321 | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
|