Searched refs:bbuf (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/tests/tcg/hexagon/ |
| H A D | brev.c | 32 uint8_t bbuf[SIZE] __attribute__((aligned(1 << 16))) = {0}; variable 157 bbuf[i] = bitreverse(i); in main() 164 TEST_BREV_LOAD(b, int32_t, bbuf, 16, sext8(i)); in main() 165 TEST_BREV_LOAD(ub, int32_t, bbuf, 16, i); in main() 171 TEST_BREV_STORE(b, int32_t, bbuf, i, 16); in main() 177 TEST_BREV_STORE_NEW(bnew, bbuf, 16); in main()
|
| H A D | circ.c | 42 uint8_t bbuf[NBYTES] __attribute__((aligned(1 << 12))) = {0}; variable 56 INIT(bbuf, NBYTES) in INIT() argument 257 TEST_LOAD_IMM(b, int8_t, bbuf, NBYTES, 1, d) 258 TEST_LOAD_IMM(ub, uint8_t, bbuf, NBYTES, 1, d) 286 TEST_LOAD_REG(b, int8_t, bbuf, NBYTES, d) in TEST_LOAD_REG() argument 287 TEST_LOAD_REG(ub, uint8_t, bbuf, NBYTES, d) in TEST_LOAD_REG() 334 CHECK_STORE(b, bbuf, NBYTES, x) 362 CIRC_TEST_STORE_IMM(b, b, uint8_t, bbuf, NBYTES, 0, 1) 367 CIRC_TEST_STORE_IMM(bnew, b, uint8_t, bbuf, NBYTES, 0, 1) 393 CIRC_TEST_STORE_REG(b, b, uint8_t, bbuf, NBYTES, 0) [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/ |
| H A D | 0005-Replace-off64_t-stat64-with-off_t-stat.patch | 81 char rbuf[32], bbuf[32], abuf[32]; 176 char rbuf[40], bbuf[40], abuf[40], obuf[40];
|