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 137 nbBytes = opus_encode(encoder, in, FRAME_SIZE, cbits, MAX_PACKET_SIZE); in main() 149 frame_size = opus_decode(decoder, cbits, nbBytes, out, MAX_FRAME_SIZE, 0); in main()
|
/external/pcre/dist2/src/ |
D | pcre2_auto_possess.c | 764 set2 = (uint8_t *)(cb->cbits + cbit_digit); in compare_opcodes() 771 set2 = (uint8_t *)(cb->cbits + cbit_space); in compare_opcodes() 778 set2 = (uint8_t *)(cb->cbits + cbit_word); in compare_opcodes()
|
D | pcre2_compile.c | 5314 const uint8_t *cbits = cb->cbits; in compile_branch() local 5741 memcpy(pbits, cbits + posix_class_maps[posix_class], in compile_branch() 5752 for (i = 0; i < 32; i++) pbits[i] |= cbits[(int)i + taboffset]; in compile_branch() 5754 for (i = 0; i < 32; i++) pbits[i] &= ~cbits[(int)i + taboffset]; in compile_branch() 5809 for (i = 0; i < 32; i++) classbits[i] |= cbits[i+cbit_digit]; in compile_branch() 5814 for (i = 0; i < 32; i++) classbits[i] |= ~cbits[i+cbit_digit]; in compile_branch() 5818 for (i = 0; i < 32; i++) classbits[i] |= cbits[i+cbit_word]; in compile_branch() 5823 for (i = 0; i < 32; i++) classbits[i] |= ~cbits[i+cbit_word]; in compile_branch() 5834 for (i = 0; i < 32; i++) classbits[i] |= cbits[i+cbit_space]; in compile_branch() 5839 for (i = 0; i < 32; i++) classbits[i] |= ~cbits[i+cbit_space]; in compile_branch() [all …]
|
D | pcre2_intmodedep.h | 719 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),
|