Home
last modified time | relevance | path

Searched refs:unpacking (Results 1 – 25 of 61) sorted by relevance

123

/external/python/cpython2/Doc/library/
Dstruct.rst22 alignment is taken into account when unpacking. This behavior is chosen so
85 packing and unpacking data. They are built up from :ref:`format-characters`,
262 unpacking, the resulting string always has exactly the specified number of
287 any non-zero value will be ``True`` when unpacking.
300 A basic example of packing/unpacking three integers::
349 Packing and unpacking of XDR data.
Dxdrlib.rst21 representation, and another for unpacking from XDR representation. There are
227 The following methods support unpacking arrays and lists:
233 element at a time by first unpacking an unsigned integer flag. If the flag is
Daepack.rst13 variables to AppleEvent descriptors and back (unpacking). Within Python the
Darray.rst265 Packing and unpacking of heterogeneous binary data.
268 Packing and unpacking of External Data Representation (XDR) data as used in some
Daetypes.rst19 classes. Packing and unpacking instances of these classes is handled
Dcontextlib.rst69 :keyword:`with` statement is that argument unpacking allows it to be
/external/gemmlowp/meta/
DREADME48 Additionally packing and unpacking code for different row/column counts and
52 Using those multiplication and packing/unpacking primitives 144 gemm function
/external/mesa3d/src/mesa/main/
Dpack.h36 const struct gl_pixelstore_attrib *unpacking);
Dpack.c98 const struct gl_pixelstore_attrib *unpacking ) in _mesa_unpack_polygon_stipple() argument
101 GL_BITMAP, pattern, unpacking); in _mesa_unpack_polygon_stipple()
/external/libvpx/libvpx/vp8/common/x86/
Didctllm_sse2.asm41 ; Zero out xmm5, for use unpacking
122 ; Zero out xmm7, for use unpacking
377 ; Zero out xmm5, for use unpacking
454 ; Zero out xmm7, for use unpacking
/external/flatbuffers/docs/source/
DFlatBuffers.md16 - **Access to serialized data without parsing/unpacking** - What sets
19 without parsing/unpacking, while also still supporting data
65 unpacking step to a secondary representation before you can
/external/flatbuffers/
Dreadme.md9 unpacking/parsing it first, while still having great forwards/backwards compatibility.
/external/gemmlowp/doc/
Dless-than-8-bit.md56 long run; what is on the way out is requantization and packing/unpacking-stage
97 [design.md](design.md), namely: packing, computation kernel, unpacking.
104 achieving higher arithmetic throughput. Finally, at the unpacking stage, it only
178 At the unpacking stage, it only remains to scale the result values to compensate
Dless-than-8-bit.txt66 namely: packing, computation kernel, unpacking.
73 thus achieving higher arithmetic throughput. Finally, at the unpacking stage,
155 At the unpacking stage, it only remains to scale the result values
Dpacking.txt9 3 stages of computations described there: packing, kernel, unpacking.
184 only be used at the unpacking stage.
Dpacking.md6 of computations described there: packing, kernel, unpacking.
183 These will only be used at the unpacking stage.
Dpublic.md137 the packing and unpacking stages, see [packing.md](packing.md). The compute
Dlow-precision.txt157 with the first of the four terms in (2); they are only used at the unpacking
/external/gemmlowp/
DREADME.txt57 packing and unpacking paths) only for ARM NEON, supporting both
62 only targets SSE4. The lack of packing/unpacking code paths means
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Davx-unpack.ll60 ;;;; Unpack versions using the fp unit for int unpacking
/external/python/cpython2/Doc/tutorial/
Ddatastructures.rst381 See :ref:`tut-unpacking-arguments` for details on the asterisk in this line.
456 elements that are accessed via unpacking (see later in this section) or indexing
482 This is called, appropriately enough, *sequence unpacking* and works for any
483 sequence on the right-hand side. Sequence unpacking requires the list of
486 packing and sequence unpacking.
Dstdlib.rst228 For example, it may be tempting to use the tuple packing and unpacking feature
/external/ltp/tools/pounder21/doc/
DSCHEDULER250 Example of unpacking the "fast" test scheduler:
296 After unpacking the "new_sched" test scheduler during install, the tests/ directory should
302 After unpacking the test scheduler and building each individual test, running
/external/mdnsresponder/mDNSWindows/
DREADME.txt37 portable data packing and unpacking, and shared utility routines.
/external/llvm/test/CodeGen/X86/
Davx-unpack.ll60 ;;;; Unpack versions using the fp unit for int unpacking

123