RetroArch
|
Functions | |
int | bitstream_overflow (struct bitstream *bitstream) |
struct bitstream * | create_bitstream (const void *src, uint32_t srclength) |
uint32_t | bitstream_peek (struct bitstream *bitstream, int numbits) |
void | bitstream_remove (struct bitstream *bitstream, int numbits) |
uint32_t | bitstream_read (struct bitstream *bitstream, int numbits) |
uint32_t | bitstream_read_offset (struct bitstream *bitstream) |
uint32_t | bitstream_flush (struct bitstream *bitstream) |
int bitstream_overflow | ( | struct bitstream * | bitstream | ) |