Searched defs:cbits (Results 1 - 3 of 3) sorted by relevance

/external/libopus/doc/
H A Dtrivial_example.c56 unsigned char cbits[MAX_PACKET_SIZE]; local
126 nbBytes = opus_encode(encoder, in, FRAME_SIZE, cbits, MAX_PACKET_SIZE);
138 frame_size = opus_decode(decoder, cbits, nbBytes, out, MAX_FRAME_SIZE, 0);
/external/pcre/dist/
H A Dpcre_compile.c3313 set2 = (pcre_uint8 *)(cd->cbits + cbit_digit);
3320 set2 = (pcre_uint8 *)(cd->cbits + cbit_space);
3327 set2 = (pcre_uint8 *)(cd->cbits + cbit_word);
4977 register const pcre_uint8 *cbits = cd->cbits; local
5083 memcpy(pbits, cbits + posix_class_maps[posix_class],
5094 for (c = 0; c < 32; c++) pbits[c] |= cbits[c + taboffset];
5096 for (c = 0; c < 32; c++) pbits[c] &= ~cbits[c + taboffset];
5156 register const pcre_uint8 *cbits = cd->cbits; local
[all...]
H A Dpcre_internal.h2428 const pcre_uint8 *cbits; /* Points to character type table */ member in struct:compile_data
2606 #define cbit_length 320 /* Length of the cbits table */

Completed in 109 milliseconds