Searched refs:array32 (Results 1 – 5 of 5) sorted by relevance
/external/jemalloc/test/unit/ |
D | SFMT.c | 1454 uint32_t array32[BLOCK_SIZE] JEMALLOC_ATTR(aligned(16)); in TEST_BEGIN() local 1463 fill_array32(ctx, array32, BLOCK_SIZE); in TEST_BEGIN() 1470 assert_u32_eq(array32[i], init_gen_rand_32_expected[i], in TEST_BEGIN() 1474 assert_u32_eq(r32, array32[i], in TEST_BEGIN() 1475 "Mismatch at array32[%d]=%x, gen=%x", i, array32[i], r32); in TEST_BEGIN() 1489 uint32_t array32[BLOCK_SIZE] JEMALLOC_ATTR(aligned(16)); in TEST_BEGIN() local 1499 fill_array32(ctx, array32, BLOCK_SIZE); in TEST_BEGIN() 1506 assert_u32_eq(array32[i], init_by_array_32_expected[i], in TEST_BEGIN() 1510 assert_u32_eq(r32, array32[i], in TEST_BEGIN() 1511 "Mismatch at array32[%d]=%x, gen=%x", i, array32[i], r32); in TEST_BEGIN()
|
/external/clang/test/SemaCXX/ |
D | integer-overflow.cpp | 7 int array32[sizeof(uint32_t) == 4 ? 1 : -1]; variable
|
/external/clang/test/Sema/ |
D | integer-overflow.c | 7 int array32[sizeof(uint32_t) == 4 ? 1 : -1]; variable
|
/external/swiftshader/third_party/LLVM/test/Transforms/ScalarRepl/ |
D | debuginfo.ll | 44 @llvm.dbg.array32 = internal constant [3 x { }*] [ { }* bitcast (%llvm.dbg.composite.type* @llvm.db… 45 …4 0, i64 0, i64 0, i32 0, { }* null, { }* bitcast ([3 x { }*]* @llvm.dbg.array32 to { }*) }, secti…
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstrVIS.td | 141 def ARRAY32 : VISInst<0b000010100, "array32", I64Regs>;
|