Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Dlog_uniform_int_distribution.h60 : min_(min), in min_() function
110 result_type min_; variable
/third_party/googletest/googlemock/src/
Dgmock-cardinalities.cc86 const int min_; member in testing::__anon6f2706b60111::BetweenCardinalityImpl
/third_party/skia/third_party/skcms/src/
DTransform_inl.h225 SI F min_(F x, F y) { return (F)vminq_f16((float16x8_t)x, (float16x8_t)y); } in min_() function
228 SI F min_(F x, F y) { return (F)vminq_f32((float32x4_t)x, (float32x4_t)y); } in min_() function
231 SI F min_(F x, F y) { return if_then_else(x > y, y, x); } in min_() function
/third_party/skia/third_party/externals/libwebp/src/utils/
Dquant_levels_dec_utils.c66 int min_, max_; // min and max level values member
/third_party/node/deps/v8/src/regexp/
Dregexp-ast.h444 int min_; variable
/third_party/node/deps/v8/src/logging/
Dcounters.h212 int min_; variable
/third_party/vk-gl-cts/modules/glshared/
DglsVertexArrayTests.cpp1836 …usage_, int componentCount_, int offset_, int stride_, bool normalize_, GLValue min_, GLValue max_) in ArraySpec()
/third_party/libinput/tools/
Dlibinput-debug-gui.c71 #define clip(val_, min_, max_) min((max_), max((min_), (val_))) argument