Lines Matching refs:DUK__RE_BUFLEN
77298 #undef DUK__RE_BUFLEN
77299 #define DUK__RE_BUFLEN(re_ctx) \ macro
77430 return (duk_uint32_t) duk__insert_jump_offset(re_ctx, (duk_uint32_t) DUK__RE_BUFLEN(re_ctx), skip);
77559 duk_uint32_t entry_offset = (duk_uint32_t) DUK__RE_BUFLEN(re_ctx);
77616 (duk_int32_t) (DUK__RE_BUFLEN(re_ctx) - offset));
77631 unpatched_disjunction_jump = (duk_int32_t) DUK__RE_BUFLEN(re_ctx);
77674 atom_code_length = (duk_int32_t) (DUK__RE_BUFLEN(re_ctx) - atom_start_offset);
77729 atom_code_length = (duk_int32_t) DUK__RE_BUFLEN(re_ctx) - atom_start_offset;
77778 duk_uint32_t offset = (duk_uint32_t) DUK__RE_BUFLEN(re_ctx);
77788 (duk_int32_t) (DUK__RE_BUFLEN(re_ctx) - (offset + 1)));
77823 offset = (duk_uint32_t) DUK__RE_BUFLEN(re_ctx);
77830 (duk_int32_t) (DUK__RE_BUFLEN(re_ctx) - (offset + 1)));
77840 new_atom_start_offset = (duk_int32_t) DUK__RE_BUFLEN(re_ctx);
77852 new_atom_start_offset = (duk_int32_t) DUK__RE_BUFLEN(re_ctx);
77864 new_atom_start_offset = (duk_int32_t) DUK__RE_BUFLEN(re_ctx);
77875 new_atom_start_offset = (duk_int32_t) DUK__RE_BUFLEN(re_ctx);
77886 new_atom_start_offset = (duk_int32_t) DUK__RE_BUFLEN(re_ctx);
77900 new_atom_start_offset = (duk_int32_t) DUK__RE_BUFLEN(re_ctx);
77909 new_atom_start_offset = (duk_int32_t) DUK__RE_BUFLEN(re_ctx);
77919 new_atom_start_offset = (duk_int32_t) DUK__RE_BUFLEN(re_ctx);
77956 new_atom_start_offset = (duk_int32_t) DUK__RE_BUFLEN(re_ctx);
77960 offset = (duk_uint32_t) DUK__RE_BUFLEN(re_ctx); /* patch in range count later */
78013 (duk_int32_t) (DUK__RE_BUFLEN(re_ctx) - offset));
78333 #undef DUK__RE_BUFLEN