| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| D | cvexpr.c | 272 void use (void *p) in use() function 278 use (&v_char); in main() 279 use (&v_signed_char); in main() 280 use (&v_unsigned_char); in main() 282 use (&v_short); in main() 283 use (&v_signed_short); in main() 284 use (&v_unsigned_short); in main() 286 use (&v_int); in main() 287 use (&v_signed_int); in main() 288 use (&v_unsigned_int); in main() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libgomp/ |
| D | openacc.f90 | 33 use iso_fortran_env, only: int32 73 use openacc_kinds 106 use iso_c_binding, only: c_size_t 165 use iso_c_binding, only: c_int32_t 172 use iso_c_binding, only: c_int64_t 183 use iso_c_binding, only: c_int32_t 190 use iso_c_binding, only: c_int64_t 201 use iso_c_binding, only: c_int32_t 208 use iso_c_binding, only: c_int64_t 219 use iso_c_binding, only: c_int32_t [all …]
|
| D | openacc_lib.h | 30 ! NOTE: Due to the use of dimension (..), the code only works when compiled 32 ! Alternatively, the user can use the module version, which permits 116 use iso_c_binding, only: c_size_t 212 use iso_c_binding, only: c_int32_t 219 use iso_c_binding, only: c_int64_t 232 use iso_c_binding, only: c_int32_t 239 use iso_c_binding, only: c_int64_t 258 use iso_c_binding, only: c_int32_t 265 use iso_c_binding, only: c_int64_t 278 use iso_c_binding, only: c_int32_t [all …]
|
| /netbsd/src/external/bsd/file/dist/magic/magdir/ |
| D | pgp | 29 >>&0 use pgp 37 >>&0 use pgp 49 >>&0 use pgp 281 >3 use crypto 283 >>5 use hash 287 >>5 use hash 294 >0 use crypto 298 >2 use hash 315 >5 use crypto 317 >>6 use chkcrypto [all …]
|
| D | gpt | 13 # (use -k if you do want them as well) 35 #>>>>>>>>>>>>>446 use gpt-mbr-partition 37 >>>>>>>>>>>>>>0 use gpt-mbr-type 38 >>>>>>>>>>>>>>&-8 use gpt-table 42 >>>>>>>>>>>>>>>0 use gpt-mbr-type 43 >>>>>>>>>>>>>>>&-8 use gpt-table 47 >>>>>>>>>>>>>>>>0 use gpt-mbr-type 48 >>>>>>>>>>>>>>>>&-8 use gpt-table 52 >>>>>>>>>>>>>>>>>0 use gpt-mbr-type 53 >>>>>>>>>>>>>>>>>&-8 use gpt-table [all …]
|
| D | netbsd | 36 >0 use netbsd-detail 45 >0 use netbsd-detail 51 >0 use netbsd-detail 58 >0 use netbsd-4096 61 >0 use netbsd-pure 64 >0 use netbsd-normal 67 >0 use netbsd-core 70 >0 use \^netbsd-8192 73 >0 use \^netbsd-pure 76 >0 use \^netbsd-normal [all …]
|
| D | nifty | 13 >0 use nifti1 17 >0 use nifti1 22 >0 use nifti2 26 >0 use nifti2 32 >>70 use nifti-datatype-le 34 >>0 use nifti1-dim-le 36 >>>252 use xform-code-nifti1-le 38 >>>254 use xform-code-nifti1-le 41 >>70 use \^nifti-datatype-le 43 >>0 use \^nifti1-dim-le [all …]
|
| D | pgp-binary-keys | 164 >&0 use primary_key_length_new 167 >&0 use primary_key_length_new 170 >&-1 use primary_key_length_old 173 >&-1 use primary_key_length_old 185 >>&0 use pgp_binary_key_pk_check 186 >>>&(&-1.B) use sig_or_component_1 193 >>>&1 use pgp_binary_key_pk_check 194 >>>>&(&-2.S-48960) use sig_or_component_1 197 >>&4 use pgp_binary_key_pk_check 198 >>>&(&-4.L) use sig_or_component_1 [all …]
|
| D | arm | 11 # use little endian variant of subroutine to 13 >>0 use display-coff 20 # use little endian variant of subroutine to 22 >>0 use display-coff 29 # use little endian variant of subroutine to 31 >>0 use display-coff 38 # use little endian variant of subroutine to 40 >>0 use display-coff 47 # use little endian variant of subroutine to 49 >>0 use display-coff
|
| D | algol68 | 10 >0 use algol_68 13 >0 use algol_68 15 >0 use algol_68 17 >0 use algol_68 19 >0 use algol_68 21 >0 use algol_68 31 #>0 use algol_68 34 #>0 use algol_68
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | web.cc | 171 union_defs (df_ref use, web_entry *def_entry, in union_defs() argument 175 struct df_insn_info *insn_info = DF_REF_INSN_INFO (use); in union_defs() 176 struct df_link *link = DF_REF_CHAIN (use); in union_defs() 185 if (use != eq_use in union_defs() 186 && DF_REF_REAL_REG (use) == DF_REF_REAL_REG (eq_use)) in union_defs() 187 (*fun) (use_entry + DF_REF_ID (use), use_entry + DF_REF_ID (eq_use)); in union_defs() 197 && SET_SRC (set) == DF_REF_REG (use) in union_defs() 203 if (DF_REF_REAL_REG (use) == DF_REF_REAL_REG (def)) in union_defs() 204 (*fun) (use_entry + DF_REF_ID (use), def_entry + DF_REF_ID (def)); in union_defs() 218 int regno = REGNO (DF_REF_REAL_REG (use)); in union_defs() [all …]
|
| D | regstat.cc | 61 df_ref use; in regstat_init_n_sets_and_refs() local 64 for (use = DF_REG_USE_CHAIN (i); use; use = DF_REF_NEXT_REG (use)) in regstat_init_n_sets_and_refs() 65 if (DF_REF_INSN_INFO (use) && DEBUG_INSN_P (DF_REF_INSN (use))) in regstat_init_n_sets_and_refs() 114 df_ref def, use; in regstat_bb_compute_ri() local 131 FOR_EACH_ARTIFICIAL_USE (use, bb->index) in regstat_bb_compute_ri() 132 if ((DF_REF_FLAGS (use) & DF_REF_AT_TOP) == 0) in regstat_bb_compute_ri() 134 regno = DF_REF_REGNO (use); in regstat_bb_compute_ri() 212 FOR_EACH_INSN_INFO_USE (use, insn_info) in regstat_bb_compute_ri() 214 unsigned int uregno = DF_REF_REGNO (use); in regstat_bb_compute_ri() 311 df_ref def, use; in regstat_bb_compute_calls_crossed() local [all …]
|
| D | loop-invariant.cc | 77 struct use struct 82 struct use *next; /* Next use in the list. */ argument 89 struct use *uses; /* The list of uses that are uniquely reached 266 invariant_for_use (df_ref use) in invariant_for_use() argument 270 basic_block bb = DF_REF_BB (use), def_bb; in invariant_for_use() 272 if (DF_REF_FLAGS (use) & DF_REF_READ_WRITE) in invariant_for_use() 275 defs = DF_REF_CHAIN (use); in invariant_for_use() 299 df_ref use; in hash_invariant_expr_1() local 311 use = df_find_use (insn, x); in hash_invariant_expr_1() 312 if (!use) in hash_invariant_expr_1() [all …]
|
| D | fwprop.cc | 573 try_fwprop_subst (use_info *use, set_info *def, in try_fwprop_subst() argument 576 insn_info *use_insn = use->insn (); in try_fwprop_subst() 630 for (use_info *use : insn->uses ()) in free_load_extend() 631 if (use->regno () == REGNO (reg)) in free_load_extend() 633 def = use->def (); in free_load_extend() 661 forward_propagate_subreg (use_info *use, set_info *def, in forward_propagate_subreg() argument 687 return try_fwprop_subst (use, def, loc, use_reg, SUBREG_REG (src)); in forward_propagate_subreg() 717 return try_fwprop_subst (use, def, loc, use_reg, XEXP (src, 0)); in forward_propagate_subreg() 728 forward_propagate_subreg (use_info *use, set_info *def, rtx dest, rtx src) in forward_propagate_subreg() argument 730 if (!use->includes_subregs () || !REG_P (dest)) in forward_propagate_subreg() [all …]
|
| D | df-problems.cc | 741 bitmap_clear (&bb_info->use); in df_lr_free_bb_info() 777 if (bb_info->use.obstack) in df_lr_alloc() 780 bitmap_clear (&bb_info->use); in df_lr_alloc() 784 bitmap_initialize (&bb_info->use, &problem_data->lr_bitmaps); in df_lr_alloc() 821 df_ref def, use; in df_lr_bb_local_compute() local 829 bitmap_clear_bit (&bb_info->use, dregno); in df_lr_bb_local_compute() 833 FOR_EACH_ARTIFICIAL_USE (use, bb_index) in df_lr_bb_local_compute() 835 if ((DF_REF_FLAGS (use) & DF_REF_AT_TOP) == 0) in df_lr_bb_local_compute() 836 bitmap_set_bit (&bb_info->use, DF_REF_REGNO (use)); in df_lr_bb_local_compute() 889 bitmap_set_bit (&bb_info->use, dregno); in df_lr_bb_local_compute() [all …]
|
| D | valtrack.cc | 310 df_ref use, unsigned int uregno, in dead_debug_global_replace_temp() argument 315 || !REG_P (*DF_REF_REAL_LOC (use)) in dead_debug_global_replace_temp() 316 || REGNO (*DF_REF_REAL_LOC (use)) != uregno in dead_debug_global_replace_temp() 321 = dead_debug_global_find (global, *DF_REF_REAL_LOC (use)); in dead_debug_global_replace_temp() 328 *DF_REF_REAL_LOC (use) = entry->dtemp; in dead_debug_global_replace_temp() 330 df_insn_rescan (DF_REF_INSN (use)); in dead_debug_global_replace_temp() 335 bitmap_set_bit (*pto_rescan, INSN_UID (DF_REF_INSN (use))); in dead_debug_global_replace_temp() 368 insn = DF_REF_INSN (head->use); in dead_debug_reset_uses() 369 if (!next || DF_REF_INSN (next->use) != insn) in dead_debug_reset_uses() 390 if (bitmap_bit_p (rescan, INSN_UID (DF_REF_INSN (cur->use)))) in dead_debug_reset_uses() [all …]
|
| /netbsd/src/tests/ipf/expected/ |
| D | n5_6 | 68 10:1:1::1,10::3:4:5 -> 10::2:2:2,any (use = 2) 69 10:1:1::1,10:1:2::1 -> 10::2:2:2,any (use = 1) 70 10:1:1::1,10:1:1::1 -> 10::2:2:2,any (use = 1) 71 10:1:1::1,10:4:3::2 -> 10::2:2:2,any (use = 1) 72 10:1:1::1,10:1:1::2 -> 10::2:2:2,any (use = 2) 159 10:1:1::3,10:1:4::1 -> 10::3:4:5,any (use = 2) 160 10:1:1::3,10:1:3::1 -> 10::3:4:5,any (use = 1) 161 10:1:1::3,10:1:2::1 -> 10::3:4:5,any (use = 1) 162 10:1:1::1,10:1:2::1 -> 10::3:4:5,any (use = 1) 163 10:1:1::1,10:1:1::2 -> 10::3:4:5,any (use = 1) [all …]
|
| D | n5 | 68 10.1.1.1,10.3.4.5 -> 10.2.2.2,0.0.0.0 (use = 2) 69 10.1.1.1,10.1.2.1 -> 10.2.2.2,0.0.0.0 (use = 1) 70 10.1.1.1,10.1.1.1 -> 10.2.2.2,0.0.0.0 (use = 1) 71 10.1.1.1,10.4.3.2 -> 10.2.2.2,0.0.0.0 (use = 1) 72 10.1.1.1,10.1.1.2 -> 10.2.2.2,0.0.0.0 (use = 2) 159 10.1.1.3,10.1.4.1 -> 10.3.4.5,0.0.0.0 (use = 2) 160 10.1.1.3,10.1.3.1 -> 10.3.4.5,0.0.0.0 (use = 1) 161 10.1.1.3,10.1.2.1 -> 10.3.4.5,0.0.0.0 (use = 1) 162 10.1.1.1,10.1.2.1 -> 10.3.4.5,0.0.0.0 (use = 1) 163 10.1.1.1,10.1.1.2 -> 10.3.4.5,0.0.0.0 (use = 1) [all …]
|
| D | n1 | 43 10.1.1.1,10.4.3.2 -> 10.2.2.2,0.0.0.0 (use = 1) 44 10.1.1.1,10.1.1.2 -> 10.2.2.2,0.0.0.0 (use = 1) 107 10.1.1.3,10.4.3.4 -> 10.3.4.5,0.0.0.0 (use = 1) 108 10.1.1.2,10.4.3.4 -> 10.3.4.5,0.0.0.0 (use = 1) 109 10.1.1.2,10.4.3.2 -> 10.3.4.5,0.0.0.0 (use = 1) 110 10.1.1.1,10.4.3.2 -> 10.3.4.5,0.0.0.0 (use = 1) 111 10.1.1.2,10.1.1.1 -> 10.3.4.5,0.0.0.0 (use = 3) 112 10.1.1.0,10.1.1.2 -> 10.3.4.5,0.0.0.0 (use = 1) 177 10.1.1.3,10.4.3.4 -> 10.3.4.4,0.0.0.0 (use = 2) 178 10.1.1.2,10.4.3.4 -> 10.3.4.3,0.0.0.0 (use = 1) [all …]
|
| D | n2 | 28 10.1.1.1,10.1.1.2 -> 10.2.2.2,0.0.0.0 (use = 1) 29 10.1.1.1,10.1.1.1 -> 10.2.2.2,0.0.0.0 (use = 1) 70 10.1.1.2,10.1.1.1 -> 10.3.4.5,0.0.0.0 (use = 1) 119 10.1.1.3,10.1.4.1 -> 10.3.4.1,0.0.0.0 (use = 2) 120 10.1.1.3,10.1.3.1 -> 10.3.4.1,0.0.0.0 (use = 1) 121 10.1.1.3,10.1.2.1 -> 10.3.4.1,0.0.0.0 (use = 1) 122 10.1.1.2,10.1.1.1 -> 10.3.4.1,0.0.0.0 (use = 3) 123 10.1.1.1,10.1.1.2 -> 10.3.4.1,0.0.0.0 (use = 1) 124 10.1.1.1,10.1.1.1 -> 10.3.4.1,0.0.0.0 (use = 1) 172 10.1.1.3,10.1.4.1 -> 10.3.4.5,0.0.0.0 (use = 2) [all …]
|
| D | n1_6 | 43 10:1:1::1,10:4:3::2 -> 10::2:2:2,any (use = 1) 44 10:1:1::1,10:1:1::2 -> 10::2:2:2,any (use = 1) 107 10:1:1::3,10:4:3::4 -> 10::3:4:5,any (use = 1) 108 10:1:1::2,10:4:3::4 -> 10::3:4:5,any (use = 1) 109 10:1:1::2,10:4:3::2 -> 10::3:4:5,any (use = 1) 110 10:1:1::1,10:4:3::2 -> 10::3:4:5,any (use = 1) 111 10:1:1::2,10:1:1::1 -> 10::3:4:5,any (use = 3) 112 10:1:1::,10:1:1::2 -> 10::3:4:5,any (use = 1) 177 10:1:1::3,10:4:3::4 -> 10::3:4:4,any (use = 2) 178 10:1:1::2,10:4:3::4 -> 10::3:4:3,any (use = 1) [all …]
|
| D | n2_6 | 28 10:1:1::1,10:1:1::2 -> 10::2:2:2,any (use = 1) 29 10:1:1::1,10:1:1::1 -> 10::2:2:2,any (use = 1) 70 10:1:1::2,10:1:1::1 -> 10::3:4:5,any (use = 1) 119 10:1:1::3,10:1:4::1 -> 10::3:4:1,any (use = 2) 120 10:1:1::3,10:1:3::1 -> 10::3:4:1,any (use = 1) 121 10:1:1::3,10:1:2::1 -> 10::3:4:1,any (use = 1) 122 10:1:1::2,10:1:1::1 -> 10::3:4:1,any (use = 3) 123 10:1:1::1,10:1:1::2 -> 10::3:4:1,any (use = 1) 124 10:1:1::1,10:1:1::1 -> 10::3:4:1,any (use = 1) 172 10:1:1::3,10:1:4::1 -> 10::3:4:5,any (use = 2) [all …]
|
| /netbsd/src/common/dist/zlib/contrib/ada/ |
| D | zlib.gpr | 3 for Languages use ("Ada"); 4 for Source_Dirs use ("."); 5 for Object_Dir use "."; 6 for Main use ("test.adb", "mtest.adb", "read.adb", "buffer_demo"); 9 … for Default_Switches ("ada") use ("-gnatwcfilopru", "-gnatVcdfimorst", "-gnatyabcefhiklmnoprst"); 13 for Default_Switches ("ada") use ("-lz"); 17 for Default_Switches ("ada") use ("-s", "-gnatQ");
|
| /netbsd/src/common/dist/zlib/examples/ |
| D | README.examples | 1 This directory contains examples of the use of zlib and other relevant 15 - illustrates the use of inflateBack() for high speed file-to-file 22 - illustrates the use of the Z_BLOCK flush parameter for inflate() 23 - illustrates the use of deflatePrime() to start at any bit 27 - illustrates the use of the Z_BLOCK flush parameter for inflate() 28 - illustrates the use of crc32_combine() 33 - illustrates use of raw deflate, Z_PARTIAL_FLUSH, deflatePrime(), 35 - illustrates use of a gzip header extra field 43 - describes in excruciating detail the use of deflate() and inflate() 47 - illustrates the proper use of deflate() and inflate() [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/ |
| D | mixed-lang-stack.f90 | 17 use, intrinsic :: iso_c_binding, only: c_int, c_float, c_double 41 use type_module 57 use type_module 70 use, intrinsic :: iso_c_binding, only: c_int, c_float, c_double 71 use, intrinsic :: iso_c_binding, only: c_float_complex, c_char 72 use type_module 92 use, intrinsic :: iso_c_binding, only: c_int, c_float, c_double 93 use, intrinsic :: iso_c_binding, only: c_float_complex
|