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

1 2 3 4 5 6 7 8 91011

  /external/clang/test/SemaCXX/
attr-selectany.cpp 36 __declspec(selectany) auto x8 = Internal(); // expected-error {{'selectany' can only be applied to data items with external linkage}} variable
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue13821b.go 24 var x8 = b && !B2(true) // ERROR "mismatched types B and B2" var
  /prebuilts/go/linux-x86/test/fixedbugs/
issue13821b.go 24 var x8 = b && !B2(true) // ERROR "mismatched types B and B2" var
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-pcrel2.s 17 move.d [pc+x8-x+32768-46],r8 ; 8
37 move.d [pc+x8-x+32768-46],r8 ; 8
38 x8: label
48 move.d [pc+x8-x+32768-46],r8 ; 8
60 move.d [pc+x8-x+32768-46],r8 ; 8
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_mb_offset.h 34 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
43 x8 = 16;
111 if (--x8)
130 __inline int32 sad_mb_offset3(UChar *ref, UChar *blk, Int lx, Int dmin, int32 x8)
132 __inline int32 sad_mb_offset2(UChar *ref, UChar *blk, Int lx, Int dmin, int32 x8)
134 __inline int32 sad_mb_offset1(UChar *ref, UChar *blk, Int lx, Int dmin, int32 x8)
207 ADDLSS x8, x8, #INC_X8 local
230 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
238 x8 = 16
    [all...]
sad_inline.h 84 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
88 x8 = (uintptr_t)ref & 0x3;
89 if (x8 == 3)
91 if (x8 == 2)
93 if (x8 == 1)
104 x8 = 16;
152 if (--x8)
259 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
266 MOVS x8, ref, lsl #31 ; local
324 ADDLSS x8, x8, #0x10000001 local
448 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
fastidct.cpp 81 int32 x0, x1, x3, x5, x7;//, x8;
107 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
116 x8 = x0 - x2;
118 x2 = x8;
119 x8 = x4 - x6;
121 x6 = x8;
142 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
151 x8 = x0 - x2;
153 x2 = x8;
154 x8 = x4 - x6
261 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
432 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
502 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
746 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
924 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
990 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1223 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1429 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1500 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1748 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
    [all...]
  /external/clang/test/CodeGen/
