Searched defs:BUF_SIZE_SMALL (Results 1 – 4 of 4) sorted by relevance
19 #define BUF_SIZE_SMALL 256 macro
43 constexpr uint16_t BUF_SIZE_SMALL = 256; variable
70 constexpr uint16_t BUF_SIZE_SMALL = 256; variable
56 pub const BUF_SIZE_SMALL: usize = 256; constant