Searched refs:_LIBECC_CONCATENATE (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/libecc/include/libecc/nn/ |
H A D | nn_config.h | 183 #define _LIBECC_CONCATENATE(a, b, c, d, e) a##_##b##_##c##_##d##_##e macro 184 #define LIBECC_CONCATENATE(a, b, c, d, e) _LIBECC_CONCATENATE(a, b, c, d, e) 201 #define _LIBECC_CONCATENATE(a, b, c, d, e, f) a##_##b##_##c##_##d##_##e##_##f macro 202 #define LIBECC_CONCATENATE(a, b, c, d, e, f) _LIBECC_CONCATENATE(a, b, c, d, e, f)
|