Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include "duk_internal.h"
Go to the source code of this file.
Macros | |
#define | DUK__HASH_SIZE_RATIO 1177 /* floor(1.15 * (1 << 10)) */ |
Functions | |
DUK_INTERNAL duk_uint32_t | duk_util_get_hash_prime (duk_uint32_t size) |
Variables | |
DUK_LOCAL const duk_int8_t | duk__hash_size_corrections [] |
DUK_INTERNAL duk_uint8_t | duk_util_probe_steps [32] |
#define DUK__HASH_SIZE_RATIO 1177 /* floor(1.15 * (1 << 10)) */ |
Definition at line 22 of file duktape-1.8.0/src-separate/duk_util_hashprime.c.
Referenced by duk_util_get_hash_prime().
DUK_INTERNAL duk_uint32_t duk_util_get_hash_prime | ( | duk_uint32_t | size | ) |
Definition at line 45 of file duktape-1.8.0/src-separate/duk_util_hashprime.c.
References duk__hash_size_corrections, DUK__HASH_SIZE_RATIO, DUK_DDD, DUK_DDDPRINT, and DUK_FLOOR.
DUK_LOCAL const duk_int8_t duk__hash_size_corrections[] |
Definition at line 25 of file duktape-1.8.0/src-separate/duk_util_hashprime.c.
Referenced by duk_util_get_hash_prime().
DUK_INTERNAL duk_uint8_t duk_util_probe_steps[32] |
Definition at line 40 of file duktape-1.8.0/src-separate/duk_util_hashprime.c.