Search | Google it | Results 11 - 12 of 12 for funcall:MIN (0.01 seconds) |
386: #define __BITS(__m, __n) \ 387: ((__BIT(MAX((__m), (__n)) + 1) - 1) ^ (__BIT(MIN((__m), (__n))) - 1)) 388:
747: cp += sizeof("nibble:") - 1; 748: i = MIN(strcspn(cp, " \t"), sizeof(ext->nsuffix) - 1); 749: strncpy(ext->nsuffix, cp, (size_t)i);