Home | History | Annotate | Download | only in runtime

Lines Matching refs:numeric_limits

87           if (val <= std::numeric_limits<size_t>::max() / mul) {
91 val = std::numeric_limits<size_t>::max() & ~(1024-1);