Home
last modified time | relevance | path

Searched defs:kMaxInt (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dcpdf_linearized_header.cpp23 constexpr size_t kMaxInt = static_cast<size_t>(std::numeric_limits<int>::max()); variable
/external/pdfium/core/fxcrt/
Dfx_coordinates_unittest.cpp15 constexpr int kMaxInt = std::numeric_limits<int>::max(); variable
/external/skqp/src/gpu/
DGrSoftwarePathRenderer.cpp53 static constexpr int32_t kMaxInt = 2147483520; in get_unclipped_shape_dev_bounds() local
DGrBlurUtils.cpp218 static constexpr int32_t kMaxInt = 2147483520; in get_unclipped_shape_dev_bounds() local
/external/skia/src/gpu/
DGrSoftwarePathRenderer.cpp53 static constexpr int32_t kMaxInt = 2147483520; in get_unclipped_shape_dev_bounds() local
DGrBlurUtils.cpp226 static constexpr int32_t kMaxInt = 2147483520; in get_unclipped_shape_dev_bounds() local
/external/tensorflow/tensorflow/core/grappler/
Dutils_test.cc548 const int kMaxInt = std::numeric_limits<int>::max(); in TEST() local
/external/v8/src/common/
Dglobals.h154 constexpr int kMaxInt = 0x7FFFFFFF; variable