/netbsd-src/sys/arch/i386/conf/ |
H A D | std.xen | 19 #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 D | std.i386 | 13 #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 D | README | 24 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 D | README | 1 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 D | TypeNodes.td | 8 /// 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 D | gimple-ssa-strength-reduction.c | 277 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 D | gimple-ssa-strength-reduction.cc | 277 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 D | arc-passes.def | 20 /* 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 D | arc-passes.def | 20 /* 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 D | HowToUseAttributes.rst | 23 ``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 D | README | 34 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 D | spl.S | 82 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 D | menus.md.pl | 3 /* Menu definitions for sysinst. ofppc version, machine dependent. */
|
H A D | menus.md.es | 3 /* Menu definitions for sysinst. ofppc version, machine dependent. */
|
H A D | menus.md.en | 3 /* Menu definitions for sysinst. ofppc version, machine dependent. */
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | MSVCCompatibility.rst | 128 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 D | 4130.md | 49 ;; (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 D | 4130.md | 49 ;; (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 D | submul_1.asm | 57 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 D | configure.host | 100 # 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 D | TypeProperties.td | 470 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 D | BUGS | 1 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 D | BUGS | 1 Correct display of characters depends on the JVM and its locale-dependent font
|
/netbsd-src/sys/compat/linux/arch/aarch64/ |
H A D | files.linux_aarch64 | 3 # Config file description for aarch64-dependent Linux compat code.
|
/netbsd-src/sys/compat/linux/arch/amd64/ |
H A D | files.linux_amd64 | 3 # Config file description for amd64-dependent Linux compat code.
|