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

  /prebuilts/go/darwin-x86/src/compress/bzip2/
bit_reader.go 70 func (br *bitReader) ReadBits(bits uint) (n int) {
76 n := br.ReadBits(1)
  /prebuilts/go/linux-x86/src/compress/bzip2/
bit_reader.go 70 func (br *bitReader) ReadBits(bits uint) (n int) {
76 n := br.ReadBits(1)
  /system/tpm/trunks/ftdi/
mpsse.c 740 /* Performs a read. For internal use only; see Read() and ReadBits(). */
816 char ReadBits(struct mpsse_context* mpsse, int size) {
  /hardware/intel/common/wrs_omxil_core/core/src/
intel_m4v_config_parser.cpp 145 ReadBits(psBits, 32, &codeword); // skip 32 bits of the Start code
147 ReadBits(psBits, 8, &codeword);
160 ReadBits(psBits, 32, &codeword);
164 ReadBits(psBits, 1, &codeword);
169 ReadBits(psBits, 4, &codeword);
171 ReadBits(psBits, 3, &codeword);
174 ReadBits(psBits, 4, &codeword);
178 ReadBits(psBits, 1, &codeword);
182 ReadBits(psBits, 3, &codeword);
184 ReadBits(psBits, 1, &codeword)
    [all...]

Completed in 713 milliseconds