Home
last modified time | relevance | path

Searched refs:As (Results 1 – 25 of 1943) sorted by relevance

12345678910>>...78

/netbsd-src/external/gpl3/gdb.old/dist/zlib/old/
H A Dvisual-basic.txt32 Declare Function compress Lib "ZLIB.DLL" (ByVal compr As
33 String, comprLen As Any, ByVal buf As String, ByVal buflen
34 As Long) As Integer
36 As String, uncomprLen As Any, ByVal compr As String, ByVal
37 lcompr As Long) As Integer
38 Declare Function gzopen Lib "ZLIB.DLL" (ByVal filePath As
39 String, ByVal mode As String) As Long
40 Declare Function gzread Lib "ZLIB.DLL" (ByVal file As
41 Long, ByVal uncompr As String, ByVal uncomprLen As Integer)
42 As Integer
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/zlib/old/
H A Dvisual-basic.txt32 Declare Function compress Lib "ZLIB.DLL" (ByVal compr As
33 String, comprLen As Any, ByVal buf As String, ByVal buflen
34 As Long) As Integer
36 As String, uncomprLen As Any, ByVal compr As String, ByVal
37 lcompr As Long) As Integer
38 Declare Function gzopen Lib "ZLIB.DLL" (ByVal filePath As
39 String, ByVal mode As String) As Long
40 Declare Function gzread Lib "ZLIB.DLL" (ByVal file As
41 Long, ByVal uncompr As String, ByVal uncomprLen As Integer)
42 As Integer
[all …]
/netbsd-src/external/gpl3/gdb/dist/zlib/old/
H A Dvisual-basic.txt32 Declare Function compress Lib "ZLIB.DLL" (ByVal compr As
33 String, comprLen As Any, ByVal buf As String, ByVal buflen
34 As Long) As Integer
36 As String, uncomprLen As Any, ByVal compr As String, ByVal
37 lcompr As Long) As Integer
38 Declare Function gzopen Lib "ZLIB.DLL" (ByVal filePath As
39 String, ByVal mode As String) As Long
40 Declare Function gzread Lib "ZLIB.DLL" (ByVal file As
41 Long, ByVal uncompr As String, ByVal uncomprLen As Integer)
42 As Integer
[all …]
/netbsd-src/external/gpl3/binutils/dist/zlib/old/
H A Dvisual-basic.txt32 Declare Function compress Lib "ZLIB.DLL" (ByVal compr As
33 String, comprLen As Any, ByVal buf As String, ByVal buflen
34 As Long) As Integer
36 As String, uncomprLen As Any, ByVal compr As String, ByVal
37 lcompr As Long) As Integer
38 Declare Function gzopen Lib "ZLIB.DLL" (ByVal filePath As
39 String, ByVal mode As String) As Long
40 Declare Function gzread Lib "ZLIB.DLL" (ByVal file As
41 Long, ByVal uncompr As String, ByVal uncomprLen As Integer)
42 As Integer
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DItaniumManglingCanonicalizer.cpp92 std::pair<Node *, bool> getOrCreateNode(bool CreateNewNodes, Args &&... As) { in getOrCreateNode() argument
100 T(std::forward<Args>(As)...), in getOrCreateNode()
105 profileCtor(ID, NodeKind<T>::Kind, As...); in getOrCreateNode()
119 T *Result = new (New->getNode()) T(std::forward<Args>(As)...); in getOrCreateNode()
125 Node *makeNode(Args &&...As) { in makeNode() argument
126 return getOrCreateNode<T>(true, std::forward<Args>(As)...).first; in makeNode()
141 template<typename T, typename ...Args> Node *makeNodeSimple(Args &&...As) { in makeNodeSimple() argument
143 getOrCreateNode<T>(CreateNewNodes, std::forward<Args>(As)...); in makeNodeSimple()
163 template<typename ...Args> Node *make(Args &&...As) { in make()
164 return Self.makeNodeSimple<T>(std::forward<Args>(As)...); in make()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DEHScopeStack.h196 template <class T, class... As>
198 typedef std::tuple<typename DominatingValue<As>::saved_type...> SavedTuple;
205 return T{DominatingValue<As>::restore(CGF, std::get<Is>(Saved))...};
209 restore(CGF, std::index_sequence_for<As...>()).Emit(CGF, flags);
213 ConditionalCleanup(typename DominatingValue<As>::saved_type... A)
276 template <class T, class... As> void pushCleanup(CleanupKind Kind, As... A) {
285 template <class T, class... As>
286 void pushCleanupTuple(CleanupKind Kind, std::tuple<As...> A) {
307 template <class T, class... As>
308 T *pushCleanupWithExtra(CleanupKind Kind, size_t N, As... A) {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/Disassembler/
H A DMSP430Disassembler.cpp154 static AddrMode DecodeSrcAddrMode(unsigned Rs, unsigned As) { in DecodeSrcAddrMode() argument
157 if (As == 1) return amSymbolic; in DecodeSrcAddrMode()
158 if (As == 2) return amInvalid; in DecodeSrcAddrMode()
159 if (As == 3) return amImmediate; in DecodeSrcAddrMode()
162 if (As == 1) return amAbsolute; in DecodeSrcAddrMode()
163 if (As == 2) return amConstant; in DecodeSrcAddrMode()
164 if (As == 3) return amConstant; in DecodeSrcAddrMode()
171 switch (As) { in DecodeSrcAddrMode()
183 unsigned As = fieldFromInstruction(Insn, 4, 2); in DecodeSrcAddrModeI() local
184 return DecodeSrcAddrMode(Rs, As); in DecodeSrcAddrModeI()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DErrno.h34 const Args &... As) { in decltype()
35 decltype(F(As...)) Res; in decltype()
38 Res = F(As...); in decltype()
/netbsd-src/sys/ufs/lfs/
H A DREADME.wc8 As of 20130604 (before the split):
13 As of 20130605 (copied all ufs files verbatim):
22 As of 20130606 (committed the initial split and made things buildable):
/netbsd-src/doc/roadmaps/
H A Dports43 As of 2024, low cost development boards exist and support exists in
46 As of 2024, nobody is working on this.
52 As of 2024, nobody is working on importing it.
57 As of 2024, we have a risc-v port, and due to the industry prioritizing
H A Dverification35 - As of January 2017 coypu has been working on this. Christos often
47 - As of January 2017 nobody is known to be working on this.
59 - As of January 2017 nobody is known to be working on this.
70 - As of January 2017 nobody is known to be working on this.
86 - As of January 2017 nobody is known to be working on this.
H A Dmess84 - As of January 2017 nobody is currently working on this.
95 - As of January 2017 nobody is currently working on this directly,
108 - As of January 2017 nobody is currently working on this directly,
134 - As of January 2017 nobody is currently working on this.
147 - As of January 2017 nobody is currently working on this.
159 - As of January 2017 nobody is currently working on this, but several
176 - As of January 2017 nobody is currently working on this.
186 - As of January 2017 nobody is currently working on this.
199 - As of January 2017 nobody is currently working on this.
221 - As of January 2017 nobody is currently working on this.
H A Dmobile56 - As of January 2017 nobody is known to be working on this.
72 - As of January 2017 nobody is known to be working on this.
87 - As of January 2017 nobody is known to be specifically working on
104 - As of January 2017 nobody is known to be specifically working on
H A Ddesktop103 - As of January 2017 nobody is actively working on this.
110 As of last report Eclipse was bodgily packaged (this may not be
114 - As of January 2017 nobody is actively working on this.
123 - As of January 2017 nobody is actively working on this.
135 - As of January 2017 nobody is actively working on this.
191 - As of January 2017 nobody is actively working on this.
203 - As of January 2017 nobody is actively working on this.
227 - As of January 2017 nobody is actively working on this.
254 - As of January 2017 nobody is actively working on this.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPerfHintAnalysis.cpp299 unsigned As = PT->getAddressSpace(); in isGlobalAddr() local
301 return As == AMDGPUAS::GLOBAL_ADDRESS || As == AMDGPUAS::FLAT_ADDRESS; in isGlobalAddr()
340 unsigned As = PT->getAddressSpace(); in isConstantAddr() local
341 return As == AMDGPUAS::CONSTANT_ADDRESS || in isConstantAddr()
342 As == AMDGPUAS::CONSTANT_ADDRESS_32BIT; in isConstantAddr()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_CTX_set_security_level.pod76 parameters offering below 80 bits of security are excluded. As a result RSA,
86 Security level set to 112 bits of security. As a result RSA, DSA and DH keys
93 Security level set to 128 bits of security. As a result RSA, DSA and DH keys
101 Security level set to 192 bits of security. As a result RSA, DSA and
108 Security level set to 256 bits of security. As a result RSA, DSA and DH keys
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_CTX_set_security_level.pod76 parameters offering below 80 bits of security are excluded. As a result RSA,
84 Security level set to 112 bits of security. As a result RSA, DSA and DH keys
91 Security level set to 128 bits of security. As a result RSA, DSA and DH keys
99 Security level set to 192 bits of security. As a result RSA, DSA and
106 Security level set to 256 bits of security. As a result RSA, DSA and DH keys
/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/examples/
H A Dexample3.rst6 As soon as the iterator module returns the response, we :
63 As you can see, TTL of all the records is set to 10.
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/docs/
H A Dtools.md37 As you can note, the values in `Time` and `CPU` columns are calculated as `(new - old) / |old|`.
73 As you can note, the values in `Time` and `CPU` columns are calculated as `(new - old) / |old|`.
142 As you can note, the values in `Time` and `CPU` columns are calculated as `(new - old) / |old|`.
191 As you can see, it applies filter to the benchmarks, both when running the benchmark, and before do…
192 As you can note, the values in `Time` and `CPU` columns are calculated as `(new - old) / |old|`.
242 As you can note, the values in `Time` and `CPU` columns are calculated as `(new - old) / |old|`.
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dcpuwalk_example.txt53 As we are sampling at 1000 hz, the application cputhread is indeed running
55 CPU 0 a total of 4900 times, on CPU 1 a total of 4900 times, etc. As there
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dcpuwalk_example.txt53 As we are sampling at 1000 hz, the application cputhread is indeed running
55 CPU 0 a total of 4900 times, on CPU 1 a total of 4900 times, etc. As there
/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man7/
H A DDERlib.pod42 C<end>. As an example, we can look at the DSA signature structure,
58 As an example of the use of I<tag>, an ASN.1 element like this:
79 As a reminder, the AlgorithmIdentifier is specified like this:
/netbsd-src/distrib/amiga/stand/
H A Ddevice-streams.README.md63 * xstreamtodev: As streamtodev but with extra options to specify block range.
64 * xdevtostream: As devtostream but with extra options to specify block range.
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/docs/
H A Dtools.md83 As you can note, the values in `Time` and `CPU` columns are calculated as `(new - old) / |old|`.
132 As you can see, it applies filter to the benchmarks, both when running the benchmark, and before do…
133 As you can note, the values in `Time` and `CPU` columns are calculated as `(new - old) / |old|`.
183 As you can note, the values in `Time` and `CPU` columns are calculated as `(new - old) / |old|`.
/netbsd-src/external/apache2/llvm/dist/llvm/docs/Frontend/
H A DPerformanceTips.rst19 As with any optimizer, LLVM has its strengths and weaknesses. In some cases,
24 mature frontend for LLVM is Clang. As a result, the further your IR gets from
31 library you're using. As always, it's *strongly* recommended that you track
71 types <t_aggregate>` (i.e. structs and arrays). As an alternative, consider
122 As a result, alignment is mandatory for atomic loads and stores.
172 As a result, you may miss the opportunity to run other important
199 As an example, C/C++'s ability to mark every add as "no signed wrap (nsw)" goes

12345678910>>...78