|
Name |
Description |
|
A macro for use by internal code that tests a whole set of bits for used. (32 bits, can check to see if any in 32 is free) | |
|
A macro for use by internal code that marks a member of a set as available. | |
|
A macro which is used to emit code in C++ mode... | |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
A macro for use by internal code that tests a member of a set as used. | |
|
| |
|
A macro for use by internal code that marks a member of a set as used. | |
|
Hard coded 32 bit division for getting word index. (x>>5) | |
|
Hard coded 32 bit division for getting bit index. (x & 0x1f) |