libhasha 2.2.2
Loading...
Searching...
No Matches
hadefs.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define HA_DEPRECATED(msg)
#define HA_EXPORT
#define HA_PUBFUN   HA_EXPORT
#define HA_INL_FUN   inline
#define HA_PRVFUN   static HA_INL_FUN
#define HA_HDR_PUBFUN   HA_PRVFUN
#define HA_EXTERN_C
#define HA_EXTERN_C_BEG
#define HA_EXTERN_C_END
#define ha_bB(n)
#define ha_Bb(n)
#define ha_in_range(x, min, max)
#define ha_enum_base(T)
#define ha_register   register
#define __ha_alias2(func)

Macro Definition Documentation

◆ __ha_alias2

#define __ha_alias2 ( func)
Value:
__attribute__((alias(func)))
#define __attribute__(x)
Definition libc.h:7

Definition at line 107 of file hadefs.h.

◆ ha_Bb

#define ha_Bb ( n)
Value:
n * 8

Definition at line 89 of file hadefs.h.

◆ ha_bB

#define ha_bB ( n)
Value:
n / 8

Definition at line 84 of file hadefs.h.

◆ HA_DEPRECATED

#define HA_DEPRECATED ( msg)
Value:
__attribute__((deprecated(msg)))

Definition at line 10 of file hadefs.h.

◆ ha_enum_base

#define ha_enum_base ( T)

Definition at line 97 of file hadefs.h.

◆ HA_EXPORT

#define HA_EXPORT

Definition at line 28 of file hadefs.h.

◆ HA_EXTERN_C

#define HA_EXTERN_C

Definition at line 60 of file hadefs.h.

◆ HA_EXTERN_C_BEG

#define HA_EXTERN_C_BEG

Definition at line 70 of file hadefs.h.

◆ HA_EXTERN_C_END

#define HA_EXTERN_C_END

Definition at line 78 of file hadefs.h.

◆ HA_HDR_PUBFUN

#define HA_HDR_PUBFUN   HA_PRVFUN

Definition at line 53 of file hadefs.h.

◆ ha_in_range

#define ha_in_range ( x,
min,
max )
Value:
((x) >= (min) && (x) <= (max))

Definition at line 92 of file hadefs.h.

◆ HA_INL_FUN

#define HA_INL_FUN   inline

Definition at line 43 of file hadefs.h.

◆ HA_PRVFUN

#define HA_PRVFUN   static HA_INL_FUN

Definition at line 48 of file hadefs.h.

◆ HA_PUBFUN

#define HA_PUBFUN   HA_EXPORT

Definition at line 34 of file hadefs.h.

◆ ha_register

#define ha_register   register

Definition at line 101 of file hadefs.h.