|
Shaka Player Embedded
|
Go to the source code of this file.
Namespaces | |
| shaka | |
| shaka::js | |
Macros | |
| #define | GET_LOW_BITS(in, n) ((in) & ((1 << (n)) - 1)) |
| #define | GET_BITS(in, a, b) GET_LOW_BITS((in) >> (a), (b) - (a)) |
| #define | CEIL_DIVIDE(a, b) ((((a)-1) / (b)) + 1) |
| #define CEIL_DIVIDE | ( | a, | |
| b | |||
| ) | ((((a)-1) / (b)) + 1) |
Definition at line 33 of file base_64.cc.
| #define GET_BITS | ( | in, | |
| a, | |||
| b | |||
| ) | GET_LOW_BITS((in) >> (a), (b) - (a)) |
Definition at line 31 of file base_64.cc.
| #define GET_LOW_BITS | ( | in, | |
| n | |||
| ) | ((in) & ((1 << (n)) - 1)) |
Definition at line 29 of file base_64.cc.
1.8.13