HomeSort by relevance Sort by last modified time
    Searched full:__high (Results 1 - 25 of 27) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
ctype_inline.h 48 is(const char* __low, const char* __high, mask* __vec) const
50 while (__low < __high)
52 return __high;
57 scan_is(mask __m, const char* __low, const char* __high) const
59 while (__low < __high
67 scan_not(mask __m, const char* __low, const char* __high) const
69 while (__low < __high
opt_random.h 129 __uctype __high = __maskval / __uerngrange / __uerngrange; local
130 while (__high > __uerngrange)
133 __high /= __uerngrange;
135 const __uctype __highrange = __high + 1;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
ctype_inline.h 48 is(const char* __low, const char* __high, mask* __vec) const
50 while (__low < __high)
52 return __high;
57 scan_is(mask __m, const char* __low, const char* __high) const
59 while (__low < __high
67 scan_not(mask __m, const char* __low, const char* __high) const
69 while (__low < __high
opt_random.h 129 __uctype __high = __maskval / __uerngrange / __uerngrange; local
130 while (__high > __uerngrange)
133 __high /= __uerngrange;
135 const __uctype __highrange = __high + 1;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
ctype_inline.h 49 is(const char* __low, const char* __high, mask* __vec) const
51 while (__low < __high)
53 return __high;
58 scan_is(mask __m, const char* __low, const char* __high) const
60 while (__low < __high && !this->is(__m, *__low))
67 scan_not(mask __m, const char* __low, const char* __high) const
69 while (__low < __high && this->is(__m, *__low) != 0)
opt_random.h 129 __uctype __high = __maskval / __uerngrange / __uerngrange; local
130 while (__high > __uerngrange)
133 __high /= __uerngrange;
135 const __uctype __highrange = __high + 1;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
ctype_inline.h 49 is(const char* __low, const char* __high, mask* __vec) const
51 while (__low < __high)
53 return __high;
58 scan_is(mask __m, const char* __low, const char* __high) const
60 while (__low < __high && !this->is(__m, *__low))
67 scan_not(mask __m, const char* __low, const char* __high) const
69 while (__low < __high && this->is(__m, *__low) != 0)
opt_random.h 129 __uctype __high = __maskval / __uerngrange / __uerngrange; local
130 while (__high > __uerngrange)
133 __high /= __uerngrange;
135 const __uctype __highrange = __high + 1;
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
__locale 452 const char_type* is(const char_type* __low, const char_type* __high, mask* __vec) const
454 return do_is(__low, __high, __vec);
458 const char_type* scan_is(mask __m, const char_type* __low, const char_type* __high) const
460 return do_scan_is(__m, __low, __high);
464 const char_type* scan_not(mask __m, const char_type* __low, const char_type* __high) const
466 return do_scan_not(__m, __low, __high);
476 const char_type* toupper(char_type* __low, const char_type* __high) const
478 return do_toupper(__low, __high);
488 const char_type* tolower(char_type* __low, const char_type* __high) const
490 return do_tolower(__low, __high);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
__locale 474 const char_type* is(const char_type* __low, const char_type* __high, mask* __vec) const
476 return do_is(__low, __high, __vec);
480 const char_type* scan_is(mask __m, const char_type* __low, const char_type* __high) const
482 return do_scan_is(__m, __low, __high);
486 const char_type* scan_not(mask __m, const char_type* __low, const char_type* __high) const
488 return do_scan_not(__m, __low, __high);
498 const char_type* toupper(char_type* __low, const char_type* __high) const
500 return do_toupper(__low, __high);
510 const char_type* tolower(char_type* __low, const char_type* __high) const
512 return do_tolower(__low, __high);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
__locale 474 const char_type* is(const char_type* __low, const char_type* __high, mask* __vec) const
476 return do_is(__low, __high, __vec);
480 const char_type* scan_is(mask __m, const char_type* __low, const char_type* __high) const
482 return do_scan_is(__m, __low, __high);
486 const char_type* scan_not(mask __m, const char_type* __low, const char_type* __high) const
488 return do_scan_not(__m, __low, __high);
498 const char_type* toupper(char_type* __low, const char_type* __high) const
500 return do_toupper(__low, __high);
510 const char_type* tolower(char_type* __low, const char_type* __high) const
512 return do_tolower(__low, __high);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
__locale 474 const char_type* is(const char_type* __low, const char_type* __high, mask* __vec) const
476 return do_is(__low, __high, __vec);
480 const char_type* scan_is(mask __m, const char_type* __low, const char_type* __high) const
482 return do_scan_is(__m, __low, __high);
486 const char_type* scan_not(mask __m, const char_type* __low, const char_type* __high) const
488 return do_scan_not(__m, __low, __high);
498 const char_type* toupper(char_type* __low, const char_type* __high) const
500 return do_toupper(__low, __high);
510 const char_type* tolower(char_type* __low, const char_type* __high) const
512 return do_tolower(__low, __high);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
__locale 474 const char_type* is(const char_type* __low, const char_type* __high, mask* __vec) const
476 return do_is(__low, __high, __vec);
480 const char_type* scan_is(mask __m, const char_type* __low, const char_type* __high) const
482 return do_scan_is(__m, __low, __high);
486 const char_type* scan_not(mask __m, const char_type* __low, const char_type* __high) const
488 return do_scan_not(__m, __low, __high);
498 const char_type* toupper(char_type* __low, const char_type* __high) const
500 return do_toupper(__low, __high);
510 const char_type* tolower(char_type* __low, const char_type* __high) const
512 return do_tolower(__low, __high);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
__locale 474 const char_type* is(const char_type* __low, const char_type* __high, mask* __vec) const
476 return do_is(__low, __high, __vec);
480 const char_type* scan_is(mask __m, const char_type* __low, const char_type* __high) const
482 return do_scan_is(__m, __low, __high);
486 const char_type* scan_not(mask __m, const char_type* __low, const char_type* __high) const
488 return do_scan_not(__m, __low, __high);
498 const char_type* toupper(char_type* __low, const char_type* __high) const
500 return do_toupper(__low, __high);
510 const char_type* tolower(char_type* __low, const char_type* __high) const
512 return do_tolower(__low, __high);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
__locale 474 const char_type* is(const char_type* __low, const char_type* __high, mask* __vec) const
476 return do_is(__low, __high, __vec);
480 const char_type* scan_is(mask __m, const char_type* __low, const char_type* __high) const
482 return do_scan_is(__m, __low, __high);
486 const char_type* scan_not(mask __m, const char_type* __low, const char_type* __high) const
488 return do_scan_not(__m, __low, __high);
498 const char_type* toupper(char_type* __low, const char_type* __high) const
500 return do_toupper(__low, __high);
510 const char_type* tolower(char_type* __low, const char_type* __high) const
512 return do_tolower(__low, __high);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
__locale 452 const char_type* is(const char_type* __low, const char_type* __high, mask* __vec) const
454 return do_is(__low, __high, __vec);
458 const char_type* scan_is(mask __m, const char_type* __low, const char_type* __high) const
460 return do_scan_is(__m, __low, __high);
464 const char_type* scan_not(mask __m, const char_type* __low, const char_type* __high) const
466 return do_scan_not(__m, __low, __high);
476 const char_type* toupper(char_type* __low, const char_type* __high) const
478 return do_toupper(__low, __high);
488 const char_type* tolower(char_type* __low, const char_type* __high) const
490 return do_tolower(__low, __high);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
__locale 474 const char_type* is(const char_type* __low, const char_type* __high, mask* __vec) const
476 return do_is(__low, __high, __vec);
480 const char_type* scan_is(mask __m, const char_type* __low, const char_type* __high) const
482 return do_scan_is(__m, __low, __high);
486 const char_type* scan_not(mask __m, const char_type* __low, const char_type* __high) const
488 return do_scan_not(__m, __low, __high);
498 const char_type* toupper(char_type* __low, const char_type* __high) const
500 return do_toupper(__low, __high);
510 const char_type* tolower(char_type* __low, const char_type* __high) const
512 return do_tolower(__low, __high);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
__locale 474 const char_type* is(const char_type* __low, const char_type* __high, mask* __vec) const
476 return do_is(__low, __high, __vec);
480 const char_type* scan_is(mask __m, const char_type* __low, const char_type* __high) const
482 return do_scan_is(__m, __low, __high);
486 const char_type* scan_not(mask __m, const char_type* __low, const char_type* __high) const
488 return do_scan_not(__m, __low, __high);
498 const char_type* toupper(char_type* __low, const char_type* __high) const
500 return do_toupper(__low, __high);
510 const char_type* tolower(char_type* __low, const char_type* __high) const
512 return do_tolower(__low, __high);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
__locale 474 const char_type* is(const char_type* __low, const char_type* __high, mask* __vec) const
476 return do_is(__low, __high, __vec);
480 const char_type* scan_is(mask __m, const char_type* __low, const char_type* __high) const
482 return do_scan_is(__m, __low, __high);
486 const char_type* scan_not(mask __m, const char_type* __low, const char_type* __high) const
488 return do_scan_not(__m, __low, __high);
498 const char_type* toupper(char_type* __low, const char_type* __high) const
500 return do_toupper(__low, __high);
510 const char_type* tolower(char_type* __low, const char_type* __high) const
512 return do_tolower(__low, __high);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
__locale 474 const char_type* is(const char_type* __low, const char_type* __high, mask* __vec) const
476 return do_is(__low, __high, __vec);
480 const char_type* scan_is(mask __m, const char_type* __low, const char_type* __high) const
482 return do_scan_is(__m, __low, __high);
486 const char_type* scan_not(mask __m, const char_type* __low, const char_type* __high) const
488 return do_scan_not(__m, __low, __high);
498 const char_type* toupper(char_type* __low, const char_type* __high) const
500 return do_toupper(__low, __high);
510 const char_type* tolower(char_type* __low, const char_type* __high) const
512 return do_tolower(__low, __high);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
__locale 474 const char_type* is(const char_type* __low, const char_type* __high, mask* __vec) const
476 return do_is(__low, __high, __vec);
480 const char_type* scan_is(mask __m, const char_type* __low, const char_type* __high) const
482 return do_scan_is(__m, __low, __high);
486 const char_type* scan_not(mask __m, const char_type* __low, const char_type* __high) const
488 return do_scan_not(__m, __low, __high);
498 const char_type* toupper(char_type* __low, const char_type* __high) const
500 return do_toupper(__low, __high);
510 const char_type* tolower(char_type* __low, const char_type* __high) const
512 return do_tolower(__low, __high);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
__locale 474 const char_type* is(const char_type* __low, const char_type* __high, mask* __vec) const
476 return do_is(__low, __high, __vec);
480 const char_type* scan_is(mask __m, const char_type* __low, const char_type* __high) const
482 return do_scan_is(__m, __low, __high);
486 const char_type* scan_not(mask __m, const char_type* __low, const char_type* __high) const
488 return do_scan_not(__m, __low, __high);
498 const char_type* toupper(char_type* __low, const char_type* __high) const
500 return do_toupper(__low, __high);
510 const char_type* tolower(char_type* __low, const char_type* __high) const
512 return do_tolower(__low, __high);
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
__locale 474 const char_type* is(const char_type* __low, const char_type* __high, mask* __vec) const
476 return do_is(__low, __high, __vec);
480 const char_type* scan_is(mask __m, const char_type* __low, const char_type* __high) const
482 return do_scan_is(__m, __low, __high);
486 const char_type* scan_not(mask __m, const char_type* __low, const char_type* __high) const
488 return do_scan_not(__m, __low, __high);
498 const char_type* toupper(char_type* __low, const char_type* __high) const
500 return do_toupper(__low, __high);
510 const char_type* tolower(char_type* __low, const char_type* __high) const
512 return do_tolower(__low, __high);
    [all...]
  /external/libcxx/include/
__locale 500 const char_type* is(const char_type* __low, const char_type* __high, mask* __vec) const
502 return do_is(__low, __high, __vec);
506 const char_type* scan_is(mask __m, const char_type* __low, const char_type* __high) const
508 return do_scan_is(__m, __low, __high);
512 const char_type* scan_not(mask __m, const char_type* __low, const char_type* __high) const
514 return do_scan_not(__m, __low, __high);
524 const char_type* toupper(char_type* __low, const char_type* __high) const
526 return do_toupper(__low, __high);
536 const char_type* tolower(char_type* __low, const char_type* __high) const
538 return do_tolower(__low, __high);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib32/
libstdc++.so 

Completed in 892 milliseconds

1 2