/external/valgrind/main/memcheck/tests/ |
mempool.c | 115 char *x1, *x2, *x3, *x4, *x5; local 141 x5 = allocate(p, 10); 143 *x5 = 'g'; // valid 147 // *x5 = 'g'; // invalid
|
/external/llvm/test/MC/AArch64/ |
basic-a64-diagnostics.s | 9 add x2, x3, x5, sxtb 13 // CHECK-ERROR: add x2, x3, x5, sxtb 24 add x3, x5, w7, uxtb #5 30 // CHECK-ERROR: add x3, x5, w7, uxtb #5 37 add xzr, x3, x5, uxtx 41 // CHECK-ERROR: add xzr, x3, x5, uxtx 69 add sp, x5, x7, lsl 71 // CHECK-ERROR: add sp, x5, x7, lsl 152 subs x5, xzr, #0x456, lsl #12 160 // CHECK-ERROR-NEXT: subs x5, xzr, #0x456, lsl #1 [all...] |
trace-regs-diagnostics.s | 21 msr trcidr1, x5 40 msr trcpidr7, x5 74 // CHECK-NEXT: msr trcidr1, x5 131 // CHECK-NEXT: msr trcpidr7, x5
|
basic-a64-instructions.s | 25 add x3, x5, x9, sxtx 33 // CHECK: add x3, x5, x9, sxtx // encoding: [0xa3,0xe0,0x29,0x8b] 71 sub x3, x5, x9, sxtx 79 // CHECK: sub x3, x5, x9, sxtx // encoding: [0xa3,0xe0,0x29,0xcb] 106 adds x3, x5, x9, sxtx #2 114 // CHECK: adds x3, x5, x9, sxtx #2 // encoding: [0xa3,0xe8,0x29,0xab] 141 subs x3, x5, x9, sxtx #2 149 // CHECK: subs x3, x5, x9, sxtx #2 // encoding: [0xa3,0xe8,0x29,0xeb] 176 cmp x5, x9, sxtx #2 184 // CHECK: cmp x5, x9, sxtx #2 // encoding: [0xbf,0xe8,0x29,0xeb [all...] |
tls-relocs.s | 27 movz x5, #:dtprel_g1:var 31 // CHECK: movz x5, #:dtprel_g1:var // encoding: [0x05'A',A,0xa0'A',0x92'A'] 214 movz x5, #:tprel_g1:var 218 // CHECK: movz x5, #:tprel_g1:var // encoding: [0x05'A',A,0xa0'A',0x92'A'] 352 add x5, x4, #:tlsdesc_lo12:var 360 // CHECK: add x5, x4, #:tlsdesc_lo12:var // encoding: [0x85'A',A,A,0x91'A']
|
/external/valgrind/main/none/tests/mips32/ |
branches.c | 331 TESTINST4("beq", 6, 0x5, 0x5, t0, t1, t2); 339 TESTINST4("beq", 14, -1, 0x5, v0, t9, t8); 349 TESTINST4("bne", 6, 0x5, 0x5, t0, t1, t2); 357 TESTINST4("bne", 14, -1, 0x5, v0, t9, t8); 367 TESTINST5("beqz", 6, 0x5, t0, t1); 385 TESTINST5("bgez", 6, 0x5, t0, t1); 403 TESTINST5("bgtz", 6, 0x5, t0, t1); 421 TESTINST5("blez", 6, 0x5, t0, t1) [all...] |
/external/chromium_org/v8/src/utils/ |
random-number-generator.h | 98 static const int64_t kMultiplier = V8_2PART_UINT64_C(0x5, deece66d);
|
/external/clang/test/ASTMerge/Inputs/ |
struct1.c | 30 struct S5 { int i : 8; unsigned j : 8; } x5; variable in typeref:struct:S5
|
struct2.c | 27 struct S5 { int i : 8; unsigned j : 8; } x5; variable in typeref:struct:S5
|
/external/clang/test/Lexer/ |
ms-extensions.c | 7 __int64 x5 = 0x42i64; variable
|
/external/ceres-solver/internal/ceres/ |
autodiff_cost_function_test.cc | 100 const T* const x5, 106 cost[0] = *x0 + *x1 + *x2 + *x3 + *x4 + *x5 + *x6 + *x7 + *x8 + *x9;
|
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
vp9_itrans8_dspr2.c | 473 int x0, x1, x2, x3, x4, x5, x6, x7; local 480 x5 = input[4]; 484 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) { 495 s4 = cospi_18_64 * x4 + cospi_14_64 * x5; 496 s5 = cospi_14_64 * x4 - cospi_18_64 * x5; 505 x5 = ROUND_POWER_OF_TWO((s1 - s5), DCT_CONST_BITS); 514 s4 = cospi_8_64 * x4 + cospi_24_64 * x5; 515 s5 = cospi_24_64 * x4 - cospi_8_64 * x5; 524 x5 = ROUND_POWER_OF_TWO((s5 + s7), DCT_CONST_BITS); 545 output[6] = x5; [all...] |
/external/ceres-solver/include/ceres/ |
cost_function_to_functor.h | 261 const double* x5, 279 parameter_blocks[5] = x5; 288 const double* x5, 307 parameter_blocks[5] = x5; 317 const double* x5, 337 parameter_blocks[5] = x5; 348 const double* x5, 369 parameter_blocks[5] = x5; 381 const double* x5, 403 parameter_blocks[5] = x5; [all...] |
/external/clang/test/FixIt/ |
fixit.cpp | 77 int x5 != 0; // expected-error {{invalid '!=' at end of declaration; did you mean '='?}} member in namespace:rdar8488464 99 int x5 != 0; // expected-error {{invalid '!=' at end of declaration; did you mean '='?}} local 100 (void)x5; 124 if (int x5 != 0) { (void)x5; } // expected-error {{invalid '!=' at end of declaration; did you mean '='?}}
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
nv04_state_raster.c | 47 return 0x5; 72 return 0x5; 97 return 0x5;
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nv04_state_raster.c | 47 return 0x5; 72 return 0x5; 97 return 0x5;
|
/external/clang/test/CodeGen/ |
override-layout.c | 58 // CHECK: Type: struct X5 59 struct PACKED X5 { double a[19]; signed char b; }; 61 void use_X5() { struct X5 x5; x5.b = sizeof(struct X5); }; local
|
/external/clang/test/SemaTemplate/ |
member-access-expr.cpp | 101 struct X5 { 106 void test_X5(X5<X4> x5, X5<const X4> x5c, X4 *xp, const X4 *cxp) { 107 x5.f(xp);
|
/external/libvpx/libvpx/vp8/common/x86/ |
sad_sse4.asm | 25 mpsadbw xmm2, xmm0, 0x5 31 mpsadbw xmm4, xmm0, 0x5 46 mpsadbw xmm2, xmm0, 0x5 52 mpsadbw xmm4, xmm0, 0x5 72 mpsadbw xmm2, xmm0, 0x5 77 mpsadbw xmm4, xmm0, 0x5 95 mpsadbw xmm2, xmm0, 0x5 105 mpsadbw xmm2, xmm0, 0x5 120 mpsadbw xmm2, xmm0, 0x5
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_sad_sse4.asm | 25 mpsadbw xmm2, xmm0, 0x5 31 mpsadbw xmm4, xmm0, 0x5 46 mpsadbw xmm2, xmm0, 0x5 52 mpsadbw xmm4, xmm0, 0x5 72 mpsadbw xmm2, xmm0, 0x5 77 mpsadbw xmm4, xmm0, 0x5 95 mpsadbw xmm2, xmm0, 0x5 105 mpsadbw xmm2, xmm0, 0x5 120 mpsadbw xmm2, xmm0, 0x5
|
/external/aac/libPCMutils/include/ |
pcmutils_lib.h | 122 PCMDMX_UNKNOWN = 0x5, /*!< Error condition is of unknown reason, or from a third
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
AMDILDeviceInfo.h | 39 LongOps = 0x5, // Long is supported or not.
|
/external/lzma/Asm/x86/ |
7zAsm.asm | 47 x5 equ EBP
define 76 r5 equ x5
|
/external/lzma/C/ |
BraIA64.c | 40 if (((instNorm >> 37) & 0xF) == 0x5 && ((instNorm >> 9) & 0x7) == 0)
|
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDILDeviceInfo.h | 39 LongOps = 0x5, // Long is supported or not.
|