Searched defs:k2 (Results 26 - 50 of 146) sorted by relevance

123456

/external/guava/guava/src/com/google/common/collect/
H A DImmutableSortedMapFauxverideShim.java67 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 DForwardingSortedMap.java96 private int unsafeCompare(Object k1, Object k2) { argument
99 return ((Comparable<Object>) k1).compareTo(k2);
101 return ((Comparator<Object>) comparator).compare(k1, k2);
/external/openssl/crypto/des/
H A Dofb64ede.c67 DES_key_schedule *k1, DES_key_schedule *k2,
94 DES_encrypt3(ti,k1,k2,k3);
121 DES_key_schedule k2, DES_cblock (*ivec), int *num)
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/chromium_org/third_party/WebKit/Source/platform/graphics/cpu/arm/filters/
H A DFECompositeArithmeticNEON.h39 unsigned pixelArrayLength, float k1, float k2, float k3, float k4)
42 float32x4_t k2x4 = vdupq_n_f32(k2);
76 unsigned pixelArrayLength, float k1, float k2, float k3, float k4)
80 computeArithmeticPixelsNeon<0, 0>(source, destination, pixelArrayLength, k1, k2, k3, k4);
84 computeArithmeticPixelsNeon<1, 0>(source, destination, pixelArrayLength, k1, k2, k3, k4);
89 computeArithmeticPixelsNeon<0, 1>(source, destination, pixelArrayLength, k1, k2, k3, k4);
92 computeArithmeticPixelsNeon<1, 1>(source, destination, pixelArrayLength, k1, k2, k3, k4);
38 computeArithmeticPixelsNeon(unsigned char* source, unsigned char* destination, unsigned pixelArrayLength, float k1, float k2, float k3, float k4) argument
75 platformArithmeticNeon(unsigned char* source, unsigned char* destination, unsigned pixelArrayLength, float k1, float k2, float k3, float k4) argument
/external/clang/test/SemaCXX/
H A Ddr1301.cpp67 int k2 = K().j.f(); // expected-error {{call to implicitly-deleted default}} variable
H A Daddress-of-temporary.cpp53 void k2() { consume(S { A{} }); } function in namespace:PointerToArrayDecay
H A Dtypedef-redecl.cpp61 int k2 = k; variable
H A Dusing-directive.cpp57 struct K2 *k2; // expected-error{{reference to 'K2' is ambiguous}} variable in typeref:struct:K2
/external/guava/guava/src/com/google/common/hash/
H A DMurmur3_128HashFunction.java61 long k2 = bb.getLong();
63 bmix64(k1, k2);
66 private void bmix64(long k1, long k2) { argument
76 k2 *= c2;
77 k2 = Long.rotateLeft(k2, 33);
78 k2 *= c1;
79 h2 ^= k2;
88 long k2 = 0;
92 k2
[all...]
/external/bluetooth/bluedroid/stack/smp/
H A Dsmp_cmac.c185 static void cmac_prepare_last_block (BT_OCTET16 k1, BT_OCTET16 k2) argument
200 else /* padding then xor with k2 */
204 smp_xor_128(&cmac_cb.text[0], k2);
218 UINT8 k1[BT_OCTET16_LEN], k2[BT_OCTET16_LEN]; local
238 leftshift_onebit(k1, k2);
239 smp_xor_128(k2, const_Rb);
244 leftshift_onebit(k1, k2);
248 print128(k2, (const UINT8 *)"K2");
250 cmac_prepare_last_block (k1, k2);
/external/chromium_org/third_party/angle/src/third_party/murmurhash/
H A DMurmurHash3.cpp174 uint32_t k2 = getblock(blocks,i*4+1); local
182 k2 *= c2; k2 = ROTL32(k2,16); k2 *= c3; h2 ^= k2;
201 uint32_t k2 = 0; local
218 case 8: k2 ^= tail[ 7] << 24;
219 case 7: k2 ^= tail[ 6] << 16;
220 case 6: k2
275 uint64_t k2 = getblock(blocks,i*2+1); local
292 uint64_t k2 = 0; local
[all...]
/external/chromium_org/third_party/freetype/src/base/
H A Dfttrigon.c83 FT_UInt32 v1, v2, k1, k2, hi, lo1, lo2, lo3; local
93 k2 = (FT_UInt32)( FT_TRIG_SCALE & 0xFFFFL ); /* constant */
96 lo1 = k1 * v2 + k2 * v1; /* can't overflow */
98 lo2 = ( k2 * v2 ) >> 16;
/external/chromium_org/third_party/smhasher/src/
H A DDifferentialTest.h104 void DiffTestRecurse ( pfHash hash, keytype & k1, keytype & k2, hashtype & h1, hashtype & h2, int start, int bitsleft, std::vector<keytype> & diffs ) argument
110 flipbit(&k2,sizeof(k2),i);
113 hash(&k2,sizeof(k2),0,&h2);
117 diffs.push_back(k1 ^ k2);
122 DiffTestRecurse(hash,k1,k2,h1,h2,i+1,bitsleft,diffs);
125 flipbit(&k2,sizeof(k2),i);
146 keytype k1,k2; local
222 keytype k2 = keys[i] ^ d; local
[all...]
H A DMurmurHash2.cpp159 uint32_t k2 = *data++; local
160 k2 *= m; k2 ^= k2 >> r; k2 *= m;
161 h2 *= m; h2 ^= k2;
H A DMurmurHash3.cpp174 uint32_t k2 = getblock32(blocks,i*4+1); local
182 k2 *= c2; k2 = ROTL32(k2,16); k2 *= c3; h2 ^= k2;
201 uint32_t k2 = 0; local
218 case 8: k2 ^= tail[ 7] << 24;
219 case 7: k2 ^= tail[ 6] << 16;
220 case 6: k2
275 uint64_t k2 = getblock64(blocks,i*2+1); local
292 uint64_t k2 = 0; local
[all...]
/external/clang/test/CXX/special/class.inhctor/
H A Dp2.cpp80 char k2 = 'x'; member in struct:ConstexprEval2
87 static_assert(ce.k2 == 'x', "");
/external/clang/test/OpenMP/
H A Dsimd_ast_print.cpp64 int k1 = 0, k2 = 0; local
65 #pragma omp simd safelen(LEN) linear(k1,k2:LEN) aligned(a:LEN)
69 c[k2] = a[k2] + b[k2];
71 k2 = k2 + LEN;
79 // CHECK-NEXT: int k1 = 0, k2 = 0;
80 // CHECK-NEXT: #pragma omp simd safelen(4) linear(k1,k2: 4) aligned(a: 4)
84 // CHECK-NEXT: c[k2]
92 int k1=0,k2=0; local
[all...]
/external/freetype/src/base/
H A Dfttrigon.c83 FT_UInt32 v1, v2, k1, k2, hi, lo1, lo2, lo3; local
93 k2 = (FT_UInt32)( FT_TRIG_SCALE & 0xFFFFL ); /* constant */
96 lo1 = k1 * v2 + k2 * v1; /* can't overflow */
98 lo2 = ( k2 * v2 ) >> 16;
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableBiMap.java43 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2) { argument
44 return new RegularImmutableBiMap<K, V>(ImmutableMap.of(k1, v1, k2, v2));
48 K k1, V v1, K k2, V v2, K k3, V v3) {
50 k1, v1, k2, v2, k3, v3));
54 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
56 k1, v1, k2, v2, k3, v3, k4, v4));
60 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
62 k1, v1, k2, v2, k3, v3, k4, v4, k5, v5));
47 of( K k1, V v1, K k2, V v2, K k3, V v3) argument
53 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) argument
59 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.java72 public static <K, V> ImmutableListMultimap<K, V> of(K k1, V v1, K k2, V v2) { argument
76 builder.put(k2, v2);
84 K k1, V v1, K k2, V v2, K k3, V v3) {
88 builder.put(k2, v2);
97 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
101 builder.put(k2, v2);
111 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
115 builder.put(k2, v2);
83 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
110 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
/external/jemalloc/include/jemalloc/internal/
H A Dhash.h162 uint32_t k2 = hash_get_block_32(blocks, i*4 + 1); local
171 k2 *= c2; k2 = hash_rotl_32(k2, 16); k2 *= c3; h2 ^= k2;
192 uint32_t k2 = 0; local
208 case 8: k2 ^= tail[ 7] << 24;
209 case 7: k2 ^= tail[ 6] << 16;
210 case 6: k2
260 uint64_t k2 = hash_get_block_64(blocks, i*2 + 1); local
278 uint64_t k2 = 0; local
[all...]
/external/openssl/crypto/cmac/
H A Dcmac.c68 /* Keys k1 and k2 */
70 unsigned char k2[EVP_MAX_BLOCK_LENGTH]; member in struct:CMAC_CTX_st
120 OPENSSL_cleanse(ctx->k2, EVP_MAX_BLOCK_LENGTH);
145 memcpy(out->k2, in->k2, bl);
203 make_kn(ctx->k2, ctx->k1, bl);
287 out[i] = ctx->last_block[i] ^ ctx->k2[i];
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dfttrigon.c83 FT_UInt32 v1, v2, k1, k2, hi, lo1, lo2, lo3; local
93 k2 = (FT_UInt32)( FT_TRIG_SCALE & 0xFFFFL ); /* constant */
96 lo1 = k1 * v2 + k2 * v1; /* can't overflow */
98 lo2 = ( k2 * v2 ) >> 16;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DECFieldElement.java536 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
543 // * PPB: The integer <code>k2</code> where <code>x<sup>m</sup> +
544 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
547 // private int k2;
552 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
562 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
564 // * @param k2 The integer <code>k2</code> where <code>x<sup>m</sup> +
565 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
568 // * x<sup>k3</sup> + x<sup>k2</su
1039 F2m( int m, int k1, int k2, int k3, BigInteger x) argument
[all...]
/external/chromium_org/media/base/
H A Dsinc_resampler.cc258 const float* const k2 = k1 + kKernelSize; local
260 // Ensure |k1|, |k2| are 16-byte aligned for SIMD usage. Should always be
263 DCHECK_EQ(0u, reinterpret_cast<uintptr_t>(k2) & 0x0F);
272 input_ptr, k1, k2, kernel_interpolation_factor);
312 const float* k2,
322 sum2 += *input_ptr++ * *k2++;
332 const float* k2,
344 m_sums2 = _mm_add_ps(m_sums2, _mm_mul_ps(m_input, _mm_load_ps(k2 + i)));
350 m_sums2 = _mm_add_ps(m_sums2, _mm_mul_ps(m_input, _mm_load_ps(k2 + i)));
369 const float* k2,
311 Convolve_C(const float* input_ptr, const float* k1, const float* k2, double kernel_interpolation_factor) argument
331 Convolve_SSE(const float* input_ptr, const float* k1, const float* k2, double kernel_interpolation_factor) argument
368 Convolve_NEON(const float* input_ptr, const float* k1, const float* k2, double kernel_interpolation_factor) argument
[all...]

Completed in 720 milliseconds

123456