Home
last modified time | relevance | path

Searched refs:Packs (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Doc/library/
Dxdrlib.rst73 Packs the single-precision floating point number *value*.
78 Packs the double-precision floating point number *value*.
85 Packs a fixed length string, *s*. *n* is the length of the string but it is
92 Packs a fixed length opaque data stream, similarly to :meth:`pack_fstring`.
97 Packs a variable length string, *s*. The length of the string is first packed
104 Packs a variable length opaque data string, similarly to :meth:`pack_string`.
109 Packs a variable length byte stream, similarly to :meth:`pack_string`.
116 Packs a *list* of homogeneous items. This method is useful for lists with an
132 Packs a fixed length list (*array*) of homogeneous items. *n* is the length of
140 Packs a variable length *list* of homogeneous items. First, the length of the
/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp601 Packs.push_back(Pack); in PackDeductionScope()
605 assert(!Packs.empty() && "Pack expansion without unexpanded packs?"); in PackDeductionScope()
607 for (auto &Pack : Packs) { in PackDeductionScope()
630 for (auto &Pack : Packs) in ~PackDeductionScope()
639 for (auto &Pack : Packs) { in nextPackElement()
654 for (auto &Pack : Packs) { in finish()
728 SmallVector<DeducedPack, 2> Packs; member in __anonae8b1b510111::PackDeductionScope
/external/swiftshader/third_party/LLVM/include/llvm/
DIntrinsicsPowerPC.td360 // Packs.
/external/llvm/include/llvm/IR/
DIntrinsicsPowerPC.td476 // Packs.