HomeSort by relevance Sort by last modified time
    Searched refs:cbits (Results 1 - 9 of 9) sorted by null

  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/http2/hpack/
huffman.go 52 // cbits is the number of low order bits in cur that are valid.
54 cur, cbits, sbits := uint(0), uint8(0), uint8(0)
57 cbits += 8
59 for cbits >= 8 {
60 idx := byte(cur >> (cbits - 8))
70 cbits -= n.codeLen
72 sbits = cbits
74 cbits -= 8
78 for cbits > 0 {
79 n = n.children[byte(cur<<(8-cbits))]
    [all...]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/http2/hpack/
huffman.go 52 // cbits is the number of low order bits in cur that are valid.
54 cur, cbits, sbits := uint(0), uint8(0), uint8(0)
57 cbits += 8
59 for cbits >= 8 {
60 idx := byte(cur >> (cbits - 8))
70 cbits -= n.codeLen
72 sbits = cbits
74 cbits -= 8
78 for cbits > 0 {
79 n = n.children[byte(cur<<(8-cbits))]
    [all...]
  /external/libopus/doc/
trivial_example.c 56 unsigned char cbits[MAX_PACKET_SIZE]; local
126 nbBytes = opus_encode(encoder, in, FRAME_SIZE, cbits, MAX_PACKET_SIZE);
138 frame_size = opus_decode(decoder, cbits, nbBytes, out, MAX_FRAME_SIZE, 0);
  /external/pcre/dist2/src/
pcre2_auto_possess.c 713 set2 = (uint8_t *)(cb->cbits + cbit_digit);
720 set2 = (uint8_t *)(cb->cbits + cbit_space);
727 set2 = (uint8_t *)(cb->cbits + cbit_word);
    [all...]
pcre2_compile.c 4400 register const uint8_t *cbits = cb->cbits; local
4582 register const uint8_t *cbits = cb->cbits; local
    [all...]
pcre2_intmodedep.h 690 const uint8_t *cbits; /* Points to character type table */ member in struct:compile_block
    [all...]
  /external/libvorbis/doc/
07-floor1.tex 194 8) [cbits] = vector [floor1_class_subclasses] element [class]
195 9) [csub] = (2 exponent [cbits])-1
197 11) if ( [cbits] is greater than zero ) \{
206 15) [cval] = [cval] right shifted [cbits] bits
  /external/protobuf/php/ext/google/protobuf/
upb.c 9571 uint64_t cbits = v | 0x7f7f7f7f7f7f7f7fULL; local
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c 10245 uint64_t cbits = v | 0x7f7f7f7f7f7f7f7fULL; local
    [all...]

Completed in 342 milliseconds