Home
last modified time | relevance | path

Searched refs:current_section (Results 1 – 25 of 575) sorted by path

12345678910>>...23

/dports/archivers/deutex/deutex-5.2.2/src/
H A Ddeutex.c1218 comdef_t *current_section = NULL; in opt_widths() local
1231 if (current_section != NULL) { in opt_widths()
1233 current_section->argc = (char) width1r; in opt_widths()
1234 if (current_section->argc != width1r) in opt_widths()
1235 current_section->argc = CHAR_MAX; /* Can't happen */ in opt_widths()
1245 current_section->width1 = tmp; in opt_widths()
1250 current_section->width2 = tmp; in opt_widths()
1258 current_section = d; in opt_widths()
/dports/archivers/upx/upx-3.96/src/stub/src/arch/i086/
H A Dmacros.S44 .set current_section,\name
50 .byte current_section
/dports/astro/py-astropy/astropy-5.0/astropy/extern/configobj/
H A Dconfigobj.py364 current_section = self.section
367 val = current_section.get(key)
371 val = current_section.get('DEFAULT', {}).get(key)
376 if current_section.parent is current_section:
379 current_section = current_section.parent
385 return val, current_section
/dports/audio/aqualung/aqualung-1.0/src/decoder/
H A Ddec_vorbis.c119 int current_section; in decode_vorbis() local
122 bytes_read = ov_read(&(pd->vf), buffer, VORBIS_BUFSIZE, bigendianp(), 2, 1, &current_section); in decode_vorbis()
/dports/audio/clementine-player/Clementine-1.4.0rc1/dist/
H A Dupdate_desktop_languages.py26 current_section = None
31 current_section = self._add_section(match.group(1))
36 current_section['items'].append(
/dports/audio/cmus/cmus-2.9.1/ip/
H A Dvorbis.c42 int current_section; member
160 priv->current_section = -1; in vorbis_open()
224 int current_section; in vorbis_read() local
229 rc = ov_read(&priv->vf, buffer, count, &current_section); in vorbis_read()
231 rc = ov_read(&priv->vf, buffer, count, vorbis_endian(), 2, 1, &current_section); in vorbis_read()
234 if (ip_data->remote && current_section != priv->current_section) { in vorbis_read()
236 priv->current_section = current_section; in vorbis_read()
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/
H A DLoad_mo3.cpp1648 int current_section = 0; in ReadMO3() local
1654 long ret = ov_read_float(&vf, &output, 1024, &current_section); in ReadMO3()
H A DLoad_xm.cpp466 int current_section = 0; in ReadSampleData() local
472 long ret = ov_read_float(&vf, &output, 1024, &current_section); in ReadSampleData()
H A DSampleFormatVorbis.cpp212 int current_section = 0; in ReadVorbisSample() local
222 long ret = ov_read_float(&vf, &output, 1024, &current_section); in ReadVorbisSample()
/dports/audio/libtremor/tremor-562307a/
H A Divorbisfile_example.c37 int current_section; in main() local
67 long ret=ov_read(&vf,pcmout,sizeof(pcmout),&current_section); in main()
/dports/audio/libvorbis/libvorbis-1.3.7/examples/
H A Dvorbisfile_example.c37 int current_section; in main() local
67 long ret=ov_read(&vf,pcmout,sizeof(pcmout),0,2,1,&current_section); in main()
/dports/audio/moc/moc-2.5.2/decoder_plugins/vorbis/
H A Dvorbis.c333 int current_section; in vorbis_decode() local
343 2, 1, &current_section); in vorbis_decode()
345 ret = ov_read(&data->vf, buf, buf_len, &current_section); in vorbis_decode()
355 if (current_section != data->last_section) { in vorbis_decode()
358 data->last_section = current_section; in vorbis_decode()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/ring-0.16.20/src/
H A Dtest.rs320 let mut current_section = String::from(""); in run() localVariable
323 while let Some(mut test_case) = parse_test_case(&mut current_section, lines) { in run()
324 let result = match f(&current_section, &mut test_case) { in run()
397 current_section: &mut String, in parse_test_case()
439 current_section.truncate(0); in parse_test_case()
440 current_section.push_str(line); in parse_test_case()
441 let _ = current_section.pop(); in parse_test_case()
442 let _ = current_section.remove(0); in parse_test_case()
/dports/audio/ocp/ocp-0.2.90/playogg/
H A Doggplay.c50 static int current_section;
164 result=ov_read(&ov, (char *)(oggbuf+(pos1<<1)), read<<(1+oggstereo), 0, 2, 1, &current_section);
166 result=ov_read(&ov, (char *)(oggbuf+(pos1<<1)), read<<(1+oggstereo), 1, 2, 1, &current_section);
1028 current_section=0;
/dports/audio/p5-libvorbis/libvorbis-perl-0.05/
H A Dtest.pl18 $current_section = -1;
57 eval { $ogg->read($buffer, 4096, $endian, 2, 1, $current_section) };
/dports/audio/rezound/rezound-0.13.1beta/src/backend/
H A DClibvorbisSoundTranslator.cpp280 int current_section; in onLoadSound() local
285 …f,(char *)buffer,mem_buffer.getSize()*sizeof(sample_t),ENDIAN,sizeof(sample_t),1,&current_section); in onLoadSound()
290 const long read_ret=ov_read_float(&vf,&buffer,mem_buffer.getSize(),&current_section); in onLoadSound()
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/libvorbis-1.3.5/examples/
H A Dvorbisfile_example.c38 int current_section; in main() local
68 long ret=ov_read(&vf,pcmout,sizeof(pcmout),0,2,1,&current_section); in main()
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/libvorbisidec-1.2.1/
H A Divorbisfile_example.c37 int current_section; in main() local
67 long ret=ov_read(&vf,pcmout,sizeof(pcmout),&current_section); in main()
/dports/audio/sox/sox-14.4.2/src/
H A Dopus.c44 int current_section;
135 vb->current_section = -1;
155 &vb->current_section);
H A Dvorbis.c57 int current_section; member
155 vb->current_section = -1; in startread()
173 (int) (vb->buf_len - vb->end), 0, 2, 1, &vb->current_section); in refill_buffer()
/dports/audio/streamtranscoder/streamtranscoder-1.2.8/src/libtranscoder/
H A Doggvdecoder.cpp114 int current_section; in startDecodingVorbis() local
147 current_section = 0; in startDecodingVorbis()
149 long ret=ov_read_float(&vf,&pcmout,1024, &current_section); in startDecodingVorbis()
159 if (current_section != old_section) { in startDecodingVorbis()
163 old_section = current_section; in startDecodingVorbis()
/dports/audio/vorbis-tools/vorbis-tools-1.4.2/ogg123/
H A Doggvorbis_format.c43 int current_section; member
94 private->current_section = -1; in ovf_init()
186 old_section = priv->current_section; in ovf_read()
190 &priv->current_section, in ovf_read()
195 &priv->current_section); in ovf_read()
226 if (old_section != priv->current_section && old_section != -1) { in ovf_read()
280 avg_bitrate = ov_bitrate(&priv->vf, priv->current_section); in ovf_statistics()
H A Dopus_format.c38 int current_section; in qunique()
95 private->current_section = -1;
179 old_section = priv->current_section;
210 if (old_section != priv->current_section && old_section != -1) {
265 avg_bitrate = op_bitrate(priv->of, priv->current_section);
/dports/audio/vorbisgain/vorbisgain-0.37/
H A Dvorbis.c340 int current_section; in get_gain() local
420 ret = ov_read_float(&vf, &pcm, &current_section); in get_gain()
422 ret = ov_read_float(&vf, &pcm, 1024, &current_section); in get_gain()
450 if (current_section != previous_section) in get_gain()
452 previous_section = current_section; in get_gain()
/dports/biology/py-biopython/biopython-1.79/Doc/Tutorial/
H A Dchapter_kegg.tex79 current_section = None
83 current_section = section
85 if current_section == "GENE":

12345678910>>...23