attr-mode-enums.c 33 // CHECK: [[X8:%.+]] = alloca i8
34 enum __attribute__((mode(QI))) { A8, B8 } x8 = B8; local
42 // CHECK: store i8 1, i8* [[X8]]
44 return x1 + x2 + x3 + x4 + x5 + x6 + x7 + x8;
override-layout.c 75 // CHECK: Type: union X8
76 union X8 {
132 union X8 x8; local
133 typedef int X8array[sizeof(union X8)];
134 x8.y = sizeof(union X8);
135 x8.x.x = x8.y;
  /external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael-alg-fst.c 42 word8 x8[MAXKC][4]; member in union:__anon20852
45 #define tk xtk.x8
145 word8 x8[16]; member in union:__anon20853
148 #define a xa.x8
149 #define b xb.x8
151 word8 x8[4][4]; member in union:__anon20854
154 #define temp xtemp.x8
310 word8 x8[16]; member in union:__anon20855
313 #define a xa.x8
314 #define b xb.x8
316 word8 x8[4][4]; member in union:__anon20856
    [all...]
  /external/clang/test/ASTMerge/Inputs/
struct1.c 39 struct S8 *x8; variable in typeref:struct:S8
struct2.c 36 struct S8 { int i; float f; } *x8; variable in typeref:struct:S8
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
idct_vca.cpp 160 int32 x0, x1, x3, x5, x7;//, x8;
187 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
212 x8 = x0 - x2;
214 x2 = x8;
215 x8 = x4 - x6;
217 x6 = x8;
259 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
268 x8 = x0 - x2;
270 x2 = x8;
271 x8 = x4 - x6
296 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
373 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
507 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
580 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
    [all...]
block_idct.cpp 516 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
557 x8 = W7 * (x4 + x5) + 4;
558 x4 = (x8 + (W1 - W7) * x4) >> 3;
559 x5 = (x8 - (W1 + W7) * x5) >> 3;
560 x8 = W3 * (x6 + x7) + 4;
561 x6 = (x8 - (W3 - W5) * x6) >> 3;
562 x7 = (x8 - (W3 + W5) * x7) >> 3;
565 x8 = x0 + x1;
576 x7 = x8 + x3;
577 x8 -= x3
627 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
837 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
    [all...]
  /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
131 x8 = j8;
140 QUARTERROUND( x0, x4, x8,x12)
146 QUARTERROUND( x2, x7, x8,x13)
157 x8 = PLUS(x8,j8);
175 x8 = XOR(x8,U8TO32_LITTLE(m + 32));
199 U32TO8_LITTLE(c + 32,x8);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
SecP192K1FieldElement.java 156 int[] x8 = x6; local
157 SecP192K1Field.squareN(x6, 2, x8);
158 SecP192K1Field.multiply(x8, x2, x8);
160 SecP192K1Field.squareN(x8, 8, x16);
161 SecP192K1Field.multiply(x16, x8, x16);
162 int[] x19 = x8;
SecP224K1FieldElement.java 163 int[] x8 = Nat224.create(); local
164 SecP224K1Field.squareN(x4, 4, x8);
165 SecP224K1Field.multiply(x8, x4, x8);
167 SecP224K1Field.squareN(x8, 3, x11);
171 SecP224K1Field.multiply(x19, x8, x19);
172 int[] x23 = x8;
  /external/clang/test/Layout/
ms-vtordisp-local.cpp 196 int x8[sizeof(HasVtorDisp5)]; member in struct:Container3
  /external/lzma/Asm/x86/
7zAsm.asm 74 x8 equ r8d define
  /external/openssh/
chacha.c 92 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; local
132 x8 = j8;
141 QUARTERROUND( x0, x4, x8,x12)
147 QUARTERROUND( x2, x7, x8,x13)
158 x8 = PLUS(x8,j8);
175 x8 = XOR(x8,U8TO32_LITTLE(m + 32));
198 U32TO8_LITTLE(c + 32,x8);
  /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
131 x8 = j8;
140 QUARTERROUND( x0, x4, x8,x12)
146 QUARTERROUND( x2, x7, x8,x13)
157 x8 = PLUS(x8,j8);
175 x8 = XOR(x8,U8TO32_LITTLE(m + 32));
199 U32TO8_LITTLE(c + 32,x8);
  /external/r8/src/test/examples/newarray/
NewArray.java 31 int x8[] = new int[]{0, 1, 2, 3, 4, 5, 6, 7}; local
41 printArray(x8);
73 int x8[] = new int[]{a.v0, a.v1, a.v2, a.v0, a.v3, a.v4, a.v5, a.v6}; local
82 printArray(x8);
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/
mrc.h 42 x8, // DRAM width enumerator in enum:__anon11639
116 uint8_t dram_width; // x8, x16
140 uint32_t board_id; // internally used for board layout (use x8 or x16 memory)
  /external/flac/libFLAC/
bitreader.c 455 FLAC__uint32 x8, x32 = 0; local
462 if(!FLAC__bitreader_read_raw_uint32(br, &x8, 8))
464 x32 |= (x8 << 8);
466 if(!FLAC__bitreader_read_raw_uint32(br, &x8, 8))
468 x32 |= (x8 << 16);
470 if(!FLAC__bitreader_read_raw_uint32(br, &x8, 8))
472 x32 |= (x8 << 24);
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 358 tran_high_t x8 = input[7]; local
376 s8 = x8 * cospi_17_64 + x9 * cospi_15_64;
377 s9 = x8 * cospi_15_64 - x9 * cospi_17_64;
393 x8 = fdct_round_shift(s0 - s8);
411 s8 = x8 * cospi_4_64 + x9 * cospi_28_64;
412 s9 = x8 * cospi_28_64 - x9 * cospi_4_64;
428 x8 = fdct_round_shift(s8 + s12);
446 s8 = x8;
463 x8 = s8 + s10;
492 output[1] = (tran_low_t)-x8;
    [all...]

Completed in 1911 milliseconds

1 2 3 4 5 6 7 8 91011