/ndk/sources/cxx-stl/stlport/src/ |
D | collate.cpp | 32 string collate<char>::do_transform(const char* low, const char* high) const in do_transform() 33 { return string(low, high); } in do_transform() 35 long collate<char>::do_hash(const char* low, const char* high) const { in do_hash() 37 for ( ; low < high; ++low) in do_hash() 52 wstring collate<wchar_t>::do_transform(const wchar_t* low, const wchar_t* high) const in do_transform() 53 { return wstring(low, high); } in do_transform() 55 long collate<wchar_t>::do_hash(const wchar_t* low, const wchar_t* high) const { in do_hash() 57 for ( ; low < high; ++low) in do_hash()
|
D | ctype.cpp | 399 const wchar_t* ctype<wchar_t>::do_is(const wchar_t* low, const wchar_t* high, in do_is() argument 404 for ( ; low < high; ++low, ++vec) { in do_is() 408 return high; in do_is() 413 const wchar_t* low, const wchar_t* high) const { in do_scan_is() 414 return find_if(low, high, _Ctype_w_is_mask(m, ctype<char>::classic_table())); in do_scan_is() 420 const wchar_t* low, const wchar_t* high) const { in do_scan_not() 421 return find_if(low, high, not1(_Ctype_w_is_mask(m, ctype<char>::classic_table()))); in do_scan_not() 430 ctype<wchar_t>::do_toupper(wchar_t* low, const wchar_t* high) const { in do_toupper() 431 for ( ; low < high; ++low) { in do_toupper() 436 return high; in do_toupper() [all …]
|
D | facets_byname.cpp | 131 ctype_byname<wchar_t>::do_is(const wchar_t* low, const wchar_t* high, in do_is() argument 143 for ( ; low < high; ++low, ++m) in do_is() 145 return high; in do_is() 150 ::do_scan_is(ctype_base::mask m, const wchar_t* low, const wchar_t* high) const in do_scan_is() 151 { return find_if(low, high, _STLP_PRIV _Ctype_byname_w_is_mask(m, _M_ctype)); } in do_scan_is() 155 ::do_scan_not(ctype_base::mask m, const wchar_t* low, const wchar_t* high) const in do_scan_not() 156 { return find_if(low, high, not1(_STLP_PRIV _Ctype_byname_w_is_mask(m, _M_ctype))); } in do_scan_not() 162 ctype_byname<wchar_t>::do_toupper(wchar_t* low, const wchar_t* high) const { in do_toupper() 163 for ( ; low < high; ++low) in do_toupper() 165 return high; in do_toupper() [all …]
|
D | num_get_float.cpp | 120 uint64& high, uint64& low) { in _Stl_mult64() argument 136 high = u1 * v1 + w2 + (x >> 32); in _Stl_mult64()
|
/ndk/sources/host-tools/ndk-stack/elff/ |
D | dwarf_die.cc | 138 AddrType high; in contains_address() local 140 while (elf_file()->get_range(range_off, &low, &high) && in contains_address() 141 (low != 0 || high != 0)) { in contains_address() 142 if (address >= low && address < high) { in contains_address() 212 Elf_Xword low, high; in dump() local 213 while (elf_file()->get_range<Elf_Xword>(off, &low, &high) && in dump() 214 (low != 0 || high != 0)) { in dump() 216 (unsigned long long)low, (unsigned long long)high); in dump() 220 Elf_Word low, high; in dump() local 221 while (elf_file()->get_range<Elf_Word>(off, &low, &high) && in dump() [all …]
|
D | elf_file.h | 478 bool get_range(Elf_Word offset, AddrType* low, AddrType* high) { in get_range() argument 486 *high = pull_val(ptr + 1); in get_range()
|
/ndk/sources/host-tools/nawk-20071023/ |
D | lex.c | 439 int cond, low, mid, high; in binsearch() local 442 high = n - 1; in binsearch() 443 while (low <= high) { in binsearch() 444 mid = (low + high) / 2; in binsearch() 446 high = mid - 1; in binsearch()
|
/ndk/ |
D | README.TXT | 10 A high-level overview of the NDK's features and limitations can be found
|
/ndk/sources/cxx-stl/stlport/stlport/ |
D | bitset | 27 // N % (sizeof(_WordT) * CHAR_BIT) unused bits. (They are the high-
|
/ndk/sources/host-tools/make-3.81/ |
D | configh.dos | 37 /* Use high resolution file timestamps if nonzero. */
|
D | configure.in | 98 AC_MSG_CHECKING([whether to use high resolution file timestamps]) 117 [Use high resolution file timestamps if nonzero.])
|
D | config.h.in | 24 /* Use high resolution file timestamps if nonzero. */
|
D | config.h-vms | 364 /* Use high resolution file timestamps if nonzero. */
|
D | config.h.W32 | 50 /* Use high resolution file timestamps if nonzero. */
|
D | ChangeLog | 312 the load were too high. 2665 to before high resolution file timestamp check, 2668 high resolution file timestamps.
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | regex_internal.c | 610 Idx low = 0, high = pstr->valid_len, mid; in re_string_reconstruct() local 613 mid = (high + low) / 2; in re_string_reconstruct() 615 high = mid; in re_string_reconstruct() 621 while (low < high); in re_string_reconstruct()
|
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/ |
D | c_locale_win32.c | 1373 int high = TableSize - 1; in __ConvertName() local 1376 while (low <= high) { in __ConvertName() 1377 i = (low + high) / 2; in __ConvertName() 1382 high = i - 1; in __ConvertName()
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | uniq.good | 63 /* Continue as from after the assertion, updating the offsets high water 64 /* Continue from after the assertion, updating the offsets high water 346 current high water mark for use by positive assertions. Do this also 389 extraction by setting the offsets and bumping the high water mark. */
|
D | uniq.inp | 436 /* Continue as from after the assertion, updating the offsets high water 437 /* Continue from after the assertion, updating the offsets high water 876 current high water mark for use by positive assertions. Do this also 1013 extraction by setting the offsets and bumping the high water mark. */
|
/ndk/sources/host-tools/make-3.81/po/ |
D | make.pot | 1373 "*** Warning: .LOW_RESOLUTION_TIME file `%s' has a high resolution time stamp"
|
D | be.po | 1392 "*** Warning: .LOW_RESOLUTION_TIME file `%s' has a high resolution time stamp"
|
D | ko.po | 1435 "*** Warning: .LOW_RESOLUTION_TIME file `%s' has a high resolution time stamp"
|
D | zh_CN.po | 1398 "*** Warning: .LOW_RESOLUTION_TIME file `%s' has a high resolution time stamp"
|
D | ja.po | 1445 "*** Warning: .LOW_RESOLUTION_TIME file `%s' has a high resolution time stamp"
|
D | rw.po | 1495 "*** Warning: .LOW_RESOLUTION_TIME file `%s' has a high resolution time stamp"
|