/freebsd/contrib/arm-optimized-routines/string/aarch64/ |
H A D | strchr-sve.S | 19 #define FUNC __strchrnul_aarch64_sve macro 21 #define FUNC __strchr_aarch64_sve macro
|
H A D | strcpy-sve.S | 19 #define FUNC __stpcpy_aarch64_sve macro 21 #define FUNC __strcpy_aarch64_sve macro
|
/freebsd/crypto/openssl/providers/ |
H A D | defltprov.c | 34 #define ALGC(NAMES, FUNC, CHECK) { { NAMES, "provider=default", FUNC }, CHECK } argument 35 #define ALG(NAMES, FUNC) ALGC(NAMES, FUNC, NULL) argument
|
H A D | legacyprov.c | 29 #define ALG(NAMES, FUNC) { NAMES, "provider=legacy", FUNC } argument
|
/freebsd/contrib/bsnmp/snmpd/ |
H A D | snmpmod.h | 125 #define INSERT_OBJECT_FUNC_LINK(PTR, LIST, LINK, FUNC) do { \ argument 137 #define INSERT_OBJECT_FUNC_LINK_REV(PTR, LIST, HEAD, LINK, FUNC) do { \ argument 191 #define FIND_OBJECT_FUNC_LINK(LIST, OID, SUB, LINK, FUNC) ({ \ argument 200 #define NEXT_OBJECT_FUNC_LINK(LIST, OID, SUB, LINK, FUNC) ({ \ argument 240 #define INSERT_OBJECT_FUNC_REV(PTR, LIST, HEAD, FUNC) \ argument 249 #define FIND_OBJECT_FUNC(LIST, OID, SUB, FUNC) \ argument 258 #define NEXT_OBJECT_FUNC(LIST, OID, SUB, FUNC) \ argument
|
/freebsd/sys/sys/ |
H A D | kobj.h | 97 #define KOBJMETHOD(NAME, FUNC) \ argument
|
/freebsd/crypto/openssl/providers/fips/ |
H A D | fipsprov.c | 39 #define ALGC(NAMES, FUNC, CHECK) { { NAMES, FIPS_DEFAULT_PROPERTIES, FUNC }, CHECK } argument 40 #define ALG(NAMES, FUNC) ALGC(NAMES, FUNC, NULL) argument
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | warn.c | 82 #define FUNC(ETEXT, CODE, LEVEL) \ macro
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-account.cpp | 76 FUNC, enumerator
|
/freebsd/sys/dev/cardbus/ |
H A D | cardbus_cis.c | 109 #define MAKETUPLE(NAME,FUNC) { CISTPL_ ## NAME, #NAME, decode_tuple_ ## FUNC } argument
|
/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | Unwind-EHABI.cpp | 67 FUNC = 0x1, enumerator
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/ |
H A D | aead_aes256gcm_aesni.c | 177 #define FUNC(N, MAKEN) … macro
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | config.c | 2493 #define FUNC(f) _FUNC(f), 0 macro 5380 #define FUNC(f) #f, wpa_config_process_ ## f, NULL, OFFSET(f), NULL, NULL macro
|
/freebsd/crypto/openssl/apps/ |
H A D | cmp.c | 619 #define FUNC (strcmp(OPENSSL_FUNC, "(unknown function)") == 0 \ macro
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Execution.cpp | 523 #define IMPLEMENT_VECTOR_UNORDERED(TY, X, Y, FUNC) \ argument
|