Loading...
Searching...
No Matches
#include <inttypes.h>
#include <cstring>
#include "roo_io/base/byte.h"
Go to the source code of this file.
|
| template<int bytes> |
| void | roo_io::PatternWrite (byte *buf, const byte *val) |
| |
| template<> |
| void | roo_io::PatternWrite< 1 > (byte *buf, const byte *val) |
| |
| template<> |
| void | roo_io::PatternWrite< 2 > (byte *buf, const byte *val) |
| |
| template<> |
| void | roo_io::PatternWrite< 3 > (byte *buf, const byte *val) |
| |
| template<> |
| void | roo_io::PatternWrite< 4 > (byte *buf, const byte *val) |
| |
| template<int bytes> |
| void | roo_io::PatternFill (byte *buf, size_t count, const byte *val) |
| |
| template<> |
| void | roo_io::PatternFill< 1 > (byte *buf, size_t count, const byte *val) |
| |
| void | roo_io::internal::pattern_fill_32_aligned (uint32_t *buf, size_t count, uint32_t val) |
| |
| void | roo_io::internal::pattern_fill_16_aligned (uint16_t *buf, size_t count, uint16_t val) |
| |
| template<> |
| void | roo_io::PatternFill< 2 > (byte *buf, size_t count, const byte *val) |
| |
| template<> |
| void | roo_io::PatternFill< 3 > (byte *buf, size_t count, const byte *val) |
| |
| template<> |
| void | roo_io::PatternFill< 4 > (byte *buf, size_t count, const byte *val) |
| |
| void | roo_io::BitFill (byte *buf, uint32_t offset, size_t count, bool value) |
| |
| void | roo_io::NibbleFill (byte *buf, uint32_t offset, size_t count, byte value) |
| |