Searched refs:K1 (Results 1 - 25 of 26) sorted by relevance

12

/external/guava/guava/src/com/google/common/cache/
H A DCacheBuilder.java393 * instance, this method returns {@code CacheBuilder<K1, V1>}. From this point on, either the
410 public <K1 extends K, V1 extends V> CacheBuilder<K1, V1> weigher( argument
411 Weigher<? super K1, ? super V1> weigher) {
420 CacheBuilder<K1, V1> me = (CacheBuilder<K1, V1>) this;
434 <K1 extends K, V1 extends V> Weigher<K1, V1> getWeigher() {
435 return (Weigher<K1, V1>) Objects.firstNonNull(weigher, OneWeigher.INSTANCE);
678 * instance, this method returns {@code CacheBuilder<K1, V
694 removalListener( RemovalListener<? super K1, ? super V1> listener) argument
736 build( CacheLoader<? super K1, V1> loader) argument
[all...]
/external/clang/test/SemaTemplate/
H A Dinstantiate-declref.cpp10 static enum K1 { K1Val = sizeof(T) } Kind1; enum in struct:N::Outer::Inner::InnerTemplate::VeryInner
15 K1 k1 = K1Val;
23 K1 k1 = K1Val;
/external/clang/test/SemaCXX/
H A Dwarn-unique-enum.cpp21 enum K { K1, K2, K3, K4 }; enumerator in enum:K
H A Dusing-directive.cpp23 class K1 { class in namespace:A
55 void K1::foo() {} // okay
/external/elfutils/lib/
H A Dsha1.c209 #define K1 0x6ed9eba1 macro
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...]
/external/e2fsprogs/lib/ext2fs/
H A Ddirhash.c63 #define K1 0 macro
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 macro
[all...]
/external/clang/test/Sema/
H A Dwarn-duplicate-enum.c67 K1, enumerator in enum:__anon4605
/external/webkit/Source/WebCore/svg/
H A DSVGFECompositeElement.h51 DECLARE_ANIMATED_NUMBER(K1, k1)
H A DSVGFECompositeElement.cpp37 DEFINE_ANIMATED_NUMBER(SVGFECompositeElement, SVGNames::k1Attr, K1, k1)
/external/skia/src/gpu/
H A DFlingState.cpp70 const float K1 = 0.02; local
71 const float speed = fSpeed0 * (sk_float_exp(- K0 * t) - K1);
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
H A DCacheBuilder.java106 public <K1 extends K, V1 extends V> Cache<K1, V1> build() {
107 return new LocalManualCache<K1, V1>(this);
110 public <K1 extends K, V1 extends V> LoadingCache<K1, V1> build( argument
111 CacheLoader<? super K1, V1> loader) {
112 return new LocalLoadingCache<K1, V1>(this, loader);
/external/dbus/dbus/
H A Ddbus-sha.c108 #define K1 0x5A827999L /* Rounds 0-19 */ macro
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, eDat
[all...]
/external/libvpx/vpx_mem/memory_manager/
H A Dhmm_base.c420 #define COMPARE_KEY_KEY(K1, K2) ((K1) == (K2) ? 0 : ((K1) > (K2) ? 1 : -1))
/external/speex/libspeex/
H A Dmath_approx.h183 #define K1 8192 macro
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/
H A Dkhazad.c600 ulong64 K2, K1; local
626 K1 =
641 * K[r] = rho(c[r], K1) ^ K2;
644 T0[(int)(K1 >> 56) ] ^
645 T1[(int)(K1 >> 48) & 0xff] ^
646 T2[(int)(K1 >> 40) & 0xff] ^
647 T3[(int)(K1 >> 32) & 0xff] ^
648 T4[(int)(K1 >> 24) & 0xff] ^
649 T5[(int)(K1 >> 16) & 0xff] ^
650 T6[(int)(K1 >>
[all...]
H A Dkseed.c188 #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))); \
H A Danubis.c903 ulong32 v, K0, K1, K2, K3; local
948 K1 = T4[(kappa[N - 1] >> 16) & 0xff];
957 K1 = T4[(kappa[i] >> 16) & 0xff] ^
958 (T5[(K1 >> 24) & 0xff] & 0xff000000U) ^
959 (T5[(K1 >> 16) & 0xff] & 0x00ff0000U) ^
960 (T5[(K1 >> 8) & 0xff] & 0x0000ff00U) ^
961 (T5[(K1 ) & 0xff] & 0x000000ffU);
975 K0 = K1 = K2 = K3 = 0;
978 K1 ^= U[i][(kappa[i] >> 16) & 0xff];
984 skey->anubis.roundKeyEnc[r][1] = K1;
[all...]
/external/llvm/lib/Target/Mips/
H A DMipsRegisterInfo.cpp84 Mips::ZERO, Mips::AT, Mips::K0, Mips::K1, Mips::SP
/external/skia/src/views/
H A DSkTouchGesture.cpp70 const float K1 = 0.02f; local
71 const float speed = fSpeed0 * (sk_float_exp(- K0 * t) - K1);
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsBaseInfo.h192 case Mips::K1: case Mips::K1_64: case Mips::F27: case Mips::D27_64:
/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp304 Instruction *&InsertionPt, Instruction *&K1,
2029 Instruction *&K1, Instruction *&K2,
2059 K1 = new ShuffleVectorInst(K, UndefValue::get(VType),
2066 K1 = ExtractElementInst::Create(K, FlipMemInputs ? CV1 : CV0,
2088 K1->insertAfter(K);
2089 K2->insertAfter(K1);
2342 Instruction *K1 = 0, *K2 = 0; local
2343 replaceOutputsOfPair(Context, I, J, K, InsertionPt, K1, K2,
2354 I->replaceAllUsesWith(K1);
2356 AA->replaceWithNewValue(I, K1);
2026 replaceOutputsOfPair(LLVMContext& Context, Instruction *I, Instruction *J, Instruction *K, Instruction *&InsertionPt, Instruction *&K1, Instruction *&K2, bool FlipMemInputs) argument
[all...]
/external/openssl/crypto/bn/asm/
H A Dmodexp512-x86_64.pl331 my $K1 = 704; # = 8 * 8 * 11 /* += 8 * 8 */
487 add \$`$K1-$M2`, %rsi # rsi -> pK1 ; 128 bits, 2 qwords
489 # MUL_128x128t128 rdi, rcx, rsi ; Q = X2 * K1 (bottom half)
490 # B1:B0 = rsi[1:0] = K1[1:0]
512 sub \$`$K1-$M`, %rsi
/external/svox/pico/lib/
H A Dpicosig2.c532 picoos_single K1; local
550 K1 = (picoos_single) PICODSP_START_FLOAT_NORM * K2;
551 XXr[0] = (picoos_int32) ((picoos_single) c1[0] * K1);
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp332 .Case("k1", Mips::K1)
/external/openssl/crypto/modes/
H A Dgcm128.c1461 static const u8 K1[16], local
1469 #define K2 K1
1723 AES_set_encrypt_key(K1,sizeof(K1)*8,&key);

Completed in 637 milliseconds

12