| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A 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.old/dist/bfd/ |
| H A D | pei-x86_64.c | 204 const bfd_byte *dta = ui->rawUnwindCodes + 2 * i; in pex64_xdata_print_uwd_codes() local 207 if (PEX64_UNWCODE_CODE (dta[1]) != UWOP_EPILOG) in pex64_xdata_print_uwd_codes() 209 off = dta[0] | (PEX64_UNWCODE_INFO (dta[1]) << 8); in pex64_xdata_print_uwd_codes() 226 const bfd_byte *dta = ui->rawUnwindCodes + 2 * i; in pex64_xdata_print_uwd_codes() local 227 unsigned int info = PEX64_UNWCODE_INFO (dta[1]); in pex64_xdata_print_uwd_codes() 230 fprintf (file, "\t pc+0x%02x: ", (unsigned int) dta[0]); in pex64_xdata_print_uwd_codes() 232 switch (PEX64_UNWCODE_CODE (dta[1])) in pex64_xdata_print_uwd_codes() 241 if (dta + 4 > ui->rawUnwindCodesEnd) in pex64_xdata_print_uwd_codes() 246 tmp = bfd_get_16 (abfd, dta + 2) * 8; in pex64_xdata_print_uwd_codes() 251 if (dta + 6 > ui->rawUnwindCodesEnd) in pex64_xdata_print_uwd_codes() [all …]
|
| /netbsd-src/sys/arch/i386/stand/lib/ |
| H A D | getextmemx.c | 50 uint32_t dta[8]; in getextmemx() 88 int help = bufps2.dta[0]; in getextmemx() 90 help += bufps2.dta[1]; in getextmemx() 46 uint32_t dta[8]; getextmemx() member
|
| /netbsd-src/sys/arch/pmax/tc/ |
| H A 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()
|
| H A 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()
|
| H A 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/ |
| H A 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.old/dist/gcc/ |
| H A D | tree-parloops.c | 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 …]
|
| H A D | tree-predcom.c | 2369 struct epcc_data *const dta = (struct epcc_data *) data; in execute_pred_commoning_cbck() local 2374 replace_names_by_phis (dta->chains); in execute_pred_commoning_cbck() 2375 execute_pred_commoning (loop, dta->chains, dta->tmp_vars); in execute_pred_commoning_cbck() 3309 struct epcc_data dta; in tree_predictive_commoning_loop() local 3314 dta.chains = chains; in tree_predictive_commoning_loop() 3315 dta.tmp_vars = tmp_vars; in tree_predictive_commoning_loop() 3328 execute_pred_commoning_cbck, &dta); in tree_predictive_commoning_loop()
|
| H A D | tree-ssa-loop-ivopts.c | 2032 struct ifs_ivopts_data *dta = (struct ifs_ivopts_data *) data; in idx_find_step() local 2036 class loop *loop = dta->ivopts_data->current_loop; in idx_find_step() 2068 iv = get_iv (dta->ivopts_data, *idx); in idx_find_step() 2097 if (!convert_affine_scev (dta->ivopts_data->current_loop, in idx_find_step() 2098 sizetype, &iv_base, &iv_step, dta->stmt, in idx_find_step() 2106 dta->step = fold_build2 (PLUS_EXPR, sizetype, dta->step, step); in idx_find_step() 2108 if (dta->ivopts_data->bivs_not_used_in_addr) in idx_find_step() 2111 iv = find_deriving_biv_for_expr (dta->ivopts_data, iv->ssa_name); in idx_find_step() 2113 record_biv_for_address_use (dta->ivopts_data, iv); in idx_find_step()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A 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 …]
|
| H A 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()
|
| H A 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()
|
| /netbsd-src/usr.bin/kdump/ |
| H A 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/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | tegra20-trimslice.dts | 96 dta { 97 nvidia,pins = "dta", "dtb", "dtc", "dtd", "dte"; 203 "crtp", "dap2", "dap3", "dap4", "dta",
|
| H A D | tegra20-tamonten.dtsi | 87 dta { 88 nvidia,pins = "dta", "dtd"; 213 nvidia,pins = "ddc", "dta", "dtd", "kbca",
|
| H A D | tegra20-paz00.dts | 98 dta { 99 nvidia,pins = "dta", "dtb", "dtc", "dtd", "dte"; 234 nvidia,pins = "dta", "dtd", "owc", "sdc", "sdd",
|
| H A D | tegra20-ventana.dts | 103 dta { 104 nvidia,pins = "dta", "dtb", "dtc", "dtd", "dte"; 236 nvidia,pins = "dta", "dtb", "dtc", "dtd";
|
| H A D | tegra20-harmony.dts | 105 dta { 106 nvidia,pins = "dta", "dtd"; 230 nvidia,pins = "ddc", "dta", "dtd", "kbca",
|
| H A D | tegra20-seaboard.dts | 101 dta { 102 nvidia,pins = "dta", "dtb", "dtc", "dtd", "dte"; 235 nvidia,pins = "dta", "dtb", "dtc", "dtd";
|
| H A D | tegra20-colibri.dtsi | 109 nvidia,pins = "dta"; 229 * Note: dta used for BL_ON by default
|
| H A D | tegra20-acer-a500-picasso.dts | 144 dta { 145 nvidia,pins = "dta", "dtb", "dtc", "dtd", "dte"; 278 nvidia,pins = "dta", "dtb", "dtc", "dtd", "kbcb";
|
| /netbsd-src/sys/arch/hppa/include/ |
| H A D | pdc.h | 470 struct pdc_cst dta; member 471 #define dta_cst dta.cst
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/coff/ |
| H A D | pe.h | 479 bfd_byte dta[2]; member
|
| /netbsd-src/external/gpl3/binutils/dist/include/coff/ |
| H A D | pe.h | 482 bfd_byte dta[2]; member
|