Home
last modified time | relevance | path

Searched refs:vorb (Results 1 – 25 of 151) sorted by relevance

1234567

/dports/games/jfsw/jfsw-c434002/jfaudiolib/src/
H A Dvorbis.c67 if (vorb->length == vorb->pos) { in read_vorbis()
72 bytes = vorb->length - vorb->pos; in read_vorbis()
77 memcpy((char *)ptr + woffset, vorb->ptr + vorb->pos, bytes); in read_vorbis()
81 if (vorb->length == vorb->pos) { in read_vorbis()
97 case SEEK_END: vorb->pos = vorb->length; break; in seek_vorbis()
100 vorb->pos += offset; in seek_vorbis()
102 vorb->pos = 0; in seek_vorbis()
103 } else if (vorb->pos > vorb->length) { in seek_vorbis()
104 vorb->pos = vorb->length; in seek_vorbis()
107 return vorb->pos; in seek_vorbis()
[all …]
/dports/games/NBlood/NBlood-a1689a4/source/audiolib/src/
H A Dvorbis.cpp140 if (vorb->length == vorb->pos) in read_vorbis()
147 int bytes = vorb->length - vorb->pos; in read_vorbis()
152 memcpy(ptr, (uint8_t *)vorb->ptr + vorb->pos, bytes); in read_vorbis()
153 vorb->pos += bytes; in read_vorbis()
156 if (vorb->length == vorb->pos) in read_vorbis()
175 case SEEK_END: vorb->pos = vorb->length; break; in seek_vorbis()
178 vorb->pos += offset; in seek_vorbis()
180 if (vorb->pos > vorb->length) in seek_vorbis()
181 vorb->pos = vorb->length; in seek_vorbis()
183 return vorb->pos; in seek_vorbis()
[all …]
/dports/audio/mp3stat/mp3stat-2.6.01/input/vorbis/
H A Doggstat.h14 class vorb : public input
17 vorb () : input(), type("application/ogg") {;} in vorb() function
18 virtual ~vorb() {;} in ~vorb()
H A Doggstat.cpp16 vorb::test_header (FILE * fp, ogg_sync_state * oy, ogg_stream_state * os, in test_header()
70 vorb::scan_ogg (FILE * fp, int len, statistic * mp3info2) in scan_ogg()
144 vorb::statfile (statistic * mp3info2) in statfile()
161 return new vorb; in createi()
/dports/science/py-pyscf/pyscf-2.0.1/examples/local_orb/
H A Dnlocal.py158 vorb = set(range(nc+na,nc+na+nv))
162 print ' vorb=',vorb
167 rvorb = vorb.difference(vorb.intersection(sorb))
170 vorb = list(rvorb)
173 print ' vorb=',vorb
176 vlmo = lmo[:,vorb].copy()
184 e_v = enorb[vorb].copy()
186 n_v = occ[vorb].copy()
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/
H A DSampleFormatVorbis.cpp278 …stb_vorbis *vorb = stb_vorbis_open_pushdata(mpt::byte_cast<const unsigned char*>(data), mpt::satur… in ReadVorbisSample() local
282 if(!vorb) in ReadVorbisSample()
286 rate = stb_vorbis_get_info(vorb).sample_rate; in ReadVorbisSample()
287 channels = stb_vorbis_get_info(vorb).channels; in ReadVorbisSample()
297 …consumed = stb_vorbis_decode_frame_pushdata(vorb, mpt::byte_cast<const unsigned char*>(data), mpt:… in ReadVorbisSample()
312 error = stb_vorbis_get_error(vorb); in ReadVorbisSample()
314 stb_vorbis_close(vorb); in ReadVorbisSample()
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/number_fields/quadratic_order/
H A Dqo_sieve.cc296 vorb[i][j] = tmp; in new_polynomial_si()
1318 if (vorb) { in init()
1320 if (vorb[i]) in init()
1321 delete[] vorb[i]; in init()
1322 delete[] vorb; in init()
1647 if (vorb[i]) in reset()
1648 delete[] vorb[i]; in reset()
1649 delete[] vorb; in reset()
1738 if (vorb[i]) in restart()
1739 delete[] vorb[i]; in restart()
[all …]
/dports/science/qwalk/mainline-1.0.1-300-g1b7e381/src/converter/
H A Dgamess2qmc.cpp48 int & vorb);
73 int vorb=10; //default number of virtual orbs in main() local
85 vorb=int(atof(argv[++i])); in main()
141 electric_field,vorb); in main()
172 read_gamess_punch(vorb, outputfilename, in main()
188 read_gamess_punch(vorb, outputfilename, in main()
343 int & vorb) { in read_gamess_output() argument
534 vorb=max(vorb,npair); in read_gamess_output()
652 void read_gamess_punch(int & vorb, in read_gamess_punch() argument
779 const int norb=slwriter.nup+vorb; in read_gamess_punch()
/dports/games/retroarch/RetroArch-1.9.7/deps/stb/
H A Dstb_vorbis.h464 typedef struct stb_vorbis vorb; typedef
878 static uint8_t get8(vorb *z) in get8()
884 static uint32_t get32(vorb *f) in get32()
902 static void skip(vorb *z, int n) in skip()
925 static int capture_pattern(vorb *f) in capture_pattern()
993 static int start_page(vorb *f) in start_page()
999 static int start_packet(vorb *f) in start_packet()
1035 static int next_segment(vorb *f) in next_segment()
1071 static int get8_packet(vorb *f) in get8_packet()
1078 static void flush_packet(vorb *f) in flush_packet()
[all …]
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/base/simple_classes/factorization/
H A Dmpqs.cc946 vorb[i][j] = tmp; in compute_coeff()
1018 START1[j] += vorb[nu_2][j]; in compute_coeff()
1021 START2[j] += vorb[nu_2][j]; in compute_coeff()
1028 START1[j] -= vorb[nu_2][j]; in compute_coeff()
1031 START2[j] -= vorb[nu_2][j]; in compute_coeff()
1638 int **vorb; in mpqs_impl() local
1743 vorb = new int *[P_TOTAL]; in mpqs_impl()
1747 if (!(vorb[i] = new int[size_FB + 2])) in mpqs_impl()
1852 M, vorb, Q_prime, Q_prime_glob, BG, index_i, in mpqs_impl()
1993 delete[]vorb[i]; in mpqs_impl()
[all …]
/dports/devel/stb/stb-f54acd4/
H A Dstb_vorbis.c892 typedef struct stb_vorbis vorb; typedef
1318 static uint8 get8(vorb *z) in get8()
1334 static uint32 get32(vorb *f) in get32()
1363 static void skip(vorb *z, int n) in skip()
1478 static int start_page(vorb *f) in start_page()
1484 static int start_packet(vorb *f) in start_packet()
1520 static int next_segment(vorb *f) in next_segment()
1556 static int get8_packet(vorb *f) in get8_packet()
1563 static int get32_packet(vorb *f) in get32_packet()
1573 static void flush_packet(vorb *f) in flush_packet()
[all …]
/dports/games/jaggedalliance2/miniaudio-634cdb028f340075ae8e8a1126620695688d2ac3/extras/
H A Dstb_vorbis.c894 typedef struct stb_vorbis vorb; typedef
1320 static uint8 get8(vorb *z) in get8()
1336 static uint32 get32(vorb *f) in get32()
1365 static void skip(vorb *z, int n) in skip()
1480 static int start_page(vorb *f) in start_page()
1486 static int start_packet(vorb *f) in start_packet()
1522 static int next_segment(vorb *f) in next_segment()
1558 static int get8_packet(vorb *f) in get8_packet()
1565 static int get32_packet(vorb *f) in get32_packet()
1575 static void flush_packet(vorb *f) in flush_packet()
[all …]
/dports/audio/faudio/FAudio-21.01/src/
H A Dstb_vorbis.h900 typedef struct stb_vorbis vorb; typedef
1330 static uint8 get8(vorb *z) in get8()
1347 static uint32 get32(vorb *f) in get32()
1376 static void skip(vorb *z, int n) in skip()
1491 static int start_page(vorb *f) in start_page()
1497 static int start_packet(vorb *f) in start_packet()
1533 static int next_segment(vorb *f) in next_segment()
1569 static int get8_packet(vorb *f) in get8_packet()
1576 static int get32_packet(vorb *f) in get32_packet()
1586 static void flush_packet(vorb *f) in flush_packet()
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/misc/
H A Dstb_vorbis.c896 typedef struct stb_vorbis vorb; typedef
1322 static uint8 get8(vorb *z) in get8()
1338 static uint32 get32(vorb *f) in get32()
1367 static void skip(vorb *z, int n) in skip()
1482 static int start_page(vorb *f) in start_page()
1488 static int start_packet(vorb *f) in start_packet()
1524 static int next_segment(vorb *f) in next_segment()
1560 static int get8_packet(vorb *f) in get8_packet()
1567 static int get32_packet(vorb *f) in get32_packet()
1577 static void flush_packet(vorb *f) in flush_packet()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/misc/
H A Dstb_vorbis.c896 typedef struct stb_vorbis vorb; typedef
1322 static uint8 get8(vorb *z) in get8()
1338 static uint32 get32(vorb *f) in get32()
1367 static void skip(vorb *z, int n) in skip()
1482 static int start_page(vorb *f) in start_page()
1488 static int start_packet(vorb *f) in start_packet()
1524 static int next_segment(vorb *f) in next_segment()
1560 static int get8_packet(vorb *f) in get8_packet()
1567 static int get32_packet(vorb *f) in get32_packet()
1577 static void flush_packet(vorb *f) in flush_packet()
[all …]
/dports/audio/libxmp/libxmp-4.5.0/src/depackers/
H A Dvorbis.c508 typedef struct stb_vorbis vorb; typedef
966 static uint8 get8(vorb *z) in get8()
983 static uint32 get32(vorb *f) in get32()
1013 static void skip(vorb *z, int n) in skip()
1063 static int capture_pattern(vorb *f) in capture_pattern()
1131 static int start_page(vorb *f) in start_page()
1137 static int start_packet(vorb *f) in start_packet()
1173 static int next_segment(vorb *f) in next_segment()
1209 static int get8_packet(vorb *f) in get8_packet()
1216 static void flush_packet(vorb *f) in flush_packet()
[all …]
/dports/games/sdlpop/SDLPoP-1.22/src/
H A Dstb_vorbis.c896 typedef struct stb_vorbis vorb; typedef
1322 static uint8 get8(vorb *z) in get8()
1338 static uint32 get32(vorb *f) in get32()
1367 static void skip(vorb *z, int n) in skip()
1482 static int start_page(vorb *f) in start_page()
1488 static int start_packet(vorb *f) in start_packet()
1524 static int next_segment(vorb *f) in next_segment()
1560 static int get8_packet(vorb *f) in get8_packet()
1567 static int get32_packet(vorb *f) in get32_packet()
1577 static void flush_packet(vorb *f) in flush_packet()
[all …]
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/libs/decoders/
H A Dstb_vorbis.h946 typedef struct stb_vorbis vorb; typedef
1370 static uint8 get8(vorb *z) in get8()
1398 static uint32 get32(vorb *f) in get32()
1435 static void skip(vorb *z, int n) in skip()
1574 static int start_page(vorb *f) in start_page()
1580 static int start_packet(vorb *f) in start_packet()
1616 static int next_segment(vorb *f) in next_segment()
1652 static int get8_packet(vorb *f) in get8_packet()
1659 static int get32_packet(vorb *f) in get32_packet()
1669 static void flush_packet(vorb *f) in flush_packet()
[all …]
/dports/www/lagrange/lagrange-1.7.3/src/audio/
H A Dstb_vorbis.c896 typedef struct stb_vorbis vorb; typedef
1322 static uint8 get8(vorb *z) in get8()
1338 static uint32 get32(vorb *f) in get32()
1367 static void skip(vorb *z, int n) in skip()
1482 static int start_page(vorb *f) in start_page()
1488 static int start_packet(vorb *f) in start_packet()
1524 static int next_segment(vorb *f) in next_segment()
1560 static int get8_packet(vorb *f) in get8_packet()
1567 static int get32_packet(vorb *f) in get32_packet()
1577 static void flush_packet(vorb *f) in flush_packet()
[all …]
/dports/audio/miniaudio/miniaudio-dbca7a3b44594e0226f887472b31f54aa5f14214/extras/
H A Dstb_vorbis.c898 typedef struct stb_vorbis vorb; typedef
1324 static uint8 get8(vorb *z) in get8()
1340 static uint32 get32(vorb *f) in get32()
1369 static void skip(vorb *z, int n) in skip()
1484 static int start_page(vorb *f) in start_page()
1490 static int start_packet(vorb *f) in start_packet()
1526 static int next_segment(vorb *f) in next_segment()
1562 static int get8_packet(vorb *f) in get8_packet()
1569 static int get32_packet(vorb *f) in get32_packet()
1579 static void flush_packet(vorb *f) in flush_packet()
[all …]
/dports/games/libretro-gw/gw-libretro-2be30ba/retroluxury/src/
H A Dstb_vorbis.c845 typedef struct stb_vorbis vorb; typedef
1270 static uint8 get8(vorb *z) in get8()
1286 static uint32 get32(vorb *f) in get32()
1315 static void skip(vorb *z, int n) in skip()
1364 static int capture_pattern(vorb *f) in capture_pattern()
1432 static int start_page(vorb *f) in start_page()
1438 static int start_packet(vorb *f) in start_packet()
1474 static int next_segment(vorb *f) in next_segment()
1510 static int get8_packet(vorb *f) in get8_packet()
1517 static void flush_packet(vorb *f) in flush_packet()
[all …]
/dports/net-im/uTox/uTox/third-party/stb/
H A Dstb_vorbis.c863 typedef struct stb_vorbis vorb; typedef
1291 static uint8 get8(vorb *z) in get8()
1307 static uint32 get32(vorb *f) in get32()
1336 static void skip(vorb *z, int n) in skip()
1385 static int capture_pattern(vorb *f) in capture_pattern()
1451 static int start_page(vorb *f) in start_page()
1457 static int start_packet(vorb *f) in start_packet()
1493 static int next_segment(vorb *f) in next_segment()
1529 static int get8_packet(vorb *f) in get8_packet()
1536 static void flush_packet(vorb *f) in flush_packet()
[all …]
/dports/cad/cura-engine/CuraEngine-fadb5d6b/include/stb/
H A Dstb_vorbis.c871 typedef struct stb_vorbis vorb; typedef
1297 static uint8 get8(vorb *z) in get8()
1313 static uint32 get32(vorb *f) in get32()
1342 static void skip(vorb *z, int n) in skip()
1391 static int capture_pattern(vorb *f) in capture_pattern()
1457 static int start_page(vorb *f) in start_page()
1463 static int start_packet(vorb *f) in start_packet()
1499 static int next_segment(vorb *f) in next_segment()
1535 static int get8_packet(vorb *f) in get8_packet()
1542 static void flush_packet(vorb *f) in flush_packet()
[all …]
/dports/security/ridl/ridl-11b3240/stb/
H A Dstb_vorbis.c870 typedef struct stb_vorbis vorb; typedef
1294 static uint8 get8(vorb *z) in get8()
1310 static uint32 get32(vorb *f) in get32()
1339 static void skip(vorb *z, int n) in skip()
1388 static int capture_pattern(vorb *f) in capture_pattern()
1454 static int start_page(vorb *f) in start_page()
1460 static int start_packet(vorb *f) in start_packet()
1496 static int next_segment(vorb *f) in next_segment()
1532 static int get8_packet(vorb *f) in get8_packet()
1539 static void flush_packet(vorb *f) in flush_packet()
[all …]
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Utilities/
H A Dstb_vorbis.cpp532 typedef struct stb_vorbis vorb; typedef
955 static uint8 get8(vorb *z) in get8()
971 static uint32 get32(vorb *f) in get32()
1000 static void skip(vorb *z, int n) in skip()
1049 static int capture_pattern(vorb *f) in capture_pattern()
1115 static int start_page(vorb *f) in start_page()
1121 static int start_packet(vorb *f) in start_packet()
1157 static int next_segment(vorb *f) in next_segment()
1193 static int get8_packet(vorb *f) in get8_packet()
1200 static void flush_packet(vorb *f) in flush_packet()
[all …]

1234567