Home
last modified time | relevance | path

Searched refs:last_p (Results 1 – 7 of 7) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-mem.c118 data_p->last_p = NULL; in parser_data_init()
176 if (data_p->last_p != NULL) in parser_cbc_stream_alloc_page()
178 data_p->last_p->next_p = page_p; in parser_cbc_stream_alloc_page()
184 data_p->last_p = page_p; in parser_cbc_stream_alloc_page()
235 parser_mem_page_t *page_p = list_p->data.last_p; in parser_list_append()
247 if (list_p->data.last_p != NULL) in parser_list_append()
249 list_p->data.last_p->next_p = page_p; in parser_list_append()
255 list_p->data.last_p = page_p; in parser_list_append()
283 JERRY_ASSERT (page_p != list_p->data.last_p in parser_list_get()
Djs-parser-util.c50 parser_mem_page_t *page_p = context_p->byte_code.last_p; in parser_emit_two_bytes()
61 page_p = context_p->byte_code.last_p; in parser_emit_two_bytes()
68 context_p->byte_code.last_p->bytes[PARSER_CBC_STREAM_PAGE_SIZE - 1] = first_byte; in parser_emit_two_bytes()
70 context_p->byte_code.last_p->bytes[0] = second_byte; in parser_emit_two_bytes()
86 (context_p)->byte_code.last_p->bytes[(context_p)->byte_code.last_position++] = (uint8_t) (byte)
572 branch_p->page_p = context_p->byte_code.last_p; in parser_emit_cbc_forward_branch()
Djs-parser.c386 parser_mem_page_t *last_page_p = context_p->byte_code.last_p; in parse_update_branches()
500 JERRY_ASSERT (last_page_p == context_p->byte_code.last_p); in parse_update_branches()
505 last_page_p = context_p->byte_code.last_p; in parse_update_branches()
508 context_p->byte_code.last_p = context_p->byte_code.first_p; in parse_update_branches()
991 last_page_p = context_p->byte_code.last_p; in parser_post_processing()
2216 && context.stack.last_p == NULL); in parser_parse_source()
Djs-parser-internal.h320 parser_mem_page_t *last_p; /**< last allocated page */ member
Djs-scanner-util.c482 && literal_pool_p->literal_pool.data.last_p == NULL); in scanner_pop_literal_pool()
/third_party/ffmpeg/libavformat/
Dmxfdec.c1601 MXFPartition *last_p = NULL; in mxf_absolute_bodysid_offset() local
1623 last_p = &mxf->partitions[a]; in mxf_absolute_bodysid_offset()
1625 …if (last_p && (!last_p->essence_length || last_p->essence_length > (offset - last_p->body_offset))… in mxf_absolute_bodysid_offset()
1626 *offset_out = last_p->essence_offset + (offset - last_p->body_offset); in mxf_absolute_bodysid_offset()
1628 *partition_out = last_p; in mxf_absolute_bodysid_offset()
/third_party/python/Tools/clinic/
Dclinic.py4800 last_p = parameters[-1]
4871 if (p != last_p) or need_a_trailing_slash: