This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | ROLuns32(a, b) |
#define | RORuns32(a, b) |
#define | ROLuns64(a, b) |
#define | RORuns64(a, b) |
#define | max(AA, BB) |
#define | ck_free(PTR, SIZE) |
Typedefs | |
typedef unsigned int | uns32 |
typedef unsigned short | uns16 |
typedef unsigned char | uns8 |
|
Value: (( ((a) << ((b) & 31)) | ((a) >> (32-((b) & 31))) )) |
|
Value: ( ((a) << ((b) & 63)) | ((a) >> (64-((b) & 63))) ) |
|
Value: (( ((a) >> ((b) & 31)) | ((a) << (32-((b) & 31))) )) |
|
Value: ( ((a) >> ((b) & 63)) | ((a) << (64-((b) & 63))) ) |
|
Value: {\ memset(PTR, 0, SIZE);\ free(PTR);\ PTR = NULL;\ } |
|
Value: ( (AA)<(BB) ? BB : AA ) |
|
|
|
A contribution to the open-source movement. Jean-Luc Cooke <jlcooke@certainkey.com> CertainKey Inc. Ottawa Ontario Canada Created: July 20th, 2001 The following program code is released under the GPL license http://www.gnu.org/copyleft/gpl.html |
|
|
![]() |
Confidential |