Home
last modified time | relevance | path

Searched defs:K (Results 1 – 25 of 380) sorted by relevance

12345678910>>...16

/freebsd/crypto/openssl/crypto/whrlpool/
H A Dwp_block.c182 # define C0(K,i) (Cx.q[K.c[(i)*8+0]]) argument
183 # define C1(K,i) ROTATE(Cx.q[K.c[(i)*8+1]],8) argument
184 # define C2(K,i) ROTATE(Cx.q[K.c[(i)*8+2]],16) argument
185 # define C3(K,i) ROTATE(Cx.q[K.c[(i)*8+3]],24) argument
186 # define C4(K,i) ROTATE(Cx.q[K.c[(i)*8+4]],32) argument
187 # define C5(K,i) ROTATE(Cx.q[K.c[(i)*8+5]],40) argument
188 # define C6(K,i) ROTATE(Cx.q[K.c[(i)*8+6]],48) argument
189 # define C7(K,i) ROTATE(Cx.q[K.c[(i)*8+7]],56) argument
200 # define C0(K,i) (Cx.q[0+8*K.c[(i)*8+0]]) argument
201 # define C1(K,i) (Cx.q[1+8*K.c[(i)*8+1]]) argument
[all …]
/freebsd/sys/contrib/ck/include/gcc/x86/
H A Dck_pr.h220 #define CK_PR_UNARY(K, S, T, C, I) \ argument
224 #define CK_PR_UNARY_R(K, S, T, C, I) \ argument
235 #define CK_PR_UNARY_V(K, S, T, C, I) \ argument
248 #define CK_PR_UNARY_S(K, S, T, I) CK_PR_UNARY(K, S, T, T, I) argument
250 #define CK_PR_GENERATE(K) \ argument
277 #define CK_PR_BINARY(K, S, M, T, C, I) \ argument
288 #define CK_PR_BINARY_S(K, S, T, I) CK_PR_BINARY(K, S, T, T, T, I) argument
290 #define CK_PR_GENERATE(K) \ argument
389 #define CK_PR_BT(K, S, T, P, C, I) \ argument
402 #define CK_PR_BT_S(K, S, T, I) CK_PR_BT(K, S, T, T, T, I) argument
[all …]
/freebsd/sys/contrib/ck/include/gcc/x86_64/
H A Dck_pr.h245 #define CK_PR_STORE_IMM(S, M, T, C, I, K) \ argument
272 #define CK_PR_STORE_S(S, T, I, K) CK_PR_STORE_IMM(S, T, T, T, I, K) argument
319 #define CK_PR_UNARY(K, S, T, C, I) \ argument
323 #define CK_PR_UNARY_R(K, S, T, C, I) \ argument
334 #define CK_PR_UNARY_V(K, S, T, C, I) \ argument
347 #define CK_PR_UNARY_S(K, S, T, I) CK_PR_UNARY(K, S, T, T, I) argument
349 #define CK_PR_GENERATE(K) \ argument
377 #define CK_PR_BINARY(K, S, M, T, C, I, O) \ in CK_PR_GENERATE() argument
388 #define CK_PR_BINARY_S(K, S, T, I, O) CK_PR_BINARY(K, S, T, T, T, I, O) argument
390 #define CK_PR_GENERATE(K) \ argument
[all …]
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dhexagon_circ_brev_intrinsics.h22 #define Q6_circ_load_update_D(dest,ptr,incr,bufsize,K) \ argument
31 #define Q6_circ_load_update_W(dest,ptr,incr,bufsize,K) \ argument
40 #define Q6_circ_load_update_H(dest,ptr,incr,bufsize,K) \ argument
49 #define Q6_circ_load_update_UH(dest,ptr,incr,bufsize,K) \ argument
58 #define Q6_circ_load_update_B(dest,ptr,incr,bufsize,K) \ argument
67 #define Q6_circ_load_update_UB(dest,ptr,incr,bufsize,K) \ argument
77 #define Q6_circ_store_update_D(src,ptr,incr,bufsize,K) \ argument
86 #define Q6_circ_store_update_W(src,ptr,incr,bufsize,K) \ argument
95 #define Q6_circ_store_update_HL(src,ptr,incr,bufsize,K) \ argument
104 #define Q6_circ_store_update_HH(src,ptr,incr,bufsize,K) \ argument
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.h83 inline bool isAnyIdentifier(TokenKind K) { in isAnyIdentifier()
89 inline bool isStringLiteral(TokenKind K) { in isStringLiteral()
97 inline bool isLiteral(TokenKind K) { in isLiteral()
110 inline constexpr bool isRegularKeywordAttribute(TokenKind K) { in isRegularKeywordAttribute()
H A DHeaderInclude.h48 inline const char *headerIncludeFormatKindToString(HeaderIncludeFormatKind K) { in headerIncludeFormatKindToString()
61 headerIncludeFilteringKindToString(HeaderIncludeFilteringKind K) { in headerIncludeFilteringKindToString()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableMap.h98 [[nodiscard]] ImmutableMap add(ImmutableMap Old, key_type_ref K, in add()
104 [[nodiscard]] ImmutableMap remove(ImmutableMap Old, key_type_ref K) { in remove()
114 bool contains(key_type_ref K) const { in contains()
169 data_type* lookup(key_type_ref K) const { in lookup()
242 ImmutableMapRef add(key_type_ref K, data_type_ref D) const { in add()
248 ImmutableMapRef remove(key_type_ref K) const { in remove()
253 bool contains(key_type_ref K) const { in contains()
299 data_type *lookup(key_type_ref K) const { in lookup()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h535 static uint64_t GetInternalKey(uint64_t K) { return K; } in GetInternalKey()
536 static uint64_t GetExternalKey(uint64_t K) { return K; } in GetExternalKey()
538 hash_value_type ComputeHash(uint64_t K) { return K; } in ComputeHash()
556 data_type ReadData(uint64_t K, const unsigned char *D, in ReadData()
601 static hash_value_type ComputeHash(key_type_ref K) { return K; } in ComputeHash()
604 EmitKeyDataLength(raw_ostream &Out, key_type_ref K, data_type_ref V) { in EmitKeyDataLength()
615 void EmitKey(raw_ostream &Out, key_type_ref K, offset_type /*Unused*/) { in EmitKey()
645 static hash_value_type ComputeHash(key_type_ref K) { return K; } in ComputeHash()
648 EmitKeyDataLength(raw_ostream &Out, key_type_ref K, data_type_ref V) { in EmitKeyDataLength()
658 void EmitKey(raw_ostream &Out, key_type_ref K, offset_type /*Unused*/) { in EmitKey()
[all …]
/freebsd/lib/libc/db/hash/
H A Dpage.h72 #define PAIRSIZE(K,D) (2*sizeof(u_int16_t) + (K)->size + (D)->size) argument
74 #define KEYSIZE(K) (4*sizeof(u_int16_t) + (K)->size); argument
78 #define PAIRFITS(P,K,D) \ argument
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h218 const_iterator find_as(const Key &K, TraitsT &Traits) const { in find_as()
250 bool set_as(const Key &K, ValueT V, TraitsT &Traits) { in set_as()
255 ValueT get(const Key &K, TraitsT &Traits) const { in get()
262 bool isPresent(uint32_t K) const { return Present.test(K); } in isPresent()
263 bool isDeleted(uint32_t K) const { return Deleted.test(K); } in isDeleted()
273 bool set_as_internal(const Key &K, ValueT V, TraitsT &Traits, in set_as_internal()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DAnalyzerOptions.cpp67 auto K = in getExplorationStrategy() local
85 auto K = llvm::StringSwitch<std::optional<CTUPhase1InliningKind>>( in getCTUPhase1Inlining() local
96 auto K = llvm::StringSwitch<std::optional<IPAKind>>(IPAMode) in getIPAMode() local
114 auto K = llvm::StringSwitch<std::optional<CXXInlineableMemberKind>>( in mayInlineCXXMemberFunction() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A Dloongarch.cpp36 const char *getEdgeKindName(Edge::Kind K) { in getEdgeKindName()
37 #define KIND_NAME_CASE(K) \ in getEdgeKindName() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCEarlyReturn.cpp82 MachineBasicBlock::iterator K = J--; in processBlock() local
99 MachineBasicBlock::iterator K = J--; in processBlock() local
116 MachineBasicBlock::iterator K = J--; in processBlock() local
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DMapLattice.h85 bool contains(const key_type &K) const { return C.find(K) != C.end(); } in contains()
87 iterator find(const key_type &K) { return C.find(K); } in find()
88 const_iterator find(const key_type &K) const { return C.find(K); } in find()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DRetainSummaryManager.h120 ArgEffectKind K; variable
124 : K(K), O(O) {} in K() argument
170 RetEffect(Kind k, ObjKind o = ObjKind::AnyObj) : K(k), O(o) {} in K() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DJITEventListener.h56 virtual void notifyObjectLoaded(ObjectKey K, const object::ObjectFile &Obj, in notifyObjectLoaded() argument
61 virtual void notifyFreeingObject(ObjectKey K) {} in notifyFreeingObject() argument
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp508 StringRef index::getSymbolKindString(SymbolKind K) { in getSymbolKindString()
546 StringRef index::getSymbolSubKindString(SymbolSubKind K) { in getSymbolSubKindString()
560 StringRef index::getSymbolLanguageString(SymbolLanguage K) { in getSymbolLanguageString()
572 #define APPLY_FOR_PROPERTY(K) \ in applyForEachSymbolProperty() argument
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DSynthesis.cpp42 tok::TokenKind K, StringRef Spelling) { in createLeaf()
59 tok::TokenKind K) { in createLeaf()
207 syntax::NodeKind K) { in createTree()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h649 typename ProgramStateTrait<T>::key_type K, in set()
659 typename ProgramStateTrait<T>::key_type K, in add()
667 typename ProgramStateTrait<T>::key_type K, in remove()
831 ProgramStateRef ProgramState::add(typename ProgramStateTrait<T>::key_type K) const { in add()
841 ProgramStateRef ProgramState::remove(typename ProgramStateTrait<T>::key_type K) const { in remove()
846 ProgramStateRef ProgramState::remove(typename ProgramStateTrait<T>::key_type K, in remove()
862 ProgramStateRef ProgramState::set(typename ProgramStateTrait<T>::key_type K, in set()
868 ProgramStateRef ProgramState::set(typename ProgramStateTrait<T>::key_type K, in set()
/freebsd/crypto/openssl/crypto/ripemd/
H A Drmd_local.h69 #define RIP2(a,b,c,d,e,w,s,K) { \ argument
74 #define RIP3(a,b,c,d,e,w,s,K) { \ argument
79 #define RIP4(a,b,c,d,e,w,s,K) { \ argument
84 #define RIP5(a,b,c,d,e,w,s,K) { \ argument
/freebsd/sys/contrib/ck/include/
H A Dck_pr.h220 #define CK_PR_BIN(K, S, M, T, P, C) \ argument
237 #define CK_PR_BIN_S(K, S, T, P) CK_PR_BIN(K, S, T, T, P, T) argument
489 #define CK_PR_BTX(K, S, M, T, P, C, R) \ argument
503 #define CK_PR_BTX_S(K, S, T, P, R) CK_PR_BTX(K, S, T, T, P, T, R) argument
622 #define CK_PR_UNARY(K, X, S, M, T) \ argument
630 #define CK_PR_UNARY_Z(K, S, M, T, P, C, Z) \ argument
646 #define CK_PR_UNARY_Z_STUB(K, S, M) \ argument
654 #define CK_PR_UNARY_S(K, X, S, M) CK_PR_UNARY(K, X, S, M, M) argument
655 #define CK_PR_UNARY_Z_S(K, S, M, P, Z) \ argument
903 #define CK_PR_N(K, S, M, T, P, C) \ argument
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DValueProfileCollector.cpp39 void get(InstrProfValueKind K, std::vector<CandidateInfo> &Candidates) {} in get()
51 void get(InstrProfValueKind K, std::vector<CandidateInfo> &Candidates) { in get()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp65 static unsigned getXCoreSectionType(SectionKind K) { in getXCoreSectionType()
71 static unsigned getXCoreSectionFlags(SectionKind K, bool IsCPRel) { in getXCoreSectionFlags()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h45 ArgKind(Kind K) : K(K) { assert(K != AK_Matcher); } in ArgKind()
85 ArgKind(Kind K, ASTNodeKind NK) : K(K), NodeKind(NK) {} in ArgKind()
86 Kind K; variable
/freebsd/sys/contrib/ck/include/gcc/
H A Dck_pr.h239 #define CK_PR_BINARY(K, S, M, T) \ argument
247 #define CK_PR_BINARY_S(K, S, T) CK_PR_BINARY(K, S, T, T) argument
249 #define CK_PR_GENERATE(K) \ argument

12345678910>>...16