Home
last modified time | relevance | path

Searched refs:bit_spec (Results 1 – 3 of 3) sorted by relevance

/external/libese/libese-teq1/include/ese/
Dteq1.h56 struct bit_spec type;
57 struct bit_spec data;
59 struct bit_spec more_data;
60 struct bit_spec send_seq;
63 struct bit_spec parity_err;
64 struct bit_spec other_err;
65 struct bit_spec next_seq;
68 struct bit_spec type;
69 struct bit_spec response;
/external/libese/libese/include/ese/
Dbit_spec.h19 struct bit_spec { struct
24 static inline uint8_t bs_get(const struct bit_spec b, uint8_t var) { in bs_get() argument
28 static inline uint8_t bs_mask(const struct bit_spec b, uint8_t value) { in bs_mask()
32 static inline uint8_t bs_clear(const struct bit_spec b) { in bs_clear()
36 static inline uint8_t bs_set(uint8_t var, const struct bit_spec b, uint8_t value) { in bs_set()
40 static inline void bs_assign(uint8_t *dst, const struct bit_spec b, uint8_t value) { in bs_assign()
/external/libese/libese/tests/
Dbitspec_unittests.cpp26 struct bit_spec bit[8];
29 struct bit_spec high;
30 struct bit_spec mid;
31 struct bit_spec low;
34 struct bit_spec all8;
35 struct bit_spec upper6;
36 struct bit_spec lower6;