| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | pei-x86_64.c | 195 const bfd_byte *dta = ui->rawUnwindCodes + 2 * i; in pex64_xdata_print_uwd_codes() local 198 if (PEX64_UNWCODE_CODE (dta[1]) != UWOP_EPILOG) in pex64_xdata_print_uwd_codes() 200 off = dta[0] | (PEX64_UNWCODE_INFO (dta[1]) << 8); in pex64_xdata_print_uwd_codes() 211 const bfd_byte *dta = ui->rawUnwindCodes + 2 * i; in pex64_xdata_print_uwd_codes() local 212 unsigned int info = PEX64_UNWCODE_INFO (dta[1]); in pex64_xdata_print_uwd_codes() 215 fprintf (file, "\t pc+0x%02x: ", (unsigned int) dta[0]); in pex64_xdata_print_uwd_codes() 217 switch (PEX64_UNWCODE_CODE (dta[1])) in pex64_xdata_print_uwd_codes() 226 if (ui->rawUnwindCodesEnd - dta < 4) in pex64_xdata_print_uwd_codes() 231 tmp = bfd_get_16 (abfd, dta + 2) * 8; in pex64_xdata_print_uwd_codes() 236 if (ui->rawUnwindCodesEnd - dta < 6) in pex64_xdata_print_uwd_codes() [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | pei-x86_64.c | 195 const bfd_byte *dta = ui->rawUnwindCodes + 2 * i; in pex64_xdata_print_uwd_codes() local 198 if (PEX64_UNWCODE_CODE (dta[1]) != UWOP_EPILOG) in pex64_xdata_print_uwd_codes() 200 off = dta[0] | (PEX64_UNWCODE_INFO (dta[1]) << 8); in pex64_xdata_print_uwd_codes() 211 const bfd_byte *dta = ui->rawUnwindCodes + 2 * i; in pex64_xdata_print_uwd_codes() local 212 unsigned int info = PEX64_UNWCODE_INFO (dta[1]); in pex64_xdata_print_uwd_codes() 215 fprintf (file, "\t pc+0x%02x: ", (unsigned int) dta[0]); in pex64_xdata_print_uwd_codes() 217 switch (PEX64_UNWCODE_CODE (dta[1])) in pex64_xdata_print_uwd_codes() 226 if (ui->rawUnwindCodesEnd - dta < 4) in pex64_xdata_print_uwd_codes() 231 tmp = bfd_get_16 (abfd, dta + 2) * 8; in pex64_xdata_print_uwd_codes() 236 if (ui->rawUnwindCodesEnd - dta < 6) in pex64_xdata_print_uwd_codes() [all …]
|
| /netbsd/src/sys/arch/i386/stand/lib/ |
| D | getextmemx.c | 50 uint32_t dta[8]; in getextmemx() member 88 int help = bufps2.dta[0]; in getextmemx() 90 help += bufps2.dta[1]; in getextmemx()
|
| /netbsd/src/sys/arch/pmax/tc/ |
| D | dt.c | 207 struct dt_attach_args dta; in dt_attach() local 234 dta.dta_addr = DT_ADDR_KBD; in dt_attach() 235 config_found(self, &dta, dt_print, CFARGS_NONE); in dt_attach() 236 dta.dta_addr = DT_ADDR_MOUSE; in dt_attach() 237 config_found(self, &dta, dt_print, CFARGS_NONE); in dt_attach()
|
| D | dtms.c | 76 struct dt_attach_args *dta; in dtms_match() local 78 dta = aux; in dtms_match() 79 return (dta->dta_addr == DT_ADDR_MOUSE); in dtms_match()
|
| D | dtkbd.c | 102 struct dt_attach_args *dta; in dtkbd_match() local 104 dta = aux; in dtkbd_match() 105 return (dta->dta_addr == DT_ADDR_KBD); in dtkbd_match()
|
| /netbsd/src/external/bsd/file/dist/magic/magdir/ |
| D | statistics | 11 # are common (.dta files). 21 # https://www.stata.com/help.cgi?dta#definition 43 # https://zenodo.org/search?page=1&size=20&q=&file_type=dta
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-parloops.cc | 1336 struct elv_data *const dta = (struct elv_data *) data; in eliminate_local_variables_1() local 1348 addr = take_address_of (t, addr_type, dta->entry, dta->decl_address, in eliminate_local_variables_1() 1349 dta->gsi); in eliminate_local_variables_1() 1350 if (dta->gsi == NULL && addr == NULL_TREE) in eliminate_local_variables_1() 1352 dta->reset = true; in eliminate_local_variables_1() 1358 dta->changed = true; in eliminate_local_variables_1() 1385 addr = take_address_of (obj, addr_type, dta->entry, dta->decl_address, in eliminate_local_variables_1() 1386 dta->gsi); in eliminate_local_variables_1() 1387 if (dta->gsi == NULL && addr == NULL_TREE) in eliminate_local_variables_1() 1389 dta->reset = true; in eliminate_local_variables_1() [all …]
|
| D | tree-predcom.cc | 2500 struct epcc_data *const dta = (struct epcc_data *) data; in execute_pred_commoning_cbck() local 2501 pcom_worker *worker = dta->worker; in execute_pred_commoning_cbck() 2506 replace_names_by_phis (dta->chains); in execute_pred_commoning_cbck() 2507 worker->execute_pred_commoning (dta->tmp_vars); in execute_pred_commoning_cbck() 3429 struct epcc_data dta; in tree_predictive_commoning_loop() local 3434 dta.tmp_vars = tmp_vars; in tree_predictive_commoning_loop() 3435 dta.chains = m_chains.to_vec_legacy (); in tree_predictive_commoning_loop() 3436 dta.worker = this; in tree_predictive_commoning_loop() 3447 execute_pred_commoning_cbck, &dta); in tree_predictive_commoning_loop()
|
| D | tree-ssa-loop-ivopts.cc | 2031 struct ifs_ivopts_data *dta = (struct ifs_ivopts_data *) data; in idx_find_step() local 2035 class loop *loop = dta->ivopts_data->current_loop; in idx_find_step() 2067 iv = get_iv (dta->ivopts_data, *idx); in idx_find_step() 2096 if (!convert_affine_scev (dta->ivopts_data->current_loop, in idx_find_step() 2097 sizetype, &iv_base, &iv_step, dta->stmt, in idx_find_step() 2105 dta->step = fold_build2 (PLUS_EXPR, sizetype, dta->step, step); in idx_find_step() 2107 if (dta->ivopts_data->bivs_not_used_in_addr) in idx_find_step() 2110 iv = find_deriving_biv_for_expr (dta->ivopts_data, iv->ssa_name); in idx_find_step() 2112 record_biv_for_address_use (dta->ivopts_data, iv); in idx_find_step()
|
| D | tree-if-conv.cc | 760 idx_within_array_bound (tree ref, tree *idx, void *dta) in idx_within_array_bound() argument 766 class loop *loop = (class loop*) dta; in idx_within_array_bound()
|
| D | tree-vect-slp.cc | 450 vect_def_types_match (enum vect_def_type dta, enum vect_def_type dtb) in vect_def_types_match() argument 452 return (dta == dtb in vect_def_types_match() 453 || ((dta == vect_external_def || dta == vect_constant_def) in vect_def_types_match()
|
| D | tree-ssa-loop-niter.cc | 3714 idx_infer_loop_bounds (tree base, tree *idx, void *dta) in idx_infer_loop_bounds() argument 3716 struct ilb_data *data = (struct ilb_data *) dta; in idx_infer_loop_bounds()
|
| D | ChangeLog-2010 | 6780 failed for debug stmt, set dta->reset and return.
|
| /netbsd/src/usr.bin/kdump/ |
| D | kdump.c | 1537 const char *dta = buf; in ktruser_misc() local 1541 printf("%02x", (unsigned char)dta[i]); in ktruser_misc() 1562 unsigned char *dta; in ktruser() local 1565 dta = (unsigned char *)(usr + 1); in ktruser() 1569 hexdump_buf(dta, len, word_size); in ktruser() 1575 (*nv[j].func)(usr->ktr_id, dta, len); in ktruser()
|
| /netbsd/src/sys/arch/hppa/include/ |
| D | pdc.h | 470 struct pdc_cst dta; member 471 #define dta_cst dta.cst
|
| /netbsd/src/external/gpl3/gdb/dist/include/coff/ |
| D | pe.h | 482 bfd_byte dta[2]; member
|
| /netbsd/src/external/gpl3/binutils/dist/include/coff/ |
| D | pe.h | 482 bfd_byte dta[2]; member
|
| /netbsd/src/etc/ |
| D | services | 14186 lm-dta 8206/tcp # LM Dta [Chris_Flynn] … 14187 lm-dta 8206/udp # LM Dta [Chris_Flynn] … 15650 dta-systems 13929/tcp # D-TA SYSTEMS [Alexis_Bose] … 15651 dta-systems 13929/udp # D-TA SYSTEMS [Alexis_Bose] …
|