Home
last modified time | relevance | path

Searched defs:max (Results 1 – 17 of 17) sorted by relevance

/bionic/libc/kernel/uapi/linux/netfilter/
Dxt_length.h24 __u16 min, max; member
Dxt_hashlimit.h42 __u32 max; member
65 __u32 max; member
Dxt_u32.h37 __u32 max; member
Dnf_nat.h39 union nf_conntrack_man_proto max; member
/bionic/tests/
Dsys_select_test.cpp86 int max = STDERR_FILENO + 1; in TEST() local
132 int max = STDERR_FILENO + 1; in TEST() local
/bionic/libc/kernel/uapi/linux/
Datm_nicstar.h31 unsigned max; member
Dxfrm.h417 __u32 max; member
Dpkt_sched.h592 __u32 max; member
Dvideodev2.h400 struct v4l2_fract max; member
/bionic/benchmarks/
DBenchmark.cpp50 size_t max = 20; in MaxNameColumnWidth() local
/bionic/libc/stdlib/
Datexit.c43 int max; /* max entries >= ATEXIT_SIZE */ member
/bionic/benchmarks/benchmark/
DBenchmark.h117 size_t max = 0; in NameColumnWidth() local
/bionic/libc/bionic/
Dlocale.cpp195 size_t strftime_l(char* s, size_t max, const char* format, const struct tm* tm, locale_t) { in strftime_l()
Dfts.c1011 size_t len, max; in fts_maxarglen() local
/bionic/libc/kernel/uapi/sound/
Demu10k1.h296 unsigned int max; member
310 unsigned int max; member
Dasound.h332 unsigned int min, max; member
859 long max; member
865 long long max; member
/bionic/libc/tzcode/
Dlocaltime.c699 getnum(register const char * strp, int * const nump, const int min, const int max) in getnum()