HomeSort by relevance Sort by last modified time
    Searched full:npointers (Results 1 - 1 of 1) sorted by null

  /sdk/emulator/opengl/host/tools/emugen/
ApiGen.cpp 513 size_t npointers = 0; local
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; local
606 npointers += getVarEncodingSizeExpression(evars[j],e,buff,sizeof(buff))
    [all...]

Completed in 187 milliseconds