gonzui


Format: Advanced Search

SearchGoogle itResults 11 - 12 of 12 for funcall:MIN (0.02 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/sys/cdefs.h - 13.5KB - 402 lines
386: #define __BITS(__m, __n)        \
387:         ((__BIT(MAX((__m), (__n)) + 1) - 1) ^ (__BIT(MIN((__m), (__n))) - 1))
388: 
bsd_source/t2ex/network/net/src_bsdlib/libc/resolv/res_init.c - 36.4KB - 1,026 lines
747:                         cp += sizeof("nibble:") - 1;
748:                         i = MIN(strcspn(cp, " \t"), sizeof(ext->nsuffix) - 1);
749:                         strncpy(ext->nsuffix, cp, (size_t)i);
More results from res_init.c