Home
last modified time | relevance | path

Searched refs:zipped (Results 1 – 11 of 11) sorted by relevance

/external/skia/src/opts/
DSk4px_NEON.h44 auto zipped = vzipq_u8(this->fVec, this->fVec); in widenLoHi() local
45 return Sk16h((uint16x8_t)zipped.val[0], in widenLoHi()
46 (uint16x8_t)zipped.val[1]); in widenLoHi()
/external/tpm2/generator/
DREADME17 Adobe Acrobat editor, and tarred and zipped into TPM2_Parts_2_3_4.tgz.
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
DHttp2Test.java405 Buffer zipped = gzip(expectedData); in compressedDataFrameWhenSettingDisabled() local
406 int zippedSize = (int) zipped.size(); in compressedDataFrameWhenSettingDisabled()
412 zipped.readAll(frame); in compressedDataFrameWhenSettingDisabled()
/external/zlib/src/as400/
Dreadme.txt115 Mainly for the reason above, always open zipped files in binary mode.
/external/icu/icu4c/source/data/
Dcldr-icu-readme.txt18 # for a given version is downloading the zipped sources for the common (core.zip)
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTarget.td208 // The sub-register lists are zipped together:
227 // SubRegs - N lists of registers to be zipped up. Super-registers are
/external/llvm/include/llvm/Target/
DTarget.td260 // The sub-register lists are zipped together:
279 // SubRegs - N lists of registers to be zipped up. Super-registers are
/external/python/cpython2/Doc/library/
Dfunctions.rst1604 >>> zipped = zip(x, y)
1605 >>> zipped
1607 >>> x2, y2 = zip(*zipped)
Ditertools.rst603 grouped in tuples from a single iterable (the data has been "pre-zipped"). The
/external/swiftshader/third_party/LLVM/
DMakefile.rules1973 $(Echo) Packing zipped distribution file.
/external/python/cpython2/Misc/
Dcheatsheet2024 zipfile Read & write PK zipped files.