HomeSort by relevance Sort by last modified time
    Searched defs:ParameterCount (Results 1 - 9 of 9) 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);
  /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/v8/src/compiler/
linkage.h 231 size_t ParameterCount() const { return location_sig_->parameter_count(); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adtgen.h 149 USHORT ParameterCount;
ntsecapi.h 70 ULONG ParameterCount;
    [all...]
  /external/clang/lib/Format/
FormatToken.h 185 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
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 145 FunctionOptions Options, uint16_t ParameterCount,
148 CallConv(CallConv), Options(Options), ParameterCount(ParameterCount),
163 uint16_t getParameterCount() const { return ParameterCount; }
178 uint16_t ParameterCount;
187 FunctionOptions Options, uint16_t ParameterCount,
191 Options(Options), ParameterCount(ParameterCount),
207 uint16_t getParameterCount() const { return ParameterCount; }
228 uint16_t ParameterCount;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]

Completed in 270 milliseconds