/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 | 95 static int rtp_write_header(AVFormatContext *s1) in rtp_write_header() argument 97 RTPMuxContext *s = s1->priv_data; in rtp_write_header() 101 if (s1->nb_streams != 1) { in rtp_write_header() 102 av_log(s1, AV_LOG_ERROR, "Only one stream supported in the RTP muxer\n"); in rtp_write_header() 105 st = s1->streams[0]; in rtp_write_header() 107 … av_log(s1, AV_LOG_ERROR, "Unsupported codec %s\n", avcodec_get_name(st->codecpar->codec_id)); in rtp_write_header() 115 st->id = ff_rtp_get_payload_type(s1, st->codecpar, -1); in rtp_write_header() 130 if (s1->start_time_realtime != 0 && s1->start_time_realtime != AV_NOPTS_VALUE) in rtp_write_header() 132 s->first_rtcp_ntp_time = (s1->start_time_realtime / 1000) * 1000 + in rtp_write_header() 138 if (s1->flags & AVFMT_FLAG_BITEXACT) { in rtp_write_header() [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/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/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/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/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/FreeBSD/sys/crypto/rijndael/ |
D | rijndael-alg-fst.c | 862 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelEncrypt() local 872 s1 = GETU32(pt + 4) ^ rk[1]; in rijndaelEncrypt() 877 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[ 4]; in rijndaelEncrypt() 878 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[ 5]; in rijndaelEncrypt() 879 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[ 6]; in rijndaelEncrypt() 880 t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[ 7]; in rijndaelEncrypt() 883 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[ 9]; in rijndaelEncrypt() 887 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[12]; in rijndaelEncrypt() 888 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[13]; in rijndaelEncrypt() 889 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[14]; in rijndaelEncrypt() [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/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 | 217 bool StringsAreEqualNoCase(const wchar_t *s1, const wchar_t *s2) throw(); 219 bool IsString1PrefixedByString2(const char *s1, const char *s2) throw(); 220 bool IsString1PrefixedByString2(const wchar_t *s1, const wchar_t *s2) throw(); 221 bool IsString1PrefixedByString2(const wchar_t *s1, const char *s2) throw(); 222 bool IsString1PrefixedByString2_NoCase_Ascii(const char *s1, const char *s2) throw(); 224 bool IsString1PrefixedByString2_NoCase(const wchar_t *s1, const wchar_t *s2) throw(); 226 #define MyStringCompare(s1, s2) wcscmp(s1, s2) argument 227 int MyStringCompareNoCase(const wchar_t *s1, const wchar_t *s2) throw(); 234 bool StringsAreEqualNoCase_Ascii(const char *s1, const char *s2) throw(); 235 bool StringsAreEqualNoCase_Ascii(const wchar_t *s1, const char *s2) throw(); [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | noImplicitSymbolToString.types | 58 let s1!: S; 59 >s1 : S 61 `${s1}`; 62 >`${s1}` : string 63 >s1 : S 65 s1 + ''; 66 >s1 + '' : string 67 >s1 : S 70 +s1; 71 >+s1 : number [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 …]
|
D | classStaticBlock4(target=esnext).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 …]
|
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 …]
|
/third_party/openssl/test/testutil/ |
D | tests.c | 213 const char *s1, const char *s2, \ 218 test_fail_message(NULL, file, line, #type, s1, s2, #op, \ 277 const char *s1, const char *s2) in test_str_eq() argument 279 if (s1 == NULL && s2 == NULL) in test_str_eq() 281 if (s1 == NULL || s2 == NULL || strcmp(s1, s2) != 0) { in test_str_eq() 283 s1, s1 == NULL ? 0 : strlen(s1), in test_str_eq() 291 const char *s1, const char *s2) in test_str_ne() argument 293 if ((s1 == NULL) ^ (s2 == NULL)) in test_str_ne() 295 if (s1 == NULL || strcmp(s1, s2) == 0) { in test_str_ne() 297 s1, s1 == NULL ? 0 : strlen(s1), in test_str_ne() [all …]
|
/third_party/icu/icu4c/source/common/ |
D | unormcmp.cpp | 143 unorm_cmpEquivFold(const UChar *s1, int32_t length1, in unorm_cmpEquivFold() argument 190 start1=s1; in unorm_cmpEquivFold() 194 limit1=s1+length1; in unorm_cmpEquivFold() 217 if(s1==limit1 || ((c1=*s1)==0 && (limit1==NULL || (options&_STRNCMP_STYLE)))) { in unorm_cmpEquivFold() 223 ++s1; in unorm_cmpEquivFold() 232 s1=stack1[level1].s; /*Not uninitialized*/ in unorm_cmpEquivFold() 283 if(s1!=limit1 && U16_IS_TRAIL(c=*s1)) { in unorm_cmpEquivFold() 288 if(start1<=(s1-2) && U16_IS_LEAD(c=*(s1-2))) { in unorm_cmpEquivFold() 322 ++s1; in unorm_cmpEquivFold() 338 stack1[0].s=s1; in unorm_cmpEquivFold() [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | unormcmp.cpp | 143 unorm_cmpEquivFold(const UChar *s1, int32_t length1, in unorm_cmpEquivFold() argument 190 start1=s1; in unorm_cmpEquivFold() 194 limit1=s1+length1; in unorm_cmpEquivFold() 217 if(s1==limit1 || ((c1=*s1)==0 && (limit1==NULL || (options&_STRNCMP_STYLE)))) { in unorm_cmpEquivFold() 223 ++s1; in unorm_cmpEquivFold() 232 s1=stack1[level1].s; /*Not uninitialized*/ in unorm_cmpEquivFold() 283 if(s1!=limit1 && U16_IS_TRAIL(c=*s1)) { in unorm_cmpEquivFold() 288 if(start1<=(s1-2) && U16_IS_LEAD(c=*(s1-2))) { in unorm_cmpEquivFold() 322 ++s1; in unorm_cmpEquivFold() 338 stack1[0].s=s1; in unorm_cmpEquivFold() [all …]
|