| /third_party/node/deps/openssl/openssl/crypto/ |
| H A D | provider_core.c | 594 int i, max; in create_provider_children() local 1091 int i, max = sk_OSSL_PROVIDER_CHILD_CB_num(store->child_cbs); in provider_deactivate() local 1357 int ret = 0, curr, max, ref = 0; in ossl_provider_doall_activated() local 1690 int i, max; ossl_provider_default_props_update() local 1730 int ret = 0, i, max; ossl_provider_register_child_cb() local 1805 int i, max; ossl_provider_deregister_child_cb() local [all...] |
| /third_party/rust/crates/log/src/ |
| H A D | lib.rs | 596 pub fn max() -> Level { in max() functions 775 pub fn max() -> LevelFilter { in max() functions
|
| /third_party/openssl/crypto/ |
| H A D | provider_core.c | 594 int i, max; in create_provider_children() local 1089 int i, max = sk_OSSL_PROVIDER_CHILD_CB_num(store->child_cbs); in provider_deactivate() local 1355 int ret = 0, curr, max, ref = 0; in ossl_provider_doall_activated() local 1688 int i, max; ossl_provider_default_props_update() local 1728 int ret = 0, i, max; ossl_provider_register_child_cb() local 1803 int i, max; ossl_provider_deregister_child_cb() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 324 inline float wrapIncFloat (float a, float min, float max) in wrapIncFloat() argument
|
| H A D | vktPipelineMultisampleTests.cpp | 889 deUint32 max; member
|
| /third_party/skia/third_party/externals/angle2/src/common/ |
| H A D | mathutil.h | 116 inline T clamp(T x, MIN min, MAX max) in clamp() argument 130 const unsigned int max = 0xFFFFFFFF >> (32 - n); in unorm() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | queryutils.cpp | 867 GLint max = 0; in FindMaxSize() local [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
| H A D | es31cArrayOfArraysTests.cpp | 8412 char max[16]; in test_shader_compilation() local 8467 char max[16]; in test_shader_compilation() local 8656 char max[16]; execute() local 8689 char max[16]; execute() local [all...] |
| H A D | es31cLayoutBindingTests.cpp | 525 float max = rangeTemplate.back(); in makeSparseRange() local [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/ |
| H A D | esextcGPUShader5TextureGatherOffset.cpp | 1816 void clamp(T& value, const T min, const T max) in clamp() argument
|
| /third_party/skia/src/core/ |
| H A D | SkVM.cpp | 977 F32 Builder::max(F32 x, F32 y) { in max() function in skvm::Builder [all...] |
| H A D | SkMatrix.cpp | 1130 Sk4f max = Sk4f::Max(ltrb, rblt); in sort_as_rect() local
|
| H A D | SkRegion.cpp | 233 const int max = (count*((11*4)+5))+11+1; in toString() local 579 static int32_t pin_offset_s32(int32_t min, int32_t max, int32_t offset) { in pin_offset_s32() argument 774 operate_on_span(const SkRegionPriv::RunType a_runs[], const SkRegionPriv::RunType b_runs[], RunArray* array, int dstOffset, int min, int max) operate_on_span() argument [all...] |
| /third_party/skia/src/gpu/geometry/ |
| H A D | GrTriangulator.cpp | 1021 clamp(SkPoint p, SkPoint min, SkPoint max, const Comparator& c) clamp() argument [all...] |
| /third_party/skia/src/gpu/gl/ |
| H A D | GrGLCaps.cpp | 102 GrGLint max; in init() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Device/ |
| H A D | ETC_Decoder.cpp | 31 short max = isSigned ? 1023 : 2047; in clampEAC() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| H A D | ETC_Decoder.cpp | 32 int max = isSigned ? 1023 : 2047; in clampEAC() local
|
| H A D | Surface.hpp | 484 #undef max macro
|
| /third_party/skia/third_party/externals/swiftshader/src/Shader/ |
| H A D | SamplerCore.cpp | 1721 UInt max = size - 1; in computeIndices() local
|
| /third_party/skia/third_party/externals/swiftshader/tests/GLESUnitTests/ |
| H A D | unittests.cpp | 1919 int max = 0x7fffffff; in TEST_F() local [all...] |
| /third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
| H A D | rpng2-x.c | 1091 int k, hmax, max; in rpng2_x_load_bg_image() local 1878 int k, hmax, max; rpng2_x_reload_bg_image() local [all...] |
| /third_party/skia/third_party/externals/libpng/contrib/tools/ |
| H A D | pngcp.c | 1821 int max = png_get_palette_max(dp->read_pp, dp->ip); in read_png() local
|
| /third_party/skia/third_party/externals/libpng/ |
| H A D | png.c | 3983 unsigned int max = (1U << (16U - shift)) - 1U; in png_build_16bit_table() local 4053 unsigned int max = (1U << (16U - shift))-1U; in png_build_16to8_table() local [all...] |
| /third_party/skia/third_party/externals/libwebp/src/dsp/ |
| H A D | yuv_sse2.c | 763 const __m128i max = _mm_set1_epi16(MAX_Y); in SharpYUVUpdateY_SSE2() local 812 const __m128i max = _mm_set1_epi16(MAX_Y); in SharpYUVFilterRow_SSE2() local
|
| /third_party/skia/third_party/externals/libwebp/src/enc/ |
| H A D | histogram_enc.c | 532 static int GetBinIdForEntropy(double min, double max, double val) { in GetBinIdForEntropy() argument
|