Searched defs:DEFAULT_BUF_SIZE (Results 1 – 5 of 5) sorted by relevance
26 static constexpr int32_t DEFAULT_BUF_SIZE = 1024; variable
21 pub const DEFAULT_BUF_SIZE: usize = if cfg!(target_os = "espidf") { const
25 constexpr size_t DEFAULT_BUF_SIZE { 1024 }; variable
33 constexpr size_t DEFAULT_BUF_SIZE { 1024 }; variable
32 constexpr size_t DEFAULT_BUF_SIZE { 4096 }; variable