| /third_party/libwebsockets/lib/misc/ |
| H A D | getifaddrs.c | 59 #define max(a, b) ((a) > (b) ? (a) : (b)) macro
|
| /third_party/lame/frontend/ |
| H A D | mp3rtp.c | 88 int max = 0; in maxvalue() local 104 int tmp = *tmpx, max = *maxx; in levelmessage() local [all...] |
| /third_party/mesa3d/src/freedreno/rnn/ |
| H A D | util.h | 77 #define max(a,b) \ macro
|
| /third_party/node/deps/v8/src/zone/ |
| H A D | accounting-allocator.cc | 100 size_t max = max_memory_usage_.load(std::memory_order_relaxed); in AllocateSegment() local
|
| /third_party/node/deps/v8/third_party/zlib/ |
| H A D | inftrees.c | 42 unsigned min, max; /* minimum and maximum code lengths */ local [all...] |
| /third_party/node/deps/v8/tools/ |
| H A D | eval_gc_nvp.py | 97 def max(self): member in Category
|
| /third_party/musl/src/linux/x32/ |
| H A D | sysinfo.c | 33 kulong max = tmp.totalram | tmp.totalswap; in __lsysinfo() local
|
| /third_party/ninja/src/ |
| H A D | manifest_parser_perftest.cc | 120 int max = *max_element(times.begin(), times.end()); in main() local
|
| H A D | build_log_perftest.cc | 134 int max = times[0]; in main() local
|
| /third_party/node/deps/icu-small/source/tools/toolutil/ |
| H A D | denseranges.cpp | 30 LargestGaps(int32_t max) : maxLength(max<=kCapacity ? max : kCapacity), length(0) {} in LargestGaps() argument
|
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_sched_gm107.h | 45 int max = 0; in getLatest() local
|
| /third_party/icu/icu4c/source/tools/toolutil/ |
| H A D | denseranges.cpp | 30 LargestGaps(int32_t max) : maxLength(max<=kCapacity ? max : kCapacity), length(0) {} in LargestGaps() argument
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | tsputil.cpp | 184 PUtilTest::maxMinTest(double a, double b, double exp, UBool max) in maxMinTest() argument
|
| /third_party/libinput/src/ |
| H A D | util-macros.h | 41 #define max(a, b) (((a) > (b)) ? (a) : (b)) macro
|
| /third_party/ltp/testcases/kernel/syscalls/eventfd/ |
| H A D | eventfd06.c | 79 uint64_t max = UINT64_MAX - 1; in clear_counter() local
|
| /third_party/ltp/testcases/kernel/syscalls/getcpu/ |
| H A D | getcpu01.c | 23 unsigned int index, max = 0; in max_cpuid() local
|
| /third_party/libwebsockets/win32port/zlib/ |
| H A D | inftrees.c | 42 unsigned min, max; /* minimum and maximum code lengths */
local [all...] |
| /third_party/libevdev/test/ |
| H A D | test-libevdev-has-event.c | 97 int code, max; in START_TEST() local 147 int max; in START_TEST() local
|
| /third_party/ltp/testcases/realtime/func/measurement/ |
| H A D | rdtsc-latency.c | 104 unsigned long long max, min, avg, tsc_a, tsc_b, tsc_period; in main() local
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | dominate.c | 22 unsigned int max; member
|
| H A D | predefine.c | 40 unsigned long long max = bits_mask(bits); in predefined_max() local
|
| /third_party/lz4/ossfuzz/ |
| H A D | fuzz_helpers.h | 86 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 D | option-utils.cc | 127 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 D | internal-index.h | 67 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 D | pan_liveness.c | 33 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
|