Home
last modified time | relevance | path

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

12345678910>>...15

/openbsd/lib/libcrypto/whrlpool/
H A Dwhirlpool.c140 # define C0(K,i) (Cx.q[K.c[(i)*8+0]]) argument
141 # define C1(K,i) ROTATE(Cx.q[K.c[(i)*8+1]],8) argument
142 # define C2(K,i) ROTATE(Cx.q[K.c[(i)*8+2]],16) argument
158 # define C0(K,i) (Cx.q[0+8*K.c[(i)*8+0]]) argument
159 # define C1(K,i) (Cx.q[1+8*K.c[(i)*8+1]]) argument
160 # define C2(K,i) (Cx.q[2+8*K.c[(i)*8+2]]) argument
161 # define C3(K,i) (Cx.q[3+8*K.c[(i)*8+3]]) argument
162 # define C4(K,i) (Cx.q[4+8*K.c[(i)*8+4]]) argument
163 # define C5(K,i) (Cx.q[5+8*K.c[(i)*8+5]]) argument
164 # define C6(K,i) (Cx.q[6+8*K.c[(i)*8+6]]) argument
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dstore-expr2.C24 struct K { struct
27 K(const N *x, const H *y) : c(x), d(y) {} in K() argument
28 K(const J &x) : c(x.c), d(x.d) {} in K() argument
H A Dstore-expr1.C24 struct K { struct
27 K(const N *x, const H *y) : c(x), d(y) {} in K() function
28 K(const J &x) : c(x.c), d(x.d) {} in K() argument
/openbsd/gnu/llvm/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 …]
/openbsd/gnu/llvm/libcxx/benchmarks/
H A Dmap.bench.cpp246 for (auto K : Data.Keys) { in run() local
288 for (auto K : Data.Keys) { in run() local
319 for (auto K : Data.Keys) { in run() local
365 for (auto K : Data.Keys) { in run() local
407 for (auto K : Data.Keys) { in run() local
438 for (auto K : Data.Keys) { in run() local
827 for (auto K : Data.Keys) { in run() local
859 for (auto K : Data.Keys) { in run() local
891 for (auto K : Data.Keys) { in run() local
931 for (auto K : Data.Keys) { in run() local
[all …]
H A Dordered_set.bench.cpp91 for (auto K : Keys) { in run() local
112 for (auto K : Data.Keys) { in run() local
133 for (auto K : Data.Keys) { in run() local
154 for (auto K : Data.Keys) { in run() local
175 for (auto K : Data.Keys) { in run() local
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/include/llvm/ProfileData/
H A DMemProf.h460 static uint64_t GetInternalKey(uint64_t K) { return K; } in GetInternalKey()
461 static uint64_t GetExternalKey(uint64_t K) { return K; } in GetExternalKey()
463 hash_value_type ComputeHash(uint64_t K) { return K; } in ComputeHash()
479 data_type ReadData(uint64_t K, const unsigned char *D, in ReadData()
511 static hash_value_type ComputeHash(key_type_ref K) { return K; } in ComputeHash()
514 EmitKeyDataLength(raw_ostream &Out, key_type_ref K, data_type_ref V) { in EmitKeyDataLength()
550 static hash_value_type ComputeHash(key_type_ref K) { return K; } in ComputeHash()
587 static uint64_t GetInternalKey(internal_key_type K) { return K; } in GetInternalKey()
588 static uint64_t GetExternalKey(external_key_type K) { return K; } in GetExternalKey()
590 hash_value_type ComputeHash(internal_key_type K) { return K; } in ComputeHash()
[all …]
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DTokenKinds.h75 inline bool isAnyIdentifier(TokenKind K) { in isAnyIdentifier()
81 inline bool isStringLiteral(TokenKind K) { in isStringLiteral()
89 inline bool isLiteral(TokenKind K) { in isLiteral()
H A DHeaderInclude.h48 inline const char *headerIncludeFormatKindToString(HeaderIncludeFormatKind K) { in headerIncludeFormatKindToString()
61 headerIncludeFilteringKindToString(HeaderIncludeFilteringKind K) { in headerIncludeFilteringKindToString()
/openbsd/gnu/llvm/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
/openbsd/lib/libc/db/hash/
H A Dpage.h74 #define PAIRSIZE(K,D) (2*sizeof(u_int16_t) + (K)->size + (D)->size) argument
76 #define KEYSIZE(K) (4*sizeof(u_int16_t) + (K)->size); argument
80 #define PAIRFITS(P,K,D) \ argument
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/clang/include/clang/Analysis/
H A DRetainSummaryManager.h120 ArgEffectKind K; variable
124 : K(K), O(O) {} in K() function
170 RetEffect(Kind k, ObjKind o = ObjKind::AnyObj) : K(k), O(o) {} in K() function
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dc99-init-1.c35 struct K { struct
36 wchar_t L[6];
37 int M;
H A Dgnu99-init-1.c14 struct G { int I; struct E J; int K; }; member
15 struct H { int I; struct F J; int K; }; member
19 struct I { int J; int K[3]; int L; }; member
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/clang/lib/Index/
H A DIndexSymbol.cpp508 StringRef index::getSymbolKindString(SymbolKind K) { in getSymbolKindString()
546 StringRef index::getSymbolSubKindString(SymbolSubKind K) { in getSymbolSubKindString()
561 StringRef index::getSymbolLanguageString(SymbolLanguage K) { in getSymbolLanguageString()
573 #define APPLY_FOR_PROPERTY(K) \ in applyForEachSymbolProperty() argument
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h647 typename ProgramStateTrait<T>::key_type K, in set()
657 typename ProgramStateTrait<T>::key_type K, in add()
665 typename ProgramStateTrait<T>::key_type K, in remove()
843 ProgramStateRef ProgramState::add(typename ProgramStateTrait<T>::key_type K) const { in add()
853 ProgramStateRef ProgramState::remove(typename ProgramStateTrait<T>::key_type K) const { in remove()
858 ProgramStateRef ProgramState::remove(typename ProgramStateTrait<T>::key_type K, in remove()
874 ProgramStateRef ProgramState::set(typename ProgramStateTrait<T>::key_type K, in set()
880 ProgramStateRef ProgramState::set(typename ProgramStateTrait<T>::key_type K, in set()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/
H A D20000518.f1 SUBROUTINE SORG2R( K, A, N, LDA ) argument
9 INTEGER I, K, LDA, N local
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/
H A DJITEventListener.h56 virtual void notifyObjectLoaded(ObjectKey K, const object::ObjectFile &Obj, in notifyObjectLoaded()
61 virtual void notifyFreeingObject(ObjectKey K) {} in notifyFreeingObject()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/
H A Ddcast1.C17 struct K : I, J { virtual void f() {}; int k; }; in f() argument

12345678910>>...15