Searched refs:dcb (Results 1 – 11 of 11) sorted by relevance
/third_party/boost/boost/asio/detail/impl/ |
D | win_iocp_serial_port_service.ipp | 70 ::DCB dcb; 71 memset(&dcb, 0, sizeof(DCB)); 72 dcb.DCBlength = sizeof(DCB); 73 if (!::GetCommState(handle, &dcb)) 84 dcb.fBinary = TRUE; // Win32 only supports binary mode. 85 dcb.fNull = FALSE; // Do not ignore NULL characters. 86 dcb.fAbortOnError = FALSE; // Ignore serial framing errors. 87 dcb.BaudRate = CBR_9600; // 9600 baud by default 88 dcb.ByteSize = 8; // 8 bit bytes 89 dcb.fOutxCtsFlow = FALSE; // No flow control [all …]
|
/third_party/boost/libs/asio/include/boost/asio/detail/impl/ |
D | win_iocp_serial_port_service.ipp | 70 ::DCB dcb; 71 memset(&dcb, 0, sizeof(DCB)); 72 dcb.DCBlength = sizeof(DCB); 73 if (!::GetCommState(handle, &dcb)) 84 dcb.fBinary = TRUE; // Win32 only supports binary mode. 85 dcb.fNull = FALSE; // Do not ignore NULL characters. 86 dcb.fAbortOnError = FALSE; // Ignore serial framing errors. 87 dcb.BaudRate = CBR_9600; // 9600 baud by default 88 dcb.ByteSize = 8; // 8 bit bytes 89 dcb.fOutxCtsFlow = FALSE; // No flow control [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | hqx.c | 116 const int *quants, int dcb, in decode_block() argument 127 block[0] = sign_extend(*last_dc << (12 - dcb), 12); in decode_block() 171 int vlc_index = ctx->dcb - 9; in hqx_decode_422() 175 ctx->dcb, slice->block[i], &last_dc); in hqx_decode_422() 219 int vlc_index = ctx->dcb - 9; in hqx_decode_422a() 221 ctx->dcb, slice->block[i], &last_dc); in hqx_decode_422a() 255 int vlc_index = ctx->dcb - 9; in hqx_decode_444() 259 ctx->dcb, slice->block[i], &last_dc); in hqx_decode_444() 302 int vlc_index = ctx->dcb - 9; in hqx_decode_444a() 304 ctx->dcb, slice->block[i], &last_dc); in hqx_decode_444a() [all …]
|
D | hqx.h | 70 int format, dcb, width, height; member
|
/third_party/pulseaudio/src/tests/ |
D | mainloop-test.c | 54 static void dcb(pa_mainloop_api*a, pa_defer_event *e, void *userdata) { in dcb() function 99 de = a->defer_new(a, dcb, NULL); in START_TEST()
|
/third_party/node/deps/npm/node_modules/normalize-package-data/node_modules/resolve/ |
D | CHANGELOG.md | 337 - [Tests] fix indentation, manual linting. (([`6984dcb`][]) 350 [`6984dcb`]: https://github.com/browserify/resolve/commit/6984dcb1407fec6af46f744ad2c63f502645bdd6
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrFormats.td | 1301 // DCB_Form - Form X instruction, used for dcb* instructions.
|
/third_party/json/doc/mkdocs/docs/home/ |
D | releases.md | 932 ![cbor](https://cloud.githubusercontent.com/assets/159488/22399181/d4d60d32-e597-11e6-8dcb-825abcf9…
|
/third_party/libxml2/ |
D | NEWS | 1022 Fix missing break on last() function for attributes (dcb),
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V14.md | 4274 * [[`2561484dcb`](https://github.com/nodejs/node/commit/2561484dcb)] - **(SEMVER-MINOR)** **test**:…
|
/third_party/openh264/res/ |
D | Cisco_Absolute_Power_1280x720_30fps.yuv | 2311 …1332221/0..00./122//231!)/..0/12..////.-/20/01/0/../1 # #" $#!<P]dcb]WWMEB@;;:>ADGFCC?<=…
|