Home
last modified time | relevance | path

Searched refs:max (Results 1 – 14 of 14) sorted by relevance

/third_party/ulib/musl/src/network/
A Dinet_ntop.c9 int i, j, max, best; in inet_ntop() local
27 for (i = best = 0, max = 2; buf[i]; i++) { in inet_ntop()
31 if (j > max) in inet_ntop()
32 best = i, max = j; in inet_ntop()
34 if (max > 2) { in inet_ntop()
36 memmove(buf + best + 2, buf + best + max, i - best - max + 1); in inet_ntop()
/third_party/ulib/musl/src/legacy/
A Dgetdtablesize.c6 int max = sysconf(_SC_OPEN_MAX); in getdtablesize() local
7 return max < INT_MAX ? max : INT_MAX; in getdtablesize()
/third_party/ulib/jemalloc/test/unit/
A Dsmoothstep.c12 uint64_t sum, min, max; in TEST_BEGIN() local
26 max = (KQU(1) << (SMOOTHSTEP_BFP-1)) * (SMOOTHSTEP_NSTEPS+1); in TEST_BEGIN()
27 min = max - SMOOTHSTEP_NSTEPS; in TEST_BEGIN()
31 assert_u64_le(sum, max, "Integral exceeds 1/2"); in TEST_BEGIN()
34 max - sum, SMOOTHSTEP_NSTEPS); in TEST_BEGIN()
/third_party/ulib/jemalloc/src/
A Dextent_dss.c207 extent_in_dss_helper(void *addr, void *max) in extent_in_dss_helper() argument
210 (uintptr_t)max); in extent_in_dss_helper()
224 void *max; in extent_dss_mergeable() local
232 max = atomic_read_p(&dss_max); in extent_dss_mergeable()
233 return (extent_in_dss_helper(addr_a, max) == in extent_dss_mergeable()
234 extent_in_dss_helper(addr_b, max)); in extent_dss_mergeable()
A Djemalloc.c965 #define CONF_MAX_no(um, max) false in malloc_conf_init() argument
966 #define CONF_MAX_yes(um, max) ((um) > (max)) in malloc_conf_init() argument
967 #define CONF_HANDLE_T_U(t, o, n, min, max, check_min, check_max, clip) \ in malloc_conf_init() argument
984 um, (max))) \ in malloc_conf_init()
985 o = (t)(max); \ in malloc_conf_init()
992 (max))) { \ in malloc_conf_init()
1002 #define CONF_HANDLE_UNSIGNED(o, n, min, max, check_min, check_max, \ in malloc_conf_init() argument
1004 CONF_HANDLE_T_U(unsigned, o, n, min, max, \ in malloc_conf_init()
1007 CONF_HANDLE_T_U(size_t, o, n, min, max, \ in malloc_conf_init()
1009 #define CONF_HANDLE_SSIZE_T(o, n, min, max) \ in malloc_conf_init() argument
[all …]
A Dprof.c342 if (data->bt->len == data->max) in prof_unwind_callback()
/third_party/ulib/backtrace/
A Dbtest.c80 size_t max; member
90 size_t max; member
172 if (data->index >= data->max) in callback_one()
221 if (data->index >= data->max) in callback_two()
312 data.max = 20; in f3()
372 data.max = 20; in f13()
424 data.max = 20; in f23()
444 bdata.max = 20; in f23()
574 data.max = 20; in f33()
593 bdata.max = 20; in f33()
/third_party/ulib/musl/third_party/tre/
A Dregcomp.c121 int max; member
171 iter->max = max; in tre_ast_new_iter()
498 int min, max; in parse_bracket_terms() local
540 max = wc; in parse_bracket_terms()
673 int min, max; in parse_dup() local
679 max = min; in parse_dup()
681 if ((max < min && max >= 0) || max > RE_DUP_MAX || min > RE_DUP_MAX || min < 0 || in parse_dup()
685 *pmax = max; in parse_dup()
934 int min, max; in tre_parse() local
964 max = -1; in tre_parse()
[all …]
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dprof_structs.h14 unsigned max; member
/third_party/lib/acpica/tests/misc/
A Dbadcode.asl253 // 10-bit ISA I/O address has a max of 0x3FF
347 // Granularity must be zero if non-zero length, min/max fixed
/third_party/lib/acpica/generate/release/
A Dbuild.sh161 $ZIP_UTILITY -silent -add -max -dir -sort=name ../$TARGET_DIR/$PACKAGE_FILENAME
/third_party/tools/android/avb/
A Davbtool1927 max(self.required_libavb_version_minor, minor))
2041 new_image_size = max(new_image_size, fec_end)
/third_party/ulib/jemalloc/
A DChangeLog728 "arenas.cacheline", "arenas.subpage", "arenas.[tqcs]space_{min,max}", and
/third_party/lib/acpica/
A Dchanges.txt379 The max-number-of-AML-loops is now runtime configurable (previously was
2127 max. The original purpose of this constraint was to limit the amount of
2572 This can cause an infinite loop as the max error count code essentially
5665 AML Debugger: Added a max count argument for the Batch command (which
9848 too many values in the interrupt list (16 max) and invalid values in the
10631 operator. The valid range (max 255) is now only checked if the operand is

Completed in 59 milliseconds