Searched defs:k3 (Results 1 - 25 of 73) sorted by relevance

123

/external/clang/test/Lexer/
H A Dcxx1y_binary_literal.cpp19 int k3 = 0b10010g; // expected-error {{invalid suffix 'g' on integer constant}} variable
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
H A Dp17.cpp19 void k3() { function
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
H A DX9FieldElement.java31 public X9FieldElement(int m, int k1, int k2, int k3, ASN1OctetString s) argument
33 this(new ECFieldElement.F2m(m, k1, k2, k3, new BigInteger(1, s.getOctets())));
H A DX9FieldID.java55 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
58 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
60 * @param k3 The integer <code>k3</code> where <code>x<sup>m</sup> +
61 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
64 public X9FieldID(int m, int k1, int k2, int k3) argument
72 if (k3 != 0)
82 if (k2 <= k1 || k3 <= k2)
91 pentanomialParams.add(new ASN1Integer(k3));
/external/clang/test/CXX/class/class.union/
H A Dp2-0x.cpp8 static int k3 = k2; // expected-error {{non-const static data member must be initialized out of line}} member in union:U1
16 int U1::k3; member in class:U1
/external/clang/test/CodeGenCXX/
H A Dvtable-layout-extreme.cpp29 int k3; member in class:Test1::C3
205 int k3; member in class:Test1::C9
H A Dstatic-data-member.cpp100 static const int k3; member in union:test5::U
/external/clang/test/Modules/
H A Dtemplate-specialization-visibility.cpp17 int k3 = implicit_inst_member_class_template.n; variable
/external/clang/test/PCH/
H A Dcxx11-enum-template.cpp23 int k3 = (int)decltype(c)::e; // expected-error@10 {{conversion from 'double' to 'int'}} expected-note {{here}} member in struct:S
/external/guava/guava/src/com/google/common/collect/
H A DImmutableSortedMapFauxverideShim.java79 K k1, V v1, K k2, V v2, K k3, V v3) {
94 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
109 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
78 of( K k1, V v1, K k2, V v2, K k3, V v3) argument
93 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) argument
108 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
H A DImmutableBiMap.java75 K k1, V v1, K k2, V v2, K k3, V v3) {
76 return new RegularImmutableBiMap<K, V>(entryOf(k1, v1), entryOf(k2, v2), entryOf(k3, v3));
85 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
86 return new RegularImmutableBiMap<K, V>(entryOf(k1, v1), entryOf(k2, v2), entryOf(k3, v3),
96 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
97 return new RegularImmutableBiMap<K, V>(entryOf(k1, v1), entryOf(k2, v2), entryOf(k3, v3),
74 of( K k1, V v1, K k2, V v2, K k3, V v3) argument
84 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) argument
95 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
H A DImmutableListMultimap.java92 K k1, V v1, K k2, V v2, K k3, V v3) {
97 builder.put(k3, v3);
105 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
110 builder.put(k3, v3);
119 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
124 builder.put(k3, v3);
91 of( K k1, V v1, K k2, V v2, K k3, V v3) argument
104 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) argument
118 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
/external/openssh/
H A Dcipher-3des1.c47 EVP_CIPHER_CTX k1, k2, k3; member in struct:ssh1_3des_ctx
58 u_char *k1, *k2, *k3; local
69 k1 = k2 = k3 = (u_char *) key;
73 k3 += 16;
79 EVP_CIPHER_CTX_init(&c->k3);
82 EVP_CipherInit(&c->k3, EVP_des_cbc(), k3, NULL, enc) == 0) {
100 EVP_Cipher(&c->k3, dest, dest, len) == 0)
113 EVP_CIPHER_CTX_cleanup(&c->k3);
133 memcpy(c->k3
[all...]
/external/skia/src/core/
H A DSkSRGB.h85 k3 = 0.3000f; local
86 auto hi = SkNx_fma(x*x, SkNx_fma(x, k3, k2), k0);
104 k3 = 0.3000f * u*u*u; local
105 auto hi = SkNx_fma(x*x, SkNx_fma(x, k3, k2), k0);
/external/clang/test/Parser/
H A Dcxx1z-fold-expressions.cpp10 int k3 = (... + 2); // expected-error {{does not contain any unexpanded parameter packs}} variable
/external/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_posix.cc62 thread_key k3 = thread_key(key, &mtx, 44, &cnt); local
66 EXPECT_EQ(pthread_create(&th[2], 0, dtors_thread, &k3), 0);
/external/clang/test/SemaCXX/
H A Daddress-of-temporary.cpp54 void k3() { consume(S { (A){} }); } function in namespace:PointerToArrayDecay
H A Dusing-directive.cpp59 K2 *k3; // expected-error{{reference to 'K2' is ambiguous}} variable
H A Dcxx11-user-defined-literals.cpp96 int k3 = 123_ambig2; // ok member in namespace:AmbiguousRawTemplate::N
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableBiMap.java47 K k1, V v1, K k2, V v2, K k3, V v3) {
49 k1, v1, k2, v2, k3, v3));
53 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
55 k1, v1, k2, v2, k3, v3, k4, v4));
59 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
61 k1, v1, k2, v2, k3, v3, k4, v4, k5, v5));
46 of( K k1, V v1, K k2, V v2, K k3, V v3) argument
52 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) argument
58 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
H A DImmutableListMultimap.java87 K k1, V v1, K k2, V v2, K k3, V v3) {
92 builder.put(k3, v3);
100 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
105 builder.put(k3, v3);
114 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
119 builder.put(k3, v3);
86 of( K k1, V v1, K k2, V v2, K k3, V v3) argument
99 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) argument
113 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
/external/jemalloc/include/jemalloc/internal/
H A Dhash.h180 uint32_t k3 = hash_get_block_32(blocks, i*4 + 2); local
193 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3;
210 uint32_t k3 = 0; local
219 case 12: k3 ^= tail[11] << 24;
220 case 11: k3 ^= tail[10] << 16;
221 case 10: k3
[all...]
/external/kmod/testsuite/
H A Dtest-hash.c51 const char *k1 = "k1", *k2 = "k2", *k3 = "k3"; local
56 hash_add(h, k3, v3);
70 const char *k1 = "k1", *k2 = "k2", *k3 = "k3"; local
77 r |= hash_add(h, k3, v3);
100 const char *k1 = "k1", *k2 = "k2", *k3 = "k3"; local
107 r |= hash_add(h, k3, v3);
132 const char *k1 = "k1", *k2 = "k2", *k3 local
166 const char *k1 = "k1", *k2 = "k2", *k3 = "k3"; local
201 const char *k1 = "k1", *k2 = "k2", *k3 = "k3"; local
[all...]
/external/libvpx/libvpx/vpx_dsp/
H A Ddeblock.c70 unsigned char k1, k2, k3; local
73 k3 = (k1 + k2 + 1) >> 1;
74 v = (k3 + v + 1) >> 1;
94 unsigned char k1, k2, k3; local
97 k3 = (k1 + k2 + 1) >> 1;
98 v = (k3 + v + 1) >> 1;
/external/libvpx/libvpx/vpx_dsp/mips/
H A Didct8x8_msa.c44 v8i16 s0, s1, s2, s3, s4, s5, s6, s7, k0, k1, k2, k3, m0, m1, m2, m3; local
57 k3 = VP9_SET_COSPI_PAIR(cospi_12_64, cospi_20_64);
58 DOTP_SH4_SW(s0, s0, s1, s1, k0, k1, k2, k3, tmp0, tmp1, tmp2, tmp3);
69 k3 = VP9_SET_COSPI_PAIR(cospi_8_64, cospi_24_64);
70 DOTP_SH4_SW(s0, s0, s1, s1, k0, k1, k2, k3, tmp0, tmp1, tmp2, tmp3);

Completed in 809 milliseconds

123