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

  /external/dropbear/libtomcrypt/src/ciphers/
khazad.c     [all...]
anubis.c     [all...]
  /external/skia/src/gpu/
FlingState.cpp 70 const float K1 = 0.02;
71 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...]
  /external/elfutils/lib/
sha1.c 209 #define K1 0x6ed9eba1
307 OP (20, FG, A, B, C, D, E, K1);
308 OP (21, FG, E, A, B, C, D, K1);
309 OP (22, FG, D, E, A, B, C, K1);
310 OP (23, FG, C, D, E, A, B, K1);
311 OP (24, FG, B, C, D, E, A, K1);
312 OP (25, FG, A, B, C, D, E, K1);
313 OP (26, FG, E, A, B, C, D, K1);
314 OP (27, FG, D, E, A, B, C, K1);
315 OP (28, FG, C, D, E, A, B, 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/legacy/src/views/
SkTouchGesture.cpp 70 const float K1 = 0.02f;
71 const float speed = fSpeed0 * (sk_float_exp(- K0 * t) - K1);
  /external/skia/src/views/
SkTouchGesture.cpp 70 const float K1 = 0.02f;
71 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)
  /bionic/libc/arch-mips/include/machine/
regnum.h 63 #define K1 27
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regnum.h 63 #define K1 27
  /external/clang/test/Sema/
warn-duplicate-enum.c 67 K1,
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
regnum.h 63 #define K1 27
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
regnum.h 63 #define K1 27
  /external/svox/pico/lib/
picosig2.c 532 picoos_single K1;
550 K1 = (picoos_single) PICODSP_START_FLOAT_NORM * K2;
551 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,
  /external/openssl/crypto/modes/
gcm128.c     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 364 Instruction *&InsertionPt, Instruction *&K1,
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 1278 milliseconds