HomeSort by relevance Sort by last modified time
    Searched refs:ha1 (Results 1 - 5 of 5) sorted by null

  /external/adhd/cras/src/dsp/
crossover.c 57 float ha1 = hp->a1; local
74 y = hb0*x + hb1*hx1 + hb2*hx2 - ha1*hy1 - ha2*hy2;
75 z = hb0*y + hb1*hy1 + hb2*hy2 - ha1*hz1 - ha2*hz2;
130 float ha1 = hp->a1; local
146 y = hb0*x + hb1*hx1 + hb2*hx2 - ha1*hy1 - ha2*hy2;
147 z = hb0*y + hb1*hy1 + hb2*hy2 - ha1*hz1 - ha2*hz2;
crossover2.c 244 float ha1 = hp->a1; local
271 yL = hb0*xL + hb1*hx1L + hb2*hx2L - ha1*hy1L - ha2*hy2L;
272 yR = hb0*xR + hb1*hx1R + hb2*hx2R - ha1*hy1R - ha2*hy2R;
273 zL = hb0*yL + hb1*hy1L + hb2*hy2L - ha1*hz1L - ha2*hz2L;
274 zR = hb0*yR + hb1*hy1R + hb2*hy2R - ha1*hz1R - ha2*hz2R;
514 float ha1 = hp->a1; local
539 yL = hb0*xL + hb1*hx1L + hb2*hx2L - ha1*hy1L - ha2*hy2L;
540 yR = hb0*xR + hb1*hx1R + hb2*hx2R - ha1*hy1R - ha2*hy2R;
541 zL = hb0*yL + hb1*hy1L + hb2*hy2L - ha1*hz1L - ha2*hz2L;
542 zR = hb0*yR + hb1*hy1R + hb2*hy2R - ha1*hz1R - ha2*hz2R
    [all...]
  /external/libmicrohttpd/src/microhttpd/
digestauth.c 108 unsigned char ha1[MD5_DIGEST_SIZE]; local
116 MD5Final (ha1, &md5);
120 MD5Update (&md5, ha1, sizeof (ha1));
125 MD5Final (ha1, &md5);
127 cvthex (ha1, sizeof (ha1), sessionkey);
134 * @param ha1 H(A1)
145 digest_calc_response (const char *ha1,
178 MD5Update (&md5, ha1, HASH_MD5_HEX_LEN)
577 char ha1[HASH_MD5_HEX_LEN + 1]; local
    [all...]
  /external/curl/lib/vauth/
digest.c 696 unsigned char ha1[65]; /* 64 digits and 1 zero byte */ local
754 convert_to_ascii(hashbuf, ha1);
760 tmp = aprintf("%s:%s:%s", ha1, digest->nonce, digest->cnonce);
767 convert_to_ascii(hashbuf, ha1);
809 ha1,
818 ha1,
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 

Completed in 275 milliseconds