Searched refs:zipped (Results 1 – 11 of 11) sorted by relevance
44 auto zipped = vzipq_u8(this->fVec, this->fVec); in widenLoHi() local45 return Sk16h((uint16x8_t)zipped.val[0], in widenLoHi()46 (uint16x8_t)zipped.val[1]); in widenLoHi()
17 Adobe Acrobat editor, and tarred and zipped into TPM2_Parts_2_3_4.tgz.
405 Buffer zipped = gzip(expectedData); in compressedDataFrameWhenSettingDisabled() local406 int zippedSize = (int) zipped.size(); in compressedDataFrameWhenSettingDisabled()412 zipped.readAll(frame); in compressedDataFrameWhenSettingDisabled()
115 Mainly for the reason above, always open zipped files in binary mode.
18 # for a given version is downloading the zipped sources for the common (core.zip)
208 // The sub-register lists are zipped together:227 // SubRegs - N lists of registers to be zipped up. Super-registers are
260 // The sub-register lists are zipped together:279 // SubRegs - N lists of registers to be zipped up. Super-registers are
1604 >>> zipped = zip(x, y)1605 >>> zipped1607 >>> x2, y2 = zip(*zipped)
603 grouped in tuples from a single iterable (the data has been "pre-zipped"). The
1973 $(Echo) Packing zipped distribution file.
2024 zipfile Read & write PK zipped files.