#include <config.h>
#include <ucommon/ucommon.h>
#include <ucommon/export.h>
#include <bayonne.h>
#include <ctype.h>
Go to the source code of this file.
Macros | |
#define | M_PI 3.14159265358979323846 |
#define | MAP_HASH_SIZE 197 |
#define | MAP_PAGE_COUNT 255 |
#define | MAP_PAGE_SIZE (sizeof(void *[MAP_PAGE_COUNT])) |
#define | MAP_PAGE_FIX (MAP_PAGE_SIZE / MAP_PAGE_COUNT) |
#define M_PI 3.14159265358979323846 |
Definition at line 32 of file tonegen.cpp.
#define MAP_HASH_SIZE 197 |
Definition at line 35 of file tonegen.cpp.
#define MAP_PAGE_COUNT 255 |
Definition at line 36 of file tonegen.cpp.
#define MAP_PAGE_FIX (MAP_PAGE_SIZE / MAP_PAGE_COUNT) |
Definition at line 38 of file tonegen.cpp.
#define MAP_PAGE_SIZE (sizeof(void *[MAP_PAGE_COUNT])) |
Definition at line 37 of file tonegen.cpp.