Home
last modified time | relevance | path

Searched defs:max (Results 1 – 15 of 15) sorted by relevance

/ndk/sources/third_party/googletest/googletest/samples/
Dprime_tables.h83 explicit PreCalculatedPrimeTable(int max) in PreCalculatedPrimeTable()
102 void CalculatePrimesUpTo(int max) { in CalculatePrimesUpTo()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/
Dto_ulong.pass.cpp23 … const std::size_t max = M == 0 ? 0 : std::size_t(std::numeric_limits<unsigned long>::max()) >> X; in test_to_ulong() local
Dto_ullong.pass.cpp22 const unsigned long long max = M == 0 ? 0 : (unsigned long long)(-1) >> X; in test_to_ullong() local
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_limits.h63 static __number (_STLP_CALL max)() _STLP_NOTHROW { return __number(); } in __number()
122 static _Int (_STLP_CALL max) () _STLP_NOTHROW { return (_Int)__imax; } in _Int()
301 static _STLP_LONG_LONG (_STLP_CALL max) () _STLP_NOTHROW { return LONGLONG_MAX; } in _STLP_LONG_LONG()
320 static unsigned _STLP_LONG_LONG (_STLP_CALL max) () _STLP_NOTHROW { return ULONGLONG_MAX; } in _STLP_LONG_LONG()
D_algobase.h167 inline const _Tp (max)(const _Tp __a, const _Tp __b, _Compare __comp) { in _Tp() argument
D_valarray.h342 value_type (max) () const { in value_type() argument
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/
Dresult_type.pass.cpp42 static _LIBCPP_CONSTEXPR result_type max() {return Max;} in max() function in rand1
Deval.pass.cpp40 static _LIBCPP_CONSTEXPR result_type max() {return Max;} in max() function in rand1
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/
Dresult_type.pass.cpp42 static _LIBCPP_CONSTEXPR result_type max() {return Max;} in max() function in rand1
Deval.pass.cpp40 static _LIBCPP_CONSTEXPR result_type max() {return Max;} in max() function in rand1
/ndk/sources/host-tools/make-3.81/tests/
Dtest_driver.pl354 sub max subroutine
/ndk/sources/host-tools/make-3.81/
Dfile.c1006 unsigned long max = EXPANSION_INCREMENT (strlen (value)); in build_target_list() local
Dvariable.c289 unsigned long max = EXPANSION_INCREMENT (strlen (var->value)); in handle_special_var() local
Dmain.c133 unsigned int max; /* Number of pointers allocated. */ member
Dread.c2840 register unsigned int max = 5; in construct_include_path() local