Home
last modified time | relevance | path

Searched +defs:F +defs:c +defs:C (Results 1 – 25 of 34) sorted by relevance

12

/freebsd/sys/dev/iavf/
H A Diavf_osdep.h68 #define DEBUGFUNC(F) DEBUGOUT(F); argument
73 #define DEBUGOUT3(S,A,B,C) printf(S "\n",A,B,C) argument
74 #define DEBUGOUT7(S,A,B,C,D,E,F,G) printf(S "\n",A,B,C,D,E,F,G) argument
79 #define DEBUGOUT3(S,A,B,C) argument
80 #define DEBUGOUT6(S,A,B,C,D,E,F) argument
81 #define DEBUGOUT7(S,A,B,C,D,E,F,G) argument
114 #define iavf_memset(a, b, c, d) memset((a), (b), (c)) argument
115 #define iavf_memcpy(a, b, c, d) memcpy((a), (b), (c)) argument
121 #define LE32_TO_CPU(c) le32toh(c) argument
/freebsd/crypto/openssl/crypto/sm3/
H A Dsm3_local.h23 #define HASH_MAKE_STRING(c, s) \ argument
54 #define RND(A, B, C, D, E, F, G, H, TJ, Wi, Wj, FF, GG) \ argument
67 #define R1(A,B,C,D,E,F,G,H,TJ,Wi,Wj) \ argument
70 #define R2(A,B,C,D,E,F,G,H,TJ,Wi,Wj) \ argument
H A Dsm3.c15 int ossl_sm3_init(SM3_CTX *c) in ossl_sm3_init()
32 register unsigned MD32_REG_T A, B, C, D, E, F, G, H; in ossl_sm3_block_data_order() local
/freebsd/contrib/bearssl/src/hash/
H A Dmd5.c27 #define F(B, C, D) ((((C) ^ (D)) & (B)) ^ (D)) argument
28 #define G(B, C, D) ((((C) ^ (B)) & (D)) ^ (C)) argument
29 #define H(B, C, D) ((B) ^ (C) ^ (D)) argument
30 #define I(B, C, D) ((C) ^ ((B) | ~(D))) argument
72 uint32_t a, b, c, d; in br_md5_round() local
H A Dsha1.c27 #define F(B, C, D) ((((C) ^ (D)) & (B)) ^ (D)) argument
28 #define G(B, C, D) ((B) ^ (C) ^ (D)) argument
29 #define H(B, C, D) (((D) & (C)) | (((D) | (C)) & (B))) argument
30 #define I(B, C, D) G(B, C, D) argument
49 uint32_t a, b, c, d, e; in br_sha1_round() local
H A Dsha2big.c98 #define SHA2BIG_STEP(A, B, C, D, E, F, G, H, j) do { \ in sha2big_round() argument
107 uint64_t a, b, c, d, e, f, g, h; in sha2big_round() local
H A Dsha2small.c73 #define SHA2_STEP(A, B, C, D, E, F, G, H, j) do { \ in br_sha2small_round() argument
82 uint32_t a, b, c, d, e, f, g, h; in br_sha2small_round() local
/freebsd/sys/dev/ixl/
H A Di40e_osdep.h61 #define DEBUGFUNC(F) DEBUGOUT(F); argument
66 #define DEBUGOUT3(S,A,B,C) printf(S "\n",A,B,C) argument
67 #define DEBUGOUT7(S,A,B,C,D,E,F,G) printf(S "\n",A,B,C,D,E,F,G) argument
72 #define DEBUGOUT3(S,A,B,C) argument
73 #define DEBUGOUT6(S,A,B,C,D,E,F) argument
74 #define DEBUGOUT7(S,A,B,C,D,E,F,G) argument
96 #define i40e_memset(a, b, c, d) memset((a), (b), (c)) argument
97 #define i40e_memcpy(a, b, c, d) memcpy((a), (b), (c)) argument
103 #define LE32_TO_CPU(c) le32toh(c) argument
/freebsd/crypto/heimdal/lib/kadm5/
H A Dcontext_s.c39 set_funcs(kadm5_server_context *c) in set_funcs()
41 #define SET(C, F) (C)->funcs.F = kadm5_s_ ## F in set_funcs() argument
H A Dinit_c.c49 set_funcs(kadm5_client_context *c) in set_funcs()
51 #define SET(C, F) (C)->funcs.F = kadm5 ## _c_ ## F in set_funcs() argument
H A Dad.c1333 set_funcs(kadm5_ad_context *c) in set_funcs()
1335 #define SET(C, F) (C)->funcs.F = kadm5_ad_ ## F in set_funcs() argument
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSHA256.cpp31 #define SHR(x, c) ((x) >> (c)) argument
43 #define F_EXPAND(A, B, C, D, E, F, G, H, M1, M2, M3, M4, k) \ argument
67 uint32_t C = InternalState.State[2]; in hashBlock() local
70 uint32_t F = InternalState.State[5]; in hashBlock() local
211 for (uint8_t C : Data) update() local
[all...]
/freebsd/crypto/openssl/crypto/sha/
H A Dsha512.c71 # define U64(C) C##UI64 argument
73 # define U64(C) C##UL argument
75 # define U64(C) C##ULL argument
78 int sha512_224_init(SHA512_CTX *c) in sha512_224_init()
96 int sha512_256_init(SHA512_CTX *c) in sha512_256_init()
114 int SHA384_Init(SHA512_CTX *c) in SHA384_Init()
132 int SHA512_Init(SHA512_CTX *c) in SHA512_Init()
155 int SHA512_Final(unsigned char *md, SHA512_CTX *c) in SHA512_Final()
274 int SHA384_Final(unsigned char *md, SHA512_CTX *c) in SHA384_Final()
279 int SHA512_Update(SHA512_CTX *c, const void *_data, size_t len) in SHA512_Update()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXCtorDtorLowering.cpp128 static void createInitOrFiniCalls(Function &F, bool IsCtor) { in createInitOrFiniCalls()
130 LLVMContext &C = M.getContext(); in createInitOrFiniCalls() local
218 auto *F = cast<Constant>(CS->getOperand(1)); in createInitOrFiniGlobals() local
230 [](char c) { return c == '.' ? '_' : c; }); in createInitOrFiniGlobals()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp471 static bool eatTerm(StringRef& mangledName, const char c) { in eatTerm()
692 bool AMDGPULibFunc::parse(StringRef FuncName, AMDGPULibFunc &F) { in parse()
933 LLVMContext& C, in getIntrinsicParamType()
975 LLVMContext& C = M.getContext(); in getFunctionType() local
1009 Function *F = dyn_cast_or_null<Function>( in getFunction() local
1026 Function *F = dyn_cast_or_null<Function>( in getOrInsertFunction() local
1051 FunctionCallee C; in getOrInsertFunction() local
1085 AMDGPULibFunc::AMDGPULibFunc(const AMDGPULibFunc &F) { in AMDGPULibFunc()
1094 AMDGPULibFunc &AMDGPULibFunc::operator=(const AMDGPULibFunc &F) { in operator =()
/freebsd/crypto/libecc/src/examples/hash/
H A Dsha0.c28 #define SHA0_SUBROUND(a, b, c, d, e, F, K, data) do { \ argument
43 u32 A, B, C, D, E; in sha0_process() local
H A Dsha1.c28 #define SHA1_SUBROUND(a, b, c, d, e, F, K, data) do { \ argument
43 u32 A, B, C, D, E; in sha1_process() local
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha256_hw.c73 static void sha256_update(SHA256_CTX *c, const void *data, size_t len) in sha256_update()
107 unsigned int A[8], B[8], C[8], D[8], E[8], F[8], G[8], H[8]; member
138 u8 c[128]; in tls1_multi_block_encrypt() member
480 unsigned char c[64 + SHA256_DIGEST_LENGTH]; in aesni_cbc_hmac_sha256_cipher() member
496 unsigned char c[SHA256_CBLOCK]; in aesni_cbc_hmac_sha256_cipher() member
568 size_t c = out[j]; in aesni_cbc_hmac_sha256_cipher() local
656 unsigned int c, cmask; in aesni_cbc_hmac_sha256_cipher() local
/freebsd/crypto/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha256.c98 static void sha256_update(SHA256_CTX *c, const void *data, size_t len) in sha256_update()
137 unsigned int A[8], B[8], C[8], D[8], E[8], F[8], G[8], H[8]; member
166 u8 c[128]; in tls1_1_multi_block_encrypt() member
511 unsigned char c[64 + SHA256_DIGEST_LENGTH]; in aesni_cbc_hmac_sha256_cipher() member
527 unsigned char c[SHA256_CBLOCK]; in aesni_cbc_hmac_sha256_cipher() member
599 size_t c = out[j]; in aesni_cbc_hmac_sha256_cipher() local
707 unsigned int c, cmask; in aesni_cbc_hmac_sha256_cipher() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp750 static bool IsIdChar(char c) { in IsIdChar()
756 static bool IsTokenSeparator(char c) { return c == ' ' || c == '\t'; } in IsTokenSeparator()
878 if (const FunctionDecl *F = dyn_cast<FunctionDecl>(D)) { in getCompletionForResult() local
888 } else if (const FieldDecl *F = dyn_cast<FieldDecl>(D)) { in getCompletionForResult() local
931 for (const CompletionWithPriority &C : m_completions) in GetCompletions() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp254 if (CFG *c = getCFG()) { in getCFGStmtMap() local
266 if (CFG *c = getCFG()) { in getCFGReachablityAnalysis() local
281 if (const auto *C = dyn_cast<CXXConstructorDecl>(getDecl())) { in getParentMap() local
655 FindBlockDeclRefExprsVals F(*BV, BC); in LazyInitializeReferencedDecls() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp487 StringRef c = T.getSingleStringRef(); in addExplicitComment() local
955 for (char C : Rename) { in emitXCOFFRenameDirective() local
1148 for (const unsigned char C : make_range(BeginPtr, EndPtr - 1)) { in isPrintableString() local
1160 const auto printCharacterInOctal = [&OS](unsigned char C) { in PrintByteList()
1168 return [printCharacterInOctal, printOnePrintingCharacter](unsigned char C) { in PrintByteList()
1178 for (const unsigned char C : make_range(BeginPtr, EndPtr - 1)) { in PrintByteList() local
1189 printCharacterList(printOneCharacterFor([&OS](char C) { in PrintByteList()
1202 for (unsigned char C : Data) { in PrintQuotedString() local
1209 for (unsigned char C : Data) { in PrintQuotedString() local
1302 for (const unsigned char C : Data.bytes()) { in emitBytes() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp829 LLVMContext *C; member
959 LLVMContext *C; member in __anon4b8f1cd00211::ModuleAddressSanitizer
985 Function &F; member
989 LLVMContext *C; member
1582 FunctionCallee F = isa<ICmpInst>(I) ? AsanPtrCmpFunction : AsanPtrSubFunction; in instrumentPointerComparisonOrSubtraction() local
1987 if (Function *F = dyn_cast<Function>(CS->getOperand(1))) { in createInitializerPoisonCalls() local
2006 const Constant *C = GA.getAliasee(); in getExcludedAliasedGlobal() local
2055 if (Comdat *C = G->getComdat()) { in shouldInstrumentGlobal() local
2094 [](char c) { return llvm::isAlnum(c) || c == '_'; })) in shouldInstrumentGlobal()
2232 Comdat *C = G->getComdat(); in SetComdatForGlobalMetadata() local
[all …]
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_mod.c104 #define PMC_PCPU_SAVED(C, R) pmc_pcpu_saved[(R) + md->pmd_npmc * (C)] argument
454 char c, *p, *q; in pmc_debugflags_parse() local
478 #define DBG_SET_FLAG_MAJ(S,F) \ in pmc_debugflags_parse() argument
515 #define DBG_SET_FLAG_MIN(S,F) \ in pmc_debugflags_parse() argument
3765 struct pmc_syscall_args *c; in pmc_syscall_handler() local
5418 int c, cpu, error, n, ri; in pmc_initialize() local
5684 int cpu, c; in pmc_cleanup() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3077 LLVMContext &C = *DAG.getContext(); in IsEligibleForTailCallOptimization() local
3162 const Function &F = MF.getFunction(); in LowerInterruptReturn() local
3488 auto C = const_cast<Constant*>(CP->getConstVal()); in LowerConstantPool() local
3599 MachineFunction &F = DAG.getMachineFunction(); in LowerGlobalTLSAddressDarwin() local
3801 static bool allUsersAreInFunction(const Value *V, const Function *F) { in allUsersAreInFunction()
3827 const Function &F = DAG.getMachineFunction().getFunction(); in promoteToConstantPool() local
4751 unsigned C = RHSC->getZExtValue(); in getARMCmp() local
9449 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Elt)) { in isExtendedBUILD_VECTOR() local
10810 const Function &F = MF->getFunction(); in SetupEntryBlockForSjLj() local
11102 const Constant *C = ConstantInt::get(Int32Ty, NumLPads); in EmitSjLjDispatchBlock() local
[all …]

12