HomeSort by relevance Sort by last modified time
    Searched defs:x13 (Results 1 - 25 of 48) 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/openssh/
chacha.c 92 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; local
137 x13 = j13;
142 QUARTERROUND( x1, x5, x9,x13)
147 QUARTERROUND( x2, x7, x8,x13)
163 x13 = PLUS(x13,j13);
180 x13 = XOR(x13,U8TO32_LITTLE(m + 52));
203 U32TO8_LITTLE(c + 52,x13);
  /external/openssh/openbsd-compat/
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/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 402 tran_high_t x13 = input[12]; local
407 x13 | x14 | x15)) {
425 s12 = x12 * cospi_25_64 + x13 * cospi_7_64;
426 s13 = x12 * cospi_7_64 - x13 * cospi_25_64;
443 x13 = WRAPLOW(dct_const_round_shift(s5 - s13));
460 s12 = -x12 * cospi_28_64 + x13 * cospi_4_64;
461 s13 = x12 * cospi_4_64 + x13 * cospi_28_64;
478 x13 = WRAPLOW(dct_const_round_shift(s9 - s13));
495 s12 = x12 * cospi_8_64 + x13 * cospi_24_64;
496 s13 = x12 * cospi_24_64 - x13 * cospi_8_64
1711 tran_low_t x13 = input[12]; local
    [all...]