![]() |
All the auxiliary stuff. More...
#include "libpolysconfig.h"
#include <sys/types.h>
Go to the source code of this file.
Macros | |
#define | SI_INTEGER_VARIANT 2 |
#define | SI_BIGINT_VARIANT 1 |
#define | CHAR_BIT (8) |
#define | BIT_SIZEOF_LONG ((CHAR_BIT)*(SIZEOF_LONG)) |
#define | FALSE 0 |
#define | TRUE 1 |
#define | NULL (0) |
#define | NULLp ((void*)NULL) |
#define | ABS(x) ((x)<0?(-(x)):(x)) |
#define | loop for(;;) |
#define | SSI_BASE 16 |
#define | NO_INLINE |
#define | HAVE_ASSUME |
#define | PDEBUG 0 |
#define | KDEBUG 0 |
#define | LDEBUG |
#define | RDEBUG |
#define | TEST |
#define | YYDEBUG 1 |
#define | FORCE_INLINE inline |
#define | DO_PRAGMA(x) _Pragma (#x) |
#define | TODO(who, msg) DO_PRAGMA(message ("TODO [for " #who "]: " #msg)) |
#define | _GNUC_PREREQ(maj, min) 0 |
#define | FORCE_INTERNAL |
#define | FORCE_DEPRECATED |
#define | BEGIN_CDECL extern "C" { |
#define | END_CDECL } |
Typedefs | |
typedef long | int64 |
typedef int | BOOLEAN |
typedef void * | ADDRESS |
Functions | |
static int | si_max (const int a, const int b) |
static int | si_min (const int a, const int b) |
static long | si_max (const long a, const long b) |
static unsigned long | si_max (const unsigned long a, const unsigned long b) |
static long | si_min (const long a, const long b) |
static unsigned long | si_min (const unsigned long a, const unsigned long b) |
template<typename A , typename B > | |
B | cast_A_to_B (A a) |
template<typename A > | |
void * | cast_A_to_vptr (A a) |
template<typename A > | |
A | cast_vptr_to_A (void *p) |
All the auxiliary stuff.
ABSTRACT: we shall put here everything that does not have its own place.
Definition in file auxiliary.h.
#define _GNUC_PREREQ | ( | maj, | |
min | |||
) | 0 |
Definition at line 343 of file auxiliary.h.
#define BEGIN_CDECL extern "C" { |
Definition at line 359 of file auxiliary.h.
#define BIT_SIZEOF_LONG ((CHAR_BIT)*(SIZEOF_LONG)) |
Definition at line 78 of file auxiliary.h.
#define CHAR_BIT (8) |
Definition at line 73 of file auxiliary.h.
Definition at line 335 of file auxiliary.h.
#define END_CDECL } |
Definition at line 360 of file auxiliary.h.
#define FALSE 0 |
Definition at line 94 of file auxiliary.h.
#define FORCE_DEPRECATED |
Definition at line 355 of file auxiliary.h.
#define FORCE_INLINE inline |
Definition at line 328 of file auxiliary.h.
#define FORCE_INTERNAL |
Definition at line 349 of file auxiliary.h.
#define HAVE_ASSUME |
Definition at line 146 of file auxiliary.h.
#define KDEBUG 0 |
Definition at line 297 of file auxiliary.h.
#define LDEBUG |
Definition at line 300 of file auxiliary.h.
#define loop for(;;) |
Definition at line 117 of file auxiliary.h.
#define NO_INLINE |
Definition at line 143 of file auxiliary.h.
#define NULL (0) |
Definition at line 102 of file auxiliary.h.
#define NULLp ((void*)NULL) |
Definition at line 106 of file auxiliary.h.
#define PDEBUG 0 |
Definition at line 169 of file auxiliary.h.
#define RDEBUG |
Definition at line 303 of file auxiliary.h.
#define SI_BIGINT_VARIANT 1 |
Definition at line 36 of file auxiliary.h.
#define SI_INTEGER_VARIANT 2 |
Definition at line 32 of file auxiliary.h.
#define SSI_BASE 16 |
Definition at line 131 of file auxiliary.h.
#define TEST |
Definition at line 306 of file auxiliary.h.
Definition at line 336 of file auxiliary.h.
#define TRUE 1 |
Definition at line 98 of file auxiliary.h.
#define YYDEBUG 1 |
Definition at line 309 of file auxiliary.h.
typedef void* ADDRESS |
Definition at line 115 of file auxiliary.h.
typedef int BOOLEAN |
Definition at line 85 of file auxiliary.h.
typedef long int64 |
Definition at line 66 of file auxiliary.h.
Definition at line 371 of file auxiliary.h.
|
inline |
Definition at line 384 of file auxiliary.h.
|
inline |
Definition at line 391 of file auxiliary.h.
Definition at line 120 of file auxiliary.h.
Definition at line 122 of file auxiliary.h.
Definition at line 123 of file auxiliary.h.
Definition at line 121 of file auxiliary.h.
Definition at line 124 of file auxiliary.h.
Definition at line 125 of file auxiliary.h.