Home
last modified time | relevance | path

Searched refs:FUNC (Results 1 – 25 of 25) sorted by relevance

/freebsd/lib/libc/aarch64/string/
H A DMakefile.inc29 .for FUNC in ${AARCH64_STRING_FUNCS}
30 .if !exists(${FUNC}.S)
31 ${FUNC}.S:
33 printf '#define __%s_aarch64 %s\n' ${FUNC} ${FUNC} >> ${.TARGET}
34 printf '#include "aarch64/%s.S"\n' ${FUNC} >> ${.TARGET}
35 CLEANFILES+= ${FUNC}.S
38 MDSRCS+= ${FUNC}.S
39 CFLAGS.${FUNC}.S+=-I${SRCTOP}/contrib/arm-optimized-routines/string
/freebsd/crypto/heimdal/lib/krb5/
H A Dwarn.c82 #define FUNC(ETEXT, CODE, LEVEL) \ macro
127 FUNC(1, code, 1); in krb5_warn()
161 FUNC(0, 0, 1); in krb5_warnx()
205 FUNC(1, code, 0); in krb5_err()
244 FUNC(0, 0, 0); in krb5_errx()
286 FUNC(1, code, 0); in krb5_abort()
314 FUNC(0, 0, 0); in krb5_abortx()
/freebsd/contrib/arm-optimized-routines/string/aarch64/
H A Dstrcpy-sve.S19 #define FUNC __stpcpy_aarch64_sve macro
21 #define FUNC __strcpy_aarch64_sve macro
24 ENTRY (FUNC)
68 END (FUNC)
H A Dstrchr-sve.S19 #define FUNC __strchrnul_aarch64_sve macro
21 #define FUNC __strchr_aarch64_sve macro
24 ENTRY (FUNC)
67 END (FUNC)
/freebsd/contrib/bsnmp/snmpd/
H A Dsnmpmod.h125 #define INSERT_OBJECT_FUNC_LINK(PTR, LIST, LINK, FUNC) do { \ argument
129 if ((FUNC)(_lelem, (PTR)) > 0) \
141 if ((FUNC)(_lelem, (PTR)) < 0) \
195 if ((FUNC)(OID, SUB, _lelem) == 0) \
204 if ((FUNC)(OID, SUB, _lelem) < 0) \
240 #define INSERT_OBJECT_FUNC_REV(PTR, LIST, HEAD, FUNC) \ argument
241 INSERT_OBJECT_FUNC_LINK_REV(PTR, LIST, HEAD, link, FUNC)
249 #define FIND_OBJECT_FUNC(LIST, OID, SUB, FUNC) \ argument
250 FIND_OBJECT_FUNC_LINK(LIST, OID, SUB, link, FUNC)
258 #define NEXT_OBJECT_FUNC(LIST, OID, SUB, FUNC) \ argument
[all …]
/freebsd/contrib/arm-optimized-routines/pl/math/test/
H A Drunulp.sh45 if [ "$FUNC" == "atan2" ] || [ -z "$FUNC" ]; then
72 $(cat $INTERVALS | grep "\b$FUNC\b")
/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig.c2415 { FUNC(bssid) },
2425 { FUNC(proto) },
2426 { FUNC(key_mgmt) },
2428 { FUNC(pairwise) },
2429 { FUNC(group) },
2431 { FUNC(auth_alg) },
2442 { FUNC(eap) },
2540 { FUNC(ocv) },
2566 { FUNC(psk_list) },
2658 #undef FUNC
[all …]
/freebsd/contrib/one-true-awk/
H A Dlex.c64 { "func", FUNC, FUNC },
65 { "function", FUNC, FUNC },
531 case FUNC: in word()
H A Dawkgram.y55 %token <i> ARG BLTIN BREAK CLOSE CONTINUE DELETE DO EXIT FOR FUNC
83 %left ARG BLTIN BREAK CALL CLOSE CONTINUE DELETE DO EXIT FOR FUNC
185 | FUNC funcname '(' varlist rparen {infunc = true;} lbrace stmtlist '}'
/freebsd/sys/sys/
H A Dkobj.h97 #define KOBJMETHOD(NAME, FUNC) \ argument
98 { &NAME##_desc, (kobjop_t) (1 ? FUNC : (NAME##_t *)NULL) }
/freebsd/crypto/openssl/providers/
H A Dlegacyprov.c29 #define ALG(NAMES, FUNC) { NAMES, "provider=legacy", FUNC } argument
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
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTF.def29 HANDLE_BTF_KIND(12, FUNC)
/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/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-account.cpp76 FUNC, enumerator
90 clEnumValN(SortField::FUNC, "func", "function names")));
360 case SortField::FUNC: in exportStats()
/freebsd/sys/dev/cardbus/
H A Dcardbus_cis.c109 #define MAKETUPLE(NAME,FUNC) { CISTPL_ ## NAME, #NAME, decode_tuple_ ## FUNC } argument
/freebsd/crypto/openssl/crypto/err/
H A Dopenssl.ec6 L FUNC NONE NONE
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwind-EHABI.cpp67 FUNC = 0x1, enumerator
127 case Descriptor::FUNC: { in ProcessDescriptors()
/freebsd/contrib/arm-optimized-routines/pl/math/
H A DDir.mk195 FUNC=$(func) \
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/
H A Daead_aes256gcm_aesni.c177 #define FUNC(N, MAKEN) … macro
194 FUNC(8, MAKE8)
/freebsd/contrib/tcpdump/
H A DCMakeLists.txt1206 foreach(FUNC strlcat strlcpy strdup strsep getservent getopt_long)
1207 string(TOUPPER ${FUNC} FUNC_UPPERCASE)
1210 set(NETDISSECT_SOURCE_LIST_C ${NETDISSECT_SOURCE_LIST_C} missing/${FUNC}.c)
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp604 ECase(FUNC); in enumeration()
/freebsd/crypto/openssl/apps/
H A Dcmp.c619 #define FUNC (strcmp(OPENSSL_FUNC, "(unknown function)") == 0 \ macro
624 FUNC, OPENSSL_FILE, OPENSSL_LINE, prefix, a1, a2, a3))))
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Instructions.td1633 def FUNC : ILFormat< (outs), (ins),
1634 "FUNC", []>;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp523 #define IMPLEMENT_VECTOR_UNORDERED(TY, X, Y, FUNC) \ argument
526 Dest = FUNC(Src1, Src2, Ty); \