Lines Matching defs:buf
13 uint16_t bytes_read_u16_be(const uint8_t *buf) { in bytes_read_u16_be()
21 uint32_t bytes_read_u24_be(const uint8_t *buf) { in bytes_read_u24_be()
29 uint32_t bytes_read_u32_be(const uint8_t *buf) { in bytes_read_u32_be()
37 uint8_t *bytes_write_u16_be(uint8_t *buf, uint16_t val) { in bytes_write_u16_be()
44 uint8_t *bytes_write_u24_be(uint8_t *buf, uint32_t val) { in bytes_write_u24_be()
52 uint8_t *bytes_write_u32_be(uint8_t *buf, uint32_t val) { in bytes_write_u32_be()
63 uint16_t bytes_read_u16_le(const uint8_t *buf) { in bytes_read_u16_le()
71 uint32_t bytes_read_u24_le(const uint8_t *buf) { in bytes_read_u24_le()
79 uint32_t bytes_read_u32_le(const uint8_t *buf) { in bytes_read_u32_le()
87 uint8_t *bytes_write_u16_le(uint8_t *buf, uint16_t val) { in bytes_write_u16_le()
94 uint8_t *bytes_write_u24_le(uint8_t *buf, uint32_t val) { in bytes_write_u24_le()
102 uint8_t *bytes_write_u32_le(uint8_t *buf, uint32_t val) { in bytes_write_u32_le()