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

  /frameworks/av/media/libstagefright/
Utils.cpp 450 int numparams = 0; local
467 numparams++;
475 ALOGV("csd0 contains %d params", numparams);
477 avcc[5] = 0xe0 | numparams;
480 numparams = 0;
498 numparams++;
506 avcc[numpicparamsoffset] = numparams;
  /bionic/libc/tools/
gensyscalls.py 313 numparams = count_generic_param_registers(syscall["params"])
314 stack_bias = numparams*4 + 4
318 for register in x86_registers[:numparams]:
333 for register in reversed(x86_registers[:numparams]):

Completed in 386 milliseconds