RetroArch
|
#include <stdint.h>
Go to the source code of this file.
Classes | |
struct | bitstream |
Macros | |
#define | __BITSTREAM_H__ |
Functions | |
struct bitstream * | create_bitstream (const void *src, uint32_t srclength) |
int | bitstream_overflow (struct bitstream *bitstream) |
uint32_t | bitstream_read_offset (struct bitstream *bitstream) |
uint32_t | bitstream_read (struct bitstream *bitstream, int numbits) |
uint32_t | bitstream_peek (struct bitstream *bitstream, int numbits) |
void | bitstream_remove (struct bitstream *bitstream, int numbits) |
uint32_t | bitstream_flush (struct bitstream *bitstream) |
#define __BITSTREAM_H__ |
int bitstream_overflow | ( | struct bitstream * | bitstream | ) |