Searched defs:min (Results 1 - 10 of 10) 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/bionic/
H A Dhash.h44 #ifndef min
45 #define min(a,b) (((a)>(b))?(b):(a)) macro
H A Darc4random.c257 u_int32_t r, min; local
263 min = 0x100000000UL % upper_bound;
267 min = 1 + ~upper_bound; /* 2**32 - upper_bound */
270 min = ((0xffffffff - (upper_bound * 2)) + 1) % upper_bound;
282 if (r >= min)
/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
/bionic/libc/stdlib/
H A Dqsort.c37 #define min(a, b) (a) < (b) ? a : b macro
148 r = min(pa - (char *)a, pb - pa);
150 r = min(pd - pc, pn - pd - (int)es);
/bionic/libc/kernel/common/linux/
H A Dtelephony.h69 char min[3]; member in struct:__anon558
H A Dvideodev2.h375 struct v4l2_fract min; member in struct:v4l2_frmival_stepwise
/bionic/libc/netbsd/resolv/
H A Dres_debug.c768 int deg = 0, min = 0, secs = 0, secsfrac = 0; local
782 min = min * 10 + (*cp++ - '0');
817 + (((((deg * 60) + min) * 60) + secs) * 1000)
823 - (((((deg * 60) + min) * 60) + secs) * 1000)
/bionic/libc/kernel/arch-mips/asm/
H A Dsgiarcs.h142 unsigned short min; member in struct:linux_tinfo
/bionic/libc/kernel/common/sound/
H A Dasound.h304 unsigned int min, max; member in struct:snd_interval
772 long min; member in struct:snd_ctl_elem_info::__anon616::__anon617
779 long long min; member in struct:snd_ctl_elem_info::__anon616::__anon618

Completed in 229 milliseconds