Home
last modified time | relevance | path

Searched refs:s6_2 (Results 1 – 8 of 8) sorted by relevance

/dports/security/hash/Hash-3c8d607b3d470d8a41ac3262ee310e850fab61cd/tests/
H A Dtest_tuple_hash.cpp67 const char s6_2[8] = {0}; variable
69 == Hash(32).nextData(s6_2).finalize().toString());
123 const char s6_2[8] = {0}; variable
125 == Hash(32).nextData(s6_2).finalize().toString());
/dports/lang/lfe/lfe-1.3/dev/
H A Dspecs_test.erl3 -export([s1/0,s2/1,s3/2,s4/2,s5/2,s6_1/2,s6_2/2]).
20 s6_2(_, _) -> 23. function
H A Dinclude_specs.hrl21 -spec s6_2(Pred, list()) -> list() when Pred :: fun((any()) -> boolean()).
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/vpx_dsp/arm/
H A Didct32x32_135_add_neon.c106 int16x8_t s6_0, s6_1, s6_2, s6_3, s6_4, s6_5, s6_6, s6_7, s6_10, s6_11, s6_12, in idct32_12_neon() local
261 s6_2 = vaddq_s16(s5_2, s5_5); in idct32_12_neon()
295 s7_2 = vaddq_s16(s6_2, s6_13); in idct32_12_neon()
306 s7_13 = vsubq_s16(s6_2, s6_13); in idct32_12_neon()
407 int16x8_t s6_0, s6_1, s6_2, s6_3, s6_4, s6_5, s6_6, s6_7, s6_10, s6_11, s6_12, in idct32_16_neon() local
590 s6_2 = vaddq_s16(s5_2, s5_5); in idct32_16_neon()
623 s7_2 = vaddq_s16(s6_2, s6_13); in idct32_16_neon()
634 s7_13 = vsubq_s16(s6_2, s6_13); in idct32_16_neon()
/dports/print/lout/lout-3.40/doc/design/
H A Dall56 @Include { s6_2 }
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/math/ec/rfc7748/
H A DX448Field.java828 int s6_2 = s6 * 2; in sqr() local
943 long h13 = (long)s7 * (s6_2 & U32); in sqr()
/dports/lang/cython/Cython-0.29.24/tests/run/
H A Dstrliterals.pyx184 s6_2 = rb"abc\x11" variable
189 assert s6 == s6_2
/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Dstrliterals.pyx184 s6_2 = rb"abc\x11" variable
189 assert s6 == s6_2