HomeSort by relevance Sort by last modified time
    Searched defs:x15 (Results 1 - 22 of 22) 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/clang/test/CodeGen/
override-layout.c 118 // CHECK: Type: struct X15
119 struct X15 {
158 struct X15 x15; local
159 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/lzma/Asm/x86/
7zAsm.asm 81 x15 equ r15d define
  /external/boringssl/src/crypto/chacha/
chacha_vec.c 186 x9, x10, x11, x12, x13, x14, x15; local
212 x14 = np[1]; x15 = np[2];
228 QROUND_WORDS( x3, x7,x11,x15)
229 QROUND_WORDS( x0, x5,x10,x15)
266 op[15] = REVW_BE(REVW_BE(ip[15]) ^ (x15 + np[2]));
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 365 tran_high_t x15 = input[14]; local
382 s14 = x14 * cospi_29_64 + x15 * cospi_3_64;
383 s15 = x14 * cospi_3_64 - x15 * cospi_29_64;
400 x15 = fdct_round_shift(s7 - s15);
417 s14 = - x14 * cospi_12_64 + x15 * cospi_20_64;
418 s15 = x14 * cospi_20_64 + x15 * cospi_12_64;
435 x15 = fdct_round_shift(s11 - s15);
452 s14 = - x14 * cospi_24_64 + x15 * cospi_8_64;
453 s15 = x14 * cospi_8_64 + x15 * cospi_24_64;
470 x15 = fdct_round_shift(s13 - s15)
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
inv_txfm.c 598 tran_high_t x15 = input[14]; local
601 | x9 | x10 | x11 | x12 | x13 | x14 | x15)) {
624 s14 = x14 * cospi_29_64 + x15 * cospi_3_64;
625 s15 = x14 * cospi_3_64 - x15 * cospi_29_64;
642 x15 = WRAPLOW(dct_const_round_shift(s7 - s15), 8);
659 s14 = - x14 * cospi_12_64 + x15 * cospi_20_64;
660 s15 = x14 * cospi_20_64 + x15 * cospi_12_64;
677 x15 = WRAPLOW(dct_const_round_shift(s11 - s15), 8);
694 s14 = - x14 * cospi_24_64 + x15 * cospi_8_64;
695 s15 = x14 * cospi_8_64 + x15 * cospi_24_64
1837 tran_low_t x15 = input[14]; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
itrans16_dspr2.c 1073 int x15 = input[14]; local
    [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...]
  /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/libvpx/libvpx/vpx_dsp/x86/
loopfilter_sse2.c 1334 __m128i x8, x9, x10, x11, x12, x13, x14, x15; local
    [all...]
  /external/opencv3/modules/imgproc/src/
demosaicing.cpp 1293 __m128i x15 = _mm_loadl_u8_s16(srow, -1 ); local
    [all...]
  /development/samples/SupportLeanbackShowcase/libs/
picasso-2.5.2.jar 
  /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 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.10/
gradle-tooling-api-2.10.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.14/
gradle-tooling-api-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.8/
gradle-tooling-api-2.8.jar 

Completed in 577 milliseconds