Home
last modified time | relevance | path

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

12345

/openbsd-src/gnu/usr.bin/perl/lib/unicore/extracted/
H A DDDecompositionType.txt597 FB51 ; Final # Lo ARABIC LETTER ALEF WASLA FINAL FORM
598 FB53 ; Final # Lo ARABIC LETTER BEEH FINAL FORM
599 FB57 ; Final # Lo ARABIC LETTER PEH FINAL FORM
600 FB5B ; Final # Lo ARABIC LETTER BEHEH FINAL FORM
601 FB5F ; Final # Lo ARABIC LETTER TTEHEH FINAL FORM
602 FB63 ; Final # Lo ARABIC LETTER TEHEH FINAL FORM
603 FB67 ; Final # Lo ARABIC LETTER TTEH FINAL FORM
604 FB6B ; Final # Lo ARABIC LETTER VEH FINAL FORM
605 FB6F ; Final # Lo ARABIC LETTER PEHEH FINAL FORM
606 FB73 ; Final # Lo ARABIC LETTER DYEH FINAL FORM
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A Dilist_base.h43 node_base_type *Final = Last.getPrev(); in removeRangeImpl() local
49 Final->setNext(nullptr); in removeRangeImpl()
62 node_base_type &Final = *Last.getPrev(); in transferBeforeImpl() local
70 Final.setNext(&Next); in transferBeforeImpl()
73 Next.setPrev(&Final); in transferBeforeImpl()
/openbsd-src/sbin/isakmpd/
H A Dhash.c133 hash->Final(key, hash->ctx); in hmac_init()
155 * HMAC Final function
161 hash->Final(dgst, hash->ctx); in hmac_final()
163 hash->Final(dgst, hash->ctx2); in hmac_final()
H A Dprf.h47 void (*Final) (unsigned char *, void *); member
H A Dhash.h63 void (*Final) (unsigned char *, void *);
62 void (*Final) (unsigned char *, void *); global() member
H A Dcookie.c71 hash->Final(hash->digest, hash->ctx); in cookie_gen()
H A Dike_phase_1.c654 prf->Final(ie->skeyid_d, prf->prfctx); in ike_phase_1_post_exchange_KE_NONCE()
672 prf->Final(ie->skeyid_a, prf->prfctx); in ike_phase_1_post_exchange_KE_NONCE()
691 prf->Final(ie->skeyid_e, prf->prfctx); in ike_phase_1_post_exchange_KE_NONCE()
727 prf->Final(key, prf->prfctx); in ike_phase_1_post_exchange_KE_NONCE()
733 prf->Final(p + prf->blocksize, prf->prfctx); in ike_phase_1_post_exchange_KE_NONCE()
770 hash->Final(hash->digest, hash->ctx); in ike_phase_1_post_exchange_KE_NONCE()
1144 prf->Final(hash->digest, prf->prfctx); in ike_phase_1_recv_AUTH()
H A Dike_auth.c428 prf->Final(skeyid, prf->prfctx); in pre_shared_gen_skeyid()
476 prf->Final(skeyid, prf->prfctx); in sig_gen_skeyid()
497 hash->Final(hash->digest, hash->ctx); in enc_gen_skeyid()
511 prf->Final(skeyid, prf->prfctx); in enc_gen_skeyid()
1107 prf->Final(buf, prf->prfctx); in ike_auth_hash()
H A Dnat_traversal.c120 hash->Final(isakmp_nat_t_cap[i].hash, hash->ctx); in nat_t_setup_hashes()
246 hash->Final(res, hash->ctx); in nat_t_generate_nat_d_hash()
H A Dprf.c128 prf->Final = (void(*)(unsigned char *, void *))prf_hash_final; in prf_alloc()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DInMemoryModuleCache.cpp20 return Final; in getPCMState()
52 return getPCMState(Filename) == Final; in isPCMFinal()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DTemplateName.cpp71 bool Final) in SubstTemplateTemplateParmPackStorage() argument
74 Arguments(ArgPack.data()), AssociatedDeclAndFinal(AssociatedDecl, Final) { in SubstTemplateTemplateParmPackStorage()
95 bool Final) { in Profile() argument
99 ID.AddBoolean(Final); in Profile()
/openbsd-src/gnu/llvm/libcxx/benchmarks/
H A DCartesianBenchmarks.h68 void allValueCombinations(R& Result, const T& Final) { in allValueCombinations() argument
69 return Result.push_back(Final); in allValueCombinations()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DTemplate.h105 MultiLevelTemplateArgumentList(Decl *D, ArgList Args, bool Final) { in MultiLevelTemplateArgumentList() argument
106 addOuterTemplateArguments(D, Args, Final); in MultiLevelTemplateArgumentList()
211 bool Final) { in addOuterTemplateArguments() argument
216 {{AssociatedDecl->getCanonicalDecl(), Final}, Args}); in addOuterTemplateArguments()
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DInMemoryModuleCache.h56 enum State { Unknown, Tentative, ToBuild, Final }; enumerator
/openbsd-src/regress/sbin/isakmpd/prf/
H A Dprftest.c97 prf->Final (digest, prf->prfctx); in test_prf()
/openbsd-src/sys/crypto/
H A Dxform.h54 void (*Final) (u_int8_t *, void *); member
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp419 const SmallInstructionSet &Final,
423 const SmallInstructionSet &Final,
687 const SmallInstructionSet &Final, in collectInLoopUserSet() argument
695 if (!Final.count(I)) in collectInLoopUserSet()
713 !Final.count(Op)) in collectInLoopUserSet()
724 const SmallInstructionSet &Final, in collectInLoopUserSet() argument
727 collectInLoopUserSet(Root, Exclude, Final, Users); in collectInLoopUserSet()
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/
H A Dsubtest_bailout.t31 ok(!$events->[-1]->facet_data->{trace}->{buffered}, "Final Bail-Out is not buffered");
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCoroutine.cpp26 enum class AwaitKind { Init, Normal, Yield, Final }; enumerator
116 case AwaitKind::Final: in buildSuspendPrefixStr()
211 const bool IsFinalSuspend = (Kind == AwaitKind::Final); in emitSuspendExpression()
636 CurCoro.Data->CurrentAwaitKind = AwaitKind::Final; in EmitCoroutineBody()
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DMacroCallReconstructor.cpp65 UnwrappedLine Final = in takeResult() local
67 assert(!Final.Tokens.empty()); in takeResult()
68 return Final; in takeResult()
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/doc/
H A Dlinker.texi36 * Performing the Final Link::
74 @node Adding Symbols to the Hash Table, Performing the Final Link, Creating a Linker Hash Table, Li…
221 @node Performing the Final Link, , Adding Symbols to the Hash Table, Linker Functions
250 …y the linker, Relocating the section contents, Performing the Final Link, Performing the Final Link
271 …n contents, Writing the symbol table, Information provided by the linker, Performing the Final Link
306 @node Writing the symbol table, , Relocating the section contents, Performing the Final Link
/openbsd-src/gnu/usr.bin/binutils/bfd/doc/
H A Dlinker.texi36 * Performing the Final Link::
74 @node Adding Symbols to the Hash Table, Performing the Final Link, Creating a Linker Hash Table, Li…
221 @node Performing the Final Link, , Adding Symbols to the Hash Table, Linker Functions
250 …y the linker, Relocating the section contents, Performing the Final Link, Performing the Final Link
271 …n contents, Writing the symbol table, Information provided by the linker, Performing the Final Link
306 @node Writing the symbol table, , Relocating the section contents, Performing the Final Link
/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DTGParser.h218 bool resolve(const ForeachLoop &Loop, SubstStack &Stack, bool Final,
221 bool Final, std::vector<RecordsEntry> *Dest,
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTemplateName.h148 bool Final);
172 unsigned Index, bool Final);

12345