Home
last modified time | relevance | path

Searched defs:max (Results 426 - 450 of 3558) sorted by relevance

1...<<11121314151617181920>>...143

/third_party/ltp/tools/sparse/sparse-src/
H A Dpredefine.c40 unsigned long long max = bits_mask(bits); in predefined_max() local
/third_party/lz4/ossfuzz/
H A Dfuzz_helpers.h86 FUZZ_STATIC uint32_t FUZZ_rand32(uint32_t *state, uint32_t min, uint32_t max) { in FUZZ_rand32() argument
/third_party/node/deps/v8/src/objects/
H A Doption-utils.cc127 DefaultNumberOption(Isolate* isolate, Handle<Object> value, int min, int max, int fallback, Handle<String> property) DefaultNumberOption() argument
158 GetNumberOption(Isolate* isolate, Handle<JSReceiver> options, Handle<String> property, int min, int max, int fallback) GetNumberOption() argument
H A Dinternal-index.h67 explicit Range(size_t max) : min_(0), max_(max) {} in Range() argument
68 Range(size_t min, size_t max) : min_(min), max_(max) {} in Range() argument
/third_party/mesa3d/src/panfrost/util/
H A Dpan_liveness.c33 pan_liveness_gen(uint16_t *live, unsigned node, unsigned max, uint16_t mask) in pan_liveness_gen() argument
42 pan_liveness_kill(uint16_t *live, unsigned node, unsigned max, uint16_t mask) in pan_liveness_kill() argument
51 pan_liveness_get(uint16_t *live, unsigned node, uint16_t max) in pan_liveness_get() argument
/third_party/mesa3d/src/util/
H A Dformat_rgb9e5.h46 union { float f; uint32_t u; } f, max; in rgb9e5_ClampRange() local
/third_party/node/deps/openssl/openssl/crypto/txt_db/
H A Dtxt_db.c283 char **p, *max; in TXT_DB_free() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DClampIndirectIndices.cpp60 TIntermTyped *max; variable
/third_party/skia/src/effects/
H A DSkTableMaskFilter.cpp119 SkMaskFilter* SkTableMaskFilter::CreateClip(uint8_t min, uint8_t max) { in CreateClip() argument
137 MakeClipTable(uint8_t table[256], uint8_t min, uint8_t max) MakeClipTable() argument
[all...]
/third_party/skia/src/gpu/text/
H A DGrSDFTControl.cpp40 GrSDFTControl( bool ableToUseSDFT, bool useSDFTForSmallText, SkScalar min, SkScalar max) GrSDFTControl() argument
/third_party/skia/src/codec/
H A DSkParseEncodedOrigin.cpp21 const auto max = SkTo<uint32_t>((data_length - offset - 2) / kEntrySize); in parse_encoded_origin() local
/third_party/skia/src/core/
H A DSkColor.cpp38 unsigned max = std::max(r, std::max(g, b)); in SkRGBToHSV() local
/third_party/openssl/crypto/txt_db/
H A Dtxt_db.c283 char **p, *max; in TXT_DB_free() local
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Ddenseranges.cpp30 LargestGaps(int32_t max) : maxLength(max<=kCapacity ? max : kCapacity), length(0) {} in LargestGaps() argument
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dfileserver_example.c33 file_reader (void *cls, uint64_t pos, char *buf, size_t max) in file_reader() argument
H A Dfileserver_example_dirs.c34 file_reader (void *cls, uint64_t pos, char *buf, size_t max) in file_reader() argument
58 dir_reader (void *cls, uint64_t pos, char *buf, size_t max) in dir_reader() argument
H A Dfileserver_example_external_select.c33 file_reader (void *cls, uint64_t pos, char *buf, size_t max) in file_reader() argument
112 MHD_socket max; in main() local
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dmemorypool.c87 MHD_pool_create (size_t max) in MHD_pool_create() argument
/third_party/skia/tests/
H A DFloatingPointTextureTest.cpp31 runFPTest(skiatest::Reporter* reporter, GrDirectContext* dContext, T min, T max, T epsilon, T maxInt, int arraySize, GrColorType colorType) runFPTest() argument
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DComputeDispatchTests.cpp270 uint32_t max = GetSupportedLimits().limits.maxComputeWorkgroupsPerDimension; in TEST_P() local
286 uint32_t max in TEST_P() local
311 uint32_t max = GetSupportedLimits().limits.maxComputeWorkgroupsPerDimension; TEST_P() local
[all...]
/third_party/skia/third_party/externals/angle2/util/
H A Drandom_utils.cpp48 int RNG::randomIntBetween(int min, int max) in randomIntBetween() argument
66 float RNG::randomFloatBetween(float min, float max) in randomFloatBetween() argument
/third_party/skia/third_party/externals/zlib/
H A Dinftrees.c42 unsigned min, max; /* minimum and maximum code lengths */ local
[all...]
/third_party/skia/tools/timer/
H A DTimeUtils.h48 SineWave(double time, float periodInSecs, float phaseInSecs, float min, float max) SineWave() argument
/third_party/typescript/tests/baselines/reference/
H A DparserRealSource14.js588 function max(a, b) { function
/third_party/skia/third_party/externals/freetype/builds/amiga/src/base/
H A Dftdebug.c176 int max = FT_Trace_Get_Count(); in FT_Trace_Get_Name() local

Completed in 12 milliseconds

1...<<11121314151617181920>>...143