/openbsd/gnu/usr.bin/perl/lib/unicore/extracted/ |
H A D | DDecompositionType.txt | 599 FB57 ; Final # Lo ARABIC LETTER PEH FINAL FORM 604 FB6B ; Final # Lo ARABIC LETTER VEH FINAL FORM 612 FB87 ; Final # Lo ARABIC LETTER DUL FINAL FORM 614 FB8B ; Final # Lo ARABIC LETTER JEH FINAL FORM 617 FB93 ; Final # Lo ARABIC LETTER GAF FINAL FORM 627 FBD4 ; Final # Lo ARABIC LETTER NG FINAL FORM 628 FBD8 ; Final # Lo ARABIC LETTER U FINAL FORM 629 FBDA ; Final # Lo ARABIC LETTER OE FINAL FORM 630 FBDC ; Final # Lo ARABIC LETTER YU FINAL FORM 631 FBDF ; Final # Lo ARABIC LETTER VE FINAL FORM [all …]
|
/openbsd/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | ilist_base.h | 43 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/sbin/isakmpd/ |
H A D | hash.c | 133 hash->Final(key, hash->ctx); in hmac_init() 161 hash->Final(dgst, hash->ctx); in hmac_final() 163 hash->Final(dgst, hash->ctx2); in hmac_final()
|
H A D | prf.h | 47 void (*Final) (unsigned char *, void *); member
|
H A D | hash.h | 63 void (*Final) (unsigned char *, void *); member
|
H A D | cookie.c | 71 hash->Final(hash->digest, hash->ctx); in cookie_gen()
|
H A D | ike_phase_1.c | 654 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 D | ike_auth.c | 428 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 D | nat_traversal.c | 120 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 D | prf.c | 128 prf->Final = (void(*)(unsigned char *, void *))prf_hash_final; in prf_alloc()
|
/openbsd/gnu/llvm/clang/lib/Serialization/ |
H A D | InMemoryModuleCache.cpp | 20 return Final; in getPCMState() 52 return getPCMState(Filename) == Final; in isPCMFinal()
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | TemplateName.cpp | 71 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/gnu/llvm/libcxx/benchmarks/ |
H A D | CartesianBenchmarks.h | 68 void allValueCombinations(R& Result, const T& Final) { in allValueCombinations() argument 69 return Result.push_back(Final); in allValueCombinations()
|
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | Template.h | 105 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/gnu/llvm/clang/include/clang/Serialization/ |
H A D | InMemoryModuleCache.h | 56 enum State { Unknown, Tentative, ToBuild, Final }; enumerator
|
/openbsd/regress/sbin/isakmpd/prf/ |
H A D | prftest.c | 97 prf->Final (digest, prf->prfctx); in test_prf()
|
/openbsd/sys/crypto/ |
H A D | xform.h | 54 void (*Final) (u_int8_t *, void *); member
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | LoopRerollPass.cpp | 419 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/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/ |
H A D | subtest_bailout.t | 31 ok(!$events->[-1]->facet_data->{trace}->{buffered}, "Final Bail-Out is not buffered");
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGCoroutine.cpp | 26 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/gnu/llvm/clang/lib/Format/ |
H A D | MacroCallReconstructor.cpp | 65 UnwrappedLine Final = in takeResult() local 67 assert(!Final.Tokens.empty()); in takeResult() 68 return Final; in takeResult()
|
/openbsd/gnu/usr.bin/binutils/bfd/doc/ |
H A D | linker.texi | 36 * 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/gnu/usr.bin/binutils-2.17/bfd/doc/ |
H A D | linker.texi | 36 * 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/gnu/llvm/llvm/lib/TableGen/ |
H A D | TGParser.h | 218 bool resolve(const ForeachLoop &Loop, SubstStack &Stack, bool Final, 221 bool Final, std::vector<RecordsEntry> *Dest,
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | TemplateName.h | 148 bool Final); 172 unsigned Index, bool Final);
|