Please, help us to better serve our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF  4.4.0
API Reference
Loading...
Searching...
No Matches
mfan_priv.h File Reference
#include "hdf_priv.h"

Data Structures

struct  ANnode
struct  ANentry

Macros

#define ANATOM_HASH_SIZE   64
#define AN_CREATE_KEY(t, r)
#define AN_KEY2REF(k)
#define AN_KEY2TYPE(k)

Macro Definition Documentation

◆ AN_CREATE_KEY

#define AN_CREATE_KEY ( t,
r )
Value:
((((int32)t & 0xffff) << 16) | r)
int32_t int32
Definition hdf.h:56

◆ AN_KEY2REF

#define AN_KEY2REF ( k)
Value:
((uint16)((int32)k & 0xffff))
uint16_t uint16
Definition hdf.h:55

◆ AN_KEY2TYPE

#define AN_KEY2TYPE ( k)
Value:
((int32)((int32)k >> 16))

◆ ANATOM_HASH_SIZE

#define ANATOM_HASH_SIZE   64