Home
last modified time | relevance | path

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

/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/
Dduk_hobject.h656 #define DUK_HOBJECT_ALIGN_TARGET 4 macro
658 #define DUK_HOBJECT_ALIGN_TARGET 8 macro
660 #define DUK_HOBJECT_ALIGN_TARGET 1 macro
Dduk_hobject_props.c540 #elif defined(DUK_USE_HOBJECT_LAYOUT_1) && (DUK_HOBJECT_ALIGN_TARGET == 1) in duk__realloc_props()
543 #elif defined(DUK_USE_HOBJECT_LAYOUT_1) && ((DUK_HOBJECT_ALIGN_TARGET == 4) || (DUK_HOBJECT_ALIGN_T… in duk__realloc_props()
544 …new_e_size_adjusted = (new_e_size + DUK_HOBJECT_ALIGN_TARGET - 1) & (~(DUK_HOBJECT_ALIGN_TARGET - … in duk__realloc_props()
546 … (long) DUK_HOBJECT_ALIGN_TARGET, (long) new_e_size, (long) new_e_size_adjusted)); in duk__realloc_props()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduk_hobject.h656 #define DUK_HOBJECT_ALIGN_TARGET 4 macro
658 #define DUK_HOBJECT_ALIGN_TARGET 8 macro
660 #define DUK_HOBJECT_ALIGN_TARGET 1 macro
Dduk_hobject_props.c540 #elif defined(DUK_USE_HOBJECT_LAYOUT_1) && (DUK_HOBJECT_ALIGN_TARGET == 1) in duk__realloc_props()
543 #elif defined(DUK_USE_HOBJECT_LAYOUT_1) && ((DUK_HOBJECT_ALIGN_TARGET == 4) || (DUK_HOBJECT_ALIGN_T… in duk__realloc_props()
544 …new_e_size_adjusted = (new_e_size + DUK_HOBJECT_ALIGN_TARGET - 1) & (~(DUK_HOBJECT_ALIGN_TARGET - … in duk__realloc_props()
546 … (long) DUK_HOBJECT_ALIGN_TARGET, (long) new_e_size, (long) new_e_size_adjusted)); in duk__realloc_props()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/
Dduktape.c5270 #define DUK_HOBJECT_ALIGN_TARGET 4 macro
5272 #define DUK_HOBJECT_ALIGN_TARGET 8 macro
5274 #define DUK_HOBJECT_ALIGN_TARGET 1 macro
47625 #elif defined(DUK_USE_HOBJECT_LAYOUT_1) && (DUK_HOBJECT_ALIGN_TARGET == 1)
47628 #elif defined(DUK_USE_HOBJECT_LAYOUT_1) && ((DUK_HOBJECT_ALIGN_TARGET == 4) || (DUK_HOBJECT_ALIGN_T…
47629 …new_e_size_adjusted = (new_e_size + DUK_HOBJECT_ALIGN_TARGET - 1) & (~(DUK_HOBJECT_ALIGN_TARGET - …
47631 … (long) DUK_HOBJECT_ALIGN_TARGET, (long) new_e_size, (long) new_e_size_adjusted));
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/
Dduktape.c5293 #define DUK_HOBJECT_ALIGN_TARGET 4 macro
5295 #define DUK_HOBJECT_ALIGN_TARGET 8 macro
5297 #define DUK_HOBJECT_ALIGN_TARGET 1 macro
47979 #elif defined(DUK_USE_HOBJECT_LAYOUT_1) && (DUK_HOBJECT_ALIGN_TARGET == 1)
47982 #elif defined(DUK_USE_HOBJECT_LAYOUT_1) && ((DUK_HOBJECT_ALIGN_TARGET == 4) || (DUK_HOBJECT_ALIGN_T…
47983 …new_e_size_adjusted = (new_e_size + DUK_HOBJECT_ALIGN_TARGET - 1) & (~(DUK_HOBJECT_ALIGN_TARGET - …
47985 … (long) DUK_HOBJECT_ALIGN_TARGET, (long) new_e_size, (long) new_e_size_adjusted));
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/
Dduktape.c5288 #define DUK_HOBJECT_ALIGN_TARGET 4 macro
5290 #define DUK_HOBJECT_ALIGN_TARGET 8 macro
5292 #define DUK_HOBJECT_ALIGN_TARGET 1 macro
47728 #elif defined(DUK_USE_HOBJECT_LAYOUT_1) && (DUK_HOBJECT_ALIGN_TARGET == 1)
47731 #elif defined(DUK_USE_HOBJECT_LAYOUT_1) && ((DUK_HOBJECT_ALIGN_TARGET == 4) || (DUK_HOBJECT_ALIGN_T…
47732 …new_e_size_adjusted = (new_e_size + DUK_HOBJECT_ALIGN_TARGET - 1) & (~(DUK_HOBJECT_ALIGN_TARGET - …
47734 … (long) DUK_HOBJECT_ALIGN_TARGET, (long) new_e_size, (long) new_e_size_adjusted));
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/
Dduktape.c5275 #define DUK_HOBJECT_ALIGN_TARGET 4 macro
5277 #define DUK_HOBJECT_ALIGN_TARGET 8 macro
5279 #define DUK_HOBJECT_ALIGN_TARGET 1 macro
47876 #elif defined(DUK_USE_HOBJECT_LAYOUT_1) && (DUK_HOBJECT_ALIGN_TARGET == 1)
47879 #elif defined(DUK_USE_HOBJECT_LAYOUT_1) && ((DUK_HOBJECT_ALIGN_TARGET == 4) || (DUK_HOBJECT_ALIGN_T…
47880 …new_e_size_adjusted = (new_e_size + DUK_HOBJECT_ALIGN_TARGET - 1) & (~(DUK_HOBJECT_ALIGN_TARGET - …
47882 … (long) DUK_HOBJECT_ALIGN_TARGET, (long) new_e_size, (long) new_e_size_adjusted));