Home | History | Annotate | Download | only in emugen

Lines Matching full:npointers

513         size_t  npointers = 0;
521 npointers += writeVarEncodingSize(evars[j], fp);
523 if (npointers > 0) {
524 fprintf(fp, " + %zu*4", npointers);
560 npointers = 0;
563 npointers += writeVarEncodingSize(evars[j], fp);
565 if (npointers > 0) {
566 fprintf(fp, "%s%zu*4", plus, npointers); plus = " + ";
603 size_t npointers = 0;
606 npointers += getVarEncodingSizeExpression(evars[j],e,buff,sizeof(buff));
609 fprintf(fp, " + %u * 4;\n", (unsigned int) npointers);