Searched refs:cbits (Results 1 – 8 of 8) sorted by relevance
/external/syzkaller/vendor/golang.org/x/net/http2/hpack/ |
D | huffman.go | 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))] 83 if n.children != nil || n.codeLen > cbits { [all …]
|
/external/libopus/doc/ |
D | trivial_example.c | 56 unsigned char cbits[MAX_PACKET_SIZE]; in main() local 126 nbBytes = opus_encode(encoder, in, FRAME_SIZE, cbits, MAX_PACKET_SIZE); in main() 138 frame_size = opus_decode(decoder, cbits, nbBytes, out, MAX_FRAME_SIZE, 0); in main()
|
/external/pcre/dist2/src/ |
D | pcre2_auto_possess.c | 745 set2 = (uint8_t *)(cb->cbits + cbit_digit); in compare_opcodes() 752 set2 = (uint8_t *)(cb->cbits + cbit_space); in compare_opcodes() 759 set2 = (uint8_t *)(cb->cbits + cbit_word); in compare_opcodes()
|
D | pcre2_compile.c | 4942 const uint8_t *cbits = cb->cbits; in compile_branch() local 5330 memcpy(pbits, cbits + posix_class_maps[posix_class], in compile_branch() 5341 for (i = 0; i < 32; i++) pbits[i] |= cbits[(int)i + taboffset]; in compile_branch() 5343 for (i = 0; i < 32; i++) pbits[i] &= ~cbits[(int)i + taboffset]; in compile_branch() 5398 for (i = 0; i < 32; i++) classbits[i] |= cbits[i+cbit_digit]; in compile_branch() 5403 for (i = 0; i < 32; i++) classbits[i] |= ~cbits[i+cbit_digit]; in compile_branch() 5407 for (i = 0; i < 32; i++) classbits[i] |= cbits[i+cbit_word]; in compile_branch() 5412 for (i = 0; i < 32; i++) classbits[i] |= ~cbits[i+cbit_word]; in compile_branch() 5423 for (i = 0; i < 32; i++) classbits[i] |= cbits[i+cbit_space]; in compile_branch() 5428 for (i = 0; i < 32; i++) classbits[i] |= ~cbits[i+cbit_space]; in compile_branch() [all …]
|
D | pcre2_intmodedep.h | 717 const uint8_t *cbits; /* Points to character type table */ member
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | disasm-a3xx.c | 859 OPC(2, OPC_CBITS_B, cbits.b),
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 9571 uint64_t cbits = v | 0x7f7f7f7f7f7f7f7fULL; in upb_get_vstopbit() local 9572 return ~cbits & (cbits+1); in upb_get_vstopbit()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 10245 uint64_t cbits = v | 0x7f7f7f7f7f7f7f7fULL; in upb_get_vstopbit() local 10246 return ~cbits & (cbits+1); in upb_get_vstopbit()
|