HomeSort by relevance Sort by last modified time
    Searched defs:x15 (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
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 744 static const UChar x15[] = { 0x78, 0x31, 0x35, 0 }; local
769 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/openssl/openssl/crypto/chacha/
chacha_vec.c 215 x9, x10, x11, x12, x13, x14, x15; local
241 x14 = np[0]; x15 = np[1];
257 QROUND_WORDS( x3, x7,x11,x15)
258 QROUND_WORDS( x0, x5,x10,x15)
295 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/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/chromium_org/third_party/libvpx/source/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/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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_itrans16_dspr2.c 932 int x15 = input[14]; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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/x86/
vp9_loopfilter_intrin_sse2.c 1470 __m128i x8, x9, x10, x11, x12, x13, x14, x15; 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...]
  /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 

Completed in 1610 milliseconds