Searched defs:cbits (Results 1 - 5 of 5) 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/dist2/src/
H A Dpcre2_intmodedep.h690 const uint8_t *cbits; /* Points to character type table */ member in struct:compile_block
H A Dpcre2_compile.c4400 register const uint8_t *cbits = cb->cbits; local
4505 memcpy(pbits, cbits + posix_class_maps[posix_class],
4516 for (c = 0; c < 32; c++) pbits[c] |= cbits[(int)c + taboffset];
4518 for (c = 0; c < 32; c++) pbits[c] &= ~cbits[(int)c + taboffset];
4582 register const uint8_t *cbits = cb->cbits; local
4604 for (c = 0; c < 32; c++) classbits[c] |= cbits[c+cbit_digit];
4609 for (c = 0; c < 32; c++) classbits[c] |= ~cbits[c+cbit_digit];
4613 for (c = 0; c < 32; c++) classbits[c] |= cbits[
[all...]
/external/protobuf/php/ext/google/protobuf/
H A Dupb.c9571 uint64_t cbits = v | 0x7f7f7f7f7f7f7f7fULL; local
9572 return ~cbits & (cbits+1);
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c10245 uint64_t cbits = v | 0x7f7f7f7f7f7f7f7fULL; local
10246 return ~cbits & (cbits+1);

Completed in 4041 milliseconds