HomeSort by relevance Sort by last modified time
    Searched refs:K1 (Results 1 - 11 of 11) sorted by null

  /packages/apps/Email/tests/src/com/android/email/mail/store/imap/
ImapListTest.java 135 final ImapString K1 = new ImapSimpleString("aBCd");
140 K1, STRING_1,
161 assertElement(null, buildList(K1).getKeyedElementOrNull("abcd", false));
165 final ImapString K1 = new ImapSimpleString("Key");
166 ImapList list = buildList(K1, LIST_1);
178 final ImapString K1 = new ImapSimpleString("Key");
179 ImapList list = buildList(K1, STRING_1);
191 final ImapString K1 = new ImapSimpleString("aBCd");
195 ImapList list = buildList(K1, K2, K3);
  /external/e2fsprogs/lib/ext2fs/
dirhash.c 63 #define K1 0
75 ROUND(F, a, b, c, d, in[0] + K1, 3);
76 ROUND(F, d, a, b, c, in[1] + K1, 7);
77 ROUND(F, c, d, a, b, in[2] + K1, 11);
78 ROUND(F, b, c, d, a, in[3] + K1, 19);
79 ROUND(F, a, b, c, d, in[4] + K1, 3);
80 ROUND(F, d, a, b, c, in[5] + K1, 7);
81 ROUND(F, c, d, a, b, in[6] + K1, 11);
82 ROUND(F, b, c, d, a, in[7] + K1, 19);
114 #undef K1
    [all...]
  /external/webkit/WebCore/svg/
SVGFECompositeElement.h 43 DECLARE_ANIMATED_PROPERTY(SVGFECompositeElement, SVGNames::k1Attr, float, K1, k1)
  /external/dbus/dbus/
dbus-sha.c 107 #define K1 0x5A827999L /* Rounds 0-19 */
184 subRound (A, B, C, D, E, f1, K1, eData[0]);
185 subRound (E, A, B, C, D, f1, K1, eData[1]);
186 subRound (D, E, A, B, C, f1, K1, eData[2]);
187 subRound (C, D, E, A, B, f1, K1, eData[3]);
188 subRound (B, C, D, E, A, f1, K1, eData[4]);
189 subRound (A, B, C, D, E, f1, K1, eData[5]);
190 subRound (E, A, B, C, D, f1, K1, eData[6]);
191 subRound (D, E, A, B, C, f1, K1, eData[7]);
192 subRound (C, D, E, A, B, f1, K1, eData[8])
    [all...]
  /external/libvpx/vpx_mem/memory_manager/
hmm_base.c 420 #define COMPARE_KEY_KEY(K1, K2) ((K1) == (K2) ? 0 : ((K1) > (K2) ? 1 : -1))
  /external/speex/libspeex/
math_approx.h 183 #define K1 8192
195 return ADD32(K1, MULT16_16_P13(x2, ADD32(K2, MULT16_16_P13(x2, ADD32(K3, MULT16_16_P13(K4, x2))))));
199 return SUB32(-K1, MULT16_16_P13(x2, ADD32(K2, MULT16_16_P13(x2, ADD32(K3, MULT16_16_P13(K4, x2))))));
241 K1 = log(2)
  /external/dropbear/libtomcrypt/src/ciphers/
khazad.c     [all...]
kseed.c 188 #define F(L1, L2, R1, R2, K1, K2) \
189 T2 = G((R1 ^ K1) ^ (R2 ^ K2)); \
190 T = G( G(T2 + (R1 ^ K1)) + T2); \
192 L1 ^= (T + G(T2 + (R1 ^ K1))); \
205 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
    [all...]
anubis.c     [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentSkipListMap.java 643 int compare(K k1, K k2) throws ClassCastException {
646 return cmp.compare(k1, k2);
648 return ((Comparable<? super K>)k1).compareTo(k2);
    [all...]
  /external/svox/pico/lib/
picosig2.c 533 picoos_single K1;
551 K1 = (picoos_single) PICODSP_START_FLOAT_NORM * K2;
552 XXr[0] = (picoos_int32) ((picoos_single) c1[0] * K1);
    [all...]

Completed in 3038 milliseconds