Searched refs:BS0 (Results 1 – 12 of 12) sorted by relevance
/external/kernel-headers/original/uapi/asm-generic/ |
D | termbits.h | 103 #define BS0 0000000 macro
|
/external/python/cpython2/Modules/ |
D | termios.c | 474 #ifdef BS0 475 {"BS0", BS0},
|
/external/python/cpython3/Modules/ |
D | termios.c | 502 #ifdef BS0 503 {"BS0", BS0},
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IOCTL.py | 117 BS0 = 0 variable
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IOCTL.py | 117 BS0 = 0 variable
|
/external/toybox/toys/pending/ |
D | stty.c | 107 { "bs0", BS0, BSDLY }, { "bs1", BS1, BSDLY }, { "vt0", VT0, VTDLY },
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/NVPTX/ |
D | f16x2-instructions.ll | 1214 ; CHECK-DAG: mov.b16 [[BS0:%rs[0-9]+]], [[B0]]; 1218 ; CHECK-DAG: and.b16 [[BX0:%rs[0-9]+]], [[BS0]], -32768; 1297 ; CHECK-DAG: mov.b16 [[BS0:%rs[0-9]+]], [[B0]]; 1301 ; CHECK-DAG: and.b16 [[BX0:%rs[0-9]+]], [[BS0]], -32768;
|
/external/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 1097 pub const BS0: ::tcflag_t = 0x00000000; constant
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 935 pub const BS0: ::tcflag_t = 0x00000000; constant
|
/external/rust/crates/libc/src/unix/uclibc/ |
D | mod.rs | 976 pub const BS0: ::tcflag_t = 0x00000000; constant
|
/external/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 2547 pub const BS0: ::tcflag_t = 0x00000000; constant
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1868 pub const BS0: ::c_int = 0x00000000; constant
|