HomeSort by relevance Sort by last modified time
    Searched defs:x13 (Results 1 - 13 of 13) 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/chromium_org/third_party/boringssl/src/crypto/chacha/
chacha_vec.c 192 x9, x10, x11, x12, x13, x14, x15; local
217 x12 = counter+BPI*iters+(BPI-1); x13 = 0;
232 QROUND_WORDS( x1, x5, x9,x13)
237 QROUND_WORDS( x2, x7, x8,x13)
270 op[13] = REVW_BE(REVW_BE(ip[13]) ^ (x13));
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
vp9_itrans16_dspr2.c 930 int x13 = input[12]; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_dct.c 855 tran_high_t x13 = input[12]; local
872 s12 = x12 * cospi_25_64 + x13 * cospi_7_64;
873 s13 = x12 * cospi_7_64 - x13 * cospi_25_64;
890 x13 = fdct_round_shift(s5 - s13);
907 s12 = - x12 * cospi_28_64 + x13 * cospi_4_64;
908 s13 = x12 * cospi_4_64 + x13 * cospi_28_64;
925 x13 = fdct_round_shift(s9 - s13);
942 s12 = x12 * cospi_8_64 + x13 * cospi_24_64;
943 s13 = x12 * cospi_24_64 - x13 * cospi_8_64;
960 x13 = fdct_round_shift(s13 + s15)
    [all...]
  /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 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/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;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_idct.c 690 tran_high_t x13 = input[12]; local
695 | x9 | x10 | x11 | x12 | x13 | x14 | x15)) {
716 s12 = x12 * cospi_25_64 + x13 * cospi_7_64;
717 s13 = x12 * cospi_7_64 - x13 * cospi_25_64;
734 x13 = dct_const_round_shift(s5 - s13);
751 s12 = - x12 * cospi_28_64 + x13 * cospi_4_64;
752 s13 = x12 * cospi_4_64 + x13 * cospi_28_64;
769 x13 = dct_const_round_shift(s9 - s13);
786 s12 = x12 * cospi_8_64 + x13 * cospi_24_64;
787 s13 = x12 * cospi_24_64 - x13 * cospi_8_64
2109 tran_high_t x13 = input[12]; local
    [all...]
  /external/libvpx/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_sse2.c 1470 __m128i x8, x9, x10, x11, x12, x13, x14, x15; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_sse2.c 1332 __m128i x8, x9, x10, x11, x12, x13, x14, x15; local
    [all...]

Completed in 1775 milliseconds