Home
last modified time | relevance | path

Searched defs:nbBits (Results 1 – 4 of 4) sorted by relevance

/external/speex/libspeex/
Dbits.c192 int charPtr, bitPtr, nbBits; in speex_bits_write() local
229 EXPORT void speex_bits_pack(SpeexBits *bits, int data, int nbBits) in speex_bits_pack()
272 EXPORT int speex_bits_unpack_signed(SpeexBits *bits, int nbBits) in speex_bits_unpack_signed()
283 EXPORT unsigned int speex_bits_unpack_unsigned(SpeexBits *bits, int nbBits) in speex_bits_unpack_unsigned()
305 EXPORT unsigned int speex_bits_peek_unsigned(SpeexBits *bits, int nbBits) in speex_bits_peek_unsigned()
/external/speex/include/speex/
Dspeex_bits.h51 int nbBits; /**< Total number of bits stored in the stream*/ member
/external/lz4/tests/
Dframetest.c157 unsigned nbBits = 0; in FUZ_highbit() local
355 unsigned const nbBits = FUZ_rand(&randState) % maxBits; in basicTests() local
480 unsigned nbBits = FUZ_rand(&randState) % maxBits; in basicTests() local
500 unsigned nbBits = FUZ_rand(&randState) % maxBits; in basicTests() local
Dfuzzer.c104 static U32 FUZ_rotl32(U32 u32, U32 nbBits) in FUZ_rotl32()