Home
last modified time | relevance | path

Searched defs:max (Results 451 - 475 of 3748) sorted by relevance

1...<<11121314151617181920>>...150

/third_party/libwebsockets/lib/misc/
H A Dgetifaddrs.c59 #define max(a, b) ((a) > (b) ? (a) : (b)) macro
/third_party/lame/frontend/
H A Dmp3rtp.c88 int max = 0; in maxvalue() local
104 int tmp = *tmpx, max = *maxx; in levelmessage() local
[all...]
/third_party/mesa3d/src/freedreno/rnn/
H A Dutil.h77 #define max(a,b) \ macro
/third_party/node/deps/v8/src/zone/
H A Daccounting-allocator.cc100 size_t max = max_memory_usage_.load(std::memory_order_relaxed); in AllocateSegment() local
/third_party/node/deps/v8/third_party/zlib/
H A Dinftrees.c42 unsigned min, max; /* minimum and maximum code lengths */ local
[all...]
/third_party/node/deps/v8/tools/
H A Deval_gc_nvp.py97 def max(self): member in Category
/third_party/musl/src/linux/x32/
H A Dsysinfo.c33 kulong max = tmp.totalram | tmp.totalswap; in __lsysinfo() local
/third_party/ninja/src/
H A Dmanifest_parser_perftest.cc120 int max = *max_element(times.begin(), times.end()); in main() local
H A Dbuild_log_perftest.cc134 int max = times[0]; in main() local
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Ddenseranges.cpp30 LargestGaps(int32_t max) : maxLength(max<=kCapacity ? max : kCapacity), length(0) {} in LargestGaps() argument
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_sched_gm107.h45 int max = 0; in getLatest() local
/third_party/icu/icu4c/source/tools/toolutil/
H A Ddenseranges.cpp30 LargestGaps(int32_t max) : maxLength(max<=kCapacity ? max : kCapacity), length(0) {} in LargestGaps() argument
/third_party/icu/icu4c/source/test/intltest/
H A Dtsputil.cpp184 PUtilTest::maxMinTest(double a, double b, double exp, UBool max) in maxMinTest() argument
/third_party/libinput/src/
H A Dutil-macros.h41 #define max(a, b) (((a) > (b)) ? (a) : (b)) macro
/third_party/ltp/testcases/kernel/syscalls/eventfd/
H A Deventfd06.c79 uint64_t max = UINT64_MAX - 1; in clear_counter() local
/third_party/ltp/testcases/kernel/syscalls/getcpu/
H A Dgetcpu01.c23 unsigned int index, max = 0; in max_cpuid() local
/third_party/libwebsockets/win32port/zlib/
H A Dinftrees.c42 unsigned min, max; /* minimum and maximum code lengths */ local
[all...]
/third_party/libevdev/test/
H A Dtest-libevdev-has-event.c97 int code, max; in START_TEST() local
147 int max; in START_TEST() local
/third_party/ltp/testcases/realtime/func/measurement/
H A Drdtsc-latency.c104 unsigned long long max, min, avg, tsc_a, tsc_b, tsc_period; in main() local
/third_party/ltp/tools/sparse/sparse-src/
H A Ddominate.c22 unsigned int max; member
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

Completed in 12 milliseconds

1...<<11121314151617181920>>...150