Searched +defs:COUNTER +defs:a +defs:a (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | overflow.h | 45 #define is_non_negative(a) ((a) > 0 || (a) == 0) argument 46 #define is_negative(a) (!(is_non_negative(a))) argument 69 #define check_add_overflow(a, b, d) \ argument 81 #define wrapping_add(type, a, b) \ argument 115 #define check_sub_overflow(a, b, d) \ argument 127 #define wrapping_sub(type, a, b) \ argument 161 #define check_mul_overflow(a, b, d) \ argument 173 #define wrapping_mul(type, a, b) \ argument 200 #define check_shl_overflow(a, s, d) __must_check_overflow(({ \ argument 329 #define array_size(a, b) size_mul(a, b) argument [all …]
|
| /freebsd/crypto/openssl/providers/implementations/kdfs/ |
| H A D | kbkdf.c | 50 #define ossl_min(a, b) ((a) < (b)) ? (a) : (b) argument 53 COUNTER = 0, enumerator
|
| /freebsd/contrib/tcpdump/ |
| H A D | print-snmp.c | 112 #define COUNTER 1 macro 751 const struct obj_abrev *a = &obj_abrev_list[0]; in asn1_print() local
|