HomeSort by relevance Sort by last modified time
    Searched defs:x13 (Results 1 - 19 of 19) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/crypt/
chacha_private.h 91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; local
136 x13 = j13;
141 QUARTERROUND( x1, x5, x9,x13)
146 QUARTERROUND( x2, x7, x8,x13)
162 x13 = PLUS(x13,j13);
180 x13 = XOR(x13,U8TO32_LITTLE(m + 52));
204 U32TO8_LITTLE(c + 52,x13);
  /external/clang/test/CodeGen/
override-layout.c 108 // CHECK: Type: struct X13
109 struct PACKED X13 {
153 struct X13 x13; local
154 x13.x = sizeof(struct X13);
  /external/openssh/
chacha.c 92 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; local
137 x13 = j13;
142 QUARTERROUND( x1, x5, x9,x13)
147 QUARTERROUND( x2, x7, x8,x13)
163 x13 = PLUS(x13,j13);
180 x13 = XOR(x13,U8TO32_LITTLE(m + 52));
203 U32TO8_LITTLE(c + 52,x13);
  /external/openssh/openbsd-compat/
chacha_private.h 91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; local
136 x13 = j13;
141 QUARTERROUND( x1, x5, x9,x13)
146 QUARTERROUND( x2, x7, x8,x13)
162 x13 = PLUS(x13,j13);
180 x13 = XOR(x13,U8TO32_LITTLE(m + 52));
204 U32TO8_LITTLE(c + 52,x13);
  /external/boringssl/src/crypto/chacha/
chacha_vec.c 190 x9, x10, x11, x12, x13, x14, x15; local
215 x12 = counter+BPI*iters+(BPI-1); x13 = 0;
230 QROUND_WORDS( x1, x5, x9,x13)
235 QROUND_WORDS( x2, x7, x8,x13)
268 op[13] = REVW_BE(REVW_BE(ip[13]) ^ (x13));
  /external/clang/test/FixIt/
fixit.cpp 87 int x13 |= 0; // expected-error {{invalid '|=' at end of declaration; did you mean '='?}} member in namespace:rdar8488464
117 int x13 |= 0; // expected-error {{invalid '|=' at end of declaration; did you mean '='?}} local
118 (void)x13;
134 if (int x13 |= 0) { (void)x13; } // expected-error {{invalid '|=' at end of declaration; did you mean '='?}}
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_itrans16_dspr2.c 930 int x13 = input[12]; local
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_idct.c 654 int x13 = input[12]; local
659 | x9 | x10 | x11 | x12 | x13 | x14 | x15)) {
680 s12 = x12 * cospi_25_64 + x13 * cospi_7_64;
681 s13 = x12 * cospi_7_64 - x13 * cospi_25_64;
698 x13 = dct_const_round_shift(s5 - s13);
715 s12 = - x12 * cospi_28_64 + x13 * cospi_4_64;
716 s13 = x12 * cospi_4_64 + x13 * cospi_28_64;
733 x13 = dct_const_round_shift(s9 - s13);
750 s12 = x12 * cospi_8_64 + x13 * cospi_24_64;
751 s13 = x12 * cospi_24_64 - x13 * cospi_8_64
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 847 int x13 = input[12]; local
864 s12 = x12 * cospi_25_64 + x13 * cospi_7_64;
865 s13 = x12 * cospi_7_64 - x13 * cospi_25_64;
882 x13 = fdct_round_shift(s5 - s13);
899 s12 = - x12 * cospi_28_64 + x13 * cospi_4_64;
900 s13 = x12 * cospi_4_64 + x13 * cospi_28_64;
917 x13 = fdct_round_shift(s9 - s13);
934 s12 = x12 * cospi_8_64 + x13 * cospi_24_64;
935 s13 = x12 * cospi_24_64 - x13 * cospi_8_64;
952 x13 = fdct_round_shift(s13 + s15)
    [all...]
  /external/opencv/cv/src/
cvcontourtree.cpp 599 double x13, y13, x12, y12, l_base, nx, ny, qq; local
602 x13 = t3.x - t1.x;
606 qq = x13 * x13 + y13 * y13;
611 ny = -x13 / l_base;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_itrans16_dspr2.c 930 int x13 = input[12]; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_idct.c 654 int x13 = input[12]; local
659 | x9 | x10 | x11 | x12 | x13 | x14 | x15)) {
680 s12 = x12 * cospi_25_64 + x13 * cospi_7_64;
681 s13 = x12 * cospi_7_64 - x13 * cospi_25_64;
698 x13 = dct_const_round_shift(s5 - s13);
715 s12 = - x12 * cospi_28_64 + x13 * cospi_4_64;
716 s13 = x12 * cospi_4_64 + x13 * cospi_28_64;
733 x13 = dct_const_round_shift(s9 - s13);
750 s12 = x12 * cospi_8_64 + x13 * cospi_24_64;
751 s13 = x12 * cospi_24_64 - x13 * cospi_8_64
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_dct.c 814 int x13 = input[12]; local
831 s12 = x12 * cospi_25_64 + x13 * cospi_7_64;
832 s13 = x12 * cospi_7_64 - x13 * cospi_25_64;
849 x13 = fdct_round_shift(s5 - s13);
866 s12 = - x12 * cospi_28_64 + x13 * cospi_4_64;
867 s13 = x12 * cospi_4_64 + x13 * cospi_28_64;
884 x13 = fdct_round_shift(s9 - s13);
901 s12 = x12 * cospi_8_64 + x13 * cospi_24_64;
902 s13 = x12 * cospi_24_64 - x13 * cospi_8_64;
919 x13 = fdct_round_shift(s13 + s15)
    [all...]
  /external/libvpx/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_sse2.c 1470 __m128i x8, x9, x10, x11, x12, x13, x14, x15; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_sse2.c 1470 __m128i x8, x9, x10, x11, x12, x13, x14, x15; local
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 

Completed in 1592 milliseconds