Searched refs:max (Results 1 - 19 of 19) sorted by relevance

/bionic/libc/bionic/
H A Dstrftime_l.cpp31 size_t strftime_l(char *s, size_t max, const char *format, const struct tm *tm, argument
33 return strftime(s, max, format, tm);
H A Dpathconf.c86 static const struct { uint32_t type; int max; } knownMax[] = member in struct:__anon7
100 return knownMax[nn].max;
H A Dfts.c623 * Figure out the max file name length that can be stored in the
1002 size_t len, max; local
1004 for (max = 0; *argv; ++argv)
1005 if ((len = strlen(*argv)) > max)
1006 max = len;
1007 return (max + 1);
/bionic/libc/kernel/uapi/linux/netfilter/
H A Dxt_length.h24 __u16 min, max; member in struct:xt_length_info
H A Dxt_hashlimit.h42 __u32 max; member in struct:hashlimit_cfg
65 __u32 max; member in struct:hashlimit_cfg1
H A Dnf_nat.h37 union nf_conntrack_man_proto max; member in struct:nf_nat_ipv4_range
H A Dxt_u32.h37 __u32 max; member in struct:xt_u32_value_element
/bionic/libc/upstream-openbsd/lib/libc/stdlib/
H A Datexit.h36 int max; /* max entries >= ATEXIT_SIZE */ member in struct:atexit
H A Datexit.c73 if (p->ind + 1 >= p->max)
88 p->max = (pgsize - ((char *)&p->fns[0] - (char *)p)) /
187 p->max = (pgsize - ((char *)&p->fns[0] - (char *)p)) /
/bionic/tests/
H A Dsstream_test.cpp45 CheckOverflow<int16_t>(std::numeric_limits<int16_t>::max(), "32767", false);
48 CheckOverflow<uint16_t>(std::numeric_limits<uint16_t>::max(), "65535", false);
55 CheckOverflow<int32_t>(std::numeric_limits<int32_t>::max(), "2147483647", false);
58 CheckOverflow<uint32_t>(std::numeric_limits<uint32_t>::max(), "4294967295", false);
65 CheckOverflow<int64_t>(std::numeric_limits<int64_t>::max(), "9223372036854775807", false);
68 CheckOverflow<uint64_t>(std::numeric_limits<uint64_t>::max(), "18446744073709551615", false);
H A Dsys_select_test.cpp86 int max = STDERR_FILENO + 1; local
88 // Invalid max fd.
92 ASSERT_EQ(2, select(max, &r, &w, &e, NULL));
98 ASSERT_EQ(-1, select(max, &r, &w, &e, &tv));
132 int max = STDERR_FILENO + 1; local
134 // Invalid max fd.
138 ASSERT_EQ(2, pselect(max, &r, &w, &e, NULL, &ss));
144 ASSERT_EQ(-1, pselect(max, &r, &w, &e, &tv, &ss));
/bionic/libc/kernel/uapi/linux/
H A Datm_nicstar.h32 unsigned max; member in struct:buf_nr
H A Dxfrm.h407 __u32 max; member in struct:xfrm_userspi_info
H A Dpkt_sched.h592 __u32 max; member in struct:tc_sfb_qopt
H A Dvideodev2.h369 struct v4l2_fract max; member in struct:v4l2_frmival_stepwise
/bionic/benchmarks/
H A Dbenchmark_main.cpp142 iterations = std::max(last + 1, std::min(iterations + iterations/2, 100*last));
200 g_name_column_width = std::max(g_name_column_width, name_width);
/bionic/libc/kernel/uapi/sound/
H A Demu10k1.h296 unsigned int max; member in struct:snd_emu10k1_fx8010_control_gpr
310 unsigned int max; member in struct:snd_emu10k1_fx8010_control_old_gpr
H A Dasound.h326 unsigned int min, max; member in struct:snd_interval
855 long max; member in struct:snd_ctl_elem_info::__anon866::__anon867
861 long long max; member in struct:snd_ctl_elem_info::__anon866::__anon868
/bionic/libc/tzcode/
H A Dlocaltime.c156 int max);
699 getnum(register const char * strp, int * const nump, const int min, const int max) argument
709 if (num > max)
1615 ** just 32 bits, its a max of 32 iterations (even at 64 bits it

Completed in 912 milliseconds