Go to the source code of this file.
Typedefs |
| typedef __uint64_t | WORD |
| typedef unsigned long | uint64_t |
Functions/Subroutines |
| void | SET_FILLIDX (unsigned *idx, unsigned *bitoffset) |
| void | GET_FILLIDX (unsigned *idx, unsigned *bitoffset) |
| void | FILL_BBUFF (WORD *out, int *n, unsigned *val) |
| void | SET_EXTRACTIDX (unsigned *idx, unsigned *bitoffset) |
| void | GET_EXTRACTIDX (unsigned *idx, unsigned *bitoffset) |
| void | extract_bbuff_rec (WORD *buff, int *n, unsigned *val) |
| void | EXTRACT_BBUFF (WORD *buff, int *n, unsigned *val) |
Variables |
| int | outidx = 0 |
| int | outbrem = WORDSIZE |
| int | inidx = 0 |
| int | inbrem = WORDSIZE |
Typedef Documentation
Function/Subroutine Documentation
| void GET_FILLIDX |
( |
unsigned * |
idx, |
|
|
unsigned * |
bitoffset |
|
) |
| |
| void SET_FILLIDX |
( |
unsigned * |
idx, |
|
|
unsigned * |
bitoffset |
|
) |
| |
Variable Documentation