| /freebsd/sys/contrib/libsodium/test/default/ |
| H A D | Makefile.am | 156 aead_aes256gcm.final \ 157 aead_chacha20poly1305.final \ 158 aead_xchacha20poly1305.final \ 159 auth.final \ 160 auth2.final \ 161 auth3.final \ 162 auth5.final \ 163 auth6.final \ 164 auth7.final \ 165 box.final \ [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Tracker.h | 146 void revert(Tracker &Tracker) final { U.set(OrigV); } in revert() 147 void accept() final {} in accept() 149 void dump(raw_ostream &OS) const final { OS << "UseSet"; } in dump() 150 LLVM_DUMP_METHOD void dump() const final; 162 void revert(Tracker &Tracker) final; 163 void accept() final {} in accept() 165 void dump(raw_ostream &OS) const final { OS << "PHISetIncoming"; } in dump() 166 LLVM_DUMP_METHOD void dump() const final; 176 void revert(Tracker &Tracker) final; 177 void accept() final {} in accept() [all …]
|
| /freebsd/lib/libcrypt/ |
| H A D | crypt-md5.c | 51 u_char final[MD5_SIZE]; in crypt_md5() local 82 MD5Final(final, &ctx1); in crypt_md5() 84 MD5Update(&ctx, (const u_char *)final, in crypt_md5() 88 explicit_bzero(final, sizeof(final)); in crypt_md5() 93 MD5Update(&ctx, (const u_char *)final, 1); in crypt_md5() 102 MD5Final(final, &ctx); in crypt_md5() 114 MD5Update(&ctx1, (const u_char *)final, MD5_SIZE); in crypt_md5() 123 MD5Update(&ctx1, (const u_char *)final, MD5_SIZE); in crypt_md5() 126 MD5Final(final, &ctx1); in crypt_md5() 129 l = (final[ 0]<<16) | (final[ 6]<<8) | final[12]; in crypt_md5() [all …]
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
| H A D | send-c_incremental.ksh | 39 typeset final dstlist list vol 59 final=$(getds_with_suffix $POOL2 @final) 60 list="$final $(getds_with_suffix $POOL2 @snapA)" 68 dstlist=$(getds_with_suffix $POOL2 @final) 69 [[ $final != $dstlist ]] && log_fail "$final != $dstlist" 75 final=$(getds_with_suffix $vol @final) 77 log_must destroy_tree $vol@snapB $vol@snapC $vol@final 80 dstlist=$(getds_with_suffix $POOL2/$FS/vol @final) 81 [[ $final != $dstlist ]] && log_fail "$final != $dstlist" 87 final=$(getds_with_suffix $POOL2/$FS @final) [all …]
|
| H A D | rsend_004_pos.ksh | 62 srclist=$(getds_with_suffix $POOL2 @final) 73 dstlist=$(getds_with_suffix $POOL2 @final) 87 srclist=$(getds_with_suffix $dstds/$FS @final) 95 zfs receive -F -d $dstds/$FS < $BACKDIR/fs-init-final-iR 98 dstlist=$(getds_with_suffix $dstds/$FS @final) 108 srclist=$(getds_with_suffix $POOL2/$FS/vol @final) 114 dstlist=$(getds_with_suffix $POOL2/$FS/vol @final)
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
| H A D | Nodes.h | 116 class NestedNameSpecifier final : public List { 127 class UnqualifiedId final : public Tree { 135 class UnknownExpression final : public Expression { 146 class CallArguments final : public List { 172 class PrefixUnaryOperatorExpression final : public UnaryOperatorExpression { 184 class PostfixUnaryOperatorExpression final : public UnaryOperatorExpression { 198 class BinaryOperatorExpression final : public Expression { 217 class UnknownStatement final : public Statement { 224 class DeclarationStatement final : public Statement { 231 class EmptyStatement final : public Statement { [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | WebAssembly.h | 114 bool hasFeature(StringRef Feature) const final; 117 bool Enabled) const final; 120 DiagnosticsEngine &Diags) final; 122 bool isValidCPUName(StringRef Name) const final; 123 void fillValidCPUList(SmallVectorImpl<StringRef> &Values) const final; 125 bool setCPU(const std::string &Name) final { return isValidCPUName(Name); } in setCPU() 127 llvm::SmallVector<Builtin::InfosShard> getTargetBuiltins() const final; 129 BuiltinVaListKind getBuiltinVaListKind() const final { in getBuiltinVaListKind() 133 ArrayRef<const char *> getGCCRegNames() const final { return {}; } in getGCCRegNames() 135 ArrayRef<TargetInfo::GCCRegAlias> getGCCRegAliases() const final { in getGCCRegAliases() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZRegisterInfo.h | 84 int getReturnFunctionAddressRegister() final { return SystemZ::R7D; }; in getReturnFunctionAddressRegister() 86 int getStackPointerRegister() final { return SystemZ::R4D; }; in getStackPointerRegister() 88 int getFramePointerRegister() final { return SystemZ::R8D; }; in getFramePointerRegister() 94 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const final; 97 CallingConv::ID CC) const final; 99 int getCallFrameSize() final { return 128; } in getCallFrameSize() 101 int getStackPointerBias() final { return 2048; } in getStackPointerBias() 111 int getReturnFunctionAddressRegister() final { return SystemZ::R14D; }; in getReturnFunctionAddressRegister() 113 int getStackPointerRegister() final { return SystemZ::R15D; }; in getStackPointerRegister() 115 int getFramePointerRegister() final { return SystemZ::R11D; }; in getFramePointerRegister() [all …]
|
| /freebsd/crypto/krb5/src/lib/kdb/ |
| H A D | kdb_convert.c | 301 int i, j, cnt, final, nattrs, tmpint; in ulog_conv_2logentry() local 310 final = -1; in ulog_conv_2logentry() 366 ULOG_ENTRY_TYPE(update, ++final).av_type = in ulog_conv_2logentry() 368 ULOG_ENTRY(update, final).av_attrflags = in ulog_conv_2logentry() 375 ULOG_ENTRY_TYPE(update, ++final).av_type = AT_MAX_LIFE; in ulog_conv_2logentry() 376 ULOG_ENTRY(update, final).av_max_life = in ulog_conv_2logentry() 383 ULOG_ENTRY_TYPE(update, ++final).av_type = AT_MAX_RENEW_LIFE; in ulog_conv_2logentry() 384 ULOG_ENTRY(update, final).av_max_renew_life = in ulog_conv_2logentry() 391 ULOG_ENTRY_TYPE(update, ++final).av_type = AT_EXP; in ulog_conv_2logentry() 392 ULOG_ENTRY(update, final).av_exp = (uint32_t)entry->expiration; in ulog_conv_2logentry() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | BLAKE3.h | 59 void final(BLAKE3Result<NumBytes> &Result) { in final() function 67 BLAKE3Result<NumBytes> final() { in final() function 81 return final<NumBytes>(); in result() 89 return Hasher.final<NumBytes>(); in hash() 106 void final(BLAKE3Result<NumBytes> &Result) { return BLAKE3::final(Result); } in final() function 111 BLAKE3Result<NumBytes> final() { return BLAKE3::final<NumBytes>(); } in final() function
|
| /freebsd/lib/libiconv_modules/ISO2022/ |
| H A D | citrus_iso2022.c | 82 unsigned char final; member 193 cs->final = (unsigned char)(p[3] & 0xff); in getcs() 198 cs->final = (unsigned char)(p[3] & 0xff); in getcs() 203 cs->final = (unsigned char)(p[2] & 0xff); in getcs() 208 cs->final = (unsigned char )(p[2] & 0xff); in getcs() 236 cs.final = (unsigned char)(token[4]); in get_recommend() 241 cs.final = (unsigned char)(token[4]); in get_recommend() 246 cs.final = (unsigned char)(token[5]); in get_recommend() 251 cs.final = (unsigned char)(token[5]); in get_recommend() 272 (ei->recommend[i] + (ei->recommendsize[i] - 1))->final = cs.final; in get_recommend() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | RawPtrRefCallArgsChecker.cpp | 399 class UncountedCallArgsChecker final : public RawPtrRefCallArgsChecker { 405 std::optional<bool> isUnsafeType(QualType QT) const final { in isUnsafeType() 409 std::optional<bool> isUnsafePtr(QualType QT) const final { in isUnsafePtr() 413 bool isSafePtr(const CXXRecordDecl *Record) const final { in isSafePtr() 417 bool isSafePtrType(const QualType type) const final { in isSafePtrType() 421 const char *ptrKind() const final { return "uncounted"; } in ptrKind() 424 class UncheckedCallArgsChecker final : public RawPtrRefCallArgsChecker { 430 std::optional<bool> isUnsafeType(QualType QT) const final { in isUnsafeType() 434 std::optional<bool> isUnsafePtr(QualType QT) const final { in isUnsafePtr() 438 bool isSafePtr(const CXXRecordDecl *Record) const final { in isSafePtr() [all …]
|
| H A D | RawPtrRefLocalVarsChecker.cpp | 389 class UncountedLocalVarsChecker final : public RawPtrRefLocalVarsChecker { 394 std::optional<bool> isUnsafePtr(const QualType T) const final { in isUnsafePtr() 397 bool isSafePtr(const CXXRecordDecl *Record) const final { in isSafePtr() 400 bool isSafePtrType(const QualType type) const final { in isSafePtrType() 403 const char *ptrKind() const final { return "uncounted"; } in ptrKind() 406 class UncheckedLocalVarsChecker final : public RawPtrRefLocalVarsChecker { 411 std::optional<bool> isUnsafePtr(const QualType T) const final { in isUnsafePtr() 414 bool isSafePtr(const CXXRecordDecl *Record) const final { in isSafePtr() 417 bool isSafePtrType(const QualType type) const final { in isSafePtrType() 420 bool isSafeExpr(const Expr *E) const final { in isSafeExpr() [all …]
|
| H A D | RawPtrRefMemberChecker.cpp | 322 class NoUncountedMemberChecker final : public RawPtrRefMemberChecker { 328 std::optional<bool> isUnsafePtr(QualType QT, bool) const final { in isUnsafePtr() 332 const char *typeName() const final { return "ref-countable type"; } in typeName() 334 const char *invariant() const final { in invariant() 339 class NoUncheckedPtrMemberChecker final : public RawPtrRefMemberChecker { 345 std::optional<bool> isUnsafePtr(QualType QT, bool) const final { in isUnsafePtr() 349 const char *typeName() const final { return "CheckedPtr capable type"; } in typeName() 351 const char *invariant() const final { in invariant() 357 class NoUnretainedMemberChecker final : public RawPtrRefMemberChecker { 365 std::optional<bool> isUnsafePtr(QualType QT, bool ignoreARC) const final { in isUnsafePtr() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | DomPrinter.h | 77 struct DomViewer final : DOTGraphTraitsViewer<DominatorTreeAnalysis, false> { 81 struct DomOnlyViewer final : DOTGraphTraitsViewer<DominatorTreeAnalysis, true> { 86 struct PostDomViewer final 92 struct PostDomOnlyViewer final 98 struct DomPrinter final : DOTGraphTraitsPrinter<DominatorTreeAnalysis, false> { 102 struct DomOnlyPrinter final 108 struct PostDomPrinter final 114 struct PostDomOnlyPrinter final
|
| /freebsd/tests/sys/cddl/zfs/tests/rsend/ |
| H A D | rsend_004_pos.ksh | 70 srclist=$(getds_with_suffix $POOL2 @final) 81 dstlist=$(getds_with_suffix $POOL2 @final) 95 srclist=$(getds_with_suffix $dstds/$FS @final) 103 $ZFS receive -F -d $dstds/$FS < $BACKDIR/fs-init-final-iR 106 dstlist=$(getds_with_suffix $dstds/$FS @final) 116 srclist=$(getds_with_suffix $POOL2/$FS/vol @final) 122 dstlist=$(getds_with_suffix $POOL2/$FS/vol @final)
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | SyntheticSections.h | 72 bool isHidden() const final { return true; } in isHidden() 82 uint64_t getSize() const final { return llvm::alignTo(getRawSize(), align); } in getSize() 86 class MachHeaderSection final : public SyntheticSection { 102 class PageZeroSection final : public SyntheticSection { 134 class GotSection final : public NonLazyPointerSectionBase { 139 class TlvPointerSection final : public NonLazyPointerSectionBase { 156 class RebaseSection final : public LinkEditSection { 185 class BindingSection final : public LinkEditSection { 213 class WeakBindingSection final : public LinkEditSection { 280 class StubsSection final : public SyntheticSection { [all …]
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | SyntheticSections.h | 51 class EhFrameSection final : public SyntheticSection { 105 class GotSection final : public SyntheticSection { 153 class GnuPropertySection final : public SyntheticSection { 180 class BssSection final : public SyntheticSection { 193 class MipsGotSection final : public SyntheticSection { 370 class GotPltSection final : public SyntheticSection { 390 class IgotPltSection final : public SyntheticSection { 402 class StringTableSection final : public SyntheticSection { 492 template <class ELFT> class DynamicSection final : public SyntheticSection { 578 class RelocationSection final : public RelocationBaseSection { [all …]
|
| /freebsd/sys/crypto/siphash/ |
| H A D | siphash.c | 52 static void SipRounds(SIPHASH_CTX *ctx, int final); 91 SipBuf(SIPHASH_CTX *ctx, const uint8_t **src, size_t len, int final) in SipBuf() argument 96 if (len == 0 && final == 0) in SipBuf() 99 if (final) { in SipBuf() 111 if (ctx->buflen == 8 || final) { in SipBuf() 215 SipRounds(SIPHASH_CTX *ctx, int final) in SipRounds() 219 if (!final) in SipRounds() 210 SipRounds(SIPHASH_CTX * ctx,int final) SipRounds() argument
|
| /freebsd/usr.sbin/ip6addrctl/ |
| H A D | ip6addrctl.c | 382 int masklen, final = 0; in mask2plen() 388 if (final && *p) { in add_policy() 398 final++; in add_policy() 402 final++; in add_policy() 406 final++; 410 final++; in delete_policy() 414 final++; in delete_policy() 418 final++; in delete_policy() 422 final++; in delete_policy() 425 final 329 int masklen, final = 0; mask2plen() local [all...] |
| /freebsd/contrib/tcsh/nls/spanish/ |
| H A D | set3 | 9 7 Convertir en mayúsculas los caracteres desde el cursor hasta el final de la palabra 11 9 Vi: cambia hasta el final de la línea 22 20 Borra el carácter bajo el cursor o lista posibles finales si está al final de una línea 23 21 Borra el carácter bajo el cursor, lista posibles finales o marca final de archivo 24 22 Corta del cursor al final de la palabra - se guarda en el buffer 27 25 Ir al final de la línea de historia 28 26 Convierte en minúsculas los caracteres desde el cursor al final de la palabra 30 28 Mover el cursor hasta el final de línea 37 35 Avanza hasta el final de la palabra 45 43 Corta hasta el final de la línea y guarda la información en el buffer [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NoOwnershipChangeVisitor.h | 36 const ExplodedNode *CallExitEndN) final; 42 const ExplodedNode *N) final { in maybeEmitNoteForObjCSelf() 49 const ExplodedNode *N) final { in maybeEmitNoteForCXXThis() 57 const ExplodedNode *N) final;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/ |
| H A D | RegionsFromMetadata.h | 23 class RegionsFromMetadata final : public FunctionPass { 29 bool runOnFunction(Function &F, const Analyses &A) final; 30 void printPipeline(raw_ostream &OS) const final { in printPipeline()
|
| H A D | SeedCollection.h | 24 class SeedCollection final : public FunctionPass { 31 bool runOnFunction(Function &F, const Analyses &A) final; 32 void printPipeline(raw_ostream &OS) const final { in printPipeline()
|
| H A D | RegionsFromBBs.h | 23 class RegionsFromBBs final : public FunctionPass { 29 bool runOnFunction(Function &F, const Analyses &A) final; 30 void printPipeline(raw_ostream &OS) const final { in printPipeline()
|