Home
last modified time | relevance | path

Searched refs:last_offset (Results 1 – 25 of 34) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sample/subtly/
Dfont_assembler.cc93 int32_t last_offset = 0; in AssembleCMapTable() local
116 Segment(character, -1, 0, last_offset); in AssembleCMapTable()
119 last_offset += DataSize::kSHORT; in AssembleCMapTable()
177 int32_t last_offset = 0; in AssembleGlyphAndLocaTables() local
217 loca_list[i] = last_offset; in AssembleGlyphAndLocaTables()
218 last_offset += length; in AssembleGlyphAndLocaTables()
219 loca_list[resolved_glyph_id + 1] = last_offset; in AssembleGlyphAndLocaTables()
225 loca_list[i] = last_offset; in AssembleGlyphAndLocaTables()
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/subtly/
Dfont_assembler.cc93 int32_t last_offset = 0; in AssembleCMapTable() local
116 Segment(character, -1, 0, last_offset); in AssembleCMapTable()
119 last_offset += DataSize::kSHORT; in AssembleCMapTable()
177 int32_t last_offset = 0; in AssembleGlyphAndLocaTables() local
217 loca_list[i] = last_offset; in AssembleGlyphAndLocaTables()
218 last_offset += length; in AssembleGlyphAndLocaTables()
219 loca_list[resolved_glyph_id + 1] = last_offset; in AssembleGlyphAndLocaTables()
225 loca_list[i] = last_offset; in AssembleGlyphAndLocaTables()
/third_party/elfutils/libelf/
Delf32_updatefile.c651 int64_t last_offset; in __elfw2() local
653 last_offset = elf_typesize (LIBELFBITS, ELF_T_EHDR, 1); in __elfw2()
655 last_offset = (ehdr->e_phoff + sizeof (ElfW2(LIBELFBITS,Phdr)) * phnum); in __elfw2()
720 if (scn_start + dl->data.d.d_off > last_offset in __elfw2()
725 if (unlikely (fill (elf->fildes, last_offset, in __elfw2()
727 - last_offset, fillbuf, in __elfw2()
737 last_offset = scn_start + dl->data.d.d_off; in __elfw2()
771 last_offset); in __elfw2()
787 last_offset += dl->data.d.d_size; in __elfw2()
798 if (scn_start > last_offset && previous_scn_changed) in __elfw2()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/uvch264/
Dgstuvch264_mjpgdemux.c429 guint last_offset; in gst_uvc_h264_mjpg_demux_chain() local
440 last_offset = 0; in gst_uvc_h264_mjpg_demux_chain()
466 last_offset, i, i, i + 2 + segment_size); in gst_uvc_h264_mjpg_demux_chain()
469 if (i - last_offset > 0) { in gst_uvc_h264_mjpg_demux_chain()
470 GstMemory *m = gst_memory_copy (info.memory, last_offset, in gst_uvc_h264_mjpg_demux_chain()
471 i - last_offset); in gst_uvc_h264_mjpg_demux_chain()
474 last_offset = i + 2 + segment_size; in gst_uvc_h264_mjpg_demux_chain()
655 m = gst_memory_copy (info.memory, last_offset, info.size - last_offset); in gst_uvc_h264_mjpg_demux_chain()
657 last_offset = info.size; in gst_uvc_h264_mjpg_demux_chain()
670 if (last_offset != info.size) { in gst_uvc_h264_mjpg_demux_chain()
/third_party/elfutils/tests/
Delfstrmerge.c302 GElf_Off last_offset = 0; in main() local
304 last_offset = (ehdr.e_phoff in main()
329 if (last_offset < off) in main()
330 last_offset = off; in main()
619 last_offset = (last_offset + addralign - 1) & ~(addralign - 1); in main()
620 newshdr.sh_offset = last_offset; in main()
622 last_offset += newshdr.sh_size; in main()
645 newehdr.e_shoff = ((last_offset + offsize - 1) in main()
/third_party/ffmpeg/tools/
Dqt-faststart.c438 int64_t last_offset; in main() local
569 last_offset = ftello(infile); in main()
570 if (last_offset < 0) { in main()
613 last_offset -= start_offset; in main()
639 bytes_to_copy = MIN(COPY_BUFFER_SIZE, last_offset); in main()
646 while (last_offset) { in main()
647 bytes_to_copy = MIN(bytes_to_copy, last_offset); in main()
657 last_offset -= bytes_to_copy; in main()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dmatroskamux.c509 GstMapInfo * info, gsize * index, gint last_offset) in check_chapter() argument
612 while (cur_sub_chap != NULL && *index < last_offset) { in check_chapter()
614 index, last_offset); in check_chapter()
628 gint last_offset; in check_toc() local
641 last_offset = *index + (gint) len; in check_toc()
644 while (cur_entry != NULL && *index < last_offset) { in check_toc()
662 while (cur_chapter != NULL && *index < last_offset) { in check_toc()
664 index, last_offset); in check_toc()
672 fail_unless (cur_entry == NULL && *index == last_offset); in check_toc()
756 gsize last_offset = 0; in check_tags() local
[all …]
/third_party/elfutils/libdw/
Dfde.c281 Dwarf_Off last_offset = cache->next_offset; in __libdw_find_fde() local
285 last_offset, &cache->next_offset, in __libdw_find_fde()
291 if (cache->next_offset == last_offset) in __libdw_find_fde()
302 __libdw_intern_cie (cache, last_offset, &entry.cie); in __libdw_find_fde()
/third_party/gstreamer/gstplugins_bad/gst/jpegformat/
Dgstjpegparse.c216 parse->last_offset, parse->last_resync, parse->last_entropy_len); in gst_jpeg_parse_get_image_length()
223 offset = parse->last_offset; in gst_jpeg_parse_get_image_length()
258 parse->last_offset = 0; in gst_jpeg_parse_get_image_length()
265 parse->last_offset = 0; in gst_jpeg_parse_get_image_length()
333 parse->last_offset = offset; in gst_jpeg_parse_get_image_length()
785 parse->last_offset = 0; in gst_jpeg_parse_handle_frame()
832 parse->last_offset = 0; in gst_jpeg_parse_sink_event()
879 parse->last_offset = 0; in gst_jpeg_parse_start()
Dgstjpegparse.h52 guint last_offset; member
/third_party/ffmpeg/libavcodec/
Dtruehd_core_bsf.c42 int ret, i, last_offset = 0; in truehd_core_filter() local
84 last_offset = units[i].offset * 2; in truehd_core_filter()
96 out_size = end + 4 + last_offset; in truehd_core_filter()
Dspeedhq.c369 uint32_t last_offset, slice_len; in decode_speedhq_field() local
371 last_offset = slice_offsets[slice_number - 1]; in decode_speedhq_field()
372 slice_len = AV_RL24(buf + last_offset); in decode_speedhq_field()
373 slice_offsets[slice_number] = last_offset + slice_len; in decode_speedhq_field()
/third_party/elfutils/src/
Delfcompress.c388 GElf_Off last_offset = 0; in process_file() local
390 last_offset = (ehdr.e_phoff in process_file()
515 if (last_offset < off) in process_file()
516 last_offset = off; in process_file()
1126 last_offset = (last_offset + addralign - 1) & ~(addralign - 1); in process_file()
1127 shdr->sh_offset = last_offset; in process_file()
1129 last_offset += shdr->sh_size; in process_file()
1242 newehdr.e_shoff = ((last_offset + offsize - 1) in process_file()
/third_party/ltp/testcases/kernel/io/ltp-aiodio/
Daio-stress.c177 off_t last_offset; member
634 oper->last_offset);
635 oper->last_offset += oper->reclen;
639 oper->last_offset);
640 oper->last_offset += oper->reclen;
644 oper->last_offset = rand_byte;
650 oper->last_offset = rand_byte;
698 oper->last_offset = oper->start;
824 oper->last_offset = oper->start;
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc250 int32_t last_offset = 0; in SetupGlyfBuilders() local
272 loca_list[j] = last_offset; in SetupGlyfBuilders()
275 if (last_offset > std::numeric_limits<int32_t>::max() - length) in SetupGlyfBuilders()
278 last_offset += length; in SetupGlyfBuilders()
279 loca_list[*i + 1] = last_offset; in SetupGlyfBuilders()
283 loca_list[j] = last_offset; in SetupGlyfBuilders()
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc250 int32_t last_offset = 0; in SetupGlyfBuilders() local
272 loca_list[j] = last_offset; in SetupGlyfBuilders()
275 if (last_offset > std::numeric_limits<int32_t>::max() - length) in SetupGlyfBuilders()
278 last_offset += length; in SetupGlyfBuilders()
279 loca_list[*i + 1] = last_offset; in SetupGlyfBuilders()
283 loca_list[j] = last_offset; in SetupGlyfBuilders()
/third_party/FreeBSD/sys/dev/usb/net/
Dif_cdce.c1100 uint32_t last_offset; in cdce_ncm_fill_tx_frames() local
1112 last_offset = offset; in cdce_ncm_fill_tx_frames()
1119 cdce_ncm_tx_zero(pc, last_offset, offset); in cdce_ncm_fill_tx_frames()
1163 last_offset = offset; in cdce_ncm_fill_tx_frames()
1170 cdce_ncm_tx_zero(pc, last_offset, offset); in cdce_ncm_fill_tx_frames()
1189 offset = last_offset; in cdce_ncm_fill_tx_frames()
1201 cdce_ncm_tx_zero(pc, last_offset, offset); in cdce_ncm_fill_tx_frames()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgsttypefindhelper.c59 guint64 last_offset; member
111 if (size > 0 && offset <= helper->last_offset) {
205 helper->last_offset = GST_BUFFER_OFFSET (buffer) + buf_size;
421 helper.last_offset = 0;
Dgstbaseparse.c309 gint64 last_offset; member
880 parse->priv->last_offset = 0; in gst_base_parse_reset()
3444 GST_TIME_ARGS (parse->priv->last_pts), parse->priv->last_offset); in gst_base_parse_handle_previous_fragment()
3446 if (!parse->priv->last_offset in gst_base_parse_handle_previous_fragment()
3467 offset = CLAMP (offset, parse->priv->last_offset - 1024 * 1024, in gst_base_parse_handle_previous_fragment()
3468 parse->priv->last_offset - 1024); in gst_base_parse_handle_previous_fragment()
3475 ret = gst_base_parse_pull_range (parse, parse->priv->last_offset - offset, in gst_base_parse_handle_previous_fragment()
3481 parse->priv->last_offset = offset; in gst_base_parse_handle_previous_fragment()
4790 parse->priv->last_offset = seekpos; in gst_base_parse_handle_seek()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_container.c167 uint32_t last_offset = collect_semantic_names(num_records, io_data, in dxil_container_add_io_signature() local
172 if (!add_part_header(c, part, last_offset) || in dxil_container_add_io_signature()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-cff1-table.hh621 : num_interp_env_t(), prev_offset(0), last_offset(0) {} in cff1_top_dict_interp_env_t()
624 unsigned int last_offset; member
726 val.last_arg_offset = (env.last_offset-1) - dictval.opStart; /* offset to the last argument */ in process_op()
795 env.last_offset = env.str_ref.offset; in process_op()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-policy2c/
Dminimal-secure-streams.c45 static size_t last_offset; variable
664 est += last_offset; in main()
/third_party/harfbuzz/src/
Dhb-ot-cff1-table.hh604 : num_interp_env_t(), prev_offset(0), last_offset(0) {} in cff1_top_dict_interp_env_t()
607 unsigned int last_offset; member
709 val.last_arg_offset = (env.last_offset-1) - dictval.opStart; /* offset to the last argument */ in process_op()
778 env.last_offset = env.str_ref.offset; in process_op()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-cff1-table.hh604 : num_interp_env_t(), prev_offset(0), last_offset(0) {} in cff1_top_dict_interp_env_t()
607 unsigned int last_offset; member
709 val.last_arg_offset = (env.last_offset-1) - dictval.opStart; /* offset to the last argument */ in process_op()
779 env.last_offset = env.str_ref.offset; in process_op()
/third_party/libsnd/src/
Dogg_opus.c245 sf_count_t last_offset ; member
1401 oopus->u.decode.last_offset = SF_COUNT_MAX ; in ogg_opus_analyze_file()
1464 oopus->u.decode.last_offset = last_page ; in ogg_opus_analyze_file()
1542 end = oopus->u.decode.last_offset ; in ogg_opus_seek_page_search()

12