Home
last modified time | relevance | path

Searched refs:offset8 (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/freertos/test/
Dtest_xtensa_loadstore_handler.c47 uint32_t offset8, offset16, offset32; variable
50 offset8 = offset & ~3;
51 offset16 = offset8 / 2;
52 offset32 = offset8 / 4;
54 arr8[offset8] = val8_0;
55 arr8[offset8+1] = val8_1;
56 arr8[offset8+2] = val8_2;
57 arr8[offset8+3] = val8_3;
61 TEST_ASSERT_EQUAL(val8_0, arr8[offset8]);
62 TEST_ASSERT_EQUAL(val8_1, arr8[offset8+1]);
[all …]
/hal_espressif-3.6.0/components/bt/host/bluedroid/external/sbc/decoder/srce/
Dbitalloc.c141 static const OI_INT8 offset8[4][8] = { in computeBitneed() local
171 offset = offset8[common->frameInfo.freqIndex]; in computeBitneed()