HomeSort by relevance Sort by last modified time
    Searched defs:nParams (Results 1 - 9 of 9) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dhcpv6csdk.h 45 ULONG nParams;
dhcpcsdk.h 107 ULONG nParams;
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemApplyTemplates.java 203 int nParams = getParamElemCount();
233 if(nParams > 0)
238 argsFrame = vars.link(nParams);
241 for (int i = 0; i < nParams; i++)
324 // You can't do the check for nParams here, otherwise the
326 if(/* nParams > 0 && */ template.m_inArgsSize > 0)
337 for (i = 0; i < nParams; i++)
347 if(i == nParams)
410 if(nParams > 0)
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser_old.cpp 148 int nParams = 0;
162 nParams = 0;
166 nParams = 0;
172 nParams = 0;
178 nParams = 0;
184 nParams = 0;
188 nParams = 0;
197 nParams = 0;
210 if (nParams == 6) {
216 params[nParams++] = bInteger ? (FX_FLOAT)value : *(FX_FLOAT*)&value;
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp 728 int nparams = getCompressedFormats(NULL); local
729 if (nparams>0) {
730 int * iparams = new int[nparams];
732 for (int i=0; i<nparams; i++) params[i] = (GLboolean)iparams[i];
785 size_t nParams = glParamSize(pname);
801 int nparams = getCompressedFormats(NULL); local
802 if (nparams>0) {
803 int * iparams = new int[nparams];
805 for (int i=0; i<nparams; i++) params[i] = I2X(iparams[i]);
815 if (nParams)
845 int nparams = getCompressedFormats(NULL); local
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmstypes.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
dlist.c 1074 * \param nparams number of function parameters
1078 alloc_instruction(struct gl_context *ctx, OpCode opcode, GLuint nparams)
1080 return dlist_alloc(ctx, opcode, nparams * sizeof(Node));
    [all...]
  /external/mesa3d/src/mesa/main/
dlist.c 1074 * \param nparams number of function parameters
1078 alloc_instruction(struct gl_context *ctx, OpCode opcode, GLuint nparams)
1080 return dlist_alloc(ctx, opcode, nparams * sizeof(Node));
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 1807 milliseconds