/third_party/python/Lib/test/ |
D | test_audioop.py | 12 packs = {w: (lambda *data, width=w: pack(width, data)) for w in (1, 2, 3, 4)} variable 18 2: packs[2](0, 0x1234, 0x4567, -0x4567, 0x7fff, -0x8000, -1), 19 3: packs[3](0, 0x123456, 0x456789, -0x456789, 0x7fffff, -0x800000, -1), 20 4: packs[4](0, 0x12345678, 0x456789ab, -0x456789ab, 39 p = packs[w] 54 p = packs[w] 69 self.assertEqual(audioop.maxpp(packs[w](*range(100)), w), 0) 70 self.assertEqual(audioop.maxpp(packs[w](9, 10, 5, 5, 0, 1), w), 10) 79 p = packs[w] 87 self.assertEqual(audioop.avg(packs[4](0x50000000, 0x70000000), 4), [all …]
|
/third_party/node/deps/npm/node_modules/libnpmpack/ |
D | README.md | 44 // packs from cwd 47 // packs from a local directory 50 // packs from a registry spec 53 // packs from a github spec
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bi_packer.c.py | 306 packs = [pack_variant(e, instructions[e]) for e in instructions] variable 307 for p in packs:
|
/third_party/gstreamer/gstplugins_good/gst/flx/ |
D | gstflxdec.c | 300 guint16 packs; in flx_decode_color() local 302 if (!gst_byte_reader_get_uint16_le (reader, &packs)) in flx_decode_color() 306 GST_LOG ("GstFlxDec: cmap packs: %d", (guint) packs); in flx_decode_color() 307 while (packs--) { in flx_decode_color()
|
/third_party/openssl/include/openssl/ |
D | err.h.in | 175 * The error code packs differently depending on if it records a system 178 * A system error packs like this (we follow POSIX and only allow positive 185 * An OpenSSL error packs like this:
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
D | err.h.in | 175 * The error code packs differently depending on if it records a system 178 * A system error packs like this (we follow POSIX and only allow positive 185 * An OpenSSL error packs like this:
|
/third_party/node/deps/npm/docs/content/commands/ |
D | npm-pack.md | 117 If no arguments are supplied, then npm packs the current package folder.
|
D | npm-publish.md | 50 out the files to be included and packs them into a tarball to be uploaded
|
/third_party/cmsis/ |
D | README.md | 45 | [mdk-packs](https://github.com/mdk-packs) | IoT cloud connector…
|
/third_party/mesa3d/src/intel/genxml/ |
D | README | 19 lower 5 bits of the offset are always zero, so the hw packs in a
|
/third_party/skia/third_party/externals/sfntly/doc/ |
D | build_cpp.md | 68 …ly use STL extensively, please patch your Visual Studio for any STL-related hotfixes/service packs.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAGHVX.cpp | 840 OpRef packs(ShuffleMask SM, OpRef Va, OpRef Vb, ResultStack &Results, 1052 OpRef HvxSelector::packs(ShuffleMask SM, OpRef Va, OpRef Vb, in packs() function in HvxSelector 1250 OpRef P = packs(SM, Va, Vb, Results, NewMask); in shuffs2() 1280 OpRef P = packs(SM, OpRef::lo(Va), OpRef::hi(Va), Results, PackedMask); in shuffp1()
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_shading_language_packing.txt | 210 packUnorm2x16() packs a pair of 16-bit unsigned normalized integers into
|
D | ARB_clear_buffer_object.txt | 274 If the application bit-packs other formats, this should be sufficient
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_shading_language_packing.txt | 200 packUnorm2x16() packs a pair of 16-bit unsigned normalized integers into
|
D | ARB_clear_buffer_object.txt | 264 If the application bit-packs other formats, this should be sufficient
|
/third_party/libphonenumber/ |
D | README.md | 251 packs the Google Closure library, about 420 KB in size.
|
/third_party/ltp/doc/ |
D | test-writing-guidelines.txt | 115 paste a syscall wrapper that packs arguments accordingly to machine
|
/third_party/python/Mac/ |
D | README.rst | 300 installs it, creates the installer package files and then packs this in a
|
/third_party/skia/third_party/externals/opengl-registry/extensions/KHR/ |
D | KHR_texture_compression_astc_hdr.txt | 859 The encoding scheme packs the trits or quints, and then interleaves the n 1188 Mode 3 represents luminance-only data with a small range. It packs the 1228 Mode 7 packs the bits for a base RGB value, a scale factor, and some
|
/third_party/openGLES/extensions/OES/ |
D | OES_texture_compression_astc.txt | 991 The encoding scheme packs the trits or quints, and then interleaves the n 1312 Mode 3 represents luminance-only data with a small range. It packs the 1352 Mode 7 packs the bits for a base RGB value, a scale factor, and some
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_texture_compression_astc.txt | 978 The encoding scheme packs the trits or quints, and then interleaves the n 1299 Mode 3 represents luminance-only data with a small range. It packs the 1339 Mode 7 packs the bits for a base RGB value, a scale factor, and some
|
/third_party/openGLES/extensions/KHR/ |
D | KHR_texture_compression_astc_hdr.txt | 870 The encoding scheme packs the trits or quints, and then interleaves the n 1199 Mode 3 represents luminance-only data with a small range. It packs the 1239 Mode 7 packs the bits for a base RGB value, a scale factor, and some
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_stencil_clear_tag.txt | 88 value that packs the current tag and a reset value into a single
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_stencil_clear_tag.txt | 88 value that packs the current tag and a reset value into a single
|