Home
last modified time | relevance | path

Searched refs:dco (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/test/
Dtest_zlib.py248 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/
Dm_debug_clip.c233 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/
Dpull_request_template.md2 …that the contribution is made under the terms of the [Developer Certificate of Origin](../dco.txt).
/third_party/mbedtls/
DCONTRIBUTING.md23 …tribution is made under the terms of the [Developer Certificate of Origin](dco.txt). The contribut…
/third_party/node/doc/changelogs/
DCHANGELOG_V12.md2013 * [[`ef76c7d997`](https://github.com/nodejs/node/commit/ef76c7d997)] - **doc**: add dco to github p…