Home
last modified time | relevance | path

Searched defs:CompressedData (Results 1 – 6 of 6) sorted by relevance

/external/python/pyasn1-modules/pyasn1_modules/
Drfc8494.py74 class CompressedData(univ.Sequence): class
Drfc3274.py31 class CompressedData(univ.Sequence): class
/external/python/asn1crypto/asn1crypto/
Dcms.py911 class CompressedData(Sequence): class
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessTexturesTests.cpp4917 struct CompressedData struct
4919 glw::GLenum iformat;
4920 const unsigned char *data;
4921 int data_size;
4922 int dimensions;
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DObject.cpp561 CompressedSection::create(ArrayRef<uint8_t> CompressedData, in create()
599 CompressedSection::CompressedSection(ArrayRef<uint8_t> CompressedData, in CompressedSection()
DObject.h529 SmallVector<char, 128> CompressedData; variable