Home
last modified time | relevance | path

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

12345678910>>...81

/netbsd-src/sys/external/isc/libsodium/dist/test/default/
H A DMakefile.am157 aead_aes256gcm.final \
158 aead_chacha20poly1305.final \
159 aead_xchacha20poly1305.final \
160 auth.final \
161 auth2.final \
162 auth3.final \
163 auth5.final \
164 auth6.final \
165 auth7.final \
166 box.final \
[all …]
H A DMakefile.in985 @NATIVECLIENT_TRUE@ aead_aes256gcm.final \
986 @NATIVECLIENT_TRUE@ aead_chacha20poly1305.final \
987 @NATIVECLIENT_TRUE@ aead_xchacha20poly1305.final \
988 @NATIVECLIENT_TRUE@ auth.final \
989 @NATIVECLIENT_TRUE@ auth2.final \
990 @NATIVECLIENT_TRUE@ auth3.final \
991 @NATIVECLIENT_TRUE@ auth5.final \
992 @NATIVECLIENT_TRUE@ auth6.final \
993 @NATIVECLIENT_TRUE@ auth7.final \
994 @NATIVECLIENT_TRUE@ box.final \
[all …]
/netbsd-src/share/examples/npf/
H A Dl2tp_gw-npf.conf30 pass out final proto udp from any port bootpc to any port bootps
31 pass in final proto udp from any port bootps to any port bootpc
32 pass in final proto udp from any port bootps to 255.255.255.255 port bootpc
36 pass stateful out final proto udp to any port domain
44 block in final from $private_addr apply "log"
45 block out final to $private_addr apply "log"
47 pass stateful out final proto tcp all
48 pass stateful out final proto udp all
49 pass stateful out final proto icmp all
50 pass stateful out final proto ipv6-icmp all
[all …]
/netbsd-src/lib/libcrypt/
H A Dmd5crypt.c44 unsigned char final[16]; in __md5crypt() local
82 FINAL(final, &ctx1); in __md5crypt()
85 UPDATE(&ctx, final, (unsigned int)(pl > 16 ? 16 : pl)); in __md5crypt()
88 memset(final, 0, sizeof(final)); in __md5crypt()
93 UPDATE(&ctx, final, 1); in __md5crypt()
102 FINAL(final, &ctx); in __md5crypt()
117 UPDATE(&ctx1, final, 16); in __md5crypt()
126 UPDATE(&ctx1, final, 16); in __md5crypt()
130 FINAL(final, in __md5crypt()
[all...]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
H A DNodes.h121 class NestedNameSpecifier final : public List {
132 class UnqualifiedId final : public Tree {
140 class UnknownExpression final : public Expression {
151 class CallArguments final : public List {
177 class PrefixUnaryOperatorExpression final : public UnaryOperatorExpression {
189 class PostfixUnaryOperatorExpression final : public UnaryOperatorExpression {
203 class BinaryOperatorExpression final : public Expression {
222 class UnknownStatement final : public Statement {
229 class DeclarationStatement final : public Statement {
236 class EmptyStatement final : public Statement {
[all …]
/netbsd-src/usr.sbin/npf/npftest/
H A Dnpftest.conf45 pass out final from $local_ip3
46 pass in final to $pub_ip3
48 pass out final from $net6_inner
49 pass in final to $net6_outer
51 pass out final from $net_a
52 pass in final to $net_b
54 pass stateful out final proto tcp flags S/SA all
55 pass stateful out final from $local_net
56 pass stateful in final to any port $ports
57 pass stateful in final prot
[all...]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DWebAssembly.h78 bool hasFeature(StringRef Feature) const final;
81 bool Enabled) const final;
84 DiagnosticsEngine &Diags) final;
86 bool isValidCPUName(StringRef Name) const final;
87 void fillValidCPUList(SmallVectorImpl<StringRef> &Values) const final;
89 bool setCPU(const std::string &Name) final { return isValidCPUName(Name); } in setCPU()
91 ArrayRef<Builtin::Info> getTargetBuiltins() const final;
93 BuiltinVaListKind getBuiltinVaListKind() const final { in getBuiltinVaListKind()
97 ArrayRef<const char *> getGCCRegNames() const final { return None; } in getGCCRegNames()
99 ArrayRef<TargetInfo::GCCRegAlias> getGCCRegAliases() const final { in getGCCRegAliases()
[all …]
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/options/
H A Ddash-t10 # make 3.79.1 touches only interm-[ab] but reports final-[a] as
17 final-a: interm-a ; echo >> $@
18 final-b: interm-b ; echo >> $@
28 &utouch(-10, 'final-a','final-b');
31 &run_make_with_options($makefile, "-t final-a final-b", &get_logfile);
32 $answer = "touch interm-a\ntouch final-a\ntouch interm-b\ntouch final-b\n";
35 unlink('orig1-a', 'orig2-a', 'interm-a', 'final-a');
36 unlink('orig1-b', 'orig2-b', 'interm-b', 'final-b');
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.d236 final extern (D) this(Identifier ident) in this()
242 final extern (D) this(const ref Loc loc, Identifier ident) in this()
253 override final uinteger_t size(const ref Loc loc) in size()
276 extern (D) final bool checkDisabled(Loc loc, Scope* sc, bool isAliasedDeclaration = false)
360 extern (D) final Modifiable checkModify(Loc loc, Scope* sc, Expression e1, ModifyFlags flag) in checkModify()
406 override final Dsymbol search(const ref Loc loc, Identifier ident, int flags = SearchLocalsOnly)
418 final bool isStatic() const pure nothrow @nogc @safe in isStatic()
424 final LINK resolvedLinkage() const in resolvedLinkage()
449 final bool isFinal() const pure nothrow @nogc @safe in isFinal()
459 final bool isConst() const pure nothrow @nogc @safe in isConst()
[all …]
H A Dstatement.d81 override final DYNCAST dyncast() const in dyncast()
86 final extern (D) this(const ref Loc loc, STMT stmt) in this()
116 override final const(char)* toChars() const in toChars()
127 final void error(const(char)* format, ...) in error()
135 final void warning(const(char)* format, ...) in warning()
143 final void deprecation(const(char)* format, ...) in deprecation()
153 pragma(printf) final void error(const(char)* format, ...) in pragma()
161 pragma(printf) final void warning(const(char)* format, ...) in pragma()
169 pragma(printf) final void deprecation(const(char)* format, ...) in pragma()
210 final bool usesEH() in usesEH()
[all …]
H A Dfunc.d112 extern (C++) final class NrvoWalker : StatementRewriteWalker
403 final bool functionSemantic() in functionSemantic()
460 final bool functionSemantic3() in functionSemantic3()
491 extern (D) final bool checkForwardRef(const ref Loc loc) in checkForwardRef()
517 extern (D) final void declareThis(Scope* sc) in declareThis()
578 override final bool equals(const RootObject o) const in equals()
623 final int overrides(FuncDeclaration fd) in overrides()
651 final int findVtblIndex(Dsymbols* vtbl, int dim) in findVtblIndex()
689 final switch (cov) in findVtblIndex()
734 final BaseClass* overrideInterface() in overrideInterface()
[all …]
H A Daggregate.d69 final switch (c) in toChars()
156 final extern (D) this(const ref Loc loc, Identifier id) in this()
180 override final void setScope(Scope* sc) in setScope()
194 final size_t nonHiddenFields() in nonHiddenFields()
204 final bool determineSize(const ref Loc loc) in determineSize()
259 override final uinteger_t size(const ref Loc loc) in size()
273 extern (D) final bool checkOverlappedFields() in checkOverlappedFields()
358 final bool fill(const ref Loc loc, Expressions* elements, bool ctorinit) in fill()
588 override final Type getType() in getType()
606 override final bool isDeprecated() const in isDeprecated()
[all …]
H A Dinit.d59 override final const(char)* toChars() const in toChars()
67 final inout(ErrorInitializer) isErrorInitializer() inout @nogc nothrow pure in inout()
73 final inout(VoidInitializer) isVoidInitializer() inout @nogc nothrow pure in inout()
78 final inout(StructInitializer) isStructInitializer() inout @nogc nothrow pure in inout()
83 final inout(ArrayInitializer) isArrayInitializer() inout @nogc nothrow pure in inout()
88 final inout(ExpInitializer) isExpInitializer() inout @nogc nothrow pure in inout()
93 final inout(CInitializer) isCInitializer() inout @nogc nothrow pure in inout()
106 extern (C++) final class VoidInitializer : Initializer
123 extern (C++) final class ErrorInitializer : Initializer
138 extern (C++) final class StructInitializer : Initializer
[all …]
H A Ddsymbol.d258 final extern (D) this() nothrow in this()
264 final extern (D) this(Identifier ident) nothrow in this()
271 final extern (D) this(const ref Loc loc, Identifier ident) nothrow in this()
294 final const(Loc) getLoc() in getLoc()
302 final const(char)* locToChars() in locToChars()
322 final bool isAnonymous() const in isAnonymous()
335 final void error(const ref Loc loc, const(char)* format, ...) in error()
343 final void error(const(char)* format, ...) in error()
352 final void deprecation(const ref Loc loc, const(char)* format, ...) in deprecation()
360 final void deprecation(const(char)* format, ...) in deprecation()
[all …]
H A Dexpression.d725 final Expression copy() in copy()
752 override final DYNCAST dyncast() const in dyncast()
767 final void error(const(char)* format, ...) const in error()
778 final void errorSupplemental(const(char)* format, ...) in errorSupplemental()
789 final void warning(const(char)* format, ...) const in warning()
800 final void deprecation(const(char)* format, ...) const in deprecation()
813 pragma(printf) final void error(const(char)* format, ...) const in pragma()
824 pragma(printf) final void errorSupplemental(const(char)* format, ...) in pragma()
835 pragma(printf) final void warning(const(char)* format, ...) const in pragma()
846 pragma(printf) final void deprecation(const(char)* format, ...) const in pragma()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.h77 int getReturnFunctionAddressRegister() override final { in getReturnFunctionAddressRegister()
81 int getStackPointerRegister() override final { return SystemZ::R4D; }; in getStackPointerRegister()
83 int getFramePointerRegister() override final { return SystemZ::R8D; }; in getFramePointerRegister()
86 getCalleeSavedRegs(const MachineFunction *MF) const override final;
89 CallingConv::ID CC) const override final;
99 int getReturnFunctionAddressRegister() override final { in getReturnFunctionAddressRegister()
103 int getStackPointerRegister() override final { return SystemZ::R15D; }; in getStackPointerRegister()
105 int getFramePointerRegister() override final { return SystemZ::R11D; }; in getFramePointerRegister()
108 getCalleeSavedRegs(const MachineFunction *MF) const override final;
111 CallingConv::ID CC) const override final;
/netbsd-src/lib/libc/citrus/modules/
H A Dcitrus_iso2022.c84 u_char final; member
176 cs->final = (u_char)(p[3] & 0xff); in getcs()
181 cs->final = (u_char)(p[3] & 0xff); in getcs()
186 cs->final = (u_char)(p[2] & 0xff); in getcs()
191 cs->final = (u_char )(p[2] & 0xff); in getcs()
220 cs.final = (u_char)(token[4]); in get_recommend()
225 cs.final = (u_char)(token[4]); in get_recommend()
230 cs.final = (u_char)(token[5]); in get_recommend()
235 cs.final = (u_char)(token[5]); in get_recommend()
257 (ei->recommend[i] + (ei->recommendsize[i] - 1))->final = cs.final; in get_recommend()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dfindmisopt150 final=""
155 tryit "$final $switches"
161 final="$final $trimmed"
167 if [ "$final" == " $all_switches" ] ; then
171 echo "Smallest Optimization list=$final"
173 bpcmd="$bugpoint -run-llc -disable-loop-extraction --output "$out" --input /dev/null $bcfile $final
/netbsd-src/external/zlib/pigz/dist/zopfli/
H A Ddeflate.c367 static void AddLZ77Block(const ZopfliOptions* options, int btype, int final, in AddLZ77Block() argument
384 AddBit(final, bp, out, outsize); in AddLZ77Block()
432 static void DeflateDynamicBlock(const ZopfliOptions* options, int final, in DeflateDynamicBlock() argument
474 AddLZ77Block(s.options, btype, final, in DeflateDynamicBlock()
485 static void DeflateFixedBlock(const ZopfliOptions* options, int final, in DeflateFixedBlock() argument
506 AddLZ77Block(s.options, 1, final, store.litlens, store.dists, 0, store.size, in DeflateFixedBlock()
516 static void DeflateNonCompressedBlock(const ZopfliOptions* options, int final, in DeflateNonCompressedBlock() argument
528 AddBit(final, bp, out, outsize); in DeflateNonCompressedBlock()
547 int btype, int final, in DeflateBlock() argument
553 options, final, in, instart, inend, bp, out, outsize); in DeflateBlock()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-offload-bundler/
H A DClangOffloadBundler.cpp270 class BinaryFileHandler final : public FileHandler {
272 struct BinaryBundleInfo final : public BundleInfo {
296 ~BinaryFileHandler() final {} in ~BinaryFileHandler()
298 Error ReadHeader(MemoryBuffer &Input) final { in ReadHeader()
366 Expected<Optional<StringRef>> ReadBundleStart(MemoryBuffer &Input) final { in ReadBundleStart()
373 Error ReadBundleEnd(MemoryBuffer &Input) final { in ReadBundleEnd()
378 Error ReadBundle(raw_fd_ostream &OS, MemoryBuffer &Input) final { in ReadBundle()
387 ArrayRef<std::unique_ptr<MemoryBuffer>> Inputs) final { in WriteHeader()
422 Error WriteBundleStart(raw_fd_ostream &OS, StringRef TargetTriple) final { in WriteBundleStart()
427 Error WriteBundleEnd(raw_fd_ostream &OS, StringRef TargetTriple) final { in WriteBundleEnd()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/
H A Dthreadgroup.d32 final Thread create(void function() fn) in create()
54 final Thread create(void delegate() dg) in create()
75 final void add(Thread t) in add()
99 final void remove(Thread t) in remove()
116 final int opApply(scope int delegate(ref Thread) dg) in opApply()
146 final void joinAll(bool rethrow = true)
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/
H A Dtypeinfo.d33 final bool before(const type_info rhs) const nothrow; in version()
34 final const(char)* name() const nothrow; in version()
82 final bool before(const type_info rhs) const nothrow; in version()
83 final const(char)* name(__type_info_node* p = &__type_info_root_node) const nothrow; in version()
120 @weak final const(char)* name() const nothrow in version()
124 @weak final bool before(const type_info _arg) const nothrow in version()
169 @weak final const(char)* name() const nothrow in version()
173 @weak final bool before(const type_info __arg) const nothrow in version()
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/
H A Daes-gcm-armv8_64.S769 ext q8, v11.16b, v11.16b, #8 @ prepare final partial tag
801 st1 { q5}, [r2], #16 @ AES final-3 block - store result
803 ldp r6, r7, [r0], #16 @ AES final-2 block - load input low & high
808 rev64 q4, q5 @ GHASH final-3 block
811 eor r7, r7, r14 @ AES final-2 block - round 10 high
812 eor r6, r6, r13 @ AES final-2 block - round 10 low
814 fmov d5, r6 @ AES final-2 block - mov low
817 fmov v5.d[1], r7 @ AES final-2 block - mov high
819 pmull v11.1q, q4, v15.1d @ GHASH final-3 block - low
820 mov d22, v4.d[1] @ GHASH final-3 block - mid
[all …]
/netbsd-src/usr.sbin/ip6addrctl/
H A Dip6addrctl.c333 int masklen, final = 0; in mask2plen() local
339 if (final && *p) { in mask2plen()
349 final++; in mask2plen()
353 final++; in mask2plen()
357 final++; in mask2plen()
361 final++; in mask2plen()
365 final++; in mask2plen()
369 final++; in mask2plen()
373 final++; in mask2plen()
376 final++; in mask2plen()
/netbsd-src/external/gpl2/lvm2/dist/libdm/regex/
H A Dmatcher.c24 int final; member
84 int i, j, final = 1; in _calc_functions() local
93 rx->final = final++; in _calc_functions()
230 dfa->final = m->nodes[i]->final; in _calc_states()
337 if (cs->final && (cs->final > *r)) in _step_matcher()
338 *r = cs->final; in _step_matcher()

12345678910>>...81