HomeSort by relevance Sort by last modified time
    Searched full:xx11 (Results 1 - 10 of 10) sorted by null

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
SecP224R1Field.java 107 long xx10 = xx[10] & M, xx11 = xx[11] & M, xx12 = xx[12] & M, xx13 = xx[13] & M; local
111 long t0 = (xx[7] & M) + xx11 - n;
128 cc += (xx[4] & M) + t1 - xx11;
SecP256R1Field.java 101 long xx08 = xx[8] & M, xx09 = xx[9] & M, xx10 = xx[10] & M, xx11 = xx[11] & M; local
110 long t2 = xx10 + xx11 - xx15;
111 long t3 = xx11 + xx12;
SecP192R1Field.java 108 long xx09 = xx[9] & M, xx10 = xx[10] & M, xx11 = xx[11] & M; local
111 long t1 = xx07 + xx11;
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc_translate.c 545 * t0.xy = MUL x.xx11, x.x111 ; x^2, x, 1, 1
546 * t0 = MUL t0.xyxy t0.xx11 ; x^4, x^3, x^2, 1
822 * t0.xy = MUL x.xx11, x.x1111 ; x^2, x, 1, 1
823 * t0 = MUL t0.xyxy t0.xx11 ; x^4, x^3, x^2, x
925 * t0.xy = MUL x.xx11, x.x1111 ; x^2, x, 1, 1
926 * t0 = MUL t0.xyxy t0.xx11 ; x^4, x^3, x^2, x
    [all...]
  /external/boringssl/src/crypto/fipsmodule/md5/
md5.c 161 uint32_t XX0, XX1, XX2, XX3, XX4, XX5, XX6, XX7, XX8, XX9, XX10, XX11, XX12,
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_rdft_sse2.c 204 const __m128 xx11 = _mm_mul_ps( local
208 const __m128 xx12 = _mm_add_ps(xx10, xx11);
  /external/boringssl/src/decrepit/ripemd/
ripemd.c 78 uint32_t XX0, XX1, XX2, XX3, XX4, XX5, XX6, XX7, XX8, XX9, XX10, XX11, XX12,
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_fragprog.c 735 * t0.xy = MUL x.xx11, x.x1111 ; x^2, x, 1, 1
736 * t0 = MUL t0.xyxy t0.xx11 ; x^4, x^3, x^2, x
    [all...]
  /external/boringssl/src/crypto/fipsmodule/sha/
sha1.c 203 XX11, XX12, XX13, XX14, XX15;
  /external/mdnsresponder/mDNSCore/
DNSDigest.c 1040 XX8, XX9,XX10,XX11,XX12,XX13,XX14,XX15;
    [all...]

Completed in 213 milliseconds