Home
last modified time | relevance | path

Searched refs:DUK_STRTAB_INITIAL_SIZE (Results 1 – 8 of 8) sorted by relevance

/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/
Dduk_heap_alloc.c902 #if (DUK_STRTAB_INITIAL_SIZE < DUK_UTIL_MIN_HASH_PRIME) in duk_heap_alloc()
932 …rtable16 = (duk_uint16_t *) alloc_func(heap_udata, sizeof(duk_uint16_t) * DUK_STRTAB_INITIAL_SIZE); in duk_heap_alloc()
937 …trtable = (duk_hstring **) alloc_func(heap_udata, sizeof(duk_hstring *) * DUK_STRTAB_INITIAL_SIZE); in duk_heap_alloc()
942 res->st_size = DUK_STRTAB_INITIAL_SIZE; in duk_heap_alloc()
946 DUK_ASSERT(res->st_size == DUK_STRTAB_INITIAL_SIZE); in duk_heap_alloc()
947 for (i = 0; i < DUK_STRTAB_INITIAL_SIZE; i++) { in duk_heap_alloc()
957 DUK_MEMZERO(res->strtable16, sizeof(duk_uint16_t) * DUK_STRTAB_INITIAL_SIZE); in duk_heap_alloc()
959 DUK_MEMZERO(res->strtable, sizeof(duk_hstring *) * DUK_STRTAB_INITIAL_SIZE); in duk_heap_alloc()
Dduk_heap.h136 #define DUK_STRTAB_INITIAL_SIZE 17 macro
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduk_heap_alloc.c902 #if (DUK_STRTAB_INITIAL_SIZE < DUK_UTIL_MIN_HASH_PRIME) in duk_heap_alloc()
932 …rtable16 = (duk_uint16_t *) alloc_func(heap_udata, sizeof(duk_uint16_t) * DUK_STRTAB_INITIAL_SIZE); in duk_heap_alloc()
937 …trtable = (duk_hstring **) alloc_func(heap_udata, sizeof(duk_hstring *) * DUK_STRTAB_INITIAL_SIZE); in duk_heap_alloc()
942 res->st_size = DUK_STRTAB_INITIAL_SIZE; in duk_heap_alloc()
946 DUK_ASSERT(res->st_size == DUK_STRTAB_INITIAL_SIZE); in duk_heap_alloc()
947 for (i = 0; i < DUK_STRTAB_INITIAL_SIZE; i++) { in duk_heap_alloc()
957 DUK_MEMZERO(res->strtable16, sizeof(duk_uint16_t) * DUK_STRTAB_INITIAL_SIZE); in duk_heap_alloc()
959 DUK_MEMZERO(res->strtable, sizeof(duk_hstring *) * DUK_STRTAB_INITIAL_SIZE); in duk_heap_alloc()
Dduk_heap.h136 #define DUK_STRTAB_INITIAL_SIZE 17 macro
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/
Dduktape.c6788 #define DUK_STRTAB_INITIAL_SIZE 17 macro
41618 #if (DUK_STRTAB_INITIAL_SIZE < DUK_UTIL_MIN_HASH_PRIME)
41648 …rtable16 = (duk_uint16_t *) alloc_func(heap_udata, sizeof(duk_uint16_t) * DUK_STRTAB_INITIAL_SIZE);
41653 …trtable = (duk_hstring **) alloc_func(heap_udata, sizeof(duk_hstring *) * DUK_STRTAB_INITIAL_SIZE);
41658 res->st_size = DUK_STRTAB_INITIAL_SIZE;
41662 DUK_ASSERT(res->st_size == DUK_STRTAB_INITIAL_SIZE);
41663 for (i = 0; i < DUK_STRTAB_INITIAL_SIZE; i++) {
41673 DUK_MEMZERO(res->strtable16, sizeof(duk_uint16_t) * DUK_STRTAB_INITIAL_SIZE);
41675 DUK_MEMZERO(res->strtable, sizeof(duk_hstring *) * DUK_STRTAB_INITIAL_SIZE);
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/
Dduktape.c6817 #define DUK_STRTAB_INITIAL_SIZE 17 macro
41927 #if (DUK_STRTAB_INITIAL_SIZE < DUK_UTIL_MIN_HASH_PRIME)
41957 …rtable16 = (duk_uint16_t *) alloc_func(heap_udata, sizeof(duk_uint16_t) * DUK_STRTAB_INITIAL_SIZE);
41962 …trtable = (duk_hstring **) alloc_func(heap_udata, sizeof(duk_hstring *) * DUK_STRTAB_INITIAL_SIZE);
41967 res->st_size = DUK_STRTAB_INITIAL_SIZE;
41971 DUK_ASSERT(res->st_size == DUK_STRTAB_INITIAL_SIZE);
41972 for (i = 0; i < DUK_STRTAB_INITIAL_SIZE; i++) {
41982 DUK_MEMZERO(res->strtable16, sizeof(duk_uint16_t) * DUK_STRTAB_INITIAL_SIZE);
41984 DUK_MEMZERO(res->strtable, sizeof(duk_hstring *) * DUK_STRTAB_INITIAL_SIZE);
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/
Dduktape.c6812 #define DUK_STRTAB_INITIAL_SIZE 17 macro
41708 #if (DUK_STRTAB_INITIAL_SIZE < DUK_UTIL_MIN_HASH_PRIME)
41738 …rtable16 = (duk_uint16_t *) alloc_func(heap_udata, sizeof(duk_uint16_t) * DUK_STRTAB_INITIAL_SIZE);
41743 …trtable = (duk_hstring **) alloc_func(heap_udata, sizeof(duk_hstring *) * DUK_STRTAB_INITIAL_SIZE);
41748 res->st_size = DUK_STRTAB_INITIAL_SIZE;
41752 DUK_ASSERT(res->st_size == DUK_STRTAB_INITIAL_SIZE);
41753 for (i = 0; i < DUK_STRTAB_INITIAL_SIZE; i++) {
41763 DUK_MEMZERO(res->strtable16, sizeof(duk_uint16_t) * DUK_STRTAB_INITIAL_SIZE);
41765 DUK_MEMZERO(res->strtable, sizeof(duk_hstring *) * DUK_STRTAB_INITIAL_SIZE);
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/
Dduktape.c6793 #define DUK_STRTAB_INITIAL_SIZE 17 macro
41837 #if (DUK_STRTAB_INITIAL_SIZE < DUK_UTIL_MIN_HASH_PRIME)
41867 …rtable16 = (duk_uint16_t *) alloc_func(heap_udata, sizeof(duk_uint16_t) * DUK_STRTAB_INITIAL_SIZE);
41872 …trtable = (duk_hstring **) alloc_func(heap_udata, sizeof(duk_hstring *) * DUK_STRTAB_INITIAL_SIZE);
41877 res->st_size = DUK_STRTAB_INITIAL_SIZE;
41881 DUK_ASSERT(res->st_size == DUK_STRTAB_INITIAL_SIZE);
41882 for (i = 0; i < DUK_STRTAB_INITIAL_SIZE; i++) {
41892 DUK_MEMZERO(res->strtable16, sizeof(duk_uint16_t) * DUK_STRTAB_INITIAL_SIZE);
41894 DUK_MEMZERO(res->strtable, sizeof(duk_hstring *) * DUK_STRTAB_INITIAL_SIZE);