/bionic/tests/ |
D | sstream_test.cpp | 45 CheckOverflow<int16_t>(std::numeric_limits<int16_t>::max(), "32767", false); in TEST() 48 CheckOverflow<uint16_t>(std::numeric_limits<uint16_t>::max(), "65535", false); in TEST() 55 CheckOverflow<int32_t>(std::numeric_limits<int32_t>::max(), "2147483647", false); in TEST() 58 CheckOverflow<uint32_t>(std::numeric_limits<uint32_t>::max(), "4294967295", false); in TEST() 65 CheckOverflow<int64_t>(std::numeric_limits<int64_t>::max(), "9223372036854775807", false); in TEST() 68 CheckOverflow<uint64_t>(std::numeric_limits<uint64_t>::max(), "18446744073709551615", false); in TEST()
|
D | sys_select_test.cpp | 89 int max = STDERR_FILENO + 1; in TEST() local 95 int num_fds = select(max, &r, &w, &e, NULL); in TEST() 110 ASSERT_EQ(-1, select(max, &r, &w, &e, &tv)); in TEST() 144 int max = STDERR_FILENO + 1; in TEST() local 153 int num_fds = pselect(max, &r, &w, &e, NULL, &ss); in TEST() 165 ASSERT_EQ(-1, pselect(max, &r, &w, &e, &tv, &ss)); in TEST()
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
D | xt_hashlimit.h | 42 __u32 max; member 65 __u32 max; member
|
D | xt_length.h | 24 __u16 min, max; member
|
D | xt_u32.h | 37 __u32 max; member
|
D | nf_nat.h | 39 union nf_conntrack_man_proto max; member
|
/bionic/libc/kernel/uapi/linux/ |
D | atm_nicstar.h | 31 unsigned max; member
|
D | virtio_input.h | 36 __u32 max; member
|
D | xfrm.h | 420 __u32 max; member
|
D | pkt_sched.h | 594 __u32 max; member
|
D | videodev2.h | 457 struct v4l2_fract max; member
|
/bionic/libc/stdlib/ |
D | atexit.c | 47 int max; /* max entries >= ATEXIT_SIZE */ member 92 if (p->ind + 1 >= p->max) in __cxa_atexit() 111 p->max = (pgsize - ((char *)&p->fns[0] - (char *)p)) / in __cxa_atexit()
|
/bionic/libc/bionic/ |
D | locale.cpp | 195 size_t strftime_l(char* s, size_t max, const char* format, const struct tm* tm, locale_t) { in strftime_l() argument 196 return strftime(s, max, format, tm); in strftime_l()
|
D | fts.c | 1011 size_t len, max; in fts_maxarglen() local 1013 for (max = 0; *argv; ++argv) in fts_maxarglen() 1014 if ((len = strlen(*argv)) > max) in fts_maxarglen() 1015 max = len; in fts_maxarglen() 1016 return (max + 1); in fts_maxarglen()
|
/bionic/libc/kernel/uapi/sound/ |
D | asoc.h | 202 __le32 max; member 230 __le32 max; member
|
D | emu10k1.h | 299 unsigned int max; member 312 unsigned int max; member
|
D | asound.h | 344 unsigned int min, max; member 885 long max; member 891 long long max; member
|
/bionic/libc/malloc_debug/ |
D | README.md | 50 The default is 32 bytes, the max bytes is 16384. SIZE\_BYTES will be 75 The default is 32 bytes, the max bytes is 16384. 92 The default is 32 bytes, the max bytes is 16384. 149 The default is 16 bytes, the max bytes is 16384. 168 in the list. The default is to record 100 freed allocations, the max 202 allocation is freed. The default is to record 16 frames, the max number of
|
/bionic/libc/tzcode/ |
D | localtime.c | 773 getnum(register const char *strp, int *const nump, const int min, const int max) in getnum() argument 783 if (num > max) in getnum()
|