/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/ |
TimePickerDialog.java | 813 int k2 = KeyEvent.KEYCODE_2; 826 Node minuteFirstDigit = new Node(k0, k1, k2, k3, k4, k5); 827 Node minuteSecondDigit = new Node(k0, k1, k2, k3, k4, k5, k6, k7, k8, k9) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGFECompositeElement.cpp | 37 DEFINE_ANIMATED_NUMBER(SVGFECompositeElement, SVGNames::k2Attr, K2, k2) 46 REGISTER_LOCAL_ANIMATED_PROPERTY(k2)
|
/external/chromium_org/third_party/smhasher/src/ |
City.cpp | 95 static const uint64 k2 = 0x9ae16a3b2f90404fULL; variable 136 return ShiftMix(y * k2 ^ z * k3) * k2; 138 return k2; 146 uint64 c = Fetch64(s + len - 8) * k2; 196 uint64 r = ShiftMix((vf + ws) * k2 + (wf + vs) * k0); 197 return ShiftMix(r * k0 + vs) * k2; 239 return CityHash64WithSeeds(s, len, k2, seed);
|
Stats.h | 86 keytype & k2 = (*it).second; local 91 printbits(&k2,sizeof(keytype));
|
/external/clang/test/CXX/special/class.inhctor/ |
p2.cpp | 80 char k2 = 'x'; member in struct:ConstexprEval2 87 static_assert(ce.k2 == 'x', "");
|
/external/guava/guava/src/com/google/common/collect/ |
ImmutableSortedMap.java | 117 of(K k1, V v1, K k2, V v2) { 119 .put(k1, v1).put(k2, v2).build(); 130 of(K k1, V v1, K k2, V v2, K k3, V v3) { 132 .put(k1, v1).put(k2, v2).put(k3, v3).build(); 143 of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { 145 .put(k1, v1).put(k2, v2).put(k3, v3).put(k4, v4).build(); 156 of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { 158 .put(k1, v1).put(k2, v2).put(k3, v3).put(k4, v4).put(k5, v5).build();
|
/external/openfst/src/include/fst/ |
sparse-tuple-weight.h | 279 const K& k2 = (w2_it.Done()) ? w1_it.Value().first : w2_it.Value().first; local 282 if (k1 == k2) { 286 } else if (k1 < k2) { 290 ret->Push(k2, operator_mapper.Map(k2, v1_def, v2)); 307 const K& k2 = (w2_it.Done()) ? w1_it.Value().first : w2_it.Value().first; local 310 if (k1 == k2) { 314 } else if (k1 < k2) {
|
/frameworks/native/opengl/libs/tools/ |
genfiles | 45 | sort -t, -k2 \
|
/external/chromium/testing/gmock/include/gmock/ |
gmock-generated-actions.h | 392 // SelectArgs<Result, ArgumentTuple, k1, k2, ..., k_n>::type is the 399 // SelectArgs<Result, ArgumentTuple, k1, k2, ..., k_n>::Select(args) 400 // returns the selected fields (k1, k2, ..., k_n) of args as a tuple. 406 // The numbers in list k1, k2, ..., k_n must be >= 0, where n can be 410 template <typename Result, typename ArgumentTuple, int k1, int k2, int k3, 415 GMOCK_FIELD_(ArgumentTuple, k2), GMOCK_FIELD_(ArgumentTuple, k3), 423 return SelectedArgs(get<k1>(args), get<k2>(args), get<k3>(args), 453 template <typename Result, typename ArgumentTuple, int k1, int k2> 455 k1, k2, -1, -1, -1, -1, -1, -1, -1, -1> { 458 GMOCK_FIELD_(ArgumentTuple, k2)); [all...] |
/external/chromium_org/third_party/freetype/src/base/ |
fttrigon.c | 83 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/freetype/src/base/ |
fttrigon.c | 83 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/clang/test/SemaCXX/ |
cxx11-user-defined-literals.cpp | 76 int k2 = 'x'_using; member in namespace:Using 91 int k2 = 123_ambig2; // expected-error {{call to 'operator "" _ambig2' is ambiguous}} member in namespace:AmbiguousRawTemplate 136 int k2 = 123_y; // expected-error {{no matching literal operator for call to 'operator "" _y'}} member in namespace:Namespace
|
/external/openssh/ |
umac.c | 340 UINT32 k0,k1,k2,k3,k4,k5,k6,k7; local 348 k0 = *(k+0); k1 = *(k+1); k2 = *(k+2); k3 = *(k+3); 352 h += MUL64((k2 + d2), (k6 + d6)); 373 UINT32 k0,k1,k2,k3,k4,k5,k6,k7, local 378 k0 = *(k+0); k1 = *(k+1); k2 = *(k+2); k3 = *(k+3); 393 h1 += MUL64((k2 + d2), (k6 + d6)); 399 k0 = k8; k1 = k9; k2 = k10; k3 = k11; 420 UINT32 k0,k1,k2,k3,k4,k5,k6,k7, local 426 k0 = *(k+0); k1 = *(k+1); k2 = *(k+2); k3 = *(k+3); 444 h1 += MUL64((k2 + d2), (k6 + d6)) 475 UINT32 k0,k1,k2,k3,k4,k5,k6,k7, local [all...] |
/external/eigen/Eigen/src/Core/products/ |
GeneralMatrixMatrix.h | 162 for(Index k2=0; k2<depth; k2+=kc) 164 const Index actual_kc = (std::min)(k2+kc,depth)-k2; 170 pack_rhs(blockB, &rhs(k2,0), rhsStride, actual_kc, cols); 182 pack_lhs(blockA, &lhs(i2,k2), lhsStride, actual_kc, actual_mc);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
TwofishEngine.java | 391 int k2 = sBoxKeys[2]; local 413 b0 = (P[P_03][b0] & 0xff) ^ b0(k2); 414 b1 = (P[P_13][b1] & 0xff) ^ b1(k2); 415 b2 = (P[P_23][b2] & 0xff) ^ b2(k2); 416 b3 = (P[P_33][b3] & 0xff) ^ b3(k2); 531 int k2 = k32[2]; local 549 b0 = (P[P_03][b0] & 0xff) ^ b0(k2); 550 b1 = (P[P_13][b1] & 0xff) ^ b1(k2); 551 b2 = (P[P_23][b2] & 0xff) ^ b2(k2); 552 b3 = (P[P_33][b3] & 0xff) ^ b3(k2); [all...] |
/external/chromium/net/http/ |
http_auth_handler_ntlm_portable.cc | 277 uint8 k1[8], k2[8]; local 279 DESMakeKey(reinterpret_cast<const uint8*>(passbuf.data()) + 7, k2); 284 DESEncrypt(k2, LM_MAGIC, hash + 8); 324 uint8 keybytes[21], k1[8], k2[8], k3[8]; local 330 DESMakeKey(keybytes + 7, k2); 334 DESEncrypt(k2, challenge, response + 8);
|
/external/chromium_org/net/http/ |
http_auth_handler_ntlm_portable.cc | 264 uint8 k1[8], k2[8]; local 266 DESMakeKey(reinterpret_cast<const uint8*>(passbuf.data()) + 7, k2); 271 DESEncrypt(k2, LM_MAGIC, hash + 8); 311 uint8 keybytes[21], k1[8], k2[8], k3[8]; local 317 DESMakeKey(keybytes + 7, k2); 321 DESEncrypt(k2, challenge, response + 8);
|
/external/libvpx/libvpx/vp9/common/x86/ |
vp9_subpixel_8t_sse2.asm | 24 pshuflw xmm2, xmm7, 10101010b ;k2 97 pshuflw xmm2, xmm7, 10101010b ;k2 115 movdqa k2, xmm2 156 pmullw xmm2, k2 270 %define k2 [rsp + 16 * 2] 329 %define k2 [rsp + 16 * 2] 441 %define k2 [rsp + 16 * 2] 490 %define k2 [rsp + 16 * 2] 625 %define k2 [rsp + 16 * 2] 700 %define k2 [rsp + 16 * 2 [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/ec/ |
ec_asn1.c | 105 unsigned int *k2, unsigned int *k3) 119 if (k2) 120 *k2 = group->poly[2]; 132 long k2; member in struct:x9_62_pentanomial_st 200 ASN1_SIMPLE(X9_62_PENTANOMIAL, k2, LONG), 399 unsigned int k1, k2, k3; 401 if (!EC_GROUP_get_pentanomial_basis(group, &k1, &k2, &k3)) 413 char_two->p.ppBasis->k2 = (long)k2; 850 if (!(char_two->m > penta->k3 && penta->k3 > penta->k2 && penta->k2 > penta->k1 && penta->k1 > 0) [all...] |
/external/openssl/crypto/ec/ |
ec_asn1.c | 105 unsigned int *k2, unsigned int *k3) 119 if (k2) 120 *k2 = group->poly[2]; 132 long k2; member in struct:x9_62_pentanomial_st 200 ASN1_SIMPLE(X9_62_PENTANOMIAL, k2, LONG), 399 unsigned int k1, k2, k3; 401 if (!EC_GROUP_get_pentanomial_basis(group, &k1, &k2, &k3)) 413 char_two->p.ppBasis->k2 = (long)k2; 850 if (!(char_two->m > penta->k3 && penta->k3 > penta->k2 && penta->k2 > penta->k1 && penta->k1 > 0) [all...] |
/external/clang/test/Sema/ |
struct-packed-align.c | 107 extern int k2[__alignof(union au6) == 2 ? 1 : -1];
|
/external/opencv/cv/src/ |
cvundistort.cpp | 55 float k1 = dist_coeffs[0], k2 = dist_coeffs[1], k3 = dist_coeffs[4]; local 68 float kr = 1 + ((k3*r2 + k2)*r2 + k1)*r2; 106 float fx, float fy, float cx, float cy, float k1, float k2, uchar *pBuffer ); 193 float u0, v0, fx, fy, ifx, ify, x0, y0, k1, k2, k3, p1, p2; local 233 k1 = k[0]; k2 = k[1]; k3 = k[4]; 247 double kr = 1 + ((k3*r2 + k2)*r2 + k1)*r2; 277 double fx, fy, u0, v0, k1, k2, k3, p1, p2; local 342 k1 = k[0]; k2 = k[1]; k3 = k[4]; 358 double kr = 1 + ((k3*r2 + k2)*r2 + k1)*r2;
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/ |
atlantis.c | 75 static double k2 = 0.05; local 78 save[1] = save[0]*k1 + k2*(save[3] + save[2]);
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/ |
atlantis.c | 75 static double k2 = 0.05; local 78 save[1] = save[0]*k1 + k2*(save[3] + save[2]);
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/ |
atlantis.c | 75 static double k2 = 0.05; local 78 save[1] = save[0]*k1 + k2*(save[3] + save[2]);
|