Searched refs:indices (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.iter/re.tokiter/re.tokiter.cnstr/ |
D | array.fail.cpp | 36 const int indices[] = {-1, 0, 1}; in main() local 38 std::regex("\\d{3}-\\d{4}"), indices); in main()
|
D | array.pass.cpp | 29 const int indices[] = {-1, 0, 1}; in main() local 31 phone_numbers, indices); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | hash.cpp | 79 const unsigned indices[] = variable 190 const size_t M = sizeof(indices) / sizeof(indices[0]); in __next_prime() 194 size_t in = static_cast<size_t>(std::lower_bound(indices, indices + M, n - k0 * L) in __next_prime() 195 - indices); in __next_prime() 196 n = L * k0 + indices[in]; in __next_prime() 566 n = L * k0 + indices[in]; in __next_prime()
|
/ndk/sources/cxx-stl/llvm-libc++/patches.android/ |
D | 0001-android-Add-locale-support.patch | 192 +// It is only set for indices 9 (TAB) and 32 (SPACE).
|
/ndk/sources/host-tools/nawk-20071023/ |
D | FIXES | 522 in b.c where chars are used as table indices have been hand-crafted.
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 561 % Definitions to produce \{ and \} commands for indices, 1543 % Fonts for indices, footnotes, small examples (9pt).
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.texi | 11 @c Combine the variable and function indices: 13 @c Combine the program and concept indices:
|