Searched refs:dco (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Lib/test/ |
D | test_zlib.py | 248 dco = zlib.decompressobj() 249 y1 = dco.decompress(v1 + v2) 250 y2 = dco.flush() 252 self.assertIsInstance(dco.unconsumed_tail, bytes) 253 self.assertIsInstance(dco.unused_data, bytes) 286 dco = zlib.decompressobj(wbits) 287 y1 = dco.decompress(x1 + x2) 288 y2 = dco.flush() 301 dco = zlib.decompressobj() 302 y1 = dco.decompress(b''.join(bufs)) [all …]
|
/third_party/mesa3d/src/mesa/math/ |
D | m_debug_clip.c | 233 GLubyte dm[TEST_COUNT], dco, dca; in test_cliptest_function() local 276 dco = rco = 0; in test_cliptest_function() 283 func( source, dest, dm, &dco, &dca, viewport_z_clip ); in test_cliptest_function() 287 func( source, dest, dm, &dco, &dca, viewport_z_clip ); in test_cliptest_function() 290 if ( dco != rco ) { in test_cliptest_function() 292 printf( "dco = 0x%02x rco = 0x%02x\n", dco, rco ); in test_cliptest_function()
|
/third_party/mbedtls/.github/ |
D | pull_request_template.md | 2 …that the contribution is made under the terms of the [Developer Certificate of Origin](../dco.txt).
|
/third_party/mbedtls/ |
D | CONTRIBUTING.md | 23 …tribution is made under the terms of the [Developer Certificate of Origin](dco.txt). The contribut…
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V12.md | 2013 * [[`ef76c7d997`](https://github.com/nodejs/node/commit/ef76c7d997)] - **doc**: add dco to github p…
|