/third_party/curl/tests/ |
H A D | test1173.pl | 131 my $SH=""; 151 if(($_ =~ /^\.SH SYNOPSIS/i) && ($reqex)) { 156 elsif($_ =~ /^\.SH EXAMPLE/i) { 160 elsif($_ =~ /^\.SH \"SEE ALSO\"/i) { 163 elsif($_ =~ /^\.SH/i) { 206 if($_ =~ /^\.SH ([^\r\n]*)/i) { 212 $SH = $n; 243 if(($SH =~ /^(DESCRIPTION|RETURN VALUE|AVAILABILITY)/i) && 251 if($optpage && $SH && ($SH !~ / [all...] |
H A D | test1222.pl | 200 if($_ =~ /^\.SH\b\s*(\w*)/) {
|
/third_party/lwip/src/apps/snmp/ |
H A D | snmpv3_mbedtls.c | 298 mbedtls_sha1_context SH; in snmpv3_password_to_key_sha() local 304 mbedtls_sha1_init(&SH); /* initialize SHA */ in snmpv3_password_to_key_sha() 305 mbedtls_sha1_starts(&SH); in snmpv3_password_to_key_sha() 319 mbedtls_sha1_update(&SH, password_buf, 64); in snmpv3_password_to_key_sha() 322 mbedtls_sha1_finish(&SH, key); /* tell SHA we're done */ in snmpv3_password_to_key_sha() 334 mbedtls_sha1_starts(&SH); in snmpv3_password_to_key_sha() 335 mbedtls_sha1_update(&SH, password_buf, 40 + engineLength); in snmpv3_password_to_key_sha() 336 mbedtls_sha1_finish(&SH, key); in snmpv3_password_to_key_sha() 338 mbedtls_sha1_free(&SH); in snmpv3_password_to_key_sha()
|
/third_party/python/PCbuild/ |
H A D | prepare_libffi.bat | 11 echo SH environment variable must be set to the location of sh.exe
71 if NOT DEFINED SH if exist c:\cygwin\bin\sh.exe set SH=c:\cygwin\bin\sh.exe
variable 79 if NOT DEFINED SH echo ERROR SH environment variable not set && goto :Usage
81 if not exist %SH% echo ERROR %SH% does not exist && goto :Usage
87 %SH% --login -lc "cygcheck -dc cygwin"
88 set GET_MSVCC=%SH% -lc "cd $OLDPWD; export MSVCC=`/usr/bin/find $PWD -name msvcc.sh`; echo ${MSVCC};"
93 echo SH [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCInstPrinter.cpp | 97 unsigned char SH = MI->getOperand(2).getImm(); in printInst() local 101 if (SH <= 31 && MB == 0 && ME == (31-SH)) { in printInst() 104 if (SH <= 31 && MB == (32-SH) && ME == 31) { in printInst() 106 SH = 32-SH; in printInst() 112 O << ", " << (unsigned int)SH; in printInst() 131 unsigned char SH = MI->getOperand(2).getImm(); in printInst() local 133 // rldicr RA, RS, SH, 6 in printInst() [all...] |
/third_party/ffmpeg/libavcodec/mips/ |
H A D | h264idct_msa.c | 82 SH(out0, (dst + 0 * DC_DEST_STRIDE)); in avc_deq_idct_luma_dc_msa() 83 SH(out1, (dst + 2 * DC_DEST_STRIDE)); in avc_deq_idct_luma_dc_msa() 84 SH(out2, (dst + 8 * DC_DEST_STRIDE)); in avc_deq_idct_luma_dc_msa() 85 SH(out3, (dst + 10 * DC_DEST_STRIDE)); in avc_deq_idct_luma_dc_msa() 86 SH(out4, (dst + 1 * DC_DEST_STRIDE)); in avc_deq_idct_luma_dc_msa() 87 SH(out5, (dst + 3 * DC_DEST_STRIDE)); in avc_deq_idct_luma_dc_msa() 88 SH(out6, (dst + 9 * DC_DEST_STRIDE)); in avc_deq_idct_luma_dc_msa() 89 SH(out7, (dst + 11 * DC_DEST_STRIDE)); in avc_deq_idct_luma_dc_msa() 99 SH(out0, (dst + 4 * DC_DEST_STRIDE)); in avc_deq_idct_luma_dc_msa() 100 SH(out in avc_deq_idct_luma_dc_msa() [all...] |
H A D | h264chroma_msa.c | 58 SH(out0, dst); in avc_chroma_hz_2x2_msa() 60 SH(out1, dst); in avc_chroma_hz_2x2_msa() 332 SH(out0, dst); in avc_chroma_vt_2x2_msa() 334 SH(out1, dst); in avc_chroma_vt_2x2_msa() 559 SH(out0, dst); in avc_chroma_hv_2x2_msa() 561 SH(out1, dst); in avc_chroma_hv_2x2_msa() 880 SH(out0, dst); in avc_chroma_hz_and_aver_dst_2x2_msa() 882 SH(out1, dst); in avc_chroma_hz_and_aver_dst_2x2_msa() 1160 SH(out0, dst); in avc_chroma_vt_and_aver_dst_2x2_msa() 1162 SH(out in avc_chroma_vt_and_aver_dst_2x2_msa() [all...] |
/third_party/skia/gm/ |
H A D | strokerects.cpp | 24 constexpr SkScalar SH = SkIntToScalar(H); member 62 canvas->translate(SW * x, SH * y); 65 , SW - SkIntToScalar(2), SH - SkIntToScalar(2)
|
H A D | beziers.cpp | 21 constexpr SkScalar SH = SkIntToScalar(H); variable 91 canvas->translate(0, SH);
|
H A D | strokes.cpp | 33 constexpr SkScalar SH = SkIntToScalar(H); variable 73 canvas->translate(0, SH * y); 76 , SW - SkIntToScalar(2), SH - SkIntToScalar(2) 317 canvas->translate(0, SH * y); 321 SH - SkIntToScalar(2))); 327 canvas->rotate(SkIntToScalar(15), SW/2, SH/2);
|
/third_party/python/Modules/_ctypes/libffi_osx/ |
H A D | types.c | 66 #elif defined SH 88 #elif defined ARM || defined SH || defined POWERPC_AIX
|
/third_party/cmsis/CMSIS/Core/Include/m-profile/ |
H A D | armv8m_mpu.h | 144 * \param SH Defines the Shareability domain for this memory region. 149 #define ARM_MPU_RBAR(BASE, SH, RO, NP, XN) \ 151 (((SH) << MPU_RBAR_SH_Pos) & MPU_RBAR_SH_Msk) | \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolutionExpander.h | 207 Value *expandCodeFor(const SCEV *SH, Type *Ty, Instruction *I); 213 Value *expandCodeFor(const SCEV *SH, Type *Ty = nullptr);
|
/third_party/pcre2/pcre2/ |
H A D | 132html | 136 elsif (/^\.SH\s*("?)(.*)\1/) 224 elsif (/^\.\\"\s*JOIN(SH)?/)
|
/third_party/ffmpeg/libswscale/x86/ |
H A D | output.asm | 768 %define SH (22 + 8 - DEPTH) 773 %elif 22 != SH 774 %define RGB_SHIFT SH 775 %define A_SHIFT (SH-3) 808 mov xq, (1 << (SH-1))
|
/third_party/skia/third_party/externals/libpng/mips/ |
H A D | filter_msa_intrinsics.c | 60 #define SH(val, pdst) \ macro 131 #define SH(val, pdst) \ macro 199 #define SH(val, pdst) \ macro 618 SH(out2, nxt); in png_read_filter_row_avg3_msa() 754 SH(out2, nxt); in png_read_filter_row_paeth3_msa()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 192 unsigned &SH, unsigned &MB, unsigned &ME); 588 bool isShiftMask, unsigned &SH, in isRotateAndMask() 622 SH = Shift & 31; in isRotateAndMask() 729 unsigned Value, SH = 0; in tryBitfieldInsert() local 759 SH = (Op1Opc == ISD::SHL) ? Value : 32 - Value; in tryBitfieldInsert() 774 SH = (SHOpc == ISD::SHL) ? Value : 32 - Value; in tryBitfieldInsert() 778 SH &= 31; in tryBitfieldInsert() 779 SDValue Ops[] = { Op0, Op1, getI32Imm(SH, dl), getI32Imm(MB, dl), in tryBitfieldInsert() 4380 unsigned Imm, Imm2, SH, MB, ME; in tryAndWithMask() local 4386 isRotateAndMask(N->getOperand(0).getNode(), Imm, false, SH, M in tryAndWithMask() 587 isRotateAndMask(SDNode *N, unsigned Mask, bool isShiftMask, unsigned &SH, unsigned &MB, unsigned &ME) isRotateAndMask() argument 4811 unsigned Imm, SH, MB, ME; Select() local 4825 unsigned Imm, SH, MB, ME; Select() local [all...] |
H A D | PPCInstrInfo.cpp | 1917 int64_t SH = MI->getOperand(2).getImm(); 1926 if (MB <= ME && MBInLoHWord == MEInLoHWord && SH == 0) { 1934 (ME - MB + 1 == SH) && (MB >= 16)) { 1938 Mask = ((1LLU << 32) - 1) & ~((1LLU << (32 - SH)) - 1); 2868 int64_t SH = MI.getOperand(2).getImm(); 2872 InVal = InVal.rotl(SH); 2892 int64_t SH = MI.getOperand(2).getImm(); 2896 InVal = InVal.rotl(SH); 3805 uint64_t SH = ShAmt == 0 ? 0 : RightShift ? 32 - ShAmt : ShAmt; 3808 replaceInstrOperandWithImm(MI, III.OpNoForForwarding, SH); [all...] |
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | msa_macro.h | 111 #define SH(val, pdst) MSA_STORE(val, pdst, msa_sh) macro 130 #define SH(val, pdst) MSA_STORE(val, pdst, msa_ush) macro 374 SH(out0_m, pblk_2x4_m); \ 376 SH(out1_m, pblk_2x4_m); \ 378 SH(out2_m, pblk_2x4_m); \ 380 SH(out3_m, pblk_2x4_m); \
|
/third_party/curl/scripts/ |
H A D | cd2nroff | 90 push @o, ".SH SEE ALSO\n"; 275 push @desc, ".SH $word\n";
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsNaClELFStreamer.cpp | 236 case Mips::SH: in isBasePlusOffsetMemoryAccess()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
H A D | RISCVMergeBaseOffset.cpp | 222 case RISCV::SH: in detectAndFoldOffset()
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | mem_sec.c | 320 } SH; typedef 322 static SH sh;
|
/third_party/openssl/crypto/ |
H A D | mem_sec.c | 314 } SH; typedef 316 static SH sh;
|
/third_party/ffmpeg/libavutil/mips/ |
H A D | generic_macros_msa.h | 84 #define SH(val, pdst) *(uint16_t *)(pdst) = (val); macro 154 #define SH(val, pdst) \ macro 407 SH(out0_m, (pdst)); \ 414 SH(out0_m, (pdst)); \ 415 SH(out1_m, (pdst) + stride); \ 424 SH(out0_m, (pdst)); \ 425 SH(out1_m, (pdst) + stride); \ 426 SH(out2_m, (pdst) + 2 * stride); \ 427 SH(out3_m, (pdst) + 3 * stride); \
|