Macros | Typedefs
cg_hash_types.h File Reference
#include <stdint.h>
Include dependency graph for cg_hash_types.h:

Go to the source code of this file.

Macros

#define SIZEOF_LONG   8
 
#define SIZEOF_VOID_P   8
 
#define SIZEOF_MAP_USIZE_T   8
 

Typedefs

typedef int64_t map_ssize_t
 
typedef uint64_t map_usize_t
 
typedef char char_name[33]
 

Macro Definition Documentation

◆ SIZEOF_LONG

#define SIZEOF_LONG   8

Definition at line 8 of file cg_hash_types.h.

◆ SIZEOF_VOID_P

#define SIZEOF_VOID_P   8

Definition at line 9 of file cg_hash_types.h.

◆ SIZEOF_MAP_USIZE_T

#define SIZEOF_MAP_USIZE_T   8

Definition at line 13 of file cg_hash_types.h.

Typedef Documentation

◆ map_ssize_t

typedef int64_t map_ssize_t

Definition at line 11 of file cg_hash_types.h.

◆ map_usize_t

typedef uint64_t map_usize_t

Definition at line 12 of file cg_hash_types.h.

◆ char_name

typedef char char_name[33]

Definition at line 19 of file cg_hash_types.h.