Searched refs:cbits (Results 1 – 5 of 5) 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 | 753 set2 = (uint8_t *)(cb->cbits + cbit_digit); in compare_opcodes() 760 set2 = (uint8_t *)(cb->cbits + cbit_space); in compare_opcodes() 767 set2 = (uint8_t *)(cb->cbits + cbit_word); in compare_opcodes()
|
D | pcre2_compile.c | 5226 const uint8_t *cbits = cb->cbits; in compile_branch() local 5614 memcpy(pbits, cbits + posix_class_maps[posix_class], in compile_branch() 5625 for (i = 0; i < 32; i++) pbits[i] |= cbits[(int)i + taboffset]; in compile_branch() 5627 for (i = 0; i < 32; i++) pbits[i] &= ~cbits[(int)i + taboffset]; in compile_branch() 5682 for (i = 0; i < 32; i++) classbits[i] |= cbits[i+cbit_digit]; in compile_branch() 5687 for (i = 0; i < 32; i++) classbits[i] |= ~cbits[i+cbit_digit]; in compile_branch() 5691 for (i = 0; i < 32; i++) classbits[i] |= cbits[i+cbit_word]; in compile_branch() 5696 for (i = 0; i < 32; i++) classbits[i] |= ~cbits[i+cbit_word]; in compile_branch() 5707 for (i = 0; i < 32; i++) classbits[i] |= cbits[i+cbit_space]; in compile_branch() 5712 for (i = 0; i < 32; i++) classbits[i] |= ~cbits[i+cbit_space]; in compile_branch() [all …]
|
D | pcre2_intmodedep.h | 720 const uint8_t *cbits; /* Points to character type table */ member
|
/external/mesa3d/src/freedreno/ir3/ |
D | disasm-a3xx.c | 1380 OPC(2, OPC_CBITS_B, cbits.b),
|