Home
last modified time | relevance | path

Searched refs:total_entries (Results 1 – 25 of 470) sorted by relevance

12345678910>>...19

/dports/multimedia/libquicktime/libquicktime-1.2.4/src/
H A Delst.c66 elst->total_entries = 0; in quicktime_elst_init()
72 if(!elst->total_entries) in quicktime_elst_init_all()
74 elst->total_entries = 1; in quicktime_elst_init_all()
94 elst->total_entries++; in quicktime_elst_fix_counts()
106 if(elst->total_entries == 1) in quicktime_elst_get_pts_offset()
112 else if((elst->total_entries == 2) && in quicktime_elst_get_pts_offset()
121 if(elst->total_entries) in quicktime_elst_delete()
127 elst->total_entries = 0; in quicktime_elst_delete()
138 for(i = 0; i < elst->total_entries; i++) in quicktime_elst_dump()
152 for(i = 0; i < elst->total_entries; i++) in quicktime_read_elst()
[all …]
H A Dstts.c33 stts->total_entries = 0; in quicktime_stts_init()
38 if(!stts->total_entries) in quicktime_stts_init_table()
40 stts->total_entries = 1; in quicktime_stts_init_table()
91 stts->total_entries = 0; in quicktime_stts_delete()
101 for(i = 0; i < stts->total_entries; i++) in quicktime_stts_dump()
116 for(i = 0; i < stts->total_entries; i++) in quicktime_read_stts()
233 if(sample >= stts->total_entries) in quicktime_update_stts()
234 stts->total_entries = sample + 1; in quicktime_update_stts()
243 if(stts->total_entries <= 1) in quicktime_compress_stts()
246 while(sample < stts->total_entries) in quicktime_compress_stts()
[all …]
H A Dctts.c47 for(i = 0; i < ctts->total_entries; i++) in quicktime_ctts_dump()
59 ctts->total_entries = quicktime_read_int32(file); in quicktime_read_ctts()
62 for(i = 0; i < ctts->total_entries; i++) in quicktime_read_ctts()
78 for(i = 0; i < ctts->total_entries; i++) in quicktime_write_ctts()
98 if(sample >= ctts->total_entries) in quicktime_update_ctts()
99 ctts->total_entries = sample + 1; in quicktime_update_ctts()
107 while(sample < ctts->total_entries) in quicktime_compress_ctts()
111 while(sample + i < ctts->total_entries) in quicktime_compress_ctts()
127 if(ctts->total_entries - sample - i) in quicktime_compress_ctts()
141 for(i = 0; i < ctts->total_entries; i++) in quicktime_fix_ctts()
[all …]
H A Dstco.c34 stco->total_entries = 0; in quicktime_stco_init()
41 stco->total_entries = 0; in quicktime_stco_delete()
50 stco->total_entries = 0; in quicktime_stco_init_common()
65 for(i = 0; i < stco->total_entries; i++) in quicktime_stco_dump()
79 stco->entries_allocated = stco->total_entries; in quicktime_read_stco()
81 for(i = 0; i < stco->total_entries; i++) in quicktime_read_stco()
93 stco->entries_allocated = stco->total_entries; in quicktime_read_stco64()
95 for(i = 0; i < stco->total_entries; i++) in quicktime_read_stco64()
118 for(i = 0; i < stco->total_entries; i++) in quicktime_write_stco()
123 for(i = 0; i < stco->total_entries; i++) in quicktime_write_stco()
[all …]
H A Dstsc.c32 stsc->total_entries = 0; in quicktime_stsc_init()
40 stsc->total_entries = 1; in quicktime_stsc_init_table()
68 if(stsc->total_entries) free(stsc->table); in quicktime_stsc_delete()
69 stsc->total_entries = 0; in quicktime_stsc_delete()
79 for(i = 0; i < stsc->total_entries; i++) in quicktime_stsc_dump()
91 stsc->total_entries = quicktime_read_int32(file); in quicktime_read_stsc()
93 stsc->entries_allocated = stsc->total_entries; in quicktime_read_stsc()
95 for(i = 0; i < stsc->total_entries; i++) in quicktime_read_stsc()
128 stsc->total_entries = last_same; in quicktime_compress_stsc()
141 for(i = 0; i < stsc->total_entries; i++) in quicktime_write_stsc()
[all …]
H A Dstss.c32 stss->total_entries = 0; in quicktime_stss_init()
40 stss->total_entries = 0; in quicktime_stss_delete()
51 lqt_dump(" total_entries %ld\n", stss->total_entries); in quicktime_stss_dump()
52 for(i = 0; i < stss->total_entries; i++) in quicktime_stss_dump()
63 stss->total_entries = quicktime_read_int32(file); in quicktime_read_stss()
65 if(stss->entries_allocated < stss->total_entries) in quicktime_read_stss()
67 stss->entries_allocated = stss->total_entries; in quicktime_read_stss()
71 for(i = 0; i < stss->total_entries; i++) in quicktime_read_stss()
83 if(stss->total_entries) in quicktime_write_stss()
89 quicktime_write_int32(file, stss->total_entries); in quicktime_write_stss()
[all …]
H A Dstsz.c33 stsz->total_entries = 0; in quicktime_stsz_init()
43 stsz->total_entries = 0; in quicktime_stsz_init_video()
56 stsz->total_entries = 0; in quicktime_stsz_init_timecode()
93 for(i = 0; i < stsz->total_entries; i++) in quicktime_stsz_dump()
107 stsz->total_entries = quicktime_read_int32(file); in quicktime_read_stsz()
108 stsz->entries_allocated = stsz->total_entries; in quicktime_read_stsz()
114 for(i = 0; i < stsz->total_entries; i++) in quicktime_read_stsz()
152 quicktime_write_int32(file, stsz->total_entries); in quicktime_write_stsz()
156 for(i = 0; i < stsz->total_entries; i++) in quicktime_write_stsz()
180 if(sample >= stsz->total_entries) in quicktime_update_stsz()
[all …]
H A Ddref.c97 dref->total_entries = 0; in quicktime_dref_init()
103 if(!dref->total_entries) in quicktime_dref_init_all()
105 dref->total_entries = 1; in quicktime_dref_init_all()
116 for(i = 0; i < dref->total_entries; i++) in quicktime_dref_delete()
120 dref->total_entries = 0; in quicktime_dref_delete()
130 for(i = 0; i < dref->total_entries; i++) in quicktime_dref_dump()
142 dref->total_entries = quicktime_read_int32(file); in quicktime_read_dref()
143 …dref->table = (quicktime_dref_table_t*)malloc(sizeof(quicktime_dref_table_t) * dref->total_entries in quicktime_read_dref()
144 for(i = 0; i < dref->total_entries; i++) in quicktime_read_dref()
159 quicktime_write_int32(file, dref->total_entries); in quicktime_write_dref()
[all …]
H A Dtrak.c230 stts->total_entries--; in fix_dirac_track()
327 long total_entries = trak->mdia.minf.stbl.stsc.total_entries; in quicktime_sample_of_chunk() local
331 for(chunk1entry = total_entries - 1, chunk2entry = total_entries; in quicktime_sample_of_chunk()
339 if(chunk2entry < total_entries) in quicktime_sample_of_chunk()
381 long total_entries = trak->mdia.minf.stbl.stsc.total_entries; in quicktime_chunk_of_sample() local
389 if(!total_entries) in quicktime_chunk_of_sample()
407 if(chunk2entry < total_entries) in quicktime_chunk_of_sample()
412 }while(chunk2entry < total_entries); in quicktime_chunk_of_sample()
642 trak->edts.elst.total_entries = 1; in quicktime_trak_fix_counts()
687 long i = stsc->total_entries - 1; in quicktime_chunk_samples()
[all …]
H A Dstsd.c38 stsd->total_entries = 0; in quicktime_stsd_init()
43 if(!stsd->total_entries) in quicktime_stsd_init_table()
45 stsd->total_entries = 1; in quicktime_stsd_init_table()
265 if(stsd->total_entries) in quicktime_stsd_delete()
267 for(i = 0; i < stsd->total_entries; i++) in quicktime_stsd_delete()
272 stsd->total_entries = 0; in quicktime_stsd_delete()
283 for(i = 0; i < stsd->total_entries; i++) in quicktime_stsd_dump()
295 stsd->total_entries = quicktime_read_int32(file); in quicktime_read_stsd()
297 for(i = 0; i < stsd->total_entries; i++) in quicktime_read_stsd()
323 for(i = 0; i < stsd->total_entries; i++) in quicktime_finalize_stsd()
[all …]
/dports/multimedia/libquicktime-lame/libquicktime-1.2.4/src/
H A Delst.c66 elst->total_entries = 0; in quicktime_elst_init()
72 if(!elst->total_entries) in quicktime_elst_init_all()
74 elst->total_entries = 1; in quicktime_elst_init_all()
94 elst->total_entries++; in quicktime_elst_fix_counts()
106 if(elst->total_entries == 1) in quicktime_elst_get_pts_offset()
112 else if((elst->total_entries == 2) && in quicktime_elst_get_pts_offset()
121 if(elst->total_entries) in quicktime_elst_delete()
127 elst->total_entries = 0; in quicktime_elst_delete()
138 for(i = 0; i < elst->total_entries; i++) in quicktime_elst_dump()
152 for(i = 0; i < elst->total_entries; i++) in quicktime_read_elst()
[all …]
H A Dstts.c33 stts->total_entries = 0; in quicktime_stts_init()
38 if(!stts->total_entries) in quicktime_stts_init_table()
40 stts->total_entries = 1; in quicktime_stts_init_table()
91 stts->total_entries = 0; in quicktime_stts_delete()
101 for(i = 0; i < stts->total_entries; i++) in quicktime_stts_dump()
116 for(i = 0; i < stts->total_entries; i++) in quicktime_read_stts()
233 if(sample >= stts->total_entries) in quicktime_update_stts()
234 stts->total_entries = sample + 1; in quicktime_update_stts()
243 if(stts->total_entries <= 1) in quicktime_compress_stts()
246 while(sample < stts->total_entries) in quicktime_compress_stts()
[all …]
H A Dstco.c34 stco->total_entries = 0; in quicktime_stco_init()
41 stco->total_entries = 0; in quicktime_stco_delete()
50 stco->total_entries = 0; in quicktime_stco_init_common()
65 for(i = 0; i < stco->total_entries; i++) in quicktime_stco_dump()
79 stco->entries_allocated = stco->total_entries; in quicktime_read_stco()
81 for(i = 0; i < stco->total_entries; i++) in quicktime_read_stco()
93 stco->entries_allocated = stco->total_entries; in quicktime_read_stco64()
95 for(i = 0; i < stco->total_entries; i++) in quicktime_read_stco64()
118 for(i = 0; i < stco->total_entries; i++) in quicktime_write_stco()
123 for(i = 0; i < stco->total_entries; i++) in quicktime_write_stco()
[all …]
H A Dctts.c47 for(i = 0; i < ctts->total_entries; i++) in quicktime_ctts_dump()
59 ctts->total_entries = quicktime_read_int32(file); in quicktime_read_ctts()
62 for(i = 0; i < ctts->total_entries; i++) in quicktime_read_ctts()
78 for(i = 0; i < ctts->total_entries; i++) in quicktime_write_ctts()
98 if(sample >= ctts->total_entries) in quicktime_update_ctts()
99 ctts->total_entries = sample + 1; in quicktime_update_ctts()
107 while(sample < ctts->total_entries) in quicktime_compress_ctts()
111 while(sample + i < ctts->total_entries) in quicktime_compress_ctts()
127 if(ctts->total_entries - sample - i) in quicktime_compress_ctts()
141 for(i = 0; i < ctts->total_entries; i++) in quicktime_fix_ctts()
[all …]
H A Dstsc.c32 stsc->total_entries = 0; in quicktime_stsc_init()
40 stsc->total_entries = 1; in quicktime_stsc_init_table()
68 if(stsc->total_entries) free(stsc->table); in quicktime_stsc_delete()
69 stsc->total_entries = 0; in quicktime_stsc_delete()
79 for(i = 0; i < stsc->total_entries; i++) in quicktime_stsc_dump()
91 stsc->total_entries = quicktime_read_int32(file); in quicktime_read_stsc()
93 stsc->entries_allocated = stsc->total_entries; in quicktime_read_stsc()
95 for(i = 0; i < stsc->total_entries; i++) in quicktime_read_stsc()
128 stsc->total_entries = last_same; in quicktime_compress_stsc()
141 for(i = 0; i < stsc->total_entries; i++) in quicktime_write_stsc()
[all …]
H A Dstss.c32 stss->total_entries = 0; in quicktime_stss_init()
40 stss->total_entries = 0; in quicktime_stss_delete()
51 lqt_dump(" total_entries %ld\n", stss->total_entries); in quicktime_stss_dump()
52 for(i = 0; i < stss->total_entries; i++) in quicktime_stss_dump()
63 stss->total_entries = quicktime_read_int32(file); in quicktime_read_stss()
65 if(stss->entries_allocated < stss->total_entries) in quicktime_read_stss()
67 stss->entries_allocated = stss->total_entries; in quicktime_read_stss()
71 for(i = 0; i < stss->total_entries; i++) in quicktime_read_stss()
83 if(stss->total_entries) in quicktime_write_stss()
89 quicktime_write_int32(file, stss->total_entries); in quicktime_write_stss()
[all …]
H A Dstsz.c33 stsz->total_entries = 0; in quicktime_stsz_init()
43 stsz->total_entries = 0; in quicktime_stsz_init_video()
56 stsz->total_entries = 0; in quicktime_stsz_init_timecode()
93 for(i = 0; i < stsz->total_entries; i++) in quicktime_stsz_dump()
107 stsz->total_entries = quicktime_read_int32(file); in quicktime_read_stsz()
108 stsz->entries_allocated = stsz->total_entries; in quicktime_read_stsz()
114 for(i = 0; i < stsz->total_entries; i++) in quicktime_read_stsz()
152 quicktime_write_int32(file, stsz->total_entries); in quicktime_write_stsz()
156 for(i = 0; i < stsz->total_entries; i++) in quicktime_write_stsz()
180 if(sample >= stsz->total_entries) in quicktime_update_stsz()
[all …]
H A Ddref.c97 dref->total_entries = 0; in quicktime_dref_init()
103 if(!dref->total_entries) in quicktime_dref_init_all()
105 dref->total_entries = 1; in quicktime_dref_init_all()
116 for(i = 0; i < dref->total_entries; i++) in quicktime_dref_delete()
120 dref->total_entries = 0; in quicktime_dref_delete()
130 for(i = 0; i < dref->total_entries; i++) in quicktime_dref_dump()
142 dref->total_entries = quicktime_read_int32(file); in quicktime_read_dref()
143 …dref->table = (quicktime_dref_table_t*)malloc(sizeof(quicktime_dref_table_t) * dref->total_entries in quicktime_read_dref()
144 for(i = 0; i < dref->total_entries; i++) in quicktime_read_dref()
159 quicktime_write_int32(file, dref->total_entries); in quicktime_write_dref()
[all …]
H A Dtrak.c230 stts->total_entries--; in fix_dirac_track()
327 long total_entries = trak->mdia.minf.stbl.stsc.total_entries; in quicktime_sample_of_chunk() local
331 for(chunk1entry = total_entries - 1, chunk2entry = total_entries; in quicktime_sample_of_chunk()
339 if(chunk2entry < total_entries) in quicktime_sample_of_chunk()
381 long total_entries = trak->mdia.minf.stbl.stsc.total_entries; in quicktime_chunk_of_sample() local
389 if(!total_entries) in quicktime_chunk_of_sample()
407 if(chunk2entry < total_entries) in quicktime_chunk_of_sample()
412 }while(chunk2entry < total_entries); in quicktime_chunk_of_sample()
642 trak->edts.elst.total_entries = 1; in quicktime_trak_fix_counts()
687 long i = stsc->total_entries - 1; in quicktime_chunk_samples()
[all …]
H A Dstsd.c38 stsd->total_entries = 0; in quicktime_stsd_init()
43 if(!stsd->total_entries) in quicktime_stsd_init_table()
45 stsd->total_entries = 1; in quicktime_stsd_init_table()
265 if(stsd->total_entries) in quicktime_stsd_delete()
267 for(i = 0; i < stsd->total_entries; i++) in quicktime_stsd_delete()
272 stsd->total_entries = 0; in quicktime_stsd_delete()
283 for(i = 0; i < stsd->total_entries; i++) in quicktime_stsd_dump()
295 stsd->total_entries = quicktime_read_int32(file); in quicktime_read_stsd()
297 for(i = 0; i < stsd->total_entries; i++) in quicktime_read_stsd()
323 for(i = 0; i < stsd->total_entries; i++) in quicktime_finalize_stsd()
[all …]
/dports/databases/p5-DBIx-Class/DBIx-Class-0.082842/lib/DBIx/Class/ResultSet/
H A DPager.pm9 my( $proto, $total_entries, $entries_per_page, $current_page ) = @_;
14 $self->total_entries( $total_entries || 0 );
56 sub total_entries { subroutine
60 $self->{total_entries} = $_[0];
65 if( ref $self->{total_entries} eq 'CODE' ) {
66 $self->{total_entries} = $self->{total_entries}->();
69 $self->{total_entries};
76 if ( $self->total_entries == 0 ) {
90 my $pages = $self->total_entries / $self->entries_per_page;
106 if ( $self->total_entries == 0 ) {
[all …]
/dports/databases/p5-Data-Page/Data-Page-2.03/lib/Data/
H A DPage.pm14 my ( $total_entries, $entries_per_page, $current_page ) = @_;
15 $self->total_entries( $total_entries || 0 );
44 sub total_entries { subroutine
55 if ( $self->total_entries == 0 ) {
71 my $pages = $self->total_entries / $self->entries_per_page;
87 if ( $self->total_entries == 0 ) {
98 return $self->total_entries;
/dports/net/samba412/samba-4.12.15/source3/lib/netapi/examples/localgroup/
H A Dlocalgroup_addmembers.c38 uint32_t total_entries = 0; in main() local
83 total_entries++; in main()
88 status = NetApiBufferAllocate(sizeof(struct LOCALGROUP_MEMBERS_INFO_0) * total_entries, in main()
96 for (i=0; i<total_entries; i++) { in main()
106 status = NetApiBufferAllocate(sizeof(struct LOCALGROUP_MEMBERS_INFO_3) * total_entries, in main()
114 for (i=0; i<total_entries; i++) { in main()
130 total_entries); in main()
H A Dlocalgroup_delmembers.c38 uint32_t total_entries = 0; in main() local
83 total_entries++; in main()
88 status = NetApiBufferAllocate(sizeof(struct LOCALGROUP_MEMBERS_INFO_0) * total_entries, in main()
96 for (i=0; i<total_entries; i++) { in main()
106 status = NetApiBufferAllocate(sizeof(struct LOCALGROUP_MEMBERS_INFO_3) * total_entries, in main()
114 for (i=0; i<total_entries; i++) { in main()
130 total_entries); in main()
H A Dlocalgroup_setmembers.c38 uint32_t total_entries = 0; in main() local
84 total_entries++; in main()
89 buf_size = sizeof(struct LOCALGROUP_MEMBERS_INFO_0) * total_entries; in main()
98 for (i=0; i<total_entries; i++) { in main()
108 buf_size = sizeof(struct LOCALGROUP_MEMBERS_INFO_3) * total_entries; in main()
117 for (i=0; i<total_entries; i++) { in main()
133 total_entries); in main()

12345678910>>...19