Functions | |
int | BitStringCmp (int len, u_char *op1, u_char *op2, u_char *mask) |
Compare two bit string using an optional bit mask. | |
void | BitStringAdd (int len, u_char *op1, u_char *op2) |
Numeric addition of two bit string. | |
int | BitStringOnes (int len, u_char *op) |
Count the number of bits set to one in a bit string. |
|
Numeric addition of two bit string.
Definition at line 99 of file xsvfexec.c. Referenced by Execute(). |
|
Compare two bit string using an optional bit mask.
Definition at line 68 of file xsvfexec.c. Referenced by ReShift(). |
|
Count the number of bits set to one in a bit string.
Definition at line 125 of file xsvfexec.c. Referenced by Execute(). |