/third_party/pulseaudio/speex/tmv/ |
H A D | speex_config_types.h | 19 #define VMIN(a,b) imin((a),(b)) macro 24 #define VMIN(a,b) fmin((a),(b)) macro
|
/third_party/python/Lib/ |
H A D | tty.py | 26 mode[CC][VMIN] = 1 34 mode[CC][VMIN] = 1
|
/third_party/toybox/toys/pending/ |
H A D | getty.c | 158 TT.termios.c_cc[VMIN] = 1; in termios_init() 184 vmin = TT.termios.c_cc[VMIN]; // Store old in sense_baud() 185 TT.termios.c_cc[VMIN] = 0; // No block even queue is empty. in sense_baud() 198 TT.termios.c_cc[VMIN] = vmin; //restore old value in sense_baud()
|
H A D | stty.c | 82 { "discard", VDISCARD }, { "min", VMIN }, { "time", VTIME }, 262 // The -2 is to ignore VMIN and VTIME, which are just unsigned integers. in set_special_character() 299 t->c_cc[VMIN] = 1; in make_sane() 333 else if (!strcmp(arg, "min")) new.c_cc[VMIN] = get_arg(&i, 0, 255); in do_stty() 375 new.c_cc[VMIN] = 1; in do_stty() 424 if (chars[i].value == VMIN || chars[i].value == VTIME) { in do_stty()
|
H A D | more.c | 107 newf.c_cc[VMIN] = 1; in more_main()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
H A D | syscalls.rs | 16 VMIN, VTIME, 170 termios.c_cc[VMIN] = 1;
|
/third_party/musl/src/termios/ |
H A D | cfmakeraw.c | 11 t->c_cc[VMIN] = 1; in cfmakeraw()
|
/third_party/musl/libc-test/src/functionalext/supplement/termios/ |
H A D | cfmakeraw.c | 46 if (t.c_cc[VMIN] != 1) { in cfmakeraw_0100() 47 t_error("%s t.c_cc[VMIN] failed\n", __func__); in cfmakeraw_0100()
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | termios.h | 18 #define VMIN 6 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | termios.h | 18 #define VMIN 6 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | termios.h | 18 #define VMIN 6 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | termios.h | 18 #define VMIN 6 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | termios.h | 18 #define VMIN 6 macro
|
/third_party/musl/arch/generic/bits/ |
H A D | termios.h | 18 #define VMIN 6 macro
|
/third_party/libuv/src/unix/ |
H A D | tty.c | 274 tio->c_cc[VMIN] = 1; in uv__tty_make_raw() 321 tmp.c_cc[VMIN] = 1; in uv_tty_set_mode()
|
/third_party/node/deps/uv/src/unix/ |
H A D | tty.c | 274 tio->c_cc[VMIN] = 1; in uv__tty_make_raw() 316 tmp.c_cc[VMIN] = 1; in uv_tty_set_mode()
|
/third_party/python/Modules/ |
H A D | termios.c | 73 length 1, except the items with indices VMIN and VTIME, which are 116 v = PyLong_FromLong((long)mode.c_cc[VMIN]); in termios_tcgetattr_impl() 119 PyList_SetItem(cc, VMIN, v); in termios_tcgetattr_impl() 816 {"VMIN", VMIN},
|
/third_party/musl/arch/mips/bits/ |
H A D | termios.h | 16 #define VMIN 4 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | termios.h | 19 #define VMIN 5 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | termios.h | 16 #define VMIN 4 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | termios.h | 16 #define VMIN 4 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | termios.h | 19 #define VMIN 5 macro
|
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-serial/ |
H A D | minimal-raw-file.c | 105 tio.c_cc[VMIN] = 1; in callback_raw_test()
|
/third_party/musl/libc-test/src/api/ |
H A D | termios.c | 25 C(VMIN) in f()
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | compat.rs | 31 (*termios).c_cc[VMIN] = 1; in cfmakeraw()
|