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

  /external/syzkaller/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 745 set2 = (uint8_t *)(cb->cbits + cbit_digit);
752 set2 = (uint8_t *)(cb->cbits + cbit_space);
759 set2 = (uint8_t *)(cb->cbits + cbit_word);
    [all...]
pcre2_compile.c 4942 const uint8_t *cbits = cb->cbits; local
    [all...]
pcre2_intmodedep.h 717 const uint8_t *cbits; /* Points to character type table */ member in struct:compile_block
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
disasm-a3xx.c 859 OPC(2, OPC_CBITS_B, cbits.b),
  /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 139 milliseconds