Home
last modified time | relevance | path

Searched refs:groups_count (Results 1 - 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/parser/regexp/
H A Dre-compiler-context.h48 int groups_count; /**< number of groups */ member
H A Dre-parser.c358 re_ctx_p->groups_count = 0; in re_count_groups()
389 re_ctx_p->groups_count++; in re_count_groups()
721 if (re_ctx_p->groups_count < 0) in re_parse_next_token()
726 if (value <= (uint32_t) re_ctx_p->groups_count) in re_parse_next_token()
H A Dre-compiler.c128 re_ctx.groups_count = -1; in re_compile_bytecode()
/third_party/backends/backend/genesys/
H A Dimage_pipeline.cpp194 std::size_t groups_count = output_width_ / (segment_order_.size() * pixels_per_chunk_); in get_next_row_data() local
196 for (std::size_t igroup = 0; igroup < groups_count; ++igroup) { in get_next_row_data()

Completed in 4 milliseconds