Searched refs:start_pos (Results 1 - 25 of 34) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dregset.h209 * Because @start_pos and @end_pos are always compile-time constants,
213 * contiguously in memory. Call with constants for @start_pos and @end_pos,
222 const int start_pos, const int end_pos)
226 BUG_ON(*pos < start_pos);
230 data += *pos - start_pos;
247 const int start_pos, const int end_pos)
251 BUG_ON(*pos < start_pos);
255 data += *pos - start_pos;
276 const int start_pos,
281 BUG_ON(*pos < start_pos);
219 user_regset_copyout(unsigned int *pos, unsigned int *count, void **kbuf, void __user **ubuf, const void *data, const int start_pos, const int end_pos) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvima.c89 int start_pos; local
96 for (start_pos = 0; start_pos < 64; start_pos++) {
99 for (table_pos = 0, dest_pos = start_pos;
106 if (start_pos & count)
H A Datrac3plusdsp.c151 pos = (envelope->start_pos << 2) - reg_offset;
155 envelope->start_pos != envelope->stop_pos) {
189 tones_next->pend_env.start_pos < tones_next->pend_env.stop_pos) {
191 tones_next->curr_env.start_pos = tones_next->pend_env.start_pos + 32;
194 tones_next->curr_env.start_pos = tones_now->pend_env.start_pos;
197 tones_next->curr_env.start_pos = 0;
201 tones_now->pend_env.stop_pos >= tones_next->curr_env.start_pos) {
214 reg2_env_nonzero = (tones_next->curr_env.start_pos >
[all...]
H A Datrac1.c109 unsigned int start_pos, ref_pos = 0, pos = 0; local
137 start_pos = 0;
140 at1_imdct(q, &q->spec[pos], &su->spectrum[0][ref_pos + start_pos], nbits, band_num);
143 q->fdsp.vector_fmul_window(&q->bands[band_num][start_pos], prev_buf,
144 &su->spectrum[0][ref_pos + start_pos], ff_sine_32, 16);
146 prev_buf = &su->spectrum[0][ref_pos+start_pos + 16];
147 start_pos += block_size;
H A Datrac3plus.h68 int start_pos; ///< start position expressed in n*4 samples member in struct:Atrac3pWaveEnvelope
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dsauce.c37 uint64_t start_pos = avio_size(pb) - 128; local
39 avio_seek(pb, start_pos, SEEK_SET);
86 avio_seek(pb, start_pos - 64*nb_comments - 5, SEEK_SET);
H A Dtty.c48 static int efi_read(AVFormatContext *avctx, uint64_t start_pos) argument
55 avio_seek(pb, start_pos, SEEK_SET);
71 s->fsize = start_pos;
H A Dwtvenc.c595 static int64_t write_fat_sector(AVFormatContext *s, int64_t start_pos, int nb_sectors, int sector_bits, int depth) argument
597 int64_t start_sector = start_pos >> WTV_SECTOR_BITS;
724 static int finish_file(AVFormatContext *s, enum WtvFileIndex index, int64_t start_pos) argument
734 w->length = (end_pos - start_pos);
769 w->first_sector = write_fat_sector(s, start_pos, nb_sectors, sector_bits, w->depth) >> WTV_SECTOR_BITS;
771 w->first_sector = start_pos >> WTV_SECTOR_BITS;
787 int64_t start_pos, file_end_pos; local
792 start_pos = avio_tell(pb);
794 if (finish_file(s, WTV_TIMELINE_TABLE_0_ENTRIES_EVENTS, start_pos) < 0)
797 start_pos
[all...]
H A Dsmoothstreamingenc.c45 int64_t start_pos, size; member in struct:__anon3631
118 if (offset >= frag->start_pos && offset < frag->start_pos + frag->size) {
133 ffurl_seek(os->out, offset - frag->start_pos, SEEK_SET);
135 ffurl_seek(os->out2, offset - frag->start_pos, SEEK_SET);
457 static int add_fragment(OutputStream *os, const char *file, const char *infofile, int64_t start_time, int64_t duration, int64_t start_pos, int64_t size) argument
477 frag->start_pos = start_pos;
520 int64_t start_pos = os->tail_pos, size; local
538 size = os->tail_pos - start_pos;
[all...]
H A Dbintext.c93 uint64_t start_pos = avio_size(pb) - 256; local
95 avio_seek(pb, start_pos, SEEK_SET);
H A Dasfdec.c1434 int64_t start_pos[ASF_MAX_STREAMS]; local
1437 start_pos[i] = pos;
1467 pos - start_pos[i] + 1, AVINDEX_KEYFRAME);
1468 start_pos[i] = asf_st->packet_pos + 1;
H A Doggdec.c129 int64_t start_pos = avio_tell(s->pb); local
145 if (start_pos <= s->data_offset) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dsauce.c37 uint64_t start_pos = avio_size(pb) - 128; local
39 avio_seek(pb, start_pos, SEEK_SET);
86 avio_seek(pb, start_pos - 64*nb_comments - 5, SEEK_SET);
H A Dtty.c48 static int efi_read(AVFormatContext *avctx, uint64_t start_pos) argument
55 avio_seek(pb, start_pos, SEEK_SET);
71 s->fsize = start_pos;
H A Dasfdec.c1170 int64_t start_pos[ASF_MAX_STREAMS]; local
1173 start_pos[i]= pos;
1200 av_add_index_entry(s->streams[i], pos, pts, pkt->size, pos - start_pos[i] + 1, AVINDEX_KEYFRAME);
1201 start_pos[i]= asf_st->packet_pos + 1;
H A Dmov.c349 int64_t start_pos = avio_tell(pb); local
355 (!pb->seekable || start_pos + a.size == avio_size(pb)))
357 left = a.size - avio_tell(pb) + start_pos;
1096 int64_t start_pos = avio_tell(pb); local
1116 avio_skip(pb, size - (avio_tell(pb) - start_pos));
1336 MOVAtom fake_atom = { .size = size - (avio_tell(pb) - start_pos) };
1344 avio_skip(pb, size - (avio_tell(pb) - start_pos));
1347 a.size = size - (avio_tell(pb) - start_pos);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddatavcmn.cpp466 unsigned int start_pos = 0,end_pos = 0; local
470 start_pos = i;
473 m_array.RemoveAt( start_pos );
483 if (end_pos == start_pos)
484 return wxDataViewListModel::RowChanged( start_pos );
493 if (start_pos < end_pos)
495 for (i = start_pos; i < end_pos; i++)
497 order[end_pos] = start_pos;
501 for (i = end_pos; i > start_pos; i--)
503 order[start_pos]
520 unsigned int start_pos = 0,end_pos = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Datrac1.c113 unsigned int start_pos, ref_pos = 0, pos = 0; local
141 start_pos = 0;
144 at1_imdct(q, &q->spec[pos], &su->spectrum[0][ref_pos + start_pos], nbits, band_num);
147 q->dsp.vector_fmul_window(&q->bands[band_num][start_pos], prev_buf,
148 &su->spectrum[0][ref_pos + start_pos], ff_sine_32, 16);
150 prev_buf = &su->spectrum[0][ref_pos+start_pos + 16];
151 start_pos += block_size;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-marshal-recursive.h46 dbus_uint32_t array_len_offset : 3; /**< bytes back from start_pos that len ends */
56 int start_pos; /**< for array readers, the start of the array values */ member in struct:DBusTypeReader::__anon1679::__anon1680
82 int start_pos; /**< position of first element in the array */ member in struct:DBusTypeWriter::__anon1681::__anon1682
H A Ddbus-marshal-recursive.c207 sub->u.array.start_pos = _DBUS_INT_MAX;
212 the offset back from start_pos to end of the len */
214 ((reader)->u.array.start_pos - ((int)(reader)->array_len_offset) - 4)
233 _dbus_assert (reader->u.array.start_pos - len_pos - 4 < 8);
258 sub->u.array.start_pos = sub->value_pos;
259 _dbus_assert ((sub->u.array.start_pos - (len_pos + 4)) < 8); /* only 3 bits in array_len_offset */
260 sub->array_len_offset = sub->u.array.start_pos - (len_pos + 4);
265 sub->u.array.start_pos,
315 end_pos = reader->u.array.start_pos + array_reader_get_array_len (reader);
318 _dbus_assert (reader->value_pos >= reader->u.array.start_pos);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dfile.c127 u64 start_pos; local
132 start_pos = pos & ~((u64)root->sectorsize - 1);
133 num_bytes = (write_bytes + pos - start_pos +
136 end_of_last_block = start_pos + num_bytes - 1;
137 err = btrfs_set_extent_delalloc(inode, start_pos, end_of_last_block,
772 u64 start_pos; local
775 start_pos = pos & ~((u64)root->sectorsize - 1);
778 if (start_pos > inode->i_size) {
779 err = btrfs_cont_expand(inode, start_pos);
794 if (start_pos < inod
824 start_pos, last_pos - 1, &cached_state, local
846 loff_t start_pos; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/getting_started/
H A Dexample_database_load.c178 pack_string(char *buffer, char *string, size_t start_pos) argument
183 memcpy(buffer+start_pos, string, string_size);
185 return (start_pos + string_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dlcnalloc.c86 s64 start_pos = -1; local
104 start_pos = i * 8 + j - run;
113 start_pos = i * 8 - run;
115 return start_pos;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dkallsyms.c35 unsigned int start_pos; member in struct:sym_entry
246 table[table_cnt].start_pos = table_cnt;
630 return sa->start_pos - sb->start_pos;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dsmbget.c218 static void print_progress(const char *name, time_t start, time_t now, off_t start_pos, off_t pos, off_t total) argument
226 if(now - start)avg = 1.0 * (pos - start_pos) / (now - start);

Completed in 324 milliseconds

12