HomeSort by relevance Sort by last modified time
    Searched defs:x14 (Results 1 - 12 of 12) 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
137 x14 = j14;
142 QUARTERROUND( x2, x6,x10,x14)
147 QUARTERROUND( x3, x4, x9,x14)
163 x14 = PLUS(x14,j14);
181 x14 = XOR(x14,U8TO32_LITTLE(m + 56));
205 U32TO8_LITTLE(c + 56,x14);
  /external/clang/test/CodeGen/
override-layout.c 114 // CHECK: Type: union X14
115 union PACKED X14 {
156 union X14 x14; local
157 x14.x = sizeof(union X14);
  /external/chromium_org/third_party/boringssl/src/crypto/chacha/
chacha_vec.c 192 x9, x10, x11, x12, x13, x14, x15; local
218 x14 = np[0]; x15 = np[1];
233 QROUND_WORDS( x2, x6,x10,x14)
238 QROUND_WORDS( x3, x4, x9,x14)
271 op[14] = REVW_BE(REVW_BE(ip[14]) ^ (x14 + np[0]));
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
vp9_itrans16_dspr2.c 931 int x14 = input[1]; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_dct.c 856 tran_high_t x14 = input[1]; local
874 s14 = x14 * cospi_29_64 + x15 * cospi_3_64;
875 s15 = x14 * cospi_3_64 - x15 * cospi_29_64;
891 x14 = fdct_round_shift(s6 - s14);
909 s14 = - x14 * cospi_12_64 + x15 * cospi_20_64;
910 s15 = x14 * cospi_20_64 + x15 * cospi_12_64;
926 x14 = fdct_round_shift(s10 - s14);
944 s14 = - x14 * cospi_24_64 + x15 * cospi_8_64;
945 s15 = x14 * cospi_8_64 + x15 * cospi_24_64;
961 x14 = fdct_round_shift(s12 - s14)
    [all...]
  /external/clang/test/FixIt/
fixit.cpp 88 int x14 == 0; // expected-error {{invalid '==' at end of declaration; did you mean '='?}} member in namespace:rdar8488464
119 int x14 == 0; // expected-error {{invalid '==' at end of declaration; did you mean '='?}} local
120 (void)x14;
135 if (int x14 == 0) { (void)x14; } // expected-error {{invalid '==' at end of declaration; did you mean '='?}}
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_itrans16_dspr2.c 931 int x14 = input[1]; local
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_idct.c 655 int x14 = input[1]; local
659 | x9 | x10 | x11 | x12 | x13 | x14 | x15)) {
682 s14 = x14 * cospi_29_64 + x15 * cospi_3_64;
683 s15 = x14 * cospi_3_64 - x15 * cospi_29_64;
699 x14 = dct_const_round_shift(s6 - s14);
717 s14 = - x14 * cospi_12_64 + x15 * cospi_20_64;
718 s15 = x14 * cospi_20_64 + x15 * cospi_12_64;
734 x14 = dct_const_round_shift(s10 - s14);
752 s14 = - x14 * cospi_24_64 + x15 * cospi_8_64;
753 s15 = x14 * cospi_8_64 + x15 * cospi_24_64
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 815 int x14 = input[1]; local
833 s14 = x14 * cospi_29_64 + x15 * cospi_3_64;
834 s15 = x14 * cospi_3_64 - x15 * cospi_29_64;
850 x14 = fdct_round_shift(s6 - s14);
868 s14 = - x14 * cospi_12_64 + x15 * cospi_20_64;
869 s15 = x14 * cospi_20_64 + x15 * cospi_12_64;
885 x14 = fdct_round_shift(s10 - s14);
903 s14 = - x14 * cospi_24_64 + x15 * cospi_8_64;
904 s15 = x14 * cospi_8_64 + x15 * cospi_24_64;
920 x14 = fdct_round_shift(s12 - s14)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_idct.c 691 tran_high_t x14 = input[1]; local
695 | x9 | x10 | x11 | x12 | x13 | x14 | x15)) {
718 s14 = x14 * cospi_29_64 + x15 * cospi_3_64;
719 s15 = x14 * cospi_3_64 - x15 * cospi_29_64;
735 x14 = dct_const_round_shift(s6 - s14);
753 s14 = - x14 * cospi_12_64 + x15 * cospi_20_64;
754 s15 = x14 * cospi_20_64 + x15 * cospi_12_64;
770 x14 = dct_const_round_shift(s10 - s14);
788 s14 = - x14 * cospi_24_64 + x15 * cospi_8_64;
789 s15 = x14 * cospi_8_64 + x15 * cospi_24_64
2110 tran_high_t x14 = input[1]; 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 863 milliseconds