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

/bionic/libc/kernel/common/linux/netfilter/
H A Dxt_length.h22 u_int16_t min, max; member in struct:xt_length_info
/bionic/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)) /
197 p->max = (pgsize - ((char *)&p->fns[0] - (char *)p)) /
/bionic/libc/private/
H A Dbionic_time.h52 extern size_t strftime_tz(char *s, size_t max, const char *format, const struct tm *tm, const struct strftime_locale* lc);
/bionic/libc/kernel/common/linux/netfilter_ipv4/
H A Dip_nat.h45 union ip_conntrack_manip_proto min, max; member in struct:ip_nat_range
H A Dipt_hashlimit.h35 u_int32_t max; member in struct:hashlimit_cfg
/bionic/libc/include/sys/
H A Depoll.h67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
/bionic/libc/unistd/
H A Dpathconf.c89 static const struct { uint32_t type; int max; } knownMax[] = member in struct:__anon680
103 return knownMax[nn].max;
/bionic/libc/include/
H A Dtime.h80 extern size_t strftime(char *s, size_t max, const char *format, const struct tm *tm);
/bionic/libc/kernel/common/linux/
H A Dmoduleparam.h61 unsigned int max; member in struct:kparam_array
H A Dvideodev2.h376 struct v4l2_fract max; member in struct:v4l2_frmival_stepwise
/bionic/libc/bionic/
H A Dfts.c621 * Figure out the max file name length that can be stored in the
1001 size_t len, max; local
1003 for (max = 0; *argv; ++argv)
1004 if ((len = strlen(*argv)) > max)
1005 max = len;
1006 return (max + 1);
/bionic/libc/kernel/common/sound/
H A Dasound.h304 unsigned int min, max; member in struct:snd_interval
774 long max; member in struct:snd_ctl_elem_info::__anon616::__anon617
780 long long max; member in struct:snd_ctl_elem_info::__anon616::__anon618
/bionic/libc/tzcode/
H A Dlocaltime.c86 /* Complex computations to determine the min/max of time_t depending
214 int max));
752 getnum(strp, nump, min, max)
756 const int max;
766 if (num > max)
1706 ** just 32 bits, its a max of 32 iterations (even at 64 bits it

Completed in 540 milliseconds