Searched refs:idata (Results 1 - 19 of 19) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dwrite_rewind_2.f6 dimension idata(1011)
7 idata = -42
9 idata(1) = -705
10 idata( 1011) = -706
11 write(11)idata
12 idata(1) = -706
13 idata( 1011) = -707
14 write(11)idata
15 idata(1) = -707
16 idata( 101
[all...]
H A Dbackspace_5.f7 dimension idata(datasize)
8 idata = -42
10 idata(1) = -1
11 idata( datasize) = -2
12 write(11)idata
13 idata(1) = -2
14 idata( datasize) = -3
15 write(11)idata
16 idata(1) = -3
17 idata( datasiz
[all...]
H A Dbackspace_6.f7 dimension idata(datasize)
8 idata = -42
10 idata(1) = -1
11 idata(datasize) = -2
12 write(11)idata
13 idata(1) = -2
14 idata(datasize) = -3
15 write(11)idata
16 idata(1) = -3
17 idata(datasiz
[all...]
H A Dwrite_back.f7 dimension idata(5)
8 idata = -42
10 write(11)idata
11 write(11)idata
12 write(11)idata
15 write(11)idata
19 read(11)idata
20 read(11)idata
21 read(11, end=250)idata
H A Dreal_dimension_1.f5 dimension idata (datasize) ! { dg-error "must be of INTEGER type|must have constant shape" }
6 idata (1) = -1
H A Dwrite_rewind_1.f6 dimension idata(100)
7 idata = -42
9 write(11)idata
10 write(11)idata
11 read(11,end= 1000 )idata
15 write(11)idata
19 read(11)idata
20 read(11, end=250)idata
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dlex.h91 typedef struct { unsigned long idata[2]; } member in struct:__anon3172
96 & (V).idata[(N)/32])
99 (V).idata[(N)/32] \
103 (V).idata[(N)/32] \
107 (V).idata[0] = 0; \
108 (V).idata[1] = 0; \
110 #define RIDBIT_ANY_SET(V) ((V).idata[0] || (V).idata[1])
/haiku-buildtools/binutils/ld/testsuite/ld-pe/
H A Dorphan.d12 +3 +\.idata .*
H A Dorphan_nu.d12 +3 +\.idata .*
H A Dsecrel_64.d26 Contents of section \.idata:
H A Dsecrel.d25 Contents of section \.idata:
H A Dlongsecn-1.d20 5 \.idata [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
H A Dlongsecn-2.d20 5 \.idata [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
H A Dlongsecn.d20 5 \.idata [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-pe/
H A Dsecrel.d25 Contents of section \.idata:
/haiku-buildtools/gcc/gcc/config/mep/
H A Dmep.c6227 const struct insn_data_d *idata;
6241 idata = &insn_data[cgen_insn->icode];
6328 if (a == 0 && target && GET_MODE (target) == idata->operand[0].mode)
6331 arg[a] = gen_reg_rtx (idata->operand[0].mode);
6336 for (opindex = 0; opindex < idata->n_operands; opindex++)
6339 op[opindex] = mep_legitimize_arg (&idata->operand[opindex],
6343 mep_incompatible_arg (&idata->operand[opindex],
6350 pat = idata->genfun (op[0], op[1], op[2], op[3], op[4],
6361 for (opindex = 0; opindex < idata->n_operands; opindex++)
6362 if (idata
6217 const struct insn_data_d *idata; local
7096 const struct insn_data_d *idata; local
[all...]
/haiku-buildtools/gcc/gcc/
H A Dgenoutput.c180 static struct data *idata = &nothing;
321 for (n = idata, next_name_offset = 1; n; n = n->next, next_name_offset++)
331 for (d = idata; d; d = d->next)
899 on idata the template and the number of arguments. If the insn has
943 Record on idata the template and the number of arguments.
179 static struct data *idata = &nothing; variable in typeref:struct:data
/haiku-buildtools/binutils/gold/
H A Darm.cc7590 void insert_irelative_data(const IRelative_data& idata)
7591 { irelative_data_vec_.push_back(idata); }
8117 const IRelative_data& idata =
8119 if (idata.symbol_is_global_)
8123 const Sized_symbol<32>* sized_symbol = idata.u_.global;
8129 value = idata.u_.local.relobj->local_symbol_value(
8130 idata.u_.local.index, 0);
/haiku-buildtools/binutils/bfd/
H A Delf32-v850.c2507 bfd_byte * idata = icont + ((id - 1) * SIZEOF_V850_NOTE) + 16;
2510 ival = bfd_get_32 (ibfd, idata);
2501 bfd_byte * idata = icont + ((id - 1) * SIZEOF_V850_NOTE) + 16; local

Completed in 208 milliseconds