Home
last modified time | relevance | path

Searched refs:dependent (Results 1 – 25 of 1569) sorted by relevance

12345678910>>...63

/netbsd-src/sys/arch/i386/conf/
H A Dstd.xen19 #options CRYPTO_MD_DES_ENC # machine-dependent code for DES
20 #options CRYPTO_MD_DES_CBC # machine-dependent DES CBC code
21 #options CRYPTO_MD_BF_ENC # machine-dependent code for BF_encrypt
H A Dstd.i38613 #options CRYPTO_MD_DES_ENC # machine-dependent code for DES
14 #options CRYPTO_MD_DES_CBC # machine-dependent DES CBC code
15 #options CRYPTO_MD_BF_ENC # machine-dependent code for BF_encrypt
/netbsd-src/distrib/sets/
H A DREADME24 set: machine dependent and machine-independent files. (there's
29 N machine-dependent files (one per architecture), named "md.${ARCH}".
61 Includes machine-dependent man pages for this CPU.
63 misc: share/dict, share/doc, and the machine-dependent
/netbsd-src/external/bsd/pcc/dist/pcc/arch/powerpc/
H A DREADME1 macdefs.h ; machine-dependent definitions
2 code.c ; machine-dependent code for prologs, switches (pass 1)
3 local.c ; machine-dependent code for prologs, switches (pass 1)
5 order.c ; machine-dependent code-generation strategy (pass 2)
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTypeNodes.td8 /// A type node that is only used to represent dependent types in C++. For
10 /// where the base template-id is dependent (such as `T::foo<U>`). Code
11 /// that only works with non-dependent types can ignore these type nodes.
31 /// A type node that only represents a canonical type in some dependent cases.
36 /// and so remains canonical. Code which only works with non-dependent
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-strength-reduction.c277 cand_idx dependent; variable
630 c->sibling = basis->dependent; in find_basis_for_candidate()
631 basis->dependent = c->cand_num; in find_basis_for_candidate()
695 c->dependent = 0; in alloc_cand_and_find_basis()
1890 c->basis, c->dependent, c->sibling); in dump_candidate()
2029 && c->dependent in replace_refs()
2030 && !lookup_cand (c->dependent)->dependent in replace_refs()
2032 && valid_mem_ref_cand_p (lookup_cand (c->dependent))) in replace_refs()
2062 if (c->dependent) in replace_refs()
2063 replace_refs (lookup_cand (c->dependent)); in replace_refs()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-strength-reduction.cc277 cand_idx dependent; member in slsr_cand_d
630 c->sibling = basis->dependent; in find_basis_for_candidate()
631 basis->dependent = c->cand_num; in find_basis_for_candidate()
695 c->dependent = 0; in alloc_cand_and_find_basis()
1889 c->basis, c->dependent, c->sibling); in dump_candidate()
2028 && c->dependent in replace_refs()
2029 && !lookup_cand (c->dependent)->dependent in replace_refs()
2031 && valid_mem_ref_cand_p (lookup_cand (c->dependent))) in replace_refs()
2061 if (c->dependent) in replace_refs()
2062 replace_refs (lookup_cand (c->dependent)); in replace_refs()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arc/
H A Darc-passes.def20 /* First target dependent ARC if-conversion pass. */
23 /* Second target dependent ARC if-conversion pass. */
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arc/
H A Darc-passes.def20 /* First target dependent ARC if-conversion pass. */
23 /* Second target dependent ARC if-conversion pass. */
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DHowToUseAttributes.rst23 ``Attribute::AttrKind`` enum), a string representing a target-dependent
27 * Target-dependent: ``"no-sse"``, ``"thumb2"``
30 Note: for an attribute value pair, we expect a target-dependent attribute to
/netbsd-src/external/lgpl3/gmp/dist/mpn/
H A DREADME34 Most subdirectories contain machine-dependent code, written in assembly or C.
36 machine-dependent replacement for a particular machine.
/netbsd-src/sys/arch/mips/mips/
H A Dspl.S82 DYNAMIC_STATUS_MASK(a0,v0) # machine dependent masking
139 DYNAMIC_STATUS_MASK(v1,t0) # machine dependent masking
180 DYNAMIC_STATUS_MASK(v0,t0) # machine dependent masking
/netbsd-src/usr.sbin/sysinst/arch/ofppc/
H A Dmenus.md.pl3 /* Menu definitions for sysinst. ofppc version, machine dependent. */
H A Dmenus.md.es3 /* Menu definitions for sysinst. ofppc version, machine dependent. */
H A Dmenus.md.en3 /* Menu definitions for sysinst. ofppc version, machine dependent. */
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DMSVCCompatibility.rst128 MSVC allows some name lookup into dependent base classes. Even on other
130 dependent base class is a base class that depends on the value of a template
131 parameter. Clang cannot see any of the names inside dependent bases while it
135 user intended to find the name in a dependent base. While parsing the
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A D4130.md49 ;; (a) dependent instructions are separated by a non-dependent
59 ;; and thus make the schedule less dependent on alignment.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A D4130.md49 ;; (a) dependent instructions are separated by a non-dependent
59 ;; and thus make the schedule less dependent on alignment.
/netbsd-src/external/lgpl3/gmp/dist/mpn/x86/pentium4/sse2/
H A Dsubmul_1.asm57 C add an instruction to the dependent chain, so instead an offset is applied so
64 C done off the dependent chain. The total adjustment then is to add
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A Dconfigure.host100 # Set any CPU-dependent bits.
204 # Set any OS-dependent bits.
318 # Set any OS-dependent and CPU-dependent bits.
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeProperties.td470 def : Property<"dependent", Bool> {
478 deducedType, dependent);
483 def : Property<"dependent", Bool> {
500 if (dependent)
511 if (dependent)
627 def : Property<"dependent", Bool> {
656 if (dependent)
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-java-swing/
H A DBUGS1 Correct display of characters depends on the JVM and its locale-dependent font
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-java-awt/
H A DBUGS1 Correct display of characters depends on the JVM and its locale-dependent font
/netbsd-src/sys/compat/linux/arch/aarch64/
H A Dfiles.linux_aarch643 # Config file description for aarch64-dependent Linux compat code.
/netbsd-src/sys/compat/linux/arch/amd64/
H A Dfiles.linux_amd643 # Config file description for amd64-dependent Linux compat code.

12345678910>>...63