Searched refs:cbits (Results 1 – 7 of 7) sorted by relevance
/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 | 713 set2 = (uint8_t *)(cb->cbits + cbit_digit); in compare_opcodes() 720 set2 = (uint8_t *)(cb->cbits + cbit_space); in compare_opcodes() 727 set2 = (uint8_t *)(cb->cbits + cbit_word); in compare_opcodes()
|
D | pcre2_compile.c | 4400 register const uint8_t *cbits = cb->cbits; in compile_branch() local 4505 memcpy(pbits, cbits + posix_class_maps[posix_class], in compile_branch() 4516 for (c = 0; c < 32; c++) pbits[c] |= cbits[(int)c + taboffset]; in compile_branch() 4518 for (c = 0; c < 32; c++) pbits[c] &= ~cbits[(int)c + taboffset]; in compile_branch() 4582 register const uint8_t *cbits = cb->cbits; in compile_branch() local 4604 for (c = 0; c < 32; c++) classbits[c] |= cbits[c+cbit_digit]; in compile_branch() 4609 for (c = 0; c < 32; c++) classbits[c] |= ~cbits[c+cbit_digit]; in compile_branch() 4613 for (c = 0; c < 32; c++) classbits[c] |= cbits[c+cbit_word]; in compile_branch() 4618 for (c = 0; c < 32; c++) classbits[c] |= ~cbits[c+cbit_word]; in compile_branch() 4629 for (c = 0; c < 32; c++) classbits[c] |= cbits[c+cbit_space]; in compile_branch() [all …]
|
D | pcre2_intmodedep.h | 690 const uint8_t *cbits; /* Points to character type table */ member
|
/external/libvorbis/doc/ |
D | 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/ |
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()
|