Home
last modified time | relevance | path

Searched refs:final (Results 1 – 25 of 865) sorted by relevance

12345678910>>...35

/freebsd/sys/contrib/libsodium/test/default/
H A DMakefile.am156 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/lib/libcrypt/
H A Dcrypt-md5.c51 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 Dsend-c_incremental.ksh38 typeset final dstlist list vol
58 final=$(getds_with_suffix $POOL2 @final)
59 list="$final $(getds_with_suffix $POOL2 @snapA)"
67 dstlist=$(getds_with_suffix $POOL2 @final)
68 [[ $final != $dstlist ]] && log_fail "$final != $dstlist"
74 final=$(getds_with_suffix $vol @final)
76 log_must destroy_tree $vol@snapB $vol@snapC $vol@final
79 dstlist=$(getds_with_suffix $POOL2/$FS/vol @final)
80 [[ $final != $dstlist ]] && log_fail "$final != $dstlist"
86 final=$(getds_with_suffix $POOL2/$FS @final)
[all …]
H A Drsend_004_pos.ksh61 srclist=$(getds_with_suffix $POOL2 @final)
72 dstlist=$(getds_with_suffix $POOL2 @final)
86 srclist=$(getds_with_suffix $dstds/$FS @final)
94 zfs receive -F -d $dstds/$FS < $BACKDIR/fs-init-final-iR
97 dstlist=$(getds_with_suffix $dstds/$FS @final)
107 srclist=$(getds_with_suffix $POOL2/$FS/vol @final)
113 dstlist=$(getds_with_suffix $POOL2/$FS/vol @final)
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DNodes.h116 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 DWebAssembly.h109 bool hasFeature(StringRef Feature) const final;
112 bool Enabled) const final;
115 DiagnosticsEngine &Diags) final;
117 bool isValidCPUName(StringRef Name) const final;
118 void fillValidCPUList(SmallVectorImpl<StringRef> &Values) const final;
120 bool setCPU(const std::string &Name) final { return isValidCPUName(Name); } in setCPU()
122 ArrayRef<Builtin::Info> getTargetBuiltins() const final;
124 BuiltinVaListKind getBuiltinVaListKind() const final { in getBuiltinVaListKind()
128 ArrayRef<const char *> getGCCRegNames() const final { return std::nullopt; } in getGCCRegNames()
130 ArrayRef<TargetInfo::GCCRegAlias> getGCCRegAliases() const final { in getGCCRegAliases()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DTracker.h93 void revert() final { U.set(OrigV); } in revert()
94 void accept() final {} in accept()
96 void dump(raw_ostream &OS) const final { in dump()
100 LLVM_DUMP_METHOD void dump() const final;
124 void revert() final;
125 void accept() final;
127 void dump(raw_ostream &OS) const final { in dump()
131 LLVM_DUMP_METHOD void dump() const final;
147 void revert() final;
148 void accept() final {}; in accept()
[all …]
H A DSandboxIR.h307 void verify() const final { in verify()
316 void dump(raw_ostream &OS) const final;
317 LLVM_DUMP_METHOD void dump() const final;
397 void dumpCommonHeader(raw_ostream &OS) const final;
411 Use getOperandUseInternal(unsigned OpIdx, bool Verify) const final { in getOperandUseInternal()
424 unsigned getUseOperandNo(const Use &Use) const final { in getUseOperandNo()
428 void verify() const final { in verify()
580 Use getOperandUseInternal(unsigned OpIdx, bool Verify) const final { in getOperandUseInternal()
583 SmallVector<llvm::Instruction *, 1> getLLVMInstrs() const final { in getLLVMInstrs()
591 unsigned getUseOperandNo(const Use &Use) const final { in getUseOperandNo()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.h84 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/contrib/llvm-project/llvm/include/llvm/Support/
H A DBLAKE3.h59 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 Dcitrus_iso2022.c82 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/Interpreter/
H A DIncrementalParser.cpp34 class IncrementalASTConsumer final : public ASTConsumer {
42 bool HandleTopLevelDecl(DeclGroupRef DGR) override final { in HandleTopLevelDecl()
55 void HandleTranslationUnit(ASTContext &Ctx) override final { in HandleTranslationUnit()
58 void HandleInlineFunctionDefinition(FunctionDecl *D) override final { in HandleInlineFunctionDefinition()
61 void HandleInterestingDecl(DeclGroupRef D) override final { in HandleInterestingDecl()
64 void HandleTagDeclDefinition(TagDecl *D) override final { in HandleTagDeclDefinition()
67 void HandleTagDeclRequiredDefinition(const TagDecl *D) override final { in HandleTagDeclRequiredDefinition()
70 void HandleCXXImplicitFunctionInstantiation(FunctionDecl *D) override final { in HandleCXXImplicitFunctionInstantiation()
73 void HandleTopLevelDeclInObjCContainer(DeclGroupRef D) override final { in HandleTopLevelDeclInObjCContainer()
76 void HandleImplicitImportDecl(ImportDecl *D) override final { in HandleImplicitImportDecl()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDomPrinter.h77 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
H A DDDG.h351 DDGNode &createRootNode() final { in createRootNode()
357 DDGNode &createFineGrainedNode(Instruction &I) final { in createFineGrainedNode()
363 DDGNode &createPiBlock(const NodeListType &L) final { in createPiBlock()
369 DDGEdge &createDefUseEdge(DDGNode &Src, DDGNode &Tgt) final { in createDefUseEdge()
375 DDGEdge &createMemoryEdge(DDGNode &Src, DDGNode &Tgt) final { in createMemoryEdge()
381 DDGEdge &createRootedEdge(DDGNode &Src, DDGNode &Tgt) final { in createRootedEdge()
389 const NodeListType &getNodesInPiBlock(const DDGNode &N) final { in getNodesInPiBlock()
397 bool areNodesMergeable(const DDGNode &Src, const DDGNode &Tgt) const final;
398 void mergeNodes(DDGNode &Src, DDGNode &Tgt) final;
399 bool shouldSimplify() const final;
[all …]
/freebsd/tests/sys/cddl/zfs/tests/rsend/
H A Drsend_004_pos.ksh70 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 DSyntheticSections.h72 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 DSyntheticSections.h51 class EhFrameSection final : public SyntheticSection {
105 class GotSection final : public SyntheticSection {
145 class GnuPropertySection final : public SyntheticSection {
172 class BssSection final : public SyntheticSection {
183 class MipsGotSection final : public SyntheticSection {
360 class GotPltSection final : public SyntheticSection {
380 class IgotPltSection final : public SyntheticSection {
392 class StringTableSection final : public SyntheticSection {
482 template <class ELFT> class DynamicSection final : public SyntheticSection {
573 class RelocationSection final : public RelocationBaseSection {
[all …]
H A DThunks.cpp67 class AArch64ABSLongThunk final : public AArch64Thunk {
78 class AArch64ADRPThunk final : public AArch64Thunk {
151 class ARMV7ABSLongThunk final : public ARMThunk {
160 class ARMV7PILongThunk final : public ARMThunk {
169 class ThumbV7ABSLongThunk final : public ThumbThunk {
179 class ThumbV7PILongThunk final : public ThumbThunk {
189 class ThumbV6MABSLongThunk final : public ThumbThunk {
199 class ThumbV6MABSXOLongThunk final : public ThumbThunk {
209 class ThumbV6MPILongThunk final : public ThumbThunk {
227 class ARMV5LongLdrPcThunk final : public ARMThunk {
[all …]
/freebsd/sys/crypto/siphash/
H A Dsiphash.c52 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 Dip6addrctl.c382 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 Dset39 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 DNoOwnershipChangeVisitor.h36 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/clang/lib/Driver/
H A DOffloadBundler.cpp303 class BinaryFileHandler final : public FileHandler {
305 struct BinaryBundleInfo final : public BundleInfo {
333 ~BinaryFileHandler() final {} in ~BinaryFileHandler()
335 Error ReadHeader(MemoryBuffer &Input) final { in ReadHeader()
402 ReadBundleStart(MemoryBuffer &Input) final { in ReadBundleStart()
409 Error ReadBundleEnd(MemoryBuffer &Input) final { in ReadBundleEnd()
414 Error ReadBundle(raw_ostream &OS, MemoryBuffer &Input) final { in ReadBundle()
423 ArrayRef<std::unique_ptr<MemoryBuffer>> Inputs) final { in WriteHeader()
459 Error WriteBundleStart(raw_ostream &OS, StringRef TargetTriple) final { in WriteBundleStart()
464 Error WriteBundleEnd(raw_ostream &OS, StringRef TargetTriple) final { in WriteBundleEnd()
[all …]
/freebsd/lib/libiscsiutil/
H A Dtext.c96 text_new_response(struct pdu *request, uint32_t ttt, bool final) in text_new_response() argument
109 if (final) in text_new_response()
290 bool final; in text_send_response() local
294 final = false; in text_send_response()
297 final = true; in text_send_response()
301 response = text_new_response(request, ttt, final); in text_send_response()
310 if (final) in text_send_response()
/freebsd/crypto/openssl/doc/man3/
H A DBIO_f_cipher.pod31 to flush and possibly pad the final block through the BIO.
37 When reading from an encryption BIO the final block is automatically
49 When encrypting BIO_flush() B<must> be called to flush the final block
50 through the BIO. If it is not then the final block will fail a subsequent
53 When decrypting an error on the final block is signaled by a zero
55 by EOF will also return zero for the final read. BIO_get_cipher_status()

12345678910>>...35