Home
last modified time | relevance | path

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

12345678910>>...88

/netbsd/sys/external/isc/libsodium/dist/test/default/
H A DMakefile.am160 auth.final \
161 auth2.final \
162 auth3.final \
166 box.final \
167 box2.final \
168 box7.final \
169 box8.final \
187 hash.final \
190 kdf.final \
192 kx.final \
[all …]
H A DMakefile.in988 @NATIVECLIENT_TRUE@ auth.final \
989 @NATIVECLIENT_TRUE@ auth2.final \
990 @NATIVECLIENT_TRUE@ auth3.final \
994 @NATIVECLIENT_TRUE@ box.final \
995 @NATIVECLIENT_TRUE@ box2.final \
996 @NATIVECLIENT_TRUE@ box7.final \
997 @NATIVECLIENT_TRUE@ box8.final \
1015 @NATIVECLIENT_TRUE@ hash.final \
1018 @NATIVECLIENT_TRUE@ kdf.final \
1020 @NATIVECLIENT_TRUE@ kx.final \
[all …]
/netbsd/share/examples/npf/
H A Dl2tp_gw-npf.conf47 pass stateful out final proto tcp all
48 pass stateful out final proto udp all
49 pass stateful out final proto icmp all
71 pass in final proto igmp all
72 pass in final from any to 224.0.0.0/4
77 pass in final proto tcp flags A/A all
120 pass in final proto ipv6-icmp all
131 pass final all
136 pass final on lo0 all
138 pass final on ppp0 all
[all …]
/netbsd/lib/libcrypt/
H A Dmd5crypt.c44 unsigned char final[16]; in __md5crypt() local
82 FINAL(final, &ctx1); in __md5crypt()
88 memset(final, 0, sizeof(final)); in __md5crypt()
102 FINAL(final, &ctx); in __md5crypt()
130 FINAL(final, &ctx1); in __md5crypt()
137 l = (final[ 0]<<16) | (final[ 6]<<8) | final[12]; __crypt_to64(p,l,4); p += 4; in __md5crypt()
138 l = (final[ 1]<<16) | (final[ 7]<<8) | final[13]; __crypt_to64(p,l,4); p += 4; in __md5crypt()
139 l = (final[ 2]<<16) | (final[ 8]<<8) | final[14]; __crypt_to64(p,l,4); p += 4; in __md5crypt()
140 l = (final[ 3]<<16) | (final[ 9]<<8) | final[15]; __crypt_to64(p,l,4); p += 4; in __md5crypt()
141 l = (final[ 4]<<16) | (final[10]<<8) | final[ 5]; __crypt_to64(p,l,4); p += 4; in __md5crypt()
[all …]
/netbsd/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
H A DNodes.h121 class NestedNameSpecifier final : public List {
132 class UnqualifiedId final : public Tree {
151 class CallArguments final : public List {
236 class EmptyStatement final : public Statement {
252 class CaseStatement final : public Statement {
272 class IfStatement final : public Statement {
283 class ForStatement final : public Statement {
292 class WhileStatement final : public Statement {
398 class DeclaratorList final : public List {
520 class ArraySubscript final : public Tree {
[all …]
/netbsd/usr.sbin/npf/npftest/
H A Dnpftest.conf41 pass out final from $local_ip3
42 pass in final to $pub_ip3
44 pass out final from $net6_inner
45 pass in final to $net6_outer
47 pass out final from $net_a
48 pass in final to $net_b
51 pass stateful out final from $local_net
53 pass stateful in final proto icmp all
59 pass stateful out final to $local_ip2
60 pass out final to $local_ip3
[all …]
/netbsd/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;
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()
108 const char *getClobbers() const final { return ""; } in getClobbers()
110 bool isCLZForZeroUndef() const final { return false; } in isCLZForZeroUndef()
[all …]
/netbsd/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/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.d424 final LINK resolvedLinkage() const in resolvedLinkage()
1251 override final bool needThis() in needThis()
1257 override final bool isExport() const in isExport()
1278 override final bool isDataseg() in isDataseg()
1316 override final bool isThreadlocal() in isThreadlocal()
1330 final bool isCTFE() in isCTFE()
1368 override final bool hasPointers() in hasPointers()
1377 final bool canTakeAddressOf() in canTakeAddressOf()
1385 final bool needsScopeDtor() in needsScopeDtor()
1640 override final Dsymbol toAlias() in toAlias()
[all …]
H A Dstatement.d81 override final DYNCAST dyncast() const in dyncast()
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()
210 final bool usesEH() in usesEH()
249 final bool comeFrom() in comeFrom()
288 final bool hasCode() in hasCode()
363 final pure inout nothrow @nogc @safe:
827 extern (C++) final class DoStatement : Statement
1596 extern (C++) final class Catch : RootObject
[all …]
H A Dfunc.d403 final bool functionSemantic() in functionSemantic()
979 final bool inUnittest() in inUnittest()
1208 final bool isMain() const in isMain()
1213 final bool isCMain() const in isCMain()
1238 final bool isRtInit() const in isRtInit()
1356 final PURE isPure() in isPure()
1410 final bool isSafe() in isSafe()
1422 final bool isTrusted() in isTrusted()
1448 final bool isNogc() in isNogc()
2011 final bool needsClosure() in needsClosure()
[all …]
H A Daggregate.d69 final switch (c) in toChars()
194 final size_t nonHiddenFields() in nonHiddenFields()
588 override final Type getType() in getType()
612 final void setDeprecated() in setDeprecated()
621 final bool isNested() const in isNested()
628 extern (D) final void makeNested() in makeNested()
701 extern (D) final void makeNested2() in makeNested2()
740 override final bool isExport() const in isExport()
748 final Dsymbol searchCtor() in searchCtor()
793 final Type handleType() in handleType()
[all …]
H A Dinit.d59 override final const(char)* toChars() const in toChars()
73 final inout(VoidInitializer) isVoidInitializer() 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
163 extern (C++) final class ArrayInitializer : Initializer
202 extern (C++) final class ExpInitializer : Initializer
244 extern (C++) final class CInitializer : Initializer
[all …]
H A Ddsymbol.d258 final extern (D) this() nothrow in this()
294 final const(Loc) getLoc() in getLoc()
302 final const(char)* locToChars() in locToChars()
322 final bool isAnonymous() const in isAnonymous()
443 final Module getModule() in getModule()
465 final bool isCsymbol() in isCsymbol()
475 final Module getAccessModule() in getAccessModule()
675 final Ungag ungagSpeculative() const in ungagSpeculative()
1237 final const(char)* comment() in comment()
1280 final bool inNonRoot() in inNonRoot()
[all …]
H A Dexpression.d723 final Expression copy() in copy()
1566 final Expression addressOf() in addressOf()
1580 final Expression deref() in deref()
1605 final int isConst() in isConst()
2235 override final bool isLvalue() in isLvalue()
2334 override final bool isLvalue() in isLvalue()
2599 final switch (sz) in getCodeUnit()
2619 final switch (sz) in setCodeUnit()
4261 final void setNoderefOperand() in setNoderefOperand()
4589 override final bool isLvalue() in isLvalue()
[all …]
/netbsd/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/external/bsd/jemalloc/dist/test/unit/
H A Dhash.c65 VARIABLE_ARRAY(uint8_t, final, hashbytes); in hash_variant_verify_key()
71 memset(final, 0, hashbytes); in hash_variant_verify_key()
103 memcpy(final, &out, sizeof(out)); in hash_variant_verify_key()
108 memcpy(final, out, sizeof(out)); in hash_variant_verify_key()
113 memcpy(final, out, sizeof(out)); in hash_variant_verify_key()
118 computed = (final[0] << 0) | (final[1] << 8) | (final[2] << 16) | in hash_variant_verify_key()
119 (final[3] << 24); in hash_variant_verify_key()
/netbsd/lib/libc/citrus/modules/
H A Dcitrus_iso2022.c84 u_char final; member
257 (ei->recommend[i] + (ei->recommendsize[i] - 1))->final = cs.final; in get_recommend()
280 ei->initg[token[4] - '0'].final = cs.final; in get_initg()
426 if (ei->initg[i].final) { in _citrus_ISO2022_init_state()
428 s->g[i].final = ei->initg[i].final; in _citrus_ISO2022_init_state()
639 psenc->g[i].final = '\0'; in _ISO2022_sgetwchar()
984 if (cs->final != recommend[j].final) in recommendation()
999 if (cs->final && (cs->final != recommend[j].final)) in recommendation()
1077 && psenc->g[target].final == cs.final in _ISO2022_sputwchar()
1093 *p++ = cs.final; in _ISO2022_sputwchar()
[all …]
/netbsd/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/external/zlib/pigz/dist/zopfli/
H A Ddeflate.c384 AddBit(final, bp, out, outsize); in AddLZ77Block()
474 AddLZ77Block(s.options, btype, final, in DeflateDynamicBlock()
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()
568 int btype, int final, in DeflateSplittingFirst() argument
602 int btype, int final, in DeflateSplittingLast() argument
616 DeflateSplittingFirst(options, btype, final, in DeflateSplittingLast()
650 AddLZ77Block(options, btype, i == npoints && final, in DeflateSplittingLast()
678 DeflateSplittingLast(options, btype, final, in, instart, inend, in ZopfliDeflatePart()
[all …]
/netbsd/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()
373 Error ReadBundleEnd(MemoryBuffer &Input) final { in ReadBundleEnd()
378 Error ReadBundle(raw_fd_ostream &OS, MemoryBuffer &Input) final { in ReadBundle()
478 class ObjectFileHandler final : public FileHandler {
518 ~ObjectFileHandler() final {} in ~ObjectFileHandler()
665 class TextFileHandler final : public FileHandler {
703 Error ReadBundleEnd(MemoryBuffer &Input) final { in ReadBundleEnd()
[all …]
/netbsd/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/
H A Daes-gcm-armv8_64.S938 eor q8, q8, q4 @ GHASH final block - mid
1793 stp r6, r7, [r2], #16 @ AES final-3 block - store result
1824 stp r6, r7, [r2], #16 @ AES final-2 block - store result
1866 stp r6, r7, [r2], #16 @ AES final-1 block - store result
2992 eor q8, q8, q4 @ GHASH final block - mid
3914 stp r6, r7, [r2], #16 @ AES final-3 block - store result
3957 stp r6, r7, [r2], #16 @ AES final-2 block - store result
3991 stp r6, r7, [r2], #16 @ AES final-1 block - store result
6185 stp r6, r7, [r2], #16 @ AES final-3 block - store result
6222 stp r6, r7, [r2], #16 @ AES final-2 block - store result
[all …]
/netbsd/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/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dgnu-ifunc.exp130 set final "${dot}final"
132 set final "final"
175 set location "$decimal${ws}breakpoint${ws}keep${ws}y${ws}0x0*$addr${ws}<${final}\\+.*>"
221 set final "${dot}final"
223 set final "final"
301 "#0 +(0x\[0-9a-f\]+ in +)?${final} \\(.*" "nextcall gnu_ifunc skipped"
343 " = \\(int \\(\\*\\)\\(int\\)\\) @$hex: $hex <${final}>"
352 " = \\(void \\*\\) $hex <${final}>"
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dgnu-ifunc.exp130 set final "${dot}final"
132 set final "final"
175 set location "$decimal${ws}breakpoint${ws}keep${ws}y${ws}0x0*$addr${ws}<${final}\\+.*>"
221 set final "${dot}final"
223 set final "final"
301 "#0 +(0x\[0-9a-f\]+ in +)?${final} \\(.*" "nextcall gnu_ifunc skipped"
343 " = \\(int \\(\\*\\)\\(int\\)\\) @$hex: $hex <${final}>"
352 " = \\(void \\*\\) $hex <${final}>"

12345678910>>...88