HomeSort by relevance Sort by last modified time
    Searched defs:x15 (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
138 x15 = j15;
143 QUARTERROUND( x3, x7,x11,x15)
144 QUARTERROUND( x0, x5,x10,x15)
164 x15 = PLUS(x15,j15);
182 x15 = XOR(x15,U8TO32_LITTLE(m + 60));
206 U32TO8_LITTLE(c + 60,x15);
  /external/chromium_org/third_party/icu/source/test/iotest/
strtst.c 745 static const UChar x15[] = { 0x78, 0x31, 0x35, 0 }; local
770 actual_result = u_sscanf(x15, "%C%d%n", &character, &i32, &actual_count);
  /external/clang/test/CodeGen/
override-layout.c 119 // CHECK: Type: struct X15
120 struct X15 {
159 struct X15 x15; local
160 x15.x = sizeof(struct X15);
  /external/icu/icu4c/source/test/iotest/
strtst.c 745 static const UChar x15[] = { 0x78, 0x31, 0x35, 0 }; local
770 actual_result = u_sscanf(x15, "%C%d%n", &character, &i32, &actual_count);
  /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];
234 QROUND_WORDS( x3, x7,x11,x15)
235 QROUND_WORDS( x0, x5,x10,x15)
272 op[15] = REVW_BE(REVW_BE(ip[15]) ^ (x15 + np[1]));
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
vp9_itrans16_dspr2.c 932 int x15 = input[14]; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_dct.c 857 tran_high_t x15 = input[14]; local
874 s14 = x14 * cospi_29_64 + x15 * cospi_3_64;
875 s15 = x14 * cospi_3_64 - x15 * cospi_29_64;
892 x15 = fdct_round_shift(s7 - s15);
909 s14 = - x14 * cospi_12_64 + x15 * cospi_20_64;
910 s15 = x14 * cospi_20_64 + x15 * cospi_12_64;
927 x15 = fdct_round_shift(s11 - s15);
944 s14 = - x14 * cospi_24_64 + x15 * cospi_8_64;
945 s15 = x14 * cospi_8_64 + x15 * cospi_24_64;
962 x15 = fdct_round_shift(s13 - s15)
    [all...]
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_itrans16_dspr2.c 932 int x15 = input[14]; local
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_idct.c 656 int x15 = input[14]; 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;
700 x15 = dct_const_round_shift(s7 - s15);
717 s14 = - x14 * cospi_12_64 + x15 * cospi_20_64;
718 s15 = x14 * cospi_20_64 + x15 * cospi_12_64;
735 x15 = dct_const_round_shift(s11 - s15);
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 816 int x15 = input[14]; local
833 s14 = x14 * cospi_29_64 + x15 * cospi_3_64;
834 s15 = x14 * cospi_3_64 - x15 * cospi_29_64;
851 x15 = fdct_round_shift(s7 - s15);
868 s14 = - x14 * cospi_12_64 + x15 * cospi_20_64;
869 s15 = x14 * cospi_20_64 + x15 * cospi_12_64;
886 x15 = fdct_round_shift(s11 - s15);
903 s14 = - x14 * cospi_24_64 + x15 * cospi_8_64;
904 s15 = x14 * cospi_8_64 + x15 * cospi_24_64;
921 x15 = fdct_round_shift(s13 - s15)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_idct.c 692 tran_high_t x15 = input[14]; 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;
736 x15 = dct_const_round_shift(s7 - s15);
753 s14 = - x14 * cospi_12_64 + x15 * cospi_20_64;
754 s15 = x14 * cospi_20_64 + x15 * cospi_12_64;
771 x15 = dct_const_round_shift(s11 - s15);
788 s14 = - x14 * cospi_24_64 + x15 * cospi_8_64;
789 s15 = x14 * cospi_8_64 + x15 * cospi_24_64
2111 tran_high_t x15 = input[14]; 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 458 milliseconds