Searched refs:DUK_LEXER_BUFFER_SIZE (Results 1 – 8 of 8) sorted by relevance
39 #define DUK_LEXER_BUFFER_SIZE 64 macro392 duk_lexer_codepoint buffer[DUK_LEXER_BUFFER_SIZE];
193 cp_end = lex_ctx->buffer + DUK_LEXER_BUFFER_SIZE; in duk__fill_lexer_buffer()323 DUK_ASSERT(lex_ctx->window < lex_ctx->buffer + DUK_LEXER_BUFFER_SIZE); in duk__advance_bytes()324 …ex_ctx->window + count_bytes <= (duk_uint8_t *) lex_ctx->buffer + DUK_LEXER_BUFFER_SIZE * sizeof(d… in duk__advance_bytes()332 avail_bytes = DUK_LEXER_BUFFER_SIZE * sizeof(duk_lexer_codepoint) - used_bytes; in duk__advance_bytes()
2749 #define DUK_LEXER_BUFFER_SIZE 64 macro3102 duk_lexer_codepoint buffer[DUK_LEXER_BUFFER_SIZE];73127 cp_end = lex_ctx->buffer + DUK_LEXER_BUFFER_SIZE;73257 DUK_ASSERT(lex_ctx->window < lex_ctx->buffer + DUK_LEXER_BUFFER_SIZE);73258 …ex_ctx->window + count_bytes <= (duk_uint8_t *) lex_ctx->buffer + DUK_LEXER_BUFFER_SIZE * sizeof(d…73266 avail_bytes = DUK_LEXER_BUFFER_SIZE * sizeof(duk_lexer_codepoint) - used_bytes;
2761 #define DUK_LEXER_BUFFER_SIZE 64 macro3114 duk_lexer_codepoint buffer[DUK_LEXER_BUFFER_SIZE];73526 cp_end = lex_ctx->buffer + DUK_LEXER_BUFFER_SIZE;73656 DUK_ASSERT(lex_ctx->window < lex_ctx->buffer + DUK_LEXER_BUFFER_SIZE);73657 …ex_ctx->window + count_bytes <= (duk_uint8_t *) lex_ctx->buffer + DUK_LEXER_BUFFER_SIZE * sizeof(d…73665 avail_bytes = DUK_LEXER_BUFFER_SIZE * sizeof(duk_lexer_codepoint) - used_bytes;
2761 #define DUK_LEXER_BUFFER_SIZE 64 macro3114 duk_lexer_codepoint buffer[DUK_LEXER_BUFFER_SIZE];73241 cp_end = lex_ctx->buffer + DUK_LEXER_BUFFER_SIZE;73371 DUK_ASSERT(lex_ctx->window < lex_ctx->buffer + DUK_LEXER_BUFFER_SIZE);73372 …ex_ctx->window + count_bytes <= (duk_uint8_t *) lex_ctx->buffer + DUK_LEXER_BUFFER_SIZE * sizeof(d…73380 avail_bytes = DUK_LEXER_BUFFER_SIZE * sizeof(duk_lexer_codepoint) - used_bytes;
2749 #define DUK_LEXER_BUFFER_SIZE 64 macro3102 duk_lexer_codepoint buffer[DUK_LEXER_BUFFER_SIZE];73412 cp_end = lex_ctx->buffer + DUK_LEXER_BUFFER_SIZE;73542 DUK_ASSERT(lex_ctx->window < lex_ctx->buffer + DUK_LEXER_BUFFER_SIZE);73543 …ex_ctx->window + count_bytes <= (duk_uint8_t *) lex_ctx->buffer + DUK_LEXER_BUFFER_SIZE * sizeof(d…73551 avail_bytes = DUK_LEXER_BUFFER_SIZE * sizeof(duk_lexer_codepoint) - used_bytes;