Home
last modified time | relevance | path

Searched defs:FUNC (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/arm-optimized-routines/string/aarch64/
H A Dstrchr-sve.S19 #define FUNC __strchrnul_aarch64_sve macro
21 #define FUNC __strchr_aarch64_sve macro
H A Dstrcpy-sve.S19 #define FUNC __stpcpy_aarch64_sve macro
21 #define FUNC __strcpy_aarch64_sve macro
/freebsd/crypto/openssl/providers/
H A Ddefltprov.c34 #define ALGC(NAMES, FUNC, CHECK) { { NAMES, "provider=default", FUNC }, CHECK } argument
35 #define ALG(NAMES, FUNC) ALGC(NAMES, FUNC, NULL) argument
H A Dlegacyprov.c29 #define ALG(NAMES, FUNC) { NAMES, "provider=legacy", FUNC } argument
/freebsd/contrib/bsnmp/snmpd/
H A Dsnmpmod.h125 #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 Dkobj.h97 #define KOBJMETHOD(NAME, FUNC) \ argument
/freebsd/crypto/openssl/providers/fips/
H A Dfipsprov.c39 #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 Dwarn.c82 #define FUNC(ETEXT, CODE, LEVEL) \ macro
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-account.cpp76 FUNC, enumerator
/freebsd/sys/dev/cardbus/
H A Dcardbus_cis.c109 #define MAKETUPLE(NAME,FUNC) { CISTPL_ ## NAME, #NAME, decode_tuple_ ## FUNC } argument
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwind-EHABI.cpp67 FUNC = 0x1, enumerator
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/
H A Daead_aes256gcm_aesni.c177 #define FUNC(N, MAKEN) … macro
/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig.c2493 #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 Dcmp.c619 #define FUNC (strcmp(OPENSSL_FUNC, "(unknown function)") == 0 \ macro
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp523 #define IMPLEMENT_VECTOR_UNORDERED(TY, X, Y, FUNC) \ argument