HomeSort by relevance Sort by last modified time
    Searched refs:numparams (Results 1 - 2 of 2) sorted by null

  /bionic/libc/tools/
gensyscalls.py 199 def x86_genstub(self, fname, numparams, idname):
205 for r in range(numparams):
209 for r in range(numparams):
214 for r in range(numparams):
215 result += " popl " + x86_registers[numparams-r-1] + "\n"
220 def x86_genstub_cid(self, fname, numparams, idname, cid):
221 # We'll ignore numparams here because in reality, if there is a
  /frameworks/av/media/libstagefright/
Utils.cpp 270 int numparams = 0; local
287 numparams++;
295 ALOGV("csd0 contains %d params", numparams);
297 avcc[5] = 0xe0 | numparams;
300 numparams = 0;
318 numparams++;
326 avcc[numpicparamsoffset] = numparams;

Completed in 58 milliseconds