Home
last modified time | relevance | path

Searched defs:BUF_SIZE_SMALL (Results 1 – 4 of 4) sorted by relevance

/developtools/hdc/hdc_rust/src/cffi/
Dmount.h19 #define BUF_SIZE_SMALL 256 macro
Dutils.cpp43 constexpr uint16_t BUF_SIZE_SMALL = 256; variable
/developtools/hdc/src/common/
Ddefine.h70 constexpr uint16_t BUF_SIZE_SMALL = 256; variable
/developtools/hdc/hdc_rust/src/common/
Dforward.rs56 pub const BUF_SIZE_SMALL: usize = 256; constant