Searched defs:ParameterCount (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Dmacro-assembler.h241 class ParameterCount BASE_EMBEDDED {
243 explicit ParameterCount(Register reg) : reg_(reg), immediate_(0) {} function in class:v8::internal::BASE_EMBEDDED
244 explicit ParameterCount(int imm) : reg_(no_reg), immediate_(imm) {} function in class:v8::internal::BASE_EMBEDDED
262 DISALLOW_IMPLICIT_CONSTRUCTORS(ParameterCount);
/external/clang/lib/Format/
H A DFormatToken.h184 unsigned ParameterCount = 0; member in struct:clang::format::FormatToken
/external/pdfium/third_party/lcms2-2.6/include/
H A Dlcms2_plugin.h330 cmsUInt32Number ParameterCount[MAX_TYPES_IN_LCMS_PLUGIN]; // Number of parameters for each function member in struct:__anon15215
/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmsgamma.c50 int ParameterCount[MAX_TYPES_IN_LCMS_PLUGIN]; // Number of parameters for each function member in struct:_cmsParametricCurvesCollection_st
152 memmove(fl->ParameterCount, Plugin ->ParameterCount, fl->nFunctions * sizeof(cmsUInt32Number));
733 size = c->ParameterCount[Pos] * sizeof(cmsFloat64Number);

Completed in 165 milliseconds