Home
last modified time | relevance | path

Searched refs:preinc_idx (Results 1 – 6 of 6) sorted by relevance

/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/
Dduk_numconv.c667 #define DUK__DRAGON4_OUTPUT_PREINC(nc_ctx,preinc_idx,x) do { \ argument
668 DUK_ASSERT((preinc_idx) - 1 >= 0); \
669 DUK_ASSERT((preinc_idx) - 1 < DUK__MAX_OUTPUT_DIGITS); \
670 ((nc_ctx)->digits[(preinc_idx) - 1]) = (duk_uint8_t) (x); \
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduk_numconv.c667 #define DUK__DRAGON4_OUTPUT_PREINC(nc_ctx,preinc_idx,x) do { \ argument
668 DUK_ASSERT((preinc_idx) - 1 >= 0); \
669 DUK_ASSERT((preinc_idx) - 1 < DUK__MAX_OUTPUT_DIGITS); \
670 ((nc_ctx)->digits[(preinc_idx) - 1]) = (duk_uint8_t) (x); \
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/
Dduktape.c75668 #define DUK__DRAGON4_OUTPUT_PREINC(nc_ctx,preinc_idx,x) do { \ argument
75669 DUK_ASSERT((preinc_idx) - 1 >= 0); \
75670 DUK_ASSERT((preinc_idx) - 1 < DUK__MAX_OUTPUT_DIGITS); \
75671 ((nc_ctx)->digits[(preinc_idx) - 1]) = (duk_uint8_t) (x); \
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/
Dduktape.c76070 #define DUK__DRAGON4_OUTPUT_PREINC(nc_ctx,preinc_idx,x) do { \ argument
76071 DUK_ASSERT((preinc_idx) - 1 >= 0); \
76072 DUK_ASSERT((preinc_idx) - 1 < DUK__MAX_OUTPUT_DIGITS); \
76073 ((nc_ctx)->digits[(preinc_idx) - 1]) = (duk_uint8_t) (x); \
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/
Dduktape.c75783 #define DUK__DRAGON4_OUTPUT_PREINC(nc_ctx,preinc_idx,x) do { \ argument
75784 DUK_ASSERT((preinc_idx) - 1 >= 0); \
75785 DUK_ASSERT((preinc_idx) - 1 < DUK__MAX_OUTPUT_DIGITS); \
75786 ((nc_ctx)->digits[(preinc_idx) - 1]) = (duk_uint8_t) (x); \
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/
Dduktape.c75955 #define DUK__DRAGON4_OUTPUT_PREINC(nc_ctx,preinc_idx,x) do { \ argument
75956 DUK_ASSERT((preinc_idx) - 1 >= 0); \
75957 DUK_ASSERT((preinc_idx) - 1 < DUK__MAX_OUTPUT_DIGITS); \
75958 ((nc_ctx)->digits[(preinc_idx) - 1]) = (duk_uint8_t) (x); \