Home
last modified time | relevance | path

Searched refs:packs (Results 1 – 25 of 47) sorted by relevance

12

/third_party/python/Lib/test/
Dtest_audioop.py12 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/
DREADME.md44 // 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/
Dbi_packer.c.py306 packs = [pack_variant(e, instructions[e]) for e in instructions] variable
307 for p in packs:
/third_party/gstreamer/gstplugins_good/gst/flx/
Dgstflxdec.c300 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/
Derr.h.in175 * 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/
Derr.h.in175 * 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/
Dnpm-pack.md117 If no arguments are supplied, then npm packs the current package folder.
Dnpm-publish.md50 out the files to be included and packs them into a tarball to be uploaded
/third_party/cmsis/
DREADME.md45 | [mdk-packs](https://github.com/mdk-packs) | IoT cloud connector…
/third_party/mesa3d/src/intel/genxml/
DREADME19 lower 5 bits of the offset are always zero, so the hw packs in a
/third_party/skia/third_party/externals/sfntly/doc/
Dbuild_cpp.md68 …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/
DHexagonISelDAGToDAGHVX.cpp840 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/
DARB_shading_language_packing.txt210 packUnorm2x16() packs a pair of 16-bit unsigned normalized integers into
DARB_clear_buffer_object.txt274 If the application bit-packs other formats, this should be sufficient
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_shading_language_packing.txt200 packUnorm2x16() packs a pair of 16-bit unsigned normalized integers into
DARB_clear_buffer_object.txt264 If the application bit-packs other formats, this should be sufficient
/third_party/libphonenumber/
DREADME.md251 packs the Google Closure library, about 420 KB in size.
/third_party/ltp/doc/
Dtest-writing-guidelines.txt115 paste a syscall wrapper that packs arguments accordingly to machine
/third_party/python/Mac/
DREADME.rst300 installs it, creates the installer package files and then packs this in a
/third_party/skia/third_party/externals/opengl-registry/extensions/KHR/
DKHR_texture_compression_astc_hdr.txt859 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/
DOES_texture_compression_astc.txt991 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/
DOES_texture_compression_astc.txt978 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/
DKHR_texture_compression_astc_hdr.txt870 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/
DEXT_stencil_clear_tag.txt88 value that packs the current tag and a reset value into a single
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_stencil_clear_tag.txt88 value that packs the current tag and a reset value into a single

12