Searched refs:bs_assign (Results 1 – 3 of 3) sorted by relevance
/external/libese/libese/tests/ |
D | bitspec_unittests.cpp | 80 bs_assign(&byte, kTestSpec.single.bit[bit], 1); in TEST_F() 127 bs_assign(&byte, kTestSpec.adjacent.mid, i); in TEST_F() 134 bs_assign(&byte, kTestSpec.adjacent.low, i); in TEST_F() 135 bs_assign(&byte, kTestSpec.adjacent.high, i); in TEST_F() 154 bs_assign(&byte, kTestSpec.overlap.lower6, i); in TEST_F() 161 bs_assign(&byte, kTestSpec.overlap.upper6, i); in TEST_F() 168 bs_assign(&byte, kTestSpec.overlap.all8, i); in TEST_F()
|
/external/libese/libese/include/ese/ |
D | bit_spec.h | 40 static inline void bs_assign(uint8_t *dst, const struct bit_spec b, uint8_t value) { in bs_assign() function
|
/external/libese/libese-teq1/ |
D | teq1.c | 209 bs_assign(&frame->header.PCB, PCB.I.more_data, 0); in teq1_fill_info_block() 444 bs_assign(&next_tx->header.PCB, PCB.R.next_seq, in teq1_rules()
|