Home
last modified time | relevance | path

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

/llvm-project/libc/src/termios/linux/
H A Dcfsetospeed.cpp19 constexpr speed_t NOT_SPEED_MASK = ~speed_t(CBAUD); global() variable
H A Dcfsetispeed.cpp19 constexpr speed_t NOT_SPEED_MASK = ~speed_t(CBAUD); global() variable