Home
last modified time | relevance | path

Searched refs:maxs (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
Dtest_min_max.pass.cpp28 std::string maxs = maxiss.str(); in check_limits() local
30 istringstream maxoss(maxs), minoss(mins); in check_limits()
44 maxs[maxs.size() - 1]++; in check_limits()
46 istringstream maxoss2(maxs), minoss2(mins); in check_limits()
/ndk/sources/host-tools/make-3.81/
Dalloca.c312 long maxs; /* Maximum number of stack segments so far. */ member