Searched refs:iacc (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/libdecnumber/
H A DdecNumber.c4876 Int ilhs, irhs, iacc; /* item counts in the arrays */ local
4949 iacc=ilhs+irhs;
4964 /* units. Therefore iacc extra bytes are needed at the front */
4968 needbytes=iacc*sizeof(uLong);
4970 zoff=(iacc+7)/8; /* items to offset by */
4998 for (lp=zacc; lp<zacc+iacc; lp++) *lp=0;
5027 for (lp=zacc; lp<zacc+iacc; lp++) {
5052 for (lp=zacc, up=acc; lp<zacc+iacc; lp++) {
/haiku-buildtools/gcc/gcc/config/frv/
H A Dfrv.c8468 tree iacc = integer_type_node;
8522 tree void_ftype_iacc_sw2 = BINARY (voidt, iacc, sword2);
8523 tree void_ftype_iacc_sw1 = BINARY (voidt, iacc, sword1);
8525 tree sw2_ftype_iacc = UNARY (sword2, iacc);
8526 tree sw1_ftype_iacc = UNARY (sword1, iacc);
8388 tree iacc = integer_type_node; local

Completed in 130 milliseconds