HomeSort by relevance Sort by last modified time
    Searched refs:k1 (Results 151 - 175 of 286) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/srec/srec/cfront/
sp_fft.c 427 unsigned k1, k2, k3; local
432 k1 = quarterLength;
433 k2 = k1 + quarterLength;
437 r1 = data[k1];
441 i1 = data[k1+1];
447 data[k1] = r1 + r3;
449 data[k1+1] = i1 + i3;
  /external/valgrind/main/VEX/switchback/
test_bzip2.c 4889 UChar k1; local
5043 UChar k1; local
    [all...]
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.c 4913 UChar k1; local
5067 UChar k1; local
    [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c 4904 UChar k1; local
5058 UChar k1; local
    [all...]
varinfo6.c 4942 UChar k1; local
5096 UChar k1; local
    [all...]
  /external/valgrind/main/perf/
bz2.c 4904 UChar k1; local
5058 UChar k1; local
    [all...]
test_input_for_tinycc.c 3996 UChar k1; local
4150 UChar k1; local
    [all...]
  /external/aac/libSBRdec/src/
lpp_tran.cpp 248 FIXP_DBL k1, k1_below=0, k1_below2=0; local
553 k1 = FL2FXCONST_DBL(0.0f);
558 k1 = (FIXP_DBL)MAXVAL_DBL /*FL2FXCONST_SGL(1.0f)*/;
561 k1 = (FIXP_DBL)(MINVAL_DBL+1) /*FL2FXCONST_SGL(-1.0f)*/;
567 k1 = scaleValue(result,scale);
570 k1 = -k1;
578 if (((loBand & 1) == 0) && (k1 < FL2FXCONST_DBL(0.0f))){
589 if (((loBand & 1) == 1) && (k1 > FL2FXCONST_DBL(0.0f))){
601 /* remember k1 values of the 2 QMF channels below the current channel *
    [all...]
  /external/chromium/net/http/
http_auth_handler_ntlm_portable.cc 277 uint8 k1[8], k2[8]; local
278 DESMakeKey(reinterpret_cast<const uint8*>(passbuf.data()) , k1); local
283 DESEncrypt(k1, LM_MAGIC, hash);
324 uint8 keybytes[21], k1[8], k2[8], k3[8]; local
329 DESMakeKey(keybytes , k1);
333 DESEncrypt(k1, challenge, response);
  /external/chromium_org/net/http/
http_auth_handler_ntlm_portable.cc 264 uint8 k1[8], k2[8]; local
265 DESMakeKey(reinterpret_cast<const uint8*>(passbuf.data()) , k1); local
270 DESEncrypt(k1, LM_MAGIC, hash);
311 uint8 keybytes[21], k1[8], k2[8], k3[8]; local
316 DESMakeKey(keybytes , k1);
320 DESEncrypt(k1, challenge, response);
  /external/libvpx/libvpx/vp9/common/x86/
vp9_subpixel_8t_sse2.asm 23 pshuflw xmm1, xmm7, 01010101b ;k1
96 pshuflw xmm1, xmm7, 01010101b ;k1
114 movdqa k1, xmm1
153 pmullw xmm1, k1
269 %define k1 [rsp + 16 * 1]
328 %define k1 [rsp + 16 * 1]
440 %define k1 [rsp + 16 * 1]
489 %define k1 [rsp + 16 * 1]
624 %define k1 [rsp + 16 * 1]
699 %define k1 [rsp + 16 * 1
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/ec/
ec_asn1.c 104 int EC_GROUP_get_pentanomial_basis(const EC_GROUP *group, unsigned int *k1,
117 if (k1)
118 *k1 = group->poly[3];
131 long k1; member in struct:x9_62_pentanomial_st
199 ASN1_SIMPLE(X9_62_PENTANOMIAL, k1, LONG),
399 unsigned int k1, k2, k3;
401 if (!EC_GROUP_get_pentanomial_basis(group, &k1, &k2, &k3))
412 char_two->p.ppBasis->k1 = (long)k1;
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 104 int EC_GROUP_get_pentanomial_basis(const EC_GROUP *group, unsigned int *k1,
117 if (k1)
118 *k1 = group->poly[3];
131 long k1; member in struct:x9_62_pentanomial_st
199 ASN1_SIMPLE(X9_62_PENTANOMIAL, k1, LONG),
399 unsigned int k1, k2, k3;
401 if (!EC_GROUP_get_pentanomial_basis(group, &k1, &k2, &k3))
412 char_two->p.ppBasis->k1 = (long)k1;
850 if (!(char_two->m > penta->k3 && penta->k3 > penta->k2 && penta->k2 > penta->k1 && penta->k1 > 0)
    [all...]
  /dalvik/vm/compiler/template/mips/
TEMPLATE_RESTORE_STATE.S 45 lw k1, r_K1*4(a0) # restore k1
TEMPLATE_SAVE_STATE.S 57 sw k1, r_K1*4(a0) # save k1
TEMPLATE_MEM_OP_DECODE.S 77 sw k1, r_K1*-4(sp) # push k1
124 lw k1, r_K1*-4(sp) # pop k1
  /external/clang/test/Sema/
struct-packed-align.c 106 extern int k1[sizeof(union au6) == 4 ? 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/libvorbis/lib/
smallft.c 43 int k1, l1, l2, ib; local
84 for (k1=0;k1<nfm1;k1++){
85 ip=ifac[k1+2];
574 int i,k1,l1,l2; local
583 for(k1=0;k1<nf;k1++){
584 kh=nf-k1;
1155 int i,k1,l1,l2; local
    [all...]
  /external/speex/libspeex/
smallft.c 45 int k1, l1, l2, ib; local
86 for (k1=0;k1<nfm1;k1++){
87 ip=ifac[k1+2];
576 int i,k1,l1,l2; local
585 for(k1=0;k1<nf;k1++){
586 kh=nf-k1;
1157 int i,k1,l1,l2; local
    [all...]
  /external/clang/test/SemaCXX/
cxx11-user-defined-literals.cpp 73 int k1 = 'x'_using; // expected-error {{no matching literal operator for call to 'operator "" _using'}} member in namespace:Using
83 int k1 = 123_ambig1; // expected-error {{call to 'operator "" _ambig1' is ambiguous}} member in namespace:AmbiguousRawTemplate
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/
atlantis.c 74 static double k1 = 0.9; 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 74 static double k1 = 0.9; 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 74 static double k1 = 0.9; local
78 save[1] = save[0]*k1 + k2*(save[3] + save[2]);
  /external/eigen/Eigen/src/OrderingMethods/
Amd.h 99 int d, dk, dext, lemax = 0, e, elenk, eln, i, j, k, k1, local
214 for(k1 = 1; k1 <= elenk + 1; k1++)
216 if(k1 > elenk)

Completed in 640 milliseconds

1 2 3 4 5 67 8 91011>>