Go to the source code of this file.
Macros | |
#define | BLOCK_SIZE 64 |
#define | ROUND_SIZE(x) ((x)+BLOCK_SIZE-1)&~(BLOCK_SIZE-1) |
#define | DBG_STR(x) do { } while(0) |
#define BLOCK_SIZE 64 |
Definition at line 21 of file qgstring.cpp.
#define DBG_STR | ( | x | ) | do { } while(0) |
Definition at line 24 of file qgstring.cpp.
#define ROUND_SIZE | ( | x | ) | ((x)+BLOCK_SIZE-1)&~(BLOCK_SIZE-1) |
Definition at line 22 of file qgstring.cpp.