/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/ |
p17.cpp | 19 void k3() { function
|
/external/clang/test/CodeGenCXX/ |
vtable-layout-extreme.cpp | 29 int k3; member in class:Test1::C3 205 int k3; member in class:Test1::C9
|
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x9/ |
X9Curve.java | 70 int k3 = 0; local 86 k3 = ((DERInteger)pentanomial.getObjectAt(2)).getValue(). 89 X9FieldElement x9A = new X9FieldElement(m, k1, k2, k3, (ASN1OctetString)seq.getObjectAt(0)); 90 X9FieldElement x9B = new X9FieldElement(m, k1, k2, k3, (ASN1OctetString)seq.getObjectAt(1)); 92 curve = new ECCurve.F2m(m, k1, k2, k3, x9A.getValue().toBigInteger(), x9B.getValue().toBigInteger());
|
/external/dropbear/libtomcrypt/src/ciphers/ |
kseed.c | 205 ulong32 tmp, k1, k2, k3, k4; local 218 LOAD32H(k3, key+8); 222 skey->kseed.K[2*i+0] = G(k1 + k3 - KCi[i]); 225 tmp = k3; 226 k3 = ((k3 << 8) | (k4 >> 24)) & 0xFFFFFFFF;
|
/external/clang/test/SemaCXX/ |
using-directive.cpp | 59 K2 *k3; // expected-error{{reference to 'K2' is ambiguous}} variable
|
/external/webkit/Source/WebCore/platform/graphics/filters/ |
FEComposite.cpp | 38 FEComposite::FEComposite(Filter* filter, const CompositeOperationType& type, float k1, float k2, float k3, float k4) 43 , m_k3(k3) 48 PassRefPtr<FEComposite> FEComposite::create(Filter* filter, const CompositeOperationType& type, float k1, float k2, float k3, float k4) 50 return adoptRef(new FEComposite(filter, type, k1, k2, k3, k4)); 92 float FEComposite::k3() const function in class:WebCore::FEComposite 97 bool FEComposite::setK3(float k3) 99 if (m_k3 == k3) 101 m_k3 = k3; 120 float k1, float k2, float k3, float k4) 138 result += k3 * i2 [all...] |
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/ |
dct.cpp | 41 Int k0, k1, k2, k3, k4, k5, k6, k7; local 68 k3 = mask & (tmp >> 15); 69 k2 = k3 - (k2 << 1); 70 k3 = (tmp2 >> 24) & 0xFF; 72 k3 = k4 - (k3 << 1); 97 k3 = k3 + k4; 98 k4 = k3 - (k4 << 1); 100 k0 = k0 + k3; 270 register Int k0, k1, k2, k3, k4, k5, k6, k7; local 476 register Int k0, k1, k2, k3, k4, k5, k6, k7; local 655 Int k0, k1, k2, k3, k4, k5, k6, k7; local 866 register Int k0, k1, k2, k3, k4, k5, k6, k7; local 1053 register Int k0, k1, k2, k3, k4, k5, k6, k7; local [all...] |
dct_inline.h | 82 __inline int32 sum_abs(int32 k0, int32 k1, int32 k2, int32 k3, 93 carry = k3 >> 31; 94 abs_sum += (k3 ^ carry) - carry; 241 __inline int32 sum_abs(int32 k0, int32 k1, int32 k2, int32 k3, 252 eors carry, k3, k3, asr #31 ; local 347 __inline int32 sum_abs(int32 k0, int32 k1, int32 k2, int32 k3, 355 register int32 dd = (int32)k3;
|
/external/bouncycastle/src/main/java/org/bouncycastle/math/ec/ |
ECCurve.java | 190 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code> 198 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code> 205 * PPB: The integer <code>k3</code> where <code>x<sup>m</sup> + 206 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code> 209 private int k3; // can't be final - JDK 1.1 field in class:ECCurve.F2m 295 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code> 298 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code> 300 * @param k3 The integer <code>k3</code> where <code>x<sup>m</sup> + 301 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code [all...] |
ECFieldElement.java | 350 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code> 358 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code> 365 // * PPB: The integer <code>k3</code> where <code>x<sup>m</sup> + 366 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code> 369 // private int k3; 376 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code> 379 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code> 381 // * @param k3 The integer <code>k3</code> where <code>x<sup>m</sup> + 382 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code 828 private int k3; field in class:ECFieldElement.F2m [all...] |
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_metrics.h | 330 int k3=0; local 365 im[k3]=im[ind3]; 366 im[k3+1]=im[ind3+1]; 367 im[k3+2]=im[ind3+2]; 369 im_r[k3]=im_r[ind3]; 370 im_r[k3+1]=im_r[ind3+1]; 371 im_r[k3+2]=im_r[ind3+2]; 373 im_p[k3]=im_p[ind3]; 374 im_p[k3+1]=im_p[ind3+1]; 375 im_p[k3+2]=im_p[ind3+2] [all...] |
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/ |
TwofishEngine.java | 391 int k3 = sBoxKeys[3]; local 406 b0 = (P[P_04][b0] & 0xff) ^ b0(k3); 407 b1 = (P[P_14][b1] & 0xff) ^ b1(k3); 408 b2 = (P[P_24][b2] & 0xff) ^ b2(k3); 409 b3 = (P[P_34][b3] & 0xff) ^ b3(k3); 529 int k3 = k32[3]; local 541 b0 = (P[P_04][b0] & 0xff) ^ b0(k3); 542 b1 = (P[P_14][b1] & 0xff) ^ b1(k3); 543 b2 = (P[P_24][b2] & 0xff) ^ b2(k3); 544 b3 = (P[P_34][b3] & 0xff) ^ b3(k3); [all...] |
/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; 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/openssl/crypto/ec/ |
ec_asn1.c | 106 unsigned int *k2, unsigned int *k3) 122 if (k3) 123 *k3 = group->poly[1]; 134 long k3; member in struct:x9_62_pentanomial_st 202 ASN1_SIMPLE(X9_62_PENTANOMIAL, k3, LONG) 394 unsigned int k1, k2, k3; local 396 if (!EC_GROUP_get_pentanomial_basis(group, &k1, &k2, &k3)) 409 char_two->p.ppBasis->k3 = (long)k3; 838 if (!(char_two->m > penta->k3 && penta->k3 > penta->k2 && penta->k2 > penta->k1 && penta->k1 > 0) [all...] |
/external/srec/srec/cfront/ |
sp_fft.c | 427 unsigned k1, k2, k3; local 434 k3 = k2 + quarterLength; 439 r3 = data[k3]; 443 i3 = data[k3+1]; 470 data[k3] = r3; 471 data[k3+1] = i3; 476 complex_multiplier(cc3, -ss3, r3, i3, data + k3, data + k3 + 1);
|
/external/tcpdump/ |
print-eigrp.c | 113 u_int8_t k3; member in struct:eigrp_tlv_general_parm_t 305 printf("\n\t holdtime: %us, k1 %u, k2 %u, k3 %u, k4 %u, k5 %u", 309 tlv_ptr.eigrp_tlv_general_parm->k3,
|
/frameworks/base/services/camera/libcameraservice/ |
FakeCamera.cpp | 55 * R = ( Y + k3*Cr ) 63 static const double k3 = 1.596; member in namespace:android 68 * G + k1/k3*R + k2/k4*B = Y*( 1 + k1/k3 + k2/k4 ) 70 * Y = ( G + k1/k3*R + k2/k4*B ) / (1 + k1/k3 + k2/k4) 71 * Y0 = ( G0 + k1/k3*R0 + k2/k4*B0 ) / ((1 + k1/k3 + k2/k4)*k0) + 16 74 * kYr = k1/k3 83 static const double kYr = k1/k3; [all...] |
/external/chromium/net/http/ |
http_auth_handler_ntlm_portable.cc | 320 uint8 keybytes[21], k1[8], k2[8], k3[8]; local 327 DESMakeKey(keybytes + 14, k3); 331 DESEncrypt(k3, challenge, response + 16);
|