Searched refs:unpacking (Results 1 – 25 of 61) sorted by relevance
123
/external/python/cpython2/Doc/library/ |
D | struct.rst | 22 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.
|
D | xdrlib.rst | 21 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
|
D | aepack.rst | 13 variables to AppleEvent descriptors and back (unpacking). Within Python the
|
D | array.rst | 265 Packing and unpacking of heterogeneous binary data. 268 Packing and unpacking of External Data Representation (XDR) data as used in some
|
D | aetypes.rst | 19 classes. Packing and unpacking instances of these classes is handled
|
D | contextlib.rst | 69 :keyword:`with` statement is that argument unpacking allows it to be
|
/external/gemmlowp/meta/ |
D | README | 48 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/ |
D | pack.h | 36 const struct gl_pixelstore_attrib *unpacking);
|
D | pack.c | 98 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/ |
D | idctllm_sse2.asm | 41 ; 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/ |
D | FlatBuffers.md | 16 - **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/ |
D | readme.md | 9 unpacking/parsing it first, while still having great forwards/backwards compatibility.
|
/external/gemmlowp/doc/ |
D | less-than-8-bit.md | 56 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
|
D | less-than-8-bit.txt | 66 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
|
D | packing.txt | 9 3 stages of computations described there: packing, kernel, unpacking. 184 only be used at the unpacking stage.
|
D | packing.md | 6 of computations described there: packing, kernel, unpacking. 183 These will only be used at the unpacking stage.
|
D | public.md | 137 the packing and unpacking stages, see [packing.md](packing.md). The compute
|
D | low-precision.txt | 157 with the first of the four terms in (2); they are only used at the unpacking
|
/external/gemmlowp/ |
D | README.txt | 57 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/ |
D | avx-unpack.ll | 60 ;;;; Unpack versions using the fp unit for int unpacking
|
/external/python/cpython2/Doc/tutorial/ |
D | datastructures.rst | 381 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.
|
D | stdlib.rst | 228 For example, it may be tempting to use the tuple packing and unpacking feature
|
/external/ltp/tools/pounder21/doc/ |
D | SCHEDULER | 250 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/ |
D | README.txt | 37 portable data packing and unpacking, and shared utility routines.
|
/external/llvm/test/CodeGen/X86/ |
D | avx-unpack.ll | 60 ;;;; Unpack versions using the fp unit for int unpacking
|
123