HomeSort by relevance Sort by last modified time
    Searched full:firstmode (Results 1 - 6 of 6) sorted by null

  /toolchain/binutils/binutils-2.27/gprof/
tahoe.c 226 tahoe_operandenum firstmode; local
254 firstmode = tahoe_operandmode (instructp + length);
255 switch (firstmode)
266 printf ("\tfirst operand is %s", tahoe_operandname (firstmode));
vax.c 238 operandenum firstmode; local
266 firstmode = vax_operandmode (instructp + length);
267 switch (firstmode)
278 printf ("\tfirst operand is %s", vax_operandname (firstmode));
  /external/skia/gm/
aaxfermodes.cpp 106 size_t firstMode = ((size_t)SkBlendMode::kLastCoeffMode + 1) * xfermodeSet;
123 if (firstMode + m > (size_t)SkBlendMode::kLastMode) {
126 SkBlendMode mode = static_cast<SkBlendMode>(firstMode + m);
  /external/skqp/gm/
aaxfermodes.cpp 105 size_t firstMode = ((size_t)SkBlendMode::kLastCoeffMode + 1) * xfermodeSet;
122 if (firstMode + m > (size_t)SkBlendMode::kLastMode) {
125 SkBlendMode mode = static_cast<SkBlendMode>(firstMode + m);
  /external/skia/src/effects/
SkRRectsGaussianEdgeMaskFilter.cpp 222 Mode firstMode() const { return fFirstMode; }
379 this->emitModeCode(fp.firstMode(), fragBuilder,
403 b->add32(fp.firstMode() | (fp.secondMode() << 4));
426 if (edgeFP.firstMode() == kSimpleCircular_Mode ||
  /external/skqp/src/effects/
SkRRectsGaussianEdgeMaskFilter.cpp 222 Mode firstMode() const { return fFirstMode; }
379 this->emitModeCode(fp.firstMode(), fragBuilder,
403 b->add32(fp.firstMode() | (fp.secondMode() << 4));
426 if (edgeFP.firstMode() == kSimpleCircular_Mode ||

Completed in 2839 milliseconds