Home
last modified time | relevance | path

Searched defs:SW (Results 1 – 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DARMAttributeParser.h21 ScopedPrinter *SW; variable
123 ARMAttributeParser(ScopedPrinter *SW) : SW(SW) {} in ARMAttributeParser()
/third_party/libffi/src/tile/
Dtile.S47 #define SW st macro
51 #define SW sw macro
/third_party/ltp/tools/sparse/sparse-src/
Dopcode.c26 #define OPCODE(OP,NG,SW,SG,TF,N,FL) \ argument
Dopcode.h7 #define OPCODE(OP,NG,SW,SG,TF,N,FL) OP_##OP, argument
/third_party/skia/gm/
Dstrokerects.cpp23 constexpr SkScalar SW = SkIntToScalar(W); variable
Dstrokes.cpp32 constexpr SkScalar SW = SkIntToScalar(W); variable
/third_party/python/Lib/tkinter/
Dconstants.py13 SW='sw' variable
/third_party/skia/third_party/externals/libpng/mips/
Dfilter_msa_intrinsics.c73 #define SW(val, pdst) \ macro
144 #define SW(val, pdst) \ macro
212 #define SW(val, pdst) \ macro
/third_party/ffmpeg/libavfilter/
Dvsrc_life.c298 enum { NW, N, NE, W, E, SW, S, SE }; in evolve() enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNRegPressure.cpp168 auto SW = getSGPRTuplesWeight(); in less() local
/third_party/libinput/test/
Dtest-gestures.c34 N, NE, E, SE, S, SW, W, NW, NCARDINALS enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonBitSimplify.cpp1285 unsigned SB, SW; in usedBitsEqual() local
2473 unsigned SW = SC.width(); in simplifyExtractLow() local
DHexagonISelDAGToDAG.cpp1458 unsigned SW = T.getSizeInBits(); in DetectUseSxtw() local
DHexagonConstPropagation.cpp1816 unsigned BW = A1.getBitWidth(), SW = Count*Bits; in evaluateSplati() local
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeRISCV_common.c134 #define SW (F3(0x2) | OPC(0x23)) macro
DsljitNativeMIPS_common.c277 #define SW (HI(43)) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp771 uint64_t SW = *DefaultCaseWeight; in unswitchTrivialSwitch() local
/third_party/libinput/src/
Dlibinput-private.h823 SW = bit(5), enumerator
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dmsa_macro.h113 #define SW(val, pdst) MSA_STORE(val, pdst, msa_sw) macro
132 #define SW(val, pdst) MSA_STORE(val, pdst, msa_usw) macro
/third_party/openh264/codec/common/inc/
Dmsa_macros.h76 #define SW(val, pdst) *(uint32_t *)(pdst) = (val); macro
156 #define SW(val, pdst) \ macro
/third_party/node/deps/v8/src/codegen/mips/
Dconstants-mips.h478 SW = ((5U << 3) + 3) << kOpcodeShift, enumerator
/third_party/node/deps/v8/src/codegen/mips64/
Dconstants-mips64.h469 SW = ((5U << 3) + 3) << kOpcodeShift, enumerator
/third_party/ffmpeg/libavutil/mips/
Dgeneric_macros_msa.h89 #define SW(val, pdst) *(uint32_t *)(pdst) = (val); macro
171 #define SW(val, pdst) \ macro