Home
last modified time | relevance | path

Searched refs:start_count (Results 1 - 14 of 14) sorted by relevance

/third_party/curl/tests/http/clients/
H A Dh2-upgrade-extreme.c149 int running_handles = 0, start_count, numfds; in main() local
166 start_count = 200; in main()
168 if(start_count) { in main()
194 --start_count; in main()
243 running_handles, start_count); in main()
245 } while(running_handles > 0 || start_count); in main()
/third_party/ffmpeg/libavfilter/
H A Dvf_dejudder.c63 int start_count; member
107 s->start_count = s->cycle + 2; in dejudder_init()
132 if (s->start_count) { in filter_frame()
133 s->start_count--; in filter_frame()
/third_party/jerryscript/tests/unit-core/
H A Dtest-objects-foreach.cpp75 int start_count = 0; in test_container() local
76 jerry_objects_foreach (count_objects, &start_count); in test_container()
89 ASSERT_TRUE (!(end_count > start_count)); in test_container()
90 ASSERT_TRUE (!((end_count - start_count) == 1)); in test_container()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_measure.h51 #define iris_measure_snapshot(ice, batch, type, draw, indirect, start_count) \
53 _iris_measure_snapshot(ice, batch, type, draw, indirect, start_count)
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.cc850 CMapTable::CMapFormat4::Builder::Segment::Segment(int32_t start_count, in Segment() argument
854 : start_count_(start_count), in Segment()
862 int32_t CMapTable::CMapFormat4::Builder::Segment::start_count() { in start_count() function in sfntly::CMapTable::CMapFormat4::Builder::Segment
867 CMapTable::CMapFormat4::Builder::Segment::set_start_count(int32_t start_count) { in set_start_count() argument
868 start_count_ = start_count; in set_start_count()
985 fprintf(stderr, "Segment %d; start %d\n", index, segment->start_count()); in Initialize()
1091 fprintf(stderr, "Segment %d; start %d\n", i, segments_[i]->start_count()); in SubSerialize()
1093 index += new_data->WriteUShort(index, segments_[i]->start_count()); in SubSerialize()
H A Dcmap_table.h332 Segment(int32_t start_count,
339 int32_t start_count();
341 void set_start_count(int32_t start_count);
430 int32_t start_count,
/third_party/libsnd/programs/
H A Dsndfile-play.c741 long k, start_count, output_count, write_count, read_count ; in solaris_play() local
787 start_count = 0 ; in solaris_play()
792 write_count = write (audio_fd, &(buffer [start_count]), output_count) ; in solaris_play()
795 start_count += write_count ; in solaris_play()
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_save.h64 struct pipe_draw_start_count_bias start_count; member
H A Dvbo_save_draw.c283 &node->start_count, in vbo_save_playback_vertex_list_gallium()
340 ctx->Driver.DrawGallium(ctx, info, 0, &node->start_count, 1); in vbo_save_playback_vertex_list()
H A Dvbo_save_api.c886 node->start_count.start = merged_prims[0].start; in compile_vertex_list()
887 node->start_count.count = merged_prims[0].count; in compile_vertex_list()
888 node->start_count.index_bias = 0; in compile_vertex_list()
/third_party/jinja2/
H A Dutils.py297 start_count = middle.count(start_char)
299 if start_count <= middle.count(end_char):
304 for _ in range(min(start_count, tail.count(end_char))):
/third_party/ffmpeg/libavcodec/
H A Dmlpdec.c510 int start_count = get_bits_count(gbp); in read_restart_header() local
618 checksum = ff_mlp_restart_checksum(buf, get_bits_count(gbp) - start_count); in read_restart_header()
H A Dmlpenc.c763 unsigned int start_count = put_bits_count(pb); in write_restart_header() local
789 checksum = ff_mlp_restart_checksum(pb->buf, put_bits_count(pb) - start_count); in write_restart_header()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs886 pub start_count: ::u_int,

Completed in 26 milliseconds