Monado OpenXR Runtime
|
Functions for manipulating tightly packed data as bits. More...
Go to the source code of this file.
Functions | |
int | get_bit (unsigned char *b, int num) |
int | get_bits (unsigned char *b, int start, int num) |
int | sign_extend_13 (unsigned int i) |
Functions for manipulating tightly packed data as bits.
int get_bit | ( | unsigned char * | b, |
int | num | ||
) |
Referenced by get_bits().
int get_bits | ( | unsigned char * | b, |
int | start, | ||
int | num | ||
) |
References get_bit().
int sign_extend_13 | ( | unsigned int | i | ) |