Home
last modified time | relevance | path

Searched refs:map_from (Results 1 – 13 of 13) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
Djs-scanner-util.c2141 while (literal_index != function_map_p->map_from) in scanner_create_variables()
2148 JERRY_ASSERT (function_map_p[1].map_from == PARSER_SCOPE_STACK_FUNC); in scanner_create_variables()
2173 scope_stack_p->map_from = context_p->lit_object.index; in scanner_create_variables()
2405 scope_stack_p->map_from = PARSER_SCOPE_STACK_FUNC; in scanner_create_variables()
2428 scope_stack_p->map_from = context_p->lit_object.index; in scanner_create_variables()
2489 JERRY_ASSERT (stack_item_p->map_from != PARSER_SCOPE_STACK_FUNC); in scanner_decode_map_to()
2493 return (value == 0) ? stack_item_p->map_from : (uint16_t) (value + (PARSER_REGISTER_START - 1)); in scanner_decode_map_to()
2550 while (literal_index != scope_stack_p->map_from); in scanner_literal_is_created()
Djs-parser-util.c105 if (scope_stack_end_p->map_from == PARSER_SCOPE_STACK_FUNC) in parser_print_literal()
136 lexer_literal_t *literal_p = PARSER_GET_LITERAL (scope_stack_end_p->map_from); in parser_print_literal()
Djs-parser-statm.c752 while (literal_index != scope_stack_p->map_from) in parser_parse_function_statement()
759 JERRY_ASSERT (scope_stack_p[1].map_from == PARSER_SCOPE_STACK_FUNC); in parser_parse_function_statement()
771 if (literal_index == stack_p->map_from in parser_parse_function_statement()
786 if (literal_index == stack_p->map_from) in parser_parse_function_statement()
Djs-parser-internal.h386 uint16_t map_from; /**< original literal index */ member
Djs-lexer.c2389 if (scope_stack_p->map_from == literal_index) in lexer_construct_literal_object()
/third_party/ffmpeg/libavutil/
Dhwcontext_internal.h94 int (*map_from)(AVHWFramesContext *ctx, AVFrame *dst, member
Dhwcontext_drm.c317 .map_from = &drm_map_from,
Dhwcontext.c824 src_frames->internal->hw_type->map_from) { in av_hwframe_map()
825 ret = src_frames->internal->hw_type->map_from(src_frames, in av_hwframe_map()
Dhwcontext_dxva2.c591 .map_from = dxva2_map_from,
Dhwcontext_qsv.c1295 .map_from = qsv_map_from,
Dhwcontext_vaapi.c1759 .map_from = &vaapi_map_from,
Dhwcontext_opencl.c2934 .map_from = &opencl_map_from,
Dhwcontext_vulkan.c3379 .map_from = vulkan_map_from,