Lines Matching refs:subscript

546     if (t->namedFormal->subscript->constant)
547 nextAdr.cnst += t->namedFormal->subscript->val * DPS_BINOBJ_SIZE;
569 if (t->namedFormal->subscripted && t->namedFormal->subscript->constant) {
575 length = t->namedFormal->subscript->val + WORD_ALIGN;
579 nextAdr.cnst += t->namedFormal->subscript->val;
647 if (!(t->namedFormal->subscripted && t->namedFormal->subscript->constant))
664 && t->namedFormal->subscript->constant))
669 if (!(t->namedFormal->subscript->constant))
730 if (t->namedFormal->subscript->constant)
731 nextAdr.cnst += t->namedFormal->subscript->val * DPS_BINOBJ_SIZE;
765 if (t->namedFormal->subscripted && t->namedFormal->subscript->constant) {
772 length = t->namedFormal->subscript->val + WORD_ALIGN;
776 nextAdr.cnst += t->namedFormal->subscript->val;
883 if (item->subscripted && item->subscript->constant) {
885 ATT_SEP,item->subscript->val, t->body.cnst);
932 if (item->subscripted && t->namedFormal->subscript->constant) {
934 t->namedFormal->subscript->val, t->body.cnst);
944 if (t->namedFormal->subscript->constant) {
947 ATT_SEP, t->namedFormal->subscript->val
951 ATT_SEP, t->namedFormal->subscript->val,
1148 Subscript s = item->subscript;
1385 if (item->subscript->constant)
1386 printf("%d * sizeof(DPSBinObjGeneric);\n",item->subscript->val);
1388 printf("%s * sizeof(DPSBinObjGeneric);\n",item->subscript->name);
1397 if (item->subscript->constant) {
1401 item->subscript->val,TypeToText(t->namedFormal->type),
1405 item->subscript->val,TypeToText(t->namedFormal->type),
1409 int val = item->subscript->val;
1414 printf("%d;\n",item->subscript->val);
1419 item->subscript->name,TypeToText(t->namedFormal->type),
1423 item->subscript->name,TypeToText(t->namedFormal->type),
1428 item->subscript->name, WORD_ALIGN, WORD_ALIGN);
1430 printf("%s;\n",item->subscript->name);
1499 if ((item->subscripted && !item->subscript->constant) ||
1620 if (item->subscript->constant) {
1622 printf(" (%d * sizeof(%s)) + %d;",item->subscript->val,
1625 printf(" %d;",item->subscript->val);
1628 printf(" (%s * sizeof(%s)) + %d;",item->subscript->name,
1631 printf(" %s;",item->subscript->name);
1688 if (t->namedFormal->subscript->constant)
1689 printf("%d);\n", t->namedFormal->subscript->val);
1691 printf("%s);\n", t->namedFormal->subscript->name);
1700 if (t->namedFormal->subscript->constant)
1701 printf("%d, ", t->namedFormal->subscript->val);
1703 printf("%s, ", t->namedFormal->subscript->name);
1722 if (t->namedFormal->subscript->constant) {
1723 int val = t->namedFormal->subscript->val;
1734 printf("%s);\n", t->namedFormal->subscript->name);
1737 ctxName,t->namedFormal->subscript->name,