Home
last modified time | relevance | path

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

12

/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/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/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/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/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/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/e2fsprogs/ext2ed/
Dfile_com.c321 long offset=0,last_offset,l=0,cols=0; in file_show_text() local
330 last_offset=file_system_info.block_size-1; in file_show_text()
332 if (file_info.file_offset+last_offset > file_info.file_length-1) in file_show_text()
333 last_offset=file_info.file_length-1-file_info.file_offset; in file_show_text()
335 while ( (offset <= last_offset) && l<SHOW_PAD_LINES) { in file_show_text()
/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/gstreamer/gstreamer/libs/gst/base/
Dgsttypefindhelper.c59 guint64 last_offset; member
111 if (size > 0 && offset <= helper->last_offset) { in helper_find_peek()
197 helper->last_offset = GST_BUFFER_OFFSET (buffer) + buf_size; in helper_find_peek()
394 helper.last_offset = 0; in gst_type_find_helper_get_range_full()
Dgstbaseparse.c305 gint64 last_offset; member
863 parse->priv->last_offset = 0; in gst_base_parse_reset()
3415 GST_TIME_ARGS (parse->priv->last_pts), parse->priv->last_offset); in gst_base_parse_handle_previous_fragment()
3417 if (!parse->priv->last_offset in gst_base_parse_handle_previous_fragment()
3438 offset = CLAMP (offset, parse->priv->last_offset - 1024 * 1024, in gst_base_parse_handle_previous_fragment()
3439 parse->priv->last_offset - 1024); in gst_base_parse_handle_previous_fragment()
3446 ret = gst_base_parse_pull_range (parse, parse->priv->last_offset - offset, in gst_base_parse_handle_previous_fragment()
3452 parse->priv->last_offset = offset; in gst_base_parse_handle_previous_fragment()
4761 parse->priv->last_offset = seekpos; in gst_base_parse_handle_seek()
/third_party/FreeBSD/sys/dev/usb/net/
Dif_cdce.c1109 uint32_t last_offset; in cdce_ncm_fill_tx_frames() local
1121 last_offset = offset; in cdce_ncm_fill_tx_frames()
1128 cdce_ncm_tx_zero(pc, last_offset, offset); in cdce_ncm_fill_tx_frames()
1173 last_offset = offset; in cdce_ncm_fill_tx_frames()
1180 cdce_ncm_tx_zero(pc, last_offset, offset); in cdce_ncm_fill_tx_frames()
1199 offset = last_offset; in cdce_ncm_fill_tx_frames()
1211 cdce_ncm_tx_zero(pc, last_offset, offset); in cdce_ncm_fill_tx_frames()
/third_party/glib/glib/
Dgtimezone.c1117 gint32 last_offset; in init_zone_from_rules() local
1141 last_offset = rules[0].std_offset; in init_zone_from_rules()
1163 year, last_offset); in init_zone_from_rules()
1168 last_offset = rules[ri].std_offset; in init_zone_from_rules()
1197 gint32 dlt_offset = (dlt_first ? last_offset : in init_zone_from_rules()
1200 last_offset); in init_zone_from_rules()
1208 last_offset = (dlt_first ? rules[ri].dlt_offset : in init_zone_from_rules()
1245 year, last_offset); in init_zone_from_rules()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_container.c158 uint32_t last_offset = collect_semantic_names(num_records, io_data, in dxil_container_add_io_signature() local
162 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/exfatprogs/fsck/
Dfsck.c1338 off_t offset, last_offset, bitmap_offset; in write_dirty_bitmap() local
1344 last_offset = offset + exfat->disk_bitmap_size; in write_dirty_bitmap()
1352 while (offset < last_offset) { in write_dirty_bitmap()
1353 len = MIN(read_size, last_offset - offset); in write_dirty_bitmap()
/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()
/third_party/gstreamer/gstplugins_bad/ext/ttml/
Dgstttmlrender.c1850 gint last_offset = 0; in gst_ttml_render_split_block() local
1860 &last_offset); in gst_ttml_render_split_block()
1908 last_offset -= first_offset; in gst_ttml_render_split_block()
1914 if (last_offset < (strlen (ue->text) - 1)) { in gst_ttml_render_split_block()
1916 ue->text = g_strndup (ue->text, last_offset + 1); in gst_ttml_render_split_block()

12