Searched defs:max (Results 1 - 25 of 28) sorted by relevance

12

/bionic/libc/kernel/uapi/linux/netfilter/
H A Dxt_length.h24 __u16 min, max; member in struct:xt_length_info
H A Dnf_nat.h39 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
H A Dxt_hashlimit.h45 __u32 max; member in struct:hashlimit_cfg
67 __u32 max; member in struct:hashlimit_cfg1
80 __u32 max; member in struct:hashlimit_cfg2
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/netfilter/
H A Dxt_length.h24 __u16 min, max; member in struct:xt_length_info
H A Dnf_nat.h39 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
H A Dxt_hashlimit.h45 __u32 max; member in struct:hashlimit_cfg
67 __u32 max; member in struct:hashlimit_cfg1
80 __u32 max; member in struct:hashlimit_cfg2
/bionic/libc/kernel/uapi/linux/
H A Datm_nicstar.h31 unsigned max; member in struct:buf_nr
H A Dvirtio_input.h36 __u32 max; member in struct:virtio_input_absinfo
H A Dxfrm.h421 __u32 max; member in struct:xfrm_userspi_info
H A Dpkt_sched.h601 __u32 max; member in struct:tc_sfb_qopt
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Datm_nicstar.h31 unsigned max; member in struct:buf_nr
H A Dvirtio_input.h36 __u32 max; member in struct:virtio_input_absinfo
H A Dxfrm.h421 __u32 max; member in struct:xfrm_userspi_info
H A Dpkt_sched.h601 __u32 max; member in struct:tc_sfb_qopt
/bionic/tests/
H A Dsys_select_test.cpp89 int max = STDERR_FILENO + 1; local
91 // Invalid max fd.
95 int num_fds = select(max, &r, &w, &e, NULL);
110 ASSERT_EQ(-1, select(max, &r, &w, &e, &tv));
144 int max = STDERR_FILENO + 1; local
146 // Invalid max fd.
153 int num_fds = pselect(max, &r, &w, &e, NULL, &ss);
165 ASSERT_EQ(-1, pselect(max, &r, &w, &e, &tv, &ss));
/bionic/libc/stdlib/
H A Datexit.c47 int max; /* max entries >= ATEXIT_SIZE */ member in struct:atexit
92 if (p->ind + 1 >= p->max)
111 p->max = (pgsize - ((char *)&p->fns[0] - (char *)p)) /
/bionic/libc/bionic/
H A Dfts.c624 * Figure out the max file name length that can be stored in the
1011 size_t len, max; local
1013 for (max = 0; *argv; ++argv)
1014 if ((len = strlen(*argv)) > max)
1015 max = len;
1016 return (max + 1);
/bionic/libc/kernel/uapi/sound/
H A Dasoc.h294 __le32 max; member in struct:snd_soc_tplg_mixer_control
321 __le32 max; member in struct:snd_soc_tplg_bytes_control
H A Demu10k1.h299 unsigned int max; member in struct:snd_emu10k1_fx8010_control_gpr
312 unsigned int max; member in struct:snd_emu10k1_fx8010_control_old_gpr
H A Dasound.h350 unsigned int min, max; member in struct:snd_interval
891 long max; member in struct:snd_ctl_elem_info::__anon1099::__anon1100
897 long long max; member in struct:snd_ctl_elem_info::__anon1099::__anon1101
/bionic/libc/versioner-dependencies/common/kernel_uapi/sound/
H A Dasoc.h294 __le32 max; member in struct:snd_soc_tplg_mixer_control
321 __le32 max; member in struct:snd_soc_tplg_bytes_control
H A Demu10k1.h299 unsigned int max; member in struct:snd_emu10k1_fx8010_control_gpr
312 unsigned int max; member in struct:snd_emu10k1_fx8010_control_old_gpr
/bionic/libc/tzcode/
H A Dlocaltime.c779 getnum(register const char *strp, int *const nump, const int min, const int max) argument
789 if (num > max)
1781 ** just 32 bits, its a max of 32 iterations (even at 64 bits it

Completed in 401 milliseconds

12