HomeSort by relevance Sort by last modified time
    Searched defs:BitStream (Results 1 - 12 of 12) sorted by null

  /cts/tests/tests/location/src/android/location/cts/asn1/base/
BitStream.java 30 public final class BitStream {
  /external/pdfium/core/fpdfapi/page/
cpdf_meshstream.h 60 CFX_BitStream* BitStream() { return m_BitStream.get(); }
  /external/bzip2/
bzip2recover.c 150 BitStream;
154 static BitStream* bsOpenReadStream ( FILE* stream )
156 BitStream *bs = malloc ( sizeof(BitStream) );
157 if (bs == NULL) mallocFail ( sizeof(BitStream) );
167 static BitStream* bsOpenWriteStream ( FILE* stream )
169 BitStream *bs = malloc ( sizeof(BitStream) );
170 if (bs == NULL) mallocFail ( sizeof(BitStream) );
180 static void bsPutBit ( BitStream* bs, Int32 bit
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
BitstreamReader.h 1 //===- BitstreamReader.h - Low-level bitstream reader interface -*- C++ -*-===//
11 // read an arbitrary bitstream, regardless of its contents.
92 /// block info block for this Bitstream. We only process it for the first
124 BitstreamReader *BitStream;
152 BitstreamCursor() : BitStream(0), NextChar(0) {
154 BitstreamCursor(const BitstreamCursor &RHS) : BitStream(0), NextChar(0) {
158 explicit BitstreamCursor(BitstreamReader &R) : BitStream(&R) {
160 assert(NextChar && "Bitstream not initialized yet");
169 BitStream = &R;
171 assert(NextChar && "Bitstream not initialized yet")
    [all...]
  /external/brotli/research/
brotlidump.py 46 class BitStream:
58 BitStream(pos=0:0)
60 return "BitStream(pos={:x}:{})".format(self.pos>>3, self.pos&7)
71 BitStream(pos=0:5)
    [all...]
  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClBitstreamReader.h 2 // Low-level bitstream reader interface
12 // read an arbitrary bitstream, regardless of its contents.
185 // bitstream reader was created to share the global abbreviations before the
209 // True if the known BlockInfo blocks are frozen (i.e. the bitstream reader
269 /// abbreviations of the given bitstream reader. Assumes that [Start .. End)
287 /// Returns the byte address of the first byte in the bitstream. Used
300 /// When advancing through a bitstream cursor, each advance can discover a few
373 /// independent cursors reading within one bitstream, each maintaining their
380 /// This class handles errors in the bitstream reader. Redirects
399 NaClBitstreamReader *BitStream;
    [all...]
  /prebuilts/devtools/tools/lib/
commons-compress-1.8.1.jar 
  /prebuilts/misc/common/commons-compress/
commons-compress-prebuilt.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.9/
commons-compress-1.9.jar 
  /prebuilts/tools/common/offline-m2/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.12/
commons-compress-1.12.jar 

Completed in 4894 milliseconds