/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 | 108 // CHECK: Type: struct X13 109 struct PACKED X13 { 153 struct X13 x13; local 154 x13.x = sizeof(struct X13);
|
/external/chromium_org/third_party/openssl/openssl/crypto/chacha/ |
chacha_vec.c | 215 x9, x10, x11, x12, x13, x14, x15; local 240 x12 = counter+BPI*iters+(BPI-1); x13 = 0; 255 QROUND_WORDS( x1, x5, x9,x13) 260 QROUND_WORDS( x2, x7, x8,x13) 293 op[13] = REVW_BE(REVW_BE(ip[13]) ^ (x13));
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/ |
vp9_itrans16_dspr2.c | 930 int x13 = input[12]; local [all...] |
/external/chromium_org/third_party/libvpx/source/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...] |
/external/chromium_org/third_party/libvpx/source/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...] |
/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/vp9/common/mips/dspr2/ |
vp9_itrans16_dspr2.c | 930 int x13 = input[12]; local [all...] |
/external/libvpx/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...] |
/external/libvpx/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...] |
/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...] |
/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/qemu-pc-bios/bochs/bios/ |
rombios.c | 8071 int #0x13 ;; read sector 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 | |