Home
last modified time | relevance | path

Searched defs:s12 (Results 1 – 14 of 14) sorted by relevance

/third_party/libphonenumber/cpp/src/phonenumbers/
Dstringutil.cc219 const StringHolder& s11, const StringHolder& s12) { in StrCat()
228 const StringHolder& s11, const StringHolder& s12, in StrCat()
239 const StringHolder& s11, const StringHolder& s12, in StrCat()
250 const StringHolder& s11, const StringHolder& s12, in StrCat()
262 const StringHolder& s11, const StringHolder& s12, in StrCat()
/third_party/ffmpeg/tests/
Dtiny_ssim.c54 uint32_t s1 = 0, s2 = 0, ss = 0, s12 = 0; in ssim_4x4x2_core() local
75 static float ssim_end1( int s1, int s2, int ss, int s12 ) in ssim_end1()
/third_party/ffmpeg/libavfilter/
Dvf_ssim.c107 uint64_t s1 = 0, s2 = 0, ss = 0, s12 = 0; in ssim_4x4xn_16bit() local
138 uint32_t s1 = 0, s2 = 0, ss = 0, s12 = 0; in ssim_4x4xn_8bit() local
162 static float ssim_end1x(int64_t s1, int64_t s2, int64_t ss, int64_t s12, int max) in ssim_end1x()
178 static float ssim_end1(int s1, int s2, int ss, int s12) in ssim_end1()
/third_party/node/deps/v8/src/execution/arm64/
Dpointer-auth-arm64.cc58 uint8_t s12 = (s_input >> (4 * (i + 12))) & 0xf; in PACMult() local
/third_party/typescript/tests/baselines/reference/
DpromisePermutations3.js164 var s12 = testFunction12(x => x); variable
DpromisePermutations2.js164 var s12 = testFunction12(x => x); variable
DpromisePermutations.js165 var s12 = testFunction12(x => x); variable
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dranden_hwaes.cc347 const Vector128 s12 = Vector128Load(state + 12); in FeistelRound() local
/third_party/node/deps/v8/src/execution/arm/
Dsimulator-arm.h96 s12, enumerator
/third_party/skia/modules/canvaskit/npm_build/types/
Dcanvaskit-wasm-tests.ts819 const s12 = CK.Shader.MakeFractalNoise(0.1, 0.05, 2, 0, 80, 80); // $ExpectType Shader constant
/third_party/node/deps/openssl/openssl/crypto/ec/
Dcurve25519.c4639 int64_t s12 = kBottom21Bits & (load_4(s + 31) >> 4); in x25519_sc_reduce() local
5020 int64_t s12; in sc_muladd() local
/third_party/openssl/ohos_lite/crypto/ec/
Dcurve25519.c4629 int64_t s12 = kBottom21Bits & (load_4(s + 31) >> 4); in x25519_sc_reduce() local
5010 int64_t s12; in sc_muladd() local
/third_party/openssl/crypto/ec/
Dcurve25519.c4639 int64_t s12 = kBottom21Bits & (load_4(s + 31) >> 4); in x25519_sc_reduce() local
5020 int64_t s12; in sc_muladd() local
/third_party/skia/third_party/externals/libwebp/src/dsp/
Denc_sse2.c234 const __m128i s12 = _mm_packs_epi32(tmp1, tmp3); in FTransformPass1_SSE2() local