Searched refs:array32 (Results 1 – 2 of 2) 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/llvm/lib/Target/Sparc/ |
D | SparcInstrVIS.td | 141 def ARRAY32 : VISInst<0b000010100, "array32", I64Regs>;
|