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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/Perf-Trace-Util/
Context.xs 24 #include "XSUB.h"
Context.c 33 #include "XSUB.h"
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perlhead.swg 9 #include "XSUB.h"
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrConvexPolyEffect.cpp 133 // numbers, xSub and ySub.
134 builder->fsCodeAppend("\t\tfloat xSub, ySub;\n");
141 builder->fsCodeAppendf("\t\tfloat alpha = (1.0 + max(xSub, -1.0)) * (1.0 + max(ySub, -1.0));\n");
GrDashingEffect.cpp 521 // numbers, xSub and ySub.
522 builder->fsCodeAppend("\t\tfloat xSub, ySub;\n");
529 builder->fsCodeAppendf("\t\tfloat alpha = (1.0 + max(xSub, -1.0)) * (1.0 + max(ySub, -1.0));\n");
  /external/skia/src/gpu/effects/
GrConvexPolyEffect.cpp 133 // numbers, xSub and ySub.
134 builder->fsCodeAppend("\t\tfloat xSub, ySub;\n");
141 builder->fsCodeAppendf("\t\tfloat alpha = (1.0 + max(xSub, -1.0)) * (1.0 + max(ySub, -1.0));\n");
GrDashingEffect.cpp 521 // numbers, xSub and ySub.
522 builder->fsCodeAppend("\t\tfloat xSub, ySub;\n");
529 builder->fsCodeAppendf("\t\tfloat alpha = (1.0 + max(xSub, -1.0)) * (1.0 + max(ySub, -1.0));\n");
  /external/mksh/src/
eval.c 54 #define XSUB 1 /* expanding ${} string */
723 type = XSUB;
757 type = XSUB;
775 type = XSUB;
825 case XSUB:
946 } else if (type == XSUB && ctype(c, C_IFS) &&
955 if (type == XSUB) {
1070 int state; /* next state: XBASE, XARG, XSUB, XNULLSUB */
1149 return (XSUB);
1213 state = c == '@' ? XNULLSUB : XSUB;
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
DES.xs 3 #include "XSUB.h"
  /external/openssl/crypto/des/
DES.xs 3 #include "XSUB.h"
  /external/chromium_org/third_party/sqlite/src/test/
threadtest3.c     [all...]
  /external/chromium_org/third_party/skia/gyp/
nanomsg.gyp 55 '../third_party/externals/nanomsg/src/protocols/pubsub/xsub.c',
  /external/skia/gyp/
nanomsg.gyp 55 '../third_party/externals/nanomsg/src/protocols/pubsub/xsub.c',
  /external/llvm/lib/Target/X86/
X86AtomicExpandPass.cpp 137 // It's better to use xadd, xsub or xchg for these in all cases.
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/scripting-engines/
trace-event-perl.c 309 /* common fields other than pid can be accessed via xsub fns */
  /external/chromium_org/third_party/libwebp/dsp/
lossless.c 1440 const int xsub = x & mask; local
    [all...]
  /external/webp/src/dsp/
lossless.c 1440 const int xsub = x & mask; local
    [all...]

Completed in 398 milliseconds