KDECore
nsPkgInt.h File Reference
Go to the source code of this file.
Define Documentation
#define GETFROMPCK | ( | i, | |||
c | ) | (((((c).data)[(i)>>(c).idxsft])>>(((i)&(c).sftmsk)<<(c).bitsft))&(c).unitmsk) |
Definition at line 73 of file nsPkgInt.h.
#define PCK16BITS | ( | a, | |||
b | ) | ((unsigned int)(((b) << 16) | (a))) |
Definition at line 63 of file nsPkgInt.h.
#define PCK4BITS | ( | a, | |||
b, | |||||
c, | |||||
d, | |||||
e, | |||||
f, | |||||
g, | |||||
h | ) |
Value:
PCK8BITS( ((unsigned int)(((b) << 4) | (a))), \ ((unsigned int)(((d) << 4) | (c))), \ ((unsigned int)(((f) << 4) | (e))), \ ((unsigned int)(((h) << 4) | (g))) )
Definition at line 68 of file nsPkgInt.h.
#define PCK8BITS | ( | a, | |||
b, | |||||
c, | |||||
d | ) |
Value:
PCK16BITS( ((unsigned int)(((b) << 8) | (a))), \ ((unsigned int)(((d) << 8) | (c))))
Definition at line 65 of file nsPkgInt.h.