HomeSort by relevance Sort by last modified time
    Searched defs:k3 (Results 1 - 25 of 38) sorted by null

1 2

  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
p17.cpp 19 void k3() { function
  /external/clang/test/CXX/class/class.union/
p2-0x.cpp 8 static int k3 = k2; // expected-error {{non-const static data member must be initialized out of line}} member in union:U1
16 int U1::k3; member in class:U1
  /external/clang/test/CodeGenCXX/
vtable-layout-extreme.cpp 29 int k3; member in class:Test1::C3
205 int k3; member in class:Test1::C9
static-data-member.cpp 94 static const int k3; member in union:test5::U
  /external/clang/test/PCH/
cxx11-enum-template.cpp 23 int k3 = (int)decltype(c)::e; // expected-error@10 {{conversion from 'double' to 'int'}} expected-note {{here}} member in struct:S
  /external/openssh/
cipher-3des1.c 56 EVP_CIPHER_CTX k1, k2, k3; member in struct:ssh1_3des_ctx
67 u_char *k1, *k2, *k3; local
77 k1 = k2 = k3 = (u_char *) key;
81 k3 += 16;
87 EVP_CIPHER_CTX_init(&c->k3);
91 EVP_CipherInit(&c->k3, EVP_des_cbc(), k3, NULL, enc);
95 EVP_CipherInit(&c->k3, EVP_des_cbc(), k3, NULL, enc) == 0) {
118 EVP_Cipher(&c->k3, dest, dest, len)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
X9Curve.java 70 int k3 = 0; local
86 k3 = ((ASN1Integer)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/
address-of-temporary.cpp 47 void k3() { consume(S { (A){} }); } function in namespace:PointerToArrayDecay
cxx11-user-defined-literals.cpp 96 int k3 = 123_ambig2; // ok member in namespace:AmbiguousRawTemplate::N
using-directive.cpp 59 K2 *k3; // expected-error{{reference to 'K2' is ambiguous}} variable
  /external/skia/src/effects/
SkArithmeticMode.cpp 7 SkArithmeticMode_scalar(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4) {
10 fK[2] = k3;
39 static int arith(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4,
43 SkScalarMul(k3, dst) +
61 SkScalar k3 = fK[2]; local
77 a = arith(k1, k2, k3, k4, sa, sa);
78 r = arith(k1, k2, k3, k4, SkGetPackedR32(sc), SkGetPackedR32(dc));
79 g = arith(k1, k2, k3, k4, SkGetPackedG32(sc), SkGetPackedG32(dc));
80 b = arith(k1, k2, k3, k4, SkGetPackedB32(sc), SkGetPackedB32(dc));
102 a = arith(k1, k2, k3, k4, sa, sa)
    [all...]
  /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/av/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;
  /packages/apps/Gallery2/jni/filters/
hsv.c 89 int k3=1<<(ABITS-1); local
114 X=( (X+iv*(k1 - is ))/k1 + k3 ) >> ABITS;
  /external/bouncycastle/bcprov/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...]
  /packages/apps/LegacyCamera/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/llvm/include/llvm/ADT/
Hashing.h 171 static const uint64_t k3 = 0xc949d7c7509e6557ULL; member in namespace:llvm::hashing::detail
202 return shift_mix(y * k2 ^ z * k3 ^ seed) * k2;
222 a + rotate(b ^ k3, 20) - c + len + seed);
  /external/bouncycastle/bcprov/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);
531 int k3 = k32[3]; local
543 b0 = (P[P_04][b0] & 0xff) ^ b0(k3);
544 b1 = (P[P_14][b1] & 0xff) ^ b1(k3);
545 b2 = (P[P_24][b2] & 0xff) ^ b2(k3);
546 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 105 unsigned int *k2, unsigned int *k3)
121 if (k3)
122 *k3 = group->poly[1];
133 long k3; member in struct:x9_62_pentanomial_st
201 ASN1_SIMPLE(X9_62_PENTANOMIAL, k3, LONG)
399 unsigned int k1, k2, k3;
401 if (!EC_GROUP_get_pentanomial_basis(group, &k1, &k2, &k3))
414 char_two->p.ppBasis->k3 = (long)k3;
850 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);

Completed in 688 milliseconds

1 2