Home
last modified time | relevance | path

Searched refs:ape (Results 1 – 25 of 1589) sorted by relevance

12345678910>>...64

/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavformat/
H A Dape.c265 if (ape->seektablelength / sizeof(*ape->seektable) < ape->totalframes) { in ape_read_header()
268 ape->seektablelength / sizeof(*ape->seektable), ape->totalframes); in ape_read_header()
274ape->firstframe = ape->junklength + ape->descriptorlength + ape->headerlength + ape->seektablele… in ape_read_header()
276 ape->firstframe += ape->totalframes; in ape_read_header()
282 ape->totalsamples += ape->blocksperframe * (ape->totalframes - 1); in ape_read_header()
301 ape->frames[0].pos = ape->firstframe; in ape_read_header()
305 ape->frames[i].pos = ape->seektable[i] + ape->junklength; in ape_read_header()
307 ape->frames[i - 1].size = ape->frames[i].pos - ape->frames[i - 1].pos; in ape_read_header()
308 ape->frames[i].skip = (ape->frames[i].pos - ape->frames[0].pos) & 3; in ape_read_header()
310 ape->frames[ape->totalframes - 1].nblocks = ape->finalframeblocks; in ape_read_header()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Dape.c263 if (ape->seektablelength / sizeof(*ape->seektable) < ape->totalframes) { in ape_read_header()
266 ape->seektablelength / sizeof(*ape->seektable), ape->totalframes); in ape_read_header()
272ape->firstframe = ape->junklength + ape->descriptorlength + ape->headerlength + ape->seektablele… in ape_read_header()
274 ape->firstframe += ape->totalframes; in ape_read_header()
280 ape->totalsamples += ape->blocksperframe * (ape->totalframes - 1); in ape_read_header()
299 ape->frames[0].pos = ape->firstframe; in ape_read_header()
303 ape->frames[i].pos = ape->seektable[i] + ape->junklength; in ape_read_header()
305 ape->frames[i - 1].size = ape->frames[i].pos - ape->frames[i - 1].pos; in ape_read_header()
306 ape->frames[i].skip = (ape->frames[i].pos - ape->frames[0].pos) & 3; in ape_read_header()
308 ape->frames[ape->totalframes - 1].nblocks = ape->finalframeblocks; in ape_read_header()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Dape.c263 if (ape->seektablelength / sizeof(*ape->seektable) < ape->totalframes) { in ape_read_header()
266 ape->seektablelength / sizeof(*ape->seektable), ape->totalframes); in ape_read_header()
272ape->firstframe = ape->junklength + ape->descriptorlength + ape->headerlength + ape->seektablele… in ape_read_header()
274 ape->firstframe += ape->totalframes; in ape_read_header()
280 ape->totalsamples += ape->blocksperframe * (ape->totalframes - 1); in ape_read_header()
299 ape->frames[0].pos = ape->firstframe; in ape_read_header()
303 ape->frames[i].pos = ape->seektable[i] + ape->junklength; in ape_read_header()
305 ape->frames[i - 1].size = ape->frames[i].pos - ape->frames[i - 1].pos; in ape_read_header()
306 ape->frames[i].skip = (ape->frames[i].pos - ape->frames[0].pos) & 3; in ape_read_header()
308 ape->frames[ape->totalframes - 1].nblocks = ape->finalframeblocks; in ape_read_header()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/
H A Dape.c265 if (ape->seektablelength / sizeof(*ape->seektable) < ape->totalframes) { in ape_read_header()
268 ape->seektablelength / sizeof(*ape->seektable), ape->totalframes); in ape_read_header()
274ape->firstframe = ape->junklength + ape->descriptorlength + ape->headerlength + ape->seektablele… in ape_read_header()
276 ape->firstframe += ape->totalframes; in ape_read_header()
282 ape->totalsamples += ape->blocksperframe * (ape->totalframes - 1); in ape_read_header()
301 ape->frames[0].pos = ape->firstframe; in ape_read_header()
305 ape->frames[i].pos = ape->seektable[i] + ape->junklength; in ape_read_header()
307 ape->frames[i - 1].size = ape->frames[i].pos - ape->frames[i - 1].pos; in ape_read_header()
308 ape->frames[i].skip = (ape->frames[i].pos - ape->frames[0].pos) & 3; in ape_read_header()
310 ape->frames[ape->totalframes - 1].nblocks = ape->finalframeblocks; in ape_read_header()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Dape.c265 if (ape->seektablelength / sizeof(*ape->seektable) < ape->totalframes) { in ape_read_header()
268 ape->seektablelength / sizeof(*ape->seektable), ape->totalframes); in ape_read_header()
274ape->firstframe = ape->junklength + ape->descriptorlength + ape->headerlength + ape->seektablele… in ape_read_header()
276 ape->firstframe += ape->totalframes; in ape_read_header()
282 ape->totalsamples += ape->blocksperframe * (ape->totalframes - 1); in ape_read_header()
308 ape->frames[0].pos = ape->firstframe; in ape_read_header()
312 ape->frames[i].pos = ape->seektable[i] + ape->junklength; in ape_read_header()
314 ape->frames[i - 1].size = ape->frames[i].pos - ape->frames[i - 1].pos; in ape_read_header()
315 ape->frames[i].skip = (ape->frames[i].pos - ape->frames[0].pos) & 3; in ape_read_header()
317 ape->frames[ape->totalframes - 1].nblocks = ape->finalframeblocks; in ape_read_header()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Dape.c256ape->firstframe = ape->junklength + ape->descriptorlength + ape->headerlength + ape->seektablele… in ape_read_header()
258 ape->firstframe += ape->totalframes; in ape_read_header()
262 ape->totalsamples = ape->finalframeblocks; in ape_read_header()
264 ape->totalsamples += ape->blocksperframe * (ape->totalframes - 1); in ape_read_header()
266 ape->frames[0].pos = ape->firstframe; in ape_read_header()
267 ape->frames[0].nblocks = ape->blocksperframe; in ape_read_header()
274 ape->frames[i - 1].size = ape->frames[i].pos - ape->frames[i - 1].pos; in ape_read_header()
275 ape->frames[i].skip = (ape->frames[i].pos - ape->frames[0].pos) & 3; in ape_read_header()
286 ape->frames[ape->totalframes - 1].nblocks = ape->finalframeblocks; in ape_read_header()
335 …total_blocks = (ape->totalframes == 0) ? 0 : ((ape->totalframes - 1) * ape->blocksperframe) + ape-… in ape_read_header()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Dape.c256ape->firstframe = ape->junklength + ape->descriptorlength + ape->headerlength + ape->seektablele… in ape_read_header()
258 ape->firstframe += ape->totalframes; in ape_read_header()
262 ape->totalsamples = ape->finalframeblocks; in ape_read_header()
264 ape->totalsamples += ape->blocksperframe * (ape->totalframes - 1); in ape_read_header()
266 ape->frames[0].pos = ape->firstframe; in ape_read_header()
267 ape->frames[0].nblocks = ape->blocksperframe; in ape_read_header()
274 ape->frames[i - 1].size = ape->frames[i].pos - ape->frames[i - 1].pos; in ape_read_header()
275 ape->frames[i].skip = (ape->frames[i].pos - ape->frames[0].pos) & 3; in ape_read_header()
286 ape->frames[ape->totalframes - 1].nblocks = ape->finalframeblocks; in ape_read_header()
335 …total_blocks = (ape->totalframes == 0) ? 0 : ((ape->totalframes - 1) * ape->blocksperframe) + ape-… in ape_read_header()
[all …]
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavformat/
H A Dape.c370ape->firstframe = ape->junklength + ape->descriptorlength + ape->headerlength + ape->seektablele… in ape_read_header()
374 ape->totalsamples = ape->finalframeblocks; in ape_read_header()
376 ape->totalsamples += ape->blocksperframe * (ape->totalframes - 1); in ape_read_header()
384 ape->frames[0].pos = ape->firstframe; in ape_read_header()
385 ape->frames[0].nblocks = ape->blocksperframe; in ape_read_header()
390 ape->frames[i - 1].size = ape->frames[i].pos - ape->frames[i - 1].pos; in ape_read_header()
391 ape->frames[i].skip = (ape->frames[i].pos - ape->frames[0].pos) & 3; in ape_read_header()
393 ape->frames[ape->totalframes - 1].size = ape->finalframeblocks * 4; in ape_read_header()
394 ape->frames[ape->totalframes - 1].nblocks = ape->finalframeblocks; in ape_read_header()
420 …total_blocks = (ape->totalframes == 0) ? 0 : ((ape->totalframes - 1) * ape->blocksperframe) + ape-… in ape_read_header()
[all …]
/dports/multimedia/qmmp-plugin-pack-qt5/qmmp-plugin-pack-1.5.2/src/Input/ffap/
H A Dffap.c538ape->firstframe = ape->junklength + ape->descriptorlength + ape->headerlength + ape->seektablele… in ape_read_header()
541 ape->totalsamples = ape->finalframeblocks; in ape_read_header()
543 ape->totalsamples += ape->blocksperframe * (ape->totalframes - 1); in ape_read_header()
554 ape->frames[0].pos = ape->firstframe; in ape_read_header()
560 ape->frames[i - 1].size = ape->frames[i].pos - ape->frames[i - 1].pos; in ape_read_header()
561 ape->frames[i].skip = (ape->frames[i].pos - ape->frames[0].pos) & 3; in ape_read_header()
563 ape->frames[ape->totalframes - 1].size = ape->finalframeblocks * 4; in ape_read_header()
564 ape->frames[ape->totalframes - 1].nblocks = ape->finalframeblocks; in ape_read_header()
605 if (ape->currentframe > ape->totalframes) in ape_read_packet()
622 AV_WL32(ape->packet_data + 4, ape->frames[ape->currentframe].skip); in ape_read_packet()
[all …]
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/ffap/
H A Dffap.c543ape->firstframe = ape->junklength + ape->descriptorlength + ape->headerlength + ape->seektablele… in ape_read_header()
549 ape->totalsamples += ape->blocksperframe * (ape->totalframes - 1); in ape_read_header()
560 ape->frames[0].pos = ape->firstframe; in ape_read_header()
566 ape->frames[i - 1].size = ape->frames[i].pos - ape->frames[i - 1].pos; in ape_read_header()
567 ape->frames[i].skip = (ape->frames[i].pos - ape->frames[0].pos) & 3; in ape_read_header()
569 ape->frames[ape->totalframes - 1].size = ape->finalframeblocks * 4; in ape_read_header()
570 ape->frames[ape->totalframes - 1].nblocks = ape->finalframeblocks; in ape_read_header()
587 …total_blocks = (ape->totalframes == 0) ? 0 : ((ape->totalframes - 1) * ape->blocksperframe) + ape-… in ape_read_header()
615 if (ape->currentframe > ape->totalframes) in ape_read_packet()
629 AV_WL32(ape->packet_data + 4, ape->frames[ape->currentframe].skip); in ape_read_packet()
[all …]
/dports/cad/p5-Verilog-Perl/Verilog-Perl-3.478/t/
H A D51_vrename_kwd_chg2.vrename9 sigren "\esc[ape]_2esc " "\chg_esc[ape]_2esc "
10 sigren "\esc[ape]_2esc_nospace " "\chg_esc[ape]_2esc_nospace "
11 sigren "\esc[ape]_2non " "chg_escape_2non"
12 sigren "\esc[ape]_2non_nospace " "chg_escape_2non_nospace"
13 sigren "\esc[ape]_2ext " "\chg_escape_2ext "
14 sigren "\esc[ape]_2ext_nospace " "\chg_escape_2ext_nospace "
15 sigren "non_2esc" "\chg_non[ape]_2esc "
16 sigren "non_2esc_nospace" "\chg_non[ape]_2esc_nospace "
21 sigren "ext_2esc" "\chg_ext[ape]_2esc "
22 sigren "ext_2esc_nospace" "\chg_ext[ape]_2esc_nospace "
H A D51_vrename_kwd_list.out11 sigren "\esc[ape]_2esc " "\esc[ape]_2esc "
12 sigren "\esc[ape]_2esc_nospace " "\esc[ape]_2esc_nospace "
13 sigren "\esc[ape]_2ext " "\esc[ape]_2ext "
14 sigren "\esc[ape]_2ext_nospace " "\esc[ape]_2ext_nospace "
15 sigren "\esc[ape]_2non " "\esc[ape]_2non "
16 sigren "\esc[ape]_2non_nospace " "\esc[ape]_2non_nospace "
H A D51_vrename_kwd_chg.out31 wire \esc[ape]_2non ;
32 wire \esc[ape]_2non_nospace
34 wire \esc[ape]_2ext ;
35 wire \esc[ape]_2ext_nospace
37 wire \esc[ape]_2esc ;
38 wire \esc[ape]_2esc_nospace
H A D51_vrename_kwd_chg2.out16 wire \chg_non[ape]_2esc ;
17 wire \chg_non[ape]_2esc_nospace
27 wire \chg_ext[ape]_2esc ;
28 wire \chg_ext[ape]_2esc_nospace
37 wire \chg_esc[ape]_2esc ;
38 wire \chg_esc[ape]_2esc_nospace
/dports/lang/maude/maude-2.7.1/src/SMT/
H A DChangeLog6 2014-10-29 Steven Eker <eker@ape.csl.sri.com>
20 2014-10-27 Steven Eker <eker@ape.csl.sri.com>
30 2014-10-24 Steven Eker <eker@ape.csl.sri.com>
43 2014-10-23 Steven Eker <eker@ape.csl.sri.com>
77 2014-10-22 Steven Eker <eker@ape.csl.sri.com>
82 2014-10-21 Steven Eker <eker@ape.csl.sri.com>
112 2014-10-17 Steven Eker <eker@ape.csl.sri.com>
158 2014-10-15 Steven Eker <eker@ape.csl.sri.com>
169 2014-10-14 Steven Eker <eker@ape.csl.sri.com>
179 2014-10-03 Steven Eker <eker@ape.csl.sri.com>
[all …]
/dports/audio/cmus/cmus-2.9.1/
H A Dape.c209 int ape_read_tags(struct apetag *ape, int fd, int slow) in ape_read_tags() argument
211 struct ape_header *h = &ape->header; in ape_read_tags()
231 ape->buf = xnew(char, h->size); in ape_read_tags()
232 if (read_all(fd, ape->buf, h->size) != h->size) in ape_read_tags()
243 char *ape_get_comment(struct apetag *ape, char **val) in ape_get_comment() argument
245 struct ape_header *h = &ape->header; in ape_get_comment()
249 if (ape->pos >= h->size) in ape_get_comment()
252 rc = ape_parse_one(ape->buf + ape->pos, h->size - ape->pos, &key, val); in ape_get_comment()
255 ape->pos += rc; in ape_get_comment()
/dports/math/cantor/cantor-21.12.3/thirdparty/discount-2.2.6-patched/Plan9/
H A Dmkfile6 ape/psh -c 'cd .. && $CC mktags.c -o mktags && ./mktags > blocktags && make'
11 ape/psh -c 'cd ..&& make test'
21 cp ../mkdio.h /sys/include/ape/mkdio.h
22 cp ../libmarkdown.a /$objtype/lib/ape/libmarkdown.a
32 ape/psh -c 'cd .. && ./configure.sh $CONFIG'
35 ape/psh -c 'cd .. && make clean'
38 ape/psh -c 'cd .. && make distclean'
/dports/textproc/discount/discount-2.2.7/Plan9/
H A Dmkfile6 ape/psh -c 'cd .. && $CC mktags.c -o mktags && ./mktags > blocktags && make'
11 ape/psh -c 'cd ..&& make test'
21 cp ../mkdio.h /sys/include/ape/mkdio.h
22 cp ../libmarkdown.a /$objtype/lib/ape/libmarkdown.a
32 ape/psh -c 'cd .. && ./configure.sh $CONFIG'
35 ape/psh -c 'cd .. && make clean'
38 ape/psh -c 'cd .. && make distclean'
/dports/lang/maude/maude-2.7.1/src/Main/
H A DChangeLog15 2015-12-23 Steven Eker <eker@ape.csl.sri.com>
22 2015-08-14 Steven Eker <eker@ape.csl.sri.com>
26 2015-07-23 Steven Eker <eker@ape.csl.sri.com>
32 2014-10-28 Steven Eker <eker@ape.csl.sri.com>
38 2014-09-22 Steven Eker <eker@ape.csl.sri.com>
42 2014-08-15 Steven Eker <eker@ape.csl.sri.com>
47 2014-08-14 Steven Eker <eker@ape.csl.sri.com>
54 2014-05-20 Steven Eker <eker@ape.csl.sri.com>
58 2014-05-01 Steven Eker <eker@ape.csl.sri.com>
62 2014-04-22 Steven Eker <eker@ape.csl.sri.com>
[all …]
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/input/c/
H A Dcasts.c61 a = (int)*ape; in foo()
62 a = (UINT)*ape; in foo()
63 a = (Uint)*ape; in foo()
65 a = (int)ape; in foo()
66 a = (UINT)ape; in foo()
67 a = (Uint)ape; in foo()
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/expected/c/
H A D00151-casts.c61 a = (int)*ape; in foo()
62 a = (UINT)*ape; in foo()
63 a = (Uint) * ape; in foo()
65 a = (int)ape; in foo()
66 a = (UINT)ape; in foo()
67 a = (Uint)ape; in foo()
H A D00152-casts.c61 a = ( int )*ape; in foo()
62 a = ( UINT )*ape; in foo()
63 a = (Uint) * ape; in foo()
65 a = ( int )ape; in foo()
66 a = ( UINT )ape; in foo()
67 a = ( Uint )ape; in foo()
H A D00153-casts.c61 a = (int)*ape; in foo()
62 a = (UINT)*ape; in foo()
63 a = (Uint)*ape; in foo()
65 a = (int)ape; in foo()
66 a = (UINT)ape; in foo()
67 a = (Uint)ape; in foo()
H A D00150-casts.c61 a = (int)*ape; in foo()
62 a = (UINT)*ape; in foo()
63 a = (Uint) * ape; in foo()
65 a = (int)ape; in foo()
66 a = (UINT)ape; in foo()
67 a = (Uint)ape; in foo()
H A D00154-casts.c61 a = (int) *ape; in foo()
62 a = (UINT) *ape; in foo()
63 a = (Uint) * ape; in foo()
65 a = (int) ape; in foo()
66 a = (UINT) ape; in foo()
67 a = (Uint) ape; in foo()

12345678910>>...64