/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | ARMAttributeParser.cpp | 96 if (SW) in IntegerAttribute() 97 SW->printNumber(ARMBuildAttrs::AttrTypeAsString(Tag), Value); in IntegerAttribute() 105 if (SW) { in StringAttribute() 106 DictScope AS(*SW, "Attribute"); in StringAttribute() 107 SW->printNumber("Tag", Tag); in StringAttribute() 109 SW->printString("TagName", TagName); in StringAttribute() 110 SW->printString("Value", ValueDesc); in StringAttribute() 118 if (SW) { in PrintAttribute() 121 DictScope AS(*SW, "Attribute"); in PrintAttribute() 122 SW in PrintAttribute() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | ARMAttributeParser.h | 21 ScopedPrinter *SW; member in llvm::ARMAttributeParser 123 ARMAttributeParser(ScopedPrinter *SW) : SW(SW) {} in ARMAttributeParser() argument 125 ARMAttributeParser() : SW(nullptr) { } in ARMAttributeParser()
|
/third_party/skia/gm/ |
H A D | strokerects.cpp | 23 constexpr SkScalar SW = SkIntToScalar(W); member 62 canvas->translate(SW * x, SH * y); 65 , SW - SkIntToScalar(2), SH - SkIntToScalar(2)
|
H A D | strokes.cpp | 32 constexpr SkScalar SW = SkIntToScalar(W); variable 76 , SW - SkIntToScalar(2), SH - SkIntToScalar(2) 320 SW - SkIntToScalar(2), 327 canvas->rotate(SkIntToScalar(15), SW/2, SH/2);
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | opcode.c | 26 #define OPCODE(OP,NG,SW,SG,TF,N,FL) \ 29 .swap = OP_##SW, \
|
H A D | opcode.h | 7 #define OPCODE(OP,NG,SW,SG,TF,N,FL) OP_##OP,
|
/third_party/ffmpeg/libavfilter/ |
H A D | vsrc_life.c | 299 enum { NW, N, NE, W, E, SW, S, SE }; in evolve() enumerator 311 pos[SW][0] = (i+1) == life->h ? 0 : i+1; pos[SW][1] = (j-1) < 0 ? life->w-1 : j-1; in evolve() 320 pos[SW][0] = (i+1) == life->h ? -1 : i+1; pos[SW][1] = (j-1) < 0 ? -1 : j-1; in evolve() 331 (pos[SW][0] == -1 || pos[SW][1] == -1 ? 0 : oldbuf[pos[SW][0]*life->w + pos[SW][1]] == ALIVE_CELL) + in evolve()
|
/third_party/skia/third_party/externals/libpng/mips/ |
H A D | filter_msa_intrinsics.c | 73 #define SW(val, pdst) \ macro 108 SW(val0_m, pdst_sd_m); \ 109 SW(val1_m, pdst_sd_m + 4); \ 144 #define SW(val, pdst) \ macro 179 SW(val0_m, pdst_sd_m); \ 180 SW(val1_m, pdst_sd_m + 4); \ 212 #define SW(val, pdst) \ macro 233 SW(val0_m, pdst_sd_m); \ 234 SW(val1_m, pdst_sd_m + 4); \ 537 SW(out in png_read_filter_row_sub3_msa() [all...] |
/third_party/ffmpeg/libavutil/mips/ |
H A D | generic_macros_msa.h | 85 #define SW(val, pdst) *(uint32_t *)(pdst) = (val); macro 167 #define SW(val, pdst) \ macro 188 SW(val0_sd_m, pdst_sd_m); \ 189 SW(val1_sd_m, pdst_sd_m + 4); \ 243 SW(in0, (pdst)) \ 244 SW(in1, (pdst) + stride); \ 245 SW(in2, (pdst) + 2 * stride); \ 246 SW(in3, (pdst) + 3 * stride); \ 448 SW(out0_m, (pdst)); \ 455 SW(out0_ [all...] |
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | lossless_msa.c | 41 SW(pix_w, pdst + 32); \ 60 SW(pix_w, pdst + 8); \ 326 SW(pix_w, dst + 2); in TransformColorInverse_MSA() 332 SW(pix_w, dst); in TransformColorInverse_MSA()
|
H A D | msa_macro.h | 113 #define SW(val, pdst) MSA_STORE(val, pdst, msa_sw) macro 132 #define SW(val, pdst) MSA_STORE(val, pdst, msa_usw) macro 137 SW(val0_m, pdst_sd_m); \ 138 SW(val1_m, pdst_sd_m + 4); \ 170 SW(in0, ptmp); \ 172 SW(in1, ptmp); \ 174 SW(in2, ptmp); \ 176 SW(in3, ptmp); \ 181 SW(in0, ptmp); \ 183 SW(in [all...] |
H A D | lossless_enc_msa.c | 85 SW(pix_w, data + 2); in TransformColor_MSA() 91 SW(pix_w, data); in TransformColor_MSA()
|
H A D | rescaler_msa.c | 161 SW(val0_m, dst); in ExportRowExpand_0() 232 SW(val0_m, dst); in ExportRowExpand_1() 335 SW(val0_m, dst); 398 SW(val0_m, dst);
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | hevc_lpf_sao_msa.c | 693 SW(tmp2, src); in hevc_loopfilter_luma_ver_msa() 695 SW(tmp3, src); in hevc_loopfilter_luma_ver_msa() 700 SW(tmp2, src); in hevc_loopfilter_luma_ver_msa() 702 SW(tmp3, src); in hevc_loopfilter_luma_ver_msa() 707 SW(tmp2, src); in hevc_loopfilter_luma_ver_msa() 709 SW(tmp3, src); in hevc_loopfilter_luma_ver_msa() 714 SW(tmp2, src); in hevc_loopfilter_luma_ver_msa() 716 SW(tmp3, src); in hevc_loopfilter_luma_ver_msa() 875 SW(tmp2, src); in hevc_loopfilter_luma_ver_msa() 878 SW(tmp in hevc_loopfilter_luma_ver_msa() [all...] |
H A D | hpeldsp_msa.c | 73 SW(out0, dst); in common_hz_bil_4w_msa() 75 SW(out1, dst); in common_hz_bil_4w_msa() 241 SW(out0, dst); in common_hz_bil_and_aver_dst_4w_msa() 243 SW(out1, dst); in common_hz_bil_and_aver_dst_4w_msa() 313 SW(out0, dst); in common_vt_bil_4w_msa() 315 SW(out1, dst); in common_vt_bil_4w_msa() 466 SW(out0, dst); in common_vt_bil_and_aver_dst_4w_msa() 468 SW(out1, dst); in common_vt_bil_and_aver_dst_4w_msa() 557 SW(res0, dst); in common_hv_bil_4w_msa() 559 SW(res in common_hv_bil_4w_msa() [all...] |
H A D | h264idct_msa.c | 307 SW(out0_m, dst); in ff_h264_idct_add_msa() 308 SW(out1_m, dst1); in ff_h264_idct_add_msa() 309 SW(out2_m, dst2); in ff_h264_idct_add_msa() 310 SW(out3_m, dst3); in ff_h264_idct_add_msa()
|
H A D | h264dsp_msa.c | 1133 SW(out0, (src - 3)); in avc_h_loop_filter_luma_mbaff_intra_msa() 1136 SW(out2, (src - 3)); in avc_h_loop_filter_luma_mbaff_intra_msa() 1145 SW(out0, (src - 3)); in avc_h_loop_filter_luma_mbaff_intra_msa() 1148 SW(out2, (src - 3)); in avc_h_loop_filter_luma_mbaff_intra_msa() 1157 SW(out0, (src - 3)); in avc_h_loop_filter_luma_mbaff_intra_msa() 1160 SW(out2, (src - 3)); in avc_h_loop_filter_luma_mbaff_intra_msa() 1169 SW(out0, (src - 3)); in avc_h_loop_filter_luma_mbaff_intra_msa() 1172 SW(out2, (src - 3)); in avc_h_loop_filter_luma_mbaff_intra_msa() 1782 SW(out0, (data - 2)); in avc_h_loop_filter_luma_mbaff_msa() 1784 SW(out in avc_h_loop_filter_luma_mbaff_msa() [all...] |
/third_party/python/Lib/tkinter/ |
H A D | constants.py | 13 SW='sw' variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | GCNRegPressure.cpp | 168 auto SW = getSGPRTuplesWeight(); 170 if (SW != OtherSW) 171 return SW < OtherSW;
|
/third_party/libevdev/libevdev/ |
H A D | libevdev-int.h | 297 max_mask(SW, sw); in type_to_mask_const() 320 max_mask(SW, sw); in type_to_mask()
|
/third_party/libinput/src/ |
H A D | libinput-private.h | 889 SW = bit(5), enumerator 908 dir = S | SW | W; in xy_get_direction() 914 dir = NW | W | SW; in xy_get_direction() 916 dir = SE | S | SW; in xy_get_direction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitSimplify.cpp | 1285 unsigned SB, SW; 1286 if (!HBS::getSubregMask(RS, SB, SW, MRI)) 1288 if (SW != DW) 2473 unsigned SW = SC.width(); 2479 if (SW < RW || (SW % RW) != 0) 2486 while (Off <= SW-Len) { 2503 if (Off > SW-Len) 2523 if (RW != SW && RW*2 != SW) [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MicroMipsSizeReduction.cpp | 157 // Attempts to reduce LW/SW instruction into LWSP/SWSP, 161 // Attempts to reduce two LW/SW instructions into LWP/SWP instruction, 266 {RT_TwoInstr, OpCodes(Mips::SW, Mips::SWP_MM), ReduceXWtoXWP, 268 {RT_OneInstr, OpCodes(Mips::SW, Mips::SWSP_MM), ReduceXWtoXWSP, 360 !(MI->getOpcode() == Mips::SW || MI->getOpcode() == Mips::SW_MM || in CheckXWPInstr()
|
H A D | MipsSEInstrInfo.cpp | 71 if ((Opc == Mips::SW) || (Opc == Mips::SD) || in isStoreToStackSlot() 255 Opc = Mips::SW; in storeRegToStack() 284 Opc = Mips::SW; in storeRegToStack() 288 Opc = Mips::SW; in storeRegToStack()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsNaClELFStreamer.cpp | 237 case Mips::SW: in isBasePlusOffsetMemoryAccess()
|