Home
last modified time | relevance | path

Searched defs:SEND_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/deqp/execserver/
DxsDefs.hpp52 SEND_BUFFER_SIZE = 16*1024, enumerator
/external/rust/crates/quiche/src/
Dstream.rs51 const SEND_BUFFER_SIZE: usize = 5; constant
54 const SEND_BUFFER_SIZE: usize = 4096; constant