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

  /external/dropbear/libtomcrypt/src/ciphers/
khazad.c     [all...]
anubis.c     [all...]
  /external/skia/gpu/src/
FlingState.cpp 77 const float K1 = 0.02;
78 const float speed = fSpeed0 * (sk_float_exp(- K0 * t) - K1);
  /external/clang/test/SemaCXX/
using-directive.cpp 23 class K1 {
55 void K1::foo() {} // okay
  /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...]
  /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/clang/test/SemaTemplate/
instantiate-declref.cpp 10 static enum K1 { K1Val = sizeof(T) } Kind1;
15 K1 k1 = K1Val; local
23 K1 k1 = K1Val; local
46 enum { K1Val = sizeof(T) } k1; local
  /external/skia/src/views/
SkTouchGesture.cpp 77 const float K1 = 0.02f;
78 const float speed = fSpeed0 * (sk_float_exp(- K0 * t) - K1);
  /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/dbus/dbus/
dbus-sha.c 108 #define K1 0x5A827999L /* Rounds 0-19 */
185 subRound (A, B, C, D, E, f1, K1, eData[0]);
186 subRound (E, A, B, C, D, f1, K1, eData[1]);
187 subRound (D, E, A, B, C, f1, K1, eData[2]);
188 subRound (C, D, E, A, B, f1, K1, eData[3]);
189 subRound (B, C, D, E, A, f1, K1, eData[4]);
190 subRound (A, B, C, D, E, f1, K1, eData[5]);
191 subRound (E, A, B, C, D, f1, K1, eData[6]);
192 subRound (D, E, A, B, C, f1, K1, eData[7]);
193 subRound (C, D, E, A, B, f1, K1, eData[8])
    [all...]
  /external/svox/pico/lib/
picosig2.c 531 picoos_single K1;
549 K1 = (picoos_single) PICODSP_START_FLOAT_NORM * K2;
550 XXr[0] = (picoos_int32) ((picoos_single) c1[0] * K1);
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 158 A1, B1, C1, D1, E1, F1, G1, H1, I1, J1, K1, L1, M1, N1, O1, P1, Q1, R1, S1, T1, U1, V1, W1, X1, Y1, Z1,
163 A1, B1, C1, D1, E1, F1, G1, H1, I1, J1, K1, L1, M1, N1, O1, P1, Q1, R1, S1, T1, U1, V1, W1, X1, Y1, Z1,

Completed in 322 milliseconds