Searched defs:k1 (Results 1 - 25 of 55) sorted by relevance

123

/external/openssl/crypto/des/
H A Drpw.c64 DES_cblock k,k1; local
78 if ((i=des_read_2passwords(&k,&k1,
87 printf("%02x ",k1[i]);
H A Dofb64ede.c67 DES_key_schedule *k1, DES_key_schedule *k2,
94 DES_encrypt3(ti,k1,k2,k3);
120 register unsigned char *out, long length, DES_key_schedule k1,
123 DES_ede3_ofb64_encrypt(in, out, length, k1,k2,k1, ivec, num);
65 DES_ede3_ofb64_encrypt(register const unsigned char *in, register unsigned char *out, long length, DES_key_schedule *k1, DES_key_schedule *k2, DES_key_schedule *k3, DES_cblock *ivec, int *num) argument
119 DES_ede2_ofb64_encrypt(register unsigned char *in, register unsigned char *out, long length, DES_key_schedule k1, DES_key_schedule k2, DES_cblock (*ivec), int *num) argument
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
H A Dp17.cpp6 void k1() { function
/external/antlr/src/org/antlr/runtime/misc/
H A DDoubleKeyMap.java12 public Value put(Key1 k1, Key2 k2, Value v) { argument
13 Map<Key2, Value> data2 = data.get(k1);
17 data.put(k1, data2);
26 public Value get(Key1 k1, Key2 k2) { argument
27 Map<Key2, Value> data2 = data.get(k1);
32 public Map<Key2, Value> get(Key1 k1) { return data.get(k1); } argument
35 public Collection<Value> values(Key1 k1) { argument
36 Map<Key2, Value> data2 = data.get(k1);
47 public Set<Key2> keySet(Key1 k1) { argument
[all...]
/external/bouncycastle/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.java40 * @param k1 The integer <code>k1</code> where <code>x<sup>m</sup> +
41 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
44 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
47 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
50 public X9FieldID(int m, int k1, int k2, int k3) argument
59 fieldIdParams.add(new DERInteger(k1));
65 pentanomialParams.add(new DERInteger(k1));
/external/clang/test/CodeGenCXX/
H A Dvtable-layout-extreme.cpp27 int k1; member in class:Test1::C3
64 int k1; member in class:Test1::C7
75 int k1; member in class:Test1::C8
203 int k1; member in class:Test1::C9
/external/guava/src/com/google/common/collect/
H A DImmutableSortedMapFauxverideShim.java53 @Deprecated public static <K, V> ImmutableSortedMap<K, V> of(K k1, V v1) { argument
67 K k1, V v1, K k2, V v2) {
82 K k1, V v1, K k2, V v2, K k3, V v3) {
97 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
112 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
66 of( K k1, V v1, K k2, V v2) argument
81 of( K k1, V v1, K k2, V v2, K k3, V v3) argument
96 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) argument
111 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.java66 public static <K, V> ImmutableListMultimap<K, V> of(K k1, V v1) { argument
69 builder.put(k1, v1);
76 public static <K, V> ImmutableListMultimap<K, V> of(K k1, V v1, K k2, V v2) { argument
79 builder.put(k1, v1);
88 K k1, V v1, K k2, V v2, K k3, V v3) {
91 builder.put(k1, v1);
101 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
104 builder.put(k1, v1);
115 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
118 builder.put(k1, v
87 of( K k1, V v1, K k2, V v2, K k3, V v3) argument
100 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) argument
114 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
[all...]
H A DImmutableSetMultimap.java69 public static <K, V> ImmutableSetMultimap<K, V> of(K k1, V v1) { argument
71 builder.put(k1, v1);
80 public static <K, V> ImmutableSetMultimap<K, V> of(K k1, V v1, K k2, V v2) { argument
82 builder.put(k1, v1);
93 K k1, V v1, K k2, V v2, K k3, V v3) {
95 builder.put(k1, v1);
107 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
109 builder.put(k1, v1);
122 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
124 builder.put(k1, v
92 of( K k1, V v1, K k2, V v2, K k3, V v3) argument
106 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) argument
121 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
[all...]
H A DImmutableBiMap.java61 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1) { argument
62 return new RegularImmutableBiMap<K, V>(ImmutableMap.of(k1, v1));
70 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2) { argument
71 return new RegularImmutableBiMap<K, V>(ImmutableMap.of(k1, v1, k2, v2));
80 K k1, V v1, K k2, V v2, K k3, V v3) {
82 k1, v1, k2, v2, k3, v3));
91 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
93 k1, v1, k2, v2, k3, v3, k4, v4));
102 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
104 k1, v
79 of( K k1, V v1, K k2, V v2, K k3, V v3) argument
90 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) argument
101 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
[all...]
H A DImmutableMap.java73 public static <K, V> ImmutableMap<K, V> of(K k1, V v1) { argument
75 checkNotNull(k1), checkNotNull(v1));
83 public static <K, V> ImmutableMap<K, V> of(K k1, V v1, K k2, V v2) { argument
84 return new RegularImmutableMap<K, V>(entryOf(k1, v1), entryOf(k2, v2));
93 K k1, V v1, K k2, V v2, K k3, V v3) {
95 entryOf(k1, v1), entryOf(k2, v2), entryOf(k3, v3));
104 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
106 entryOf(k1, v1), entryOf(k2, v2), entryOf(k3, v3), entryOf(k4, v4));
115 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
116 return new RegularImmutableMap<K, V>(entryOf(k1, v
92 of( K k1, V v1, K k2, V v2, K k3, V v3) argument
103 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) argument
114 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
[all...]
H A DImmutableMultimap.java61 public static <K, V> ImmutableMultimap<K, V> of(K k1, V v1) { argument
62 return ImmutableListMultimap.of(k1, v1);
68 public static <K, V> ImmutableMultimap<K, V> of(K k1, V v1, K k2, V v2) { argument
69 return ImmutableListMultimap.of(k1, v1, k2, v2);
76 K k1, V v1, K k2, V v2, K k3, V v3) {
77 return ImmutableListMultimap.of(k1, v1, k2, v2, k3, v3);
84 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
85 return ImmutableListMultimap.of(k1, v1, k2, v2, k3, v3, k4, v4);
92 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
93 return ImmutableListMultimap.of(k1, v
75 of( K k1, V v1, K k2, V v2, K k3, V v3) argument
83 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) argument
91 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
[all...]
H A DImmutableSortedMap.java93 of(K k1, V v1) { argument
94 Entry<?, ?>[] entries = { entryOf(k1, v1) };
106 of(K k1, V v1, K k2, V v2) { argument
108 .put(k1, v1).put(k2, v2).build();
119 of(K k1, V v1, K k2, V v2, K k3, V v3) { argument
121 .put(k1, v1).put(k2, v2).put(k3, v3).build();
132 of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { argument
134 .put(k1, v1).put(k2, v2).put(k3, v3).put(k4, v4).build();
145 of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { argument
147 .put(k1, v
[all...]
/external/dropbear/libtomcrypt/src/ciphers/
H A Dkseed.c205 ulong32 tmp, k1, k2, k3, k4; local
216 LOAD32H(k1, key);
222 skey->kseed.K[2*i+0] = G(k1 + k3 - KCi[i]);
229 tmp = k1;
230 k1 = ((k1 >> 8) | (k2 << 24)) & 0xFFFFFFFF;
/external/freetype/src/base/
H A Dfttrigon.c68 FT_UInt32 v1, v2, k1, k2, hi, lo1, lo2, lo3; local
77 k1 = (FT_UInt32)FT_TRIG_SCALE >> 16; /* constant */
80 hi = k1 * v1;
81 lo1 = k1 * v2 + k2 * v1; /* can't overflow */
/external/bouncycastle/src/main/java/org/bouncycastle/math/ec/
H A DECCurve.java189 * PPB: The integer <code>k1</code> where <code>x<sup>m</sup> +
190 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
193 private int k1; // can't be final - JDK 1.1 field in class:ECCurve.F2m
198 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
206 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
294 * @param k1 The integer <code>k1</code> where <code>x<sup>m</sup> +
295 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
298 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
301 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</su
310 F2m( int m, int k1, int k2, int k3, BigInteger a, BigInteger b) argument
344 F2m( int m, int k1, int k2, int k3, BigInteger a, BigInteger b, BigInteger n, BigInteger h) argument
[all...]
H A DECFieldElement.java349 // * PPB: The integer <code>k1</code> where <code>x<sup>m</sup> +
350 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
353 // private int k1;
358 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
366 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
375 // * @param k1 The integer <code>k1</code> where <code>x<sup>m</sup> +
376 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
379 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
382 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</su
812 private int k1; field in class:ECFieldElement.F2m
855 F2m( int m, int k1, int k2, int k3, BigInteger x) argument
911 F2m(int m, int k1, int k2, int k3, IntArray x) argument
[all...]
/external/clang/test/SemaTemplate/
H A Dinstantiate-declref.cpp15 K1 k1 = K1Val; local
23 K1 k1 = K1Val; local
46 enum { K1Val = sizeof(T) } k1; local
/external/icu4c/test/intltest/
H A Dthcoll.cpp169 CollationKey k1, k2; local
170 coll->getCollationKey(lastWord, k1, status);
176 msg.append("key1: ").append(prettify(k1, str)).append("\n");
288 CollationKey k1, k2;
289 c.getCollationKey(s1, k1, status);
295 errln((UnicodeString)" key1: " + prettify(k1, t1) );
301 CollationKey k1, k2;
302 c.getCollationKey(s1, k1, status);
309 result = k1.compareTo(k2);
317 errln((UnicodeString)" " + prettify(k1, t
[all...]
/external/valgrind/main/perf/
H A Dffbench.c174 int ibit, idim, k1, k2, n, nprev, nrem, ntot; local
218 k1 = i2;
219 k2 = k1 + ifp1;
222 data[k2] = data[k1] - tempr;
223 data[k2 + 1] = data[k1 + 1] - tempi;
224 data[k1] += tempr;
225 data[k1 + 1] += tempi;
/external/webkit/Source/WebCore/platform/audio/
H A DSincResampler.cpp176 float* k1 = m_kernelStorage.data() + offsetIndex * m_kernelSize; local
177 float* k2 = k1 + m_kernelSize;
196 sum1 += input * *k1; \
198 ++k1; \
/external/webkit/Source/WebCore/platform/graphics/filters/
H A DFEComposite.cpp38 FEComposite::FEComposite(Filter* filter, const CompositeOperationType& type, float k1, float k2, float k3, float k4) argument
41 , m_k1(k1)
48 PassRefPtr<FEComposite> FEComposite::create(Filter* filter, const CompositeOperationType& type, float k1, float k2, float k3, float k4) argument
50 return adoptRef(new FEComposite(filter, type, k1, k2, k3, k4));
66 float FEComposite::k1() const function in class:WebCore::FEComposite
71 bool FEComposite::setK1(float k1) argument
73 if (m_k1 == k1)
75 m_k1 = k1;
120 float k1, float k2, float k3, float k4)
125 scaledK1 = k1 / 25
119 computeArithmeticPixels(unsigned char* source, unsigned char* destination, int pixelArrayLength, float k1, float k2, float k3, float k4) argument
153 arithmetic(ByteArray* srcPixelArrayA, ByteArray* srcPixelArrayB, float k1, float k2, float k3, float k4) argument
[all...]
/external/webrtc/src/modules/audio_processing/aec/main/source/
H A Daec_rdft.c32 int j, j1, k, k1, m, m2; local
51 k1 = 2 * k + ip[j];
54 yr = a[k1];
55 yi = a[k1 + 1];
58 a[k1] = xr;
59 a[k1 + 1] = xi;
61 k1 += 2 * m2;
64 yr = a[k1];
65 yi = a[k1 + 1];
68 a[k1]
147 int j, k1, k2; local
251 int j, j1, j2, j3, k, k1, k2, m, m2; local
438 int j1, j2, k1, k2; local
459 int j1, j2, k1, k2; local
[all...]
H A Daec_rdft_sse2.c25 int j1, j2, k1, k2; local
99 k1 = 32 - j1;
100 wkr = 0.5f - c[k1];
115 int j1, j2, k1, k2; local
191 k1 = 32 - j1;
192 wkr = 0.5f - c[k1];

Completed in 702 milliseconds

123