HomeSort by relevance Sort by last modified time
    Searched defs:x13 (Results 1 - 25 of 28) sorted by null

1 2

  /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 107 // CHECK: Type: struct X13
108 struct PACKED X13 {
152 struct X13 x13; local
153 x13.x = sizeof(struct X13);
  /external/lzma/Asm/x86/
7zAsm.asm 79 x13 equ r13d define
  /external/boringssl/src/crypto/chacha/
chacha_vec.c 186 x9, x10, x11, x12, x13, x14, x15; local
211 x12 = counter+BPI*iters+(BPI-1); x13 = np[0];
226 QROUND_WORDS( x1, x5, x9,x13)
231 QROUND_WORDS( x2, x7, x8,x13)
264 op[13] = REVW_BE(REVW_BE(ip[13]) ^ (x13 + np[0]));
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 363 tran_high_t x13 = input[12]; local
380 s12 = x12 * cospi_25_64 + x13 * cospi_7_64;
381 s13 = x12 * cospi_7_64 - x13 * cospi_25_64;
398 x13 = fdct_round_shift(s5 - s13);
415 s12 = - x12 * cospi_28_64 + x13 * cospi_4_64;
416 s13 = x12 * cospi_4_64 + x13 * cospi_28_64;
433 x13 = fdct_round_shift(s9 - s13);
450 s12 = x12 * cospi_8_64 + x13 * cospi_24_64;
451 s13 = x12 * cospi_24_64 - x13 * cospi_8_64;
468 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/vpx_dsp/
inv_txfm.c 596 tran_high_t x13 = input[12]; local
601 | x9 | x10 | x11 | x12 | x13 | x14 | x15)) {
622 s12 = x12 * cospi_25_64 + x13 * cospi_7_64;
623 s13 = x12 * cospi_7_64 - x13 * cospi_25_64;
640 x13 = WRAPLOW(dct_const_round_shift(s5 - s13), 8);
657 s12 = - x12 * cospi_28_64 + x13 * cospi_4_64;
658 s13 = x12 * cospi_4_64 + x13 * cospi_28_64;
675 x13 = WRAPLOW(dct_const_round_shift(s9 - s13), 8);
692 s12 = x12 * cospi_8_64 + x13 * cospi_24_64;
693 s13 = x12 * cospi_24_64 - x13 * cospi_8_64
1835 tran_low_t x13 = input[12]; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
itrans16_dspr2.c 1071 int x13 = input[12]; local
    [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;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_itrans16_dspr2.c 930 int x13 = input[12]; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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...]
  /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 1291 __m128i x13 = _mm_loadl_u8_s16(srow, -1 + bstep ); local
    [all...]
  /frameworks/support/samples/SupportLeanbackShowcase/libs/
picasso-2.5.2.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /external/robolectric/v3/runtime/
android-all-5.1.1_r9-robolectric-1.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/net/bytebuddy/byte-buddy/1.4.33/
byte-buddy-1.4.33.jar 
  /prebuilts/tools/common/m2/repository/nl/jqno/equalsverifier/equalsverifier/2.1.5/
equalsverifier-2.1.5.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 

Completed in 958 milliseconds

1 2