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/ |
D | duk_numconv.c | 667 #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/ |
D | duk_numconv.c | 667 #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/ |
D | duktape.c | 75668 #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/ |
D | duktape.c | 76070 #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/ |
D | duktape.c | 75783 #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/ |
D | duktape.c | 75955 #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); \
|