Home
last modified time | relevance | path

Searched refs:cbits (Results 1 – 5 of 5) sorted by relevance

/external/libopus/doc/
Dtrivial_example.c56 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/
Dpcre2_auto_possess.c753 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()
Dpcre2_compile.c5226 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 …]
Dpcre2_intmodedep.h720 const uint8_t *cbits; /* Points to character type table */ member
/external/mesa3d/src/freedreno/ir3/
Ddisasm-a3xx.c1380 OPC(2, OPC_CBITS_B, cbits.b),