/third_party/node/deps/openssl/openssl/crypto/camellia/ |
D | camellia.c | 288 register u32 s0, s1, s2, s3; in Camellia_Ekeygen() local 291 k[1] = s1 = GETU32(rawKey + 4); in Camellia_Ekeygen() 297 k[9] = s1 = GETU32(rawKey + 20); in Camellia_Ekeygen() 300 k[11] = s3 = ~s1; in Camellia_Ekeygen() 305 s0 ^= k[0], s1 ^= k[1], s2 ^= k[2], s3 ^= k[3]; in Camellia_Ekeygen() 309 Camellia_Feistel(s0, s1, s2, s3, SIGMA + 0); in Camellia_Ekeygen() 310 Camellia_Feistel(s2, s3, s0, s1, SIGMA + 2); in Camellia_Ekeygen() 312 s0 ^= k[0], s1 ^= k[1], s2 ^= k[2], s3 ^= k[3]; in Camellia_Ekeygen() 313 Camellia_Feistel(s0, s1, s2, s3, SIGMA + 4); in Camellia_Ekeygen() 314 Camellia_Feistel(s2, s3, s0, s1, SIGMA + 6); in Camellia_Ekeygen() [all …]
|
/third_party/openssl/crypto/camellia/ |
D | camellia.c | 288 register u32 s0, s1, s2, s3; in Camellia_Ekeygen() local 291 k[1] = s1 = GETU32(rawKey + 4); in Camellia_Ekeygen() 297 k[9] = s1 = GETU32(rawKey + 20); in Camellia_Ekeygen() 300 k[11] = s3 = ~s1; in Camellia_Ekeygen() 305 s0 ^= k[0], s1 ^= k[1], s2 ^= k[2], s3 ^= k[3]; in Camellia_Ekeygen() 309 Camellia_Feistel(s0, s1, s2, s3, SIGMA + 0); in Camellia_Ekeygen() 310 Camellia_Feistel(s2, s3, s0, s1, SIGMA + 2); in Camellia_Ekeygen() 312 s0 ^= k[0], s1 ^= k[1], s2 ^= k[2], s3 ^= k[3]; in Camellia_Ekeygen() 313 Camellia_Feistel(s0, s1, s2, s3, SIGMA + 4); in Camellia_Ekeygen() 314 Camellia_Feistel(s2, s3, s0, s1, SIGMA + 6); in Camellia_Ekeygen() [all …]
|
/third_party/ffmpeg/libavformat/ |
D | rtpenc.c | 93 static int rtp_write_header(AVFormatContext *s1) in rtp_write_header() argument 95 RTPMuxContext *s = s1->priv_data; in rtp_write_header() 99 if (s1->nb_streams != 1) { in rtp_write_header() 100 av_log(s1, AV_LOG_ERROR, "Only one stream supported in the RTP muxer\n"); in rtp_write_header() 103 st = s1->streams[0]; in rtp_write_header() 105 … av_log(s1, AV_LOG_ERROR, "Unsupported codec %s\n", avcodec_get_name(st->codecpar->codec_id)); in rtp_write_header() 113 st->id = ff_rtp_get_payload_type(s1, st->codecpar, -1); in rtp_write_header() 128 if (s1->start_time_realtime != 0 && s1->start_time_realtime != AV_NOPTS_VALUE) in rtp_write_header() 130 s->first_rtcp_ntp_time = (s1->start_time_realtime / 1000) * 1000 + in rtp_write_header() 136 if (s1->flags & AVFMT_FLAG_BITEXACT) { in rtp_write_header() [all …]
|
/third_party/openssl/crypto/aes/asm/ |
D | aes-armv4.pl | 60 $s1="r1"; 222 ldrb $s1,[$rounds,#7] 228 orr $s1,$s1,$t1,lsl#8 230 orr $s1,$s1,$t2,lsl#16 232 orr $s1,$s1,$t3,lsl#24 247 ldr $s1,[$rounds,#4] 252 rev $s1,$s1 263 rev $s1,$s1 268 str $s1,[$rounds,#4] 277 mov $t1,$s1,lsr#24 [all …]
|
D | aes-s390x.pl | 118 $s1="%r9"; 274 llgf $s1,4($inp) 283 st $s1,4($out) 296 x $s1,4($key) 314 srlg $i1,$s1,`16-3` # i0 315 sllg $i2,$s1,`0+3` 316 srlg $i3,$s1,`8-3` 317 srl $s1,`24-3` 319 nr $s1,$mask 329 l $s1,0($s1,$tbl) # Te0[s1>>24] [all …]
|
D | aes-ppc.pl | 87 $s1="r9"; 380 lwz $s1,4($inp) 390 rotlwi $s1,$t1,8 394 rlwimi $s1,$t1,24,0,7 398 rlwimi $s1,$t1,24,16,23 409 rotlwi $t1,$s1,8 413 rlwimi $t1,$s1,24,0,7 417 rlwimi $t1,$s1,24,16,23 427 stw $s1,4($out) 450 lbz $s1,7($inp) [all …]
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
D | aes-armv4.pl | 60 $s1="r1"; 222 ldrb $s1,[$rounds,#7] 228 orr $s1,$s1,$t1,lsl#8 230 orr $s1,$s1,$t2,lsl#16 232 orr $s1,$s1,$t3,lsl#24 247 ldr $s1,[$rounds,#4] 252 rev $s1,$s1 263 rev $s1,$s1 268 str $s1,[$rounds,#4] 277 mov $t1,$s1,lsr#24 [all …]
|
D | aes-s390x.pl | 118 $s1="%r9"; 274 llgf $s1,4($inp) 283 st $s1,4($out) 296 x $s1,4($key) 314 srlg $i1,$s1,`16-3` # i0 315 sllg $i2,$s1,`0+3` 316 srlg $i3,$s1,`8-3` 317 srl $s1,`24-3` 319 nr $s1,$mask 329 l $s1,0($s1,$tbl) # Te0[s1>>24] [all …]
|
D | aes-ppc.pl | 87 $s1="r9"; 380 lwz $s1,4($inp) 390 rotlwi $s1,$t1,8 394 rlwimi $s1,$t1,24,0,7 398 rlwimi $s1,$t1,24,16,23 409 rotlwi $t1,$s1,8 413 rlwimi $t1,$s1,24,0,7 417 rlwimi $t1,$s1,24,16,23 427 stw $s1,4($out) 450 lbz $s1,7($inp) [all …]
|
/third_party/skia/third_party/externals/zlib/ |
D | adler32_simd.c | 64 uint32_t s1 = adler & 0xffff; in adler32_simd_() local 95 __m128i v_ps = _mm_set_epi32(0, 0, 0, s1 * n); in adler32_simd_() 139 s1 += _mm_cvtsi128_si32(v_s1); in adler32_simd_() 152 s1 %= BASE; in adler32_simd_() 161 s2 += (s1 += *buf++); in adler32_simd_() 162 s2 += (s1 += *buf++); in adler32_simd_() 163 s2 += (s1 += *buf++); in adler32_simd_() 164 s2 += (s1 += *buf++); in adler32_simd_() 166 s2 += (s1 += *buf++); in adler32_simd_() 167 s2 += (s1 += *buf++); in adler32_simd_() [all …]
|
/third_party/node/deps/zlib/ |
D | adler32_simd.c | 64 uint32_t s1 = adler & 0xffff; in adler32_simd_() local 95 __m128i v_ps = _mm_set_epi32(0, 0, 0, s1 * n); in adler32_simd_() 139 s1 += _mm_cvtsi128_si32(v_s1); in adler32_simd_() 152 s1 %= BASE; in adler32_simd_() 161 s2 += (s1 += *buf++); in adler32_simd_() 162 s2 += (s1 += *buf++); in adler32_simd_() 163 s2 += (s1 += *buf++); in adler32_simd_() 164 s2 += (s1 += *buf++); in adler32_simd_() 166 s2 += (s1 += *buf++); in adler32_simd_() 167 s2 += (s1 += *buf++); in adler32_simd_() [all …]
|
/third_party/node/deps/v8/third_party/zlib/ |
D | adler32_simd.c | 64 uint32_t s1 = adler & 0xffff; in adler32_simd_() local 95 __m128i v_ps = _mm_set_epi32(0, 0, 0, s1 * n); in adler32_simd_() 139 s1 += _mm_cvtsi128_si32(v_s1); in adler32_simd_() 152 s1 %= BASE; in adler32_simd_() 161 s2 += (s1 += *buf++); in adler32_simd_() 162 s2 += (s1 += *buf++); in adler32_simd_() 163 s2 += (s1 += *buf++); in adler32_simd_() 164 s2 += (s1 += *buf++); in adler32_simd_() 166 s2 += (s1 += *buf++); in adler32_simd_() 167 s2 += (s1 += *buf++); in adler32_simd_() [all …]
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-orc-dist.h | 82 void video_orc_blend_little (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, int n); 83 void video_orc_blend_big (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, int n); 84 void video_orc_unpack_I420 (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, const guint8 … 85 …ICT d1, guint8 * ORC_RESTRICT d2, guint8 * ORC_RESTRICT d3, const guint8 * ORC_RESTRICT s1, int n); 86 void video_orc_pack_Y (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, int n); 87 …ack_YA (guint8 * ORC_RESTRICT d1, guint8 * ORC_RESTRICT d2, const guint8 * ORC_RESTRICT s1, int n); 88 void video_orc_unpack_YUY2 (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, int n); 89 void video_orc_pack_YUY2 (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, int n); 90 void video_orc_pack_UYVY (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, int n); 91 void video_orc_unpack_UYVY (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, int n); [all …]
|
D | video-orc.h | 82 void video_orc_blend_little (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, int n); 83 void video_orc_blend_big (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, int n); 84 void video_orc_unpack_I420 (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, const guint8 … 85 …ICT d1, guint8 * ORC_RESTRICT d2, guint8 * ORC_RESTRICT d3, const guint8 * ORC_RESTRICT s1, int n); 86 void video_orc_pack_Y (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, int n); 87 …ack_YA (guint8 * ORC_RESTRICT d1, guint8 * ORC_RESTRICT d2, const guint8 * ORC_RESTRICT s1, int n); 88 void video_orc_unpack_YUY2 (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, int n); 89 void video_orc_pack_YUY2 (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, int n); 90 void video_orc_pack_UYVY (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, int n); 91 void video_orc_unpack_UYVY (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, int n); [all …]
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudiopack-dist.h | 83 void audio_orc_unpack_u8 (gint32 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, int n); 84 void audio_orc_unpack_u8_trunc (gint32 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, int n); 85 void audio_orc_unpack_s8 (gint32 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, int n); 86 void audio_orc_unpack_s8_trunc (gint32 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, int n); 87 void audio_orc_unpack_u16 (gint32 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, int n); 88 void audio_orc_unpack_u16_trunc (gint32 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, int n); 89 void audio_orc_unpack_s16 (gint32 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, int n); 90 void audio_orc_unpack_s16_trunc (gint32 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, int n); 91 void audio_orc_unpack_u16_swap (gint32 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, int n); 92 void audio_orc_unpack_u16_swap_trunc (gint32 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, int… [all …]
|
D | gstaudiopack.h | 83 void audio_orc_unpack_u8 (gint32 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, int n); 84 void audio_orc_unpack_u8_trunc (gint32 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, int n); 85 void audio_orc_unpack_s8 (gint32 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, int n); 86 void audio_orc_unpack_s8_trunc (gint32 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, int n); 87 void audio_orc_unpack_u16 (gint32 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, int n); 88 void audio_orc_unpack_u16_trunc (gint32 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, int n); 89 void audio_orc_unpack_s16 (gint32 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, int n); 90 void audio_orc_unpack_s16_trunc (gint32 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, int n); 91 void audio_orc_unpack_u16_swap (gint32 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, int n); 92 void audio_orc_unpack_u16_swap_trunc (gint32 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, int… [all …]
|
/third_party/gstreamer/gstplugins_good/gst/audiofx/ |
D | audiopanoramaorc.orc | 4 .source 2 s1 gint16 7 mergewl d1 s1 s1 11 .source 4 s1 gfloat 14 mergelq d1 s1 s1 18 .source 4 s1 gint16 21 x2 copyw d1 s1 25 .source 8 s1 gfloat 28 x2 copyl d1 s1 34 .source 2 s1 gint16 42 convswl left s1 [all …]
|
/third_party/python/Tools/stringbench/ |
D | stringbench.py | 77 s1 = STR("A" * 1000) 80 s2 in s1 84 s1 = STR("A" * 1000) 87 s2 in s1 92 s1 = STR("AB" * 1000) 95 s2 in s1 99 s1 = STR("AB" * 1000) 102 s2 in s1 106 s1 = STR("AB" * 300+"C") 109 s2 in s1 [all …]
|
/third_party/mbedtls/library/ |
D | pem.c | 360 const unsigned char *s1, *s2, *end; in mbedtls_pem_read_buffer() local 373 s1 = (unsigned char *) strstr((const char *) data, header); in mbedtls_pem_read_buffer() 375 if (s1 == NULL) { in mbedtls_pem_read_buffer() 381 if (s2 == NULL || s2 <= s1) { in mbedtls_pem_read_buffer() 385 s1 += strlen(header); in mbedtls_pem_read_buffer() 386 if (*s1 == ' ') { in mbedtls_pem_read_buffer() 387 s1++; in mbedtls_pem_read_buffer() 389 if (*s1 == '\r') { in mbedtls_pem_read_buffer() 390 s1++; in mbedtls_pem_read_buffer() 392 if (*s1 == '\n') { in mbedtls_pem_read_buffer() [all …]
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | designated-init.c | 1 struct s1 { struct 12 struct s1 s1; argument 17 struct s1 s1; member 21 static struct s1 s1_positional = { 5, 10 }; 22 static struct s1 s1_designated = { .x = 5, .y = 10 }; 30 .s1 = { 5, 10 }, 38 .s1 = { .x = 5, .y = 10 }, 46 .s1 = { 5, 10 }, 54 .s1 = { .x = 5, .y = 10 }, 65 static struct s1 s1_array[] = { [all …]
|
/third_party/FreeBSD/sys/crypto/rijndael/ |
D | rijndael-alg-fst.c | 864 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelEncrypt() local 874 s1 = GETU32(pt + 4) ^ rk[1]; in rijndaelEncrypt() 879 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[ 4]; in rijndaelEncrypt() 880 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[ 5]; in rijndaelEncrypt() 881 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[ 6]; in rijndaelEncrypt() 882 t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[ 7]; in rijndaelEncrypt() 885 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[ 9]; in rijndaelEncrypt() 889 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[12]; in rijndaelEncrypt() 890 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[13]; in rijndaelEncrypt() 891 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[14]; in rijndaelEncrypt() [all …]
|
/third_party/skia/tests/ |
D | StrokeTest.cpp | 91 SkStrokeRec s1(SkStrokeRec::kFill_InitStyle); in test_strokerec_equality() local 93 REPORTER_ASSERT(reporter, s1.hasEqualEffect(s2)); in test_strokerec_equality() 97 REPORTER_ASSERT(reporter, !s1.hasEqualEffect(s2)); in test_strokerec_equality() 99 s1.setHairlineStyle(); in test_strokerec_equality() 100 REPORTER_ASSERT(reporter, s1.hasEqualEffect(s2)); in test_strokerec_equality() 103 s1.setResScale(2.1f); in test_strokerec_equality() 105 REPORTER_ASSERT(reporter, s1.hasEqualEffect(s2)); in test_strokerec_equality() 106 s1.setFillStyle(); in test_strokerec_equality() 108 REPORTER_ASSERT(reporter, s1.hasEqualEffect(s2)); in test_strokerec_equality() 109 s1.setStrokeStyle(1.0f, false); in test_strokerec_equality() [all …]
|
/third_party/lzma/CPP/Common/ |
D | MyString.h | 207 bool StringsAreEqualNoCase(const wchar_t *s1, const wchar_t *s2) throw(); 209 bool IsString1PrefixedByString2(const char *s1, const char *s2) throw(); 210 bool IsString1PrefixedByString2(const wchar_t *s1, const wchar_t *s2) throw(); 211 bool IsString1PrefixedByString2(const wchar_t *s1, const char *s2) throw(); 212 bool IsString1PrefixedByString2_NoCase_Ascii(const char *s1, const char *s2) throw(); 214 bool IsString1PrefixedByString2_NoCase(const wchar_t *s1, const wchar_t *s2) throw(); 216 #define MyStringCompare(s1, s2) wcscmp(s1, s2) argument 217 int MyStringCompareNoCase(const wchar_t *s1, const wchar_t *s2) throw(); 224 bool StringsAreEqualNoCase_Ascii(const char *s1, const char *s2) throw(); 225 bool StringsAreEqualNoCase_Ascii(const wchar_t *s1, const char *s2) throw(); [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | noImplicitSymbolToString.js | 26 let s1!: S; variable 27 `${s1}`; 28 s1 + ''; 29 +s1; 38 let s1!: S; variable 39 `${s1}`; 40 s1 + ''; 41 +s1; 64 var s1; 65 "".concat(s1); [all …]
|
D | classStaticBlock4(target=es2022).symbols | 5 static s1 = 1; 6 >s1 : Symbol(C.s1, Decl(classStaticBlock4.ts, 0, 9)) 9 this.s1; 10 >this.s1 : Symbol(C.s1, Decl(classStaticBlock4.ts, 0, 9)) 12 >s1 : Symbol(C.s1, Decl(classStaticBlock4.ts, 0, 9)) 14 C.s1; 15 >C.s1 : Symbol(C.s1, Decl(classStaticBlock4.ts, 0, 9)) 17 >s1 : Symbol(C.s1, Decl(classStaticBlock4.ts, 0, 9)) 33 static ss2 = this.s1; 35 >this.s1 : Symbol(C.s1, Decl(classStaticBlock4.ts, 0, 9)) [all …]
|