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

  /external/v8/src/
macro-assembler.h 241 class ParameterCount BASE_EMBEDDED {
243 explicit ParameterCount(Register reg) : reg_(reg), immediate_(0) {}
244 explicit ParameterCount(int imm) : reg_(no_reg), immediate_(imm) {}
262 DISALLOW_IMPLICIT_CONSTRUCTORS(ParameterCount);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adtgen.h 84 USHORT ParameterCount;
ntsecapi.h 70 ULONG ParameterCount;
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmsgamma.c 50 int ParameterCount[MAX_TYPES_IN_LCMS_PLUGIN]; // Number of parameters for each function
152 memmove(fl->ParameterCount, Plugin ->ParameterCount, fl->nFunctions * sizeof(cmsUInt32Number));
733 size = c->ParameterCount[Pos] * sizeof(cmsFloat64Number);
    [all...]
  /external/clang/lib/Format/
FormatToken.h 184 unsigned ParameterCount = 0;
  /external/pdfium/third_party/lcms2-2.6/include/
lcms2_plugin.h 330 cmsUInt32Number ParameterCount[MAX_TYPES_IN_LCMS_PLUGIN]; // Number of parameters for each function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]

Completed in 169 milliseconds