Home
last modified time | relevance | path

Searched refs:os (Results 1 – 25 of 498197) sorted by last modified time

12345678910>>...19928

/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/vorbisfile-sys-0.0.8/src/
H A Dlib.rs48 pub os: ogg::ogg_stream_state, field
/dports/audio/lewton/lewton-0.10.2/cargo-crates/vorbisfile-sys-0.0.8/src/
H A Dlib.rs48 pub os: ogg::ogg_stream_state, field
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/vorbisfile-sys-0.0.8/libvorbisfile/
H A Dvorbisfile.c437 ogg_stream_pagein(&vf->os,&og); in _initial_pcmoffset()
482 int serialno = vf->os.serialno; in _bisect_forward_serialno()
571 serialno = vf->os.serialno; in _bisect_forward_serialno()
618 int endserial=vf->os.serialno; in _open_seekable2()
619 int serialno=vf->os.serialno; in _open_seekable2()
866 ogg_stream_pagein(&vf->os,&og); in _fetch_and_process_packet()
959 ogg_stream_clear(&vf->os); in ov_clear()
1254 ogg_stream_reset_serialno(&vf->os, in ov_raw_seek()
1382 ogg_stream_pagein(&vf->os,&og); in ov_raw_seek()
1535 ogg_stream_pagein(&vf->os,&og); in ov_pcm_seek_page()
[all …]
/dports/audio/lewton/lewton-0.10.2/cargo-crates/vorbisfile-sys-0.0.8/libvorbisfile/
H A Dvorbisfile.c437 ogg_stream_pagein(&vf->os,&og); in _initial_pcmoffset()
482 int serialno = vf->os.serialno; in _bisect_forward_serialno()
571 serialno = vf->os.serialno; in _bisect_forward_serialno()
618 int endserial=vf->os.serialno; in _open_seekable2()
619 int serialno=vf->os.serialno; in _open_seekable2()
866 ogg_stream_pagein(&vf->os,&og); in _fetch_and_process_packet()
959 ogg_stream_clear(&vf->os); in ov_clear()
1254 ogg_stream_reset_serialno(&vf->os, in ov_raw_seek()
1382 ogg_stream_pagein(&vf->os,&og); in ov_raw_seek()
1535 ogg_stream_pagein(&vf->os,&og); in ov_pcm_seek_page()
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/ogg-sys-0.0.9/libogg/src/
H A Dframing.c191 memset(os,0,sizeof(*os)); in ogg_stream_init()
195 os->body_data=_ogg_malloc(os->body_storage*sizeof(*os->body_data)); in ogg_stream_init()
199 if(!os->body_data || !os->lacing_vals || !os->granule_vals){ in ogg_stream_init()
224 memset(os,0,sizeof(*os)); in ogg_stream_clear()
340 memmove(os->body_data,os->body_data+os->body_returned, in ogg_stream_iovecin()
362 os->granule_vals[os->lacing_fill+i]=os->granulepos; in ogg_stream_iovecin()
365 os->granulepos=os->granule_vals[os->lacing_fill+i]=granulepos; in ogg_stream_iovecin()
456 if(os->e_o_s && os->lacing_fill==vals)os->header[5]|=0x04; in ogg_stream_flush_i()
509 memmove(os->lacing_vals,os->lacing_vals+vals,os->lacing_fill*sizeof(*os->lacing_vals)); in ogg_stream_flush_i()
510 memmove(os->granule_vals,os->granule_vals+vals,os->lacing_fill*sizeof(*os->granule_vals)); in ogg_stream_flush_i()
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/ogg-sys-0.0.9/src/
H A Dlib.rs129 pub fn ogg_stream_pageout(os: *mut ogg_stream_state, og: *mut ogg_page) -> libc::c_int; in ogg_stream_pageout()
130 pub fn ogg_stream_pageout_fill(os: *mut ogg_stream_state, og: *mut ogg_page, in ogg_stream_pageout_fill()
132 pub fn ogg_stream_flush(os: *mut ogg_stream_state, og: *mut ogg_page) -> libc::c_int; in ogg_stream_flush()
133 pub fn ogg_stream_flush_fill(os: *mut ogg_stream_state, og: *mut ogg_page, in ogg_stream_flush_fill()
146 pub fn ogg_stream_pagein(os: *mut ogg_stream_state, og: *mut ogg_page) -> libc::c_int; in ogg_stream_pagein()
151 pub fn ogg_stream_clear(os: *mut ogg_stream_state) -> libc::c_int; in ogg_stream_clear()
152 pub fn ogg_stream_reset(os: *mut ogg_stream_state) -> libc::c_int; in ogg_stream_reset()
153 pub fn ogg_stream_reset_serialno(os: *mut ogg_stream_state, serialno: libc::c_int) in ogg_stream_reset_serialno()
155 pub fn ogg_stream_destroy(os: *mut ogg_stream_state) -> libc::c_int; in ogg_stream_destroy()
156 pub fn ogg_stream_check(os: *mut ogg_stream_state) -> libc::c_int; in ogg_stream_check()
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/ogg-sys-0.0.9/libogg/include/ogg/
H A Dogg.h158 extern int ogg_stream_packetin(ogg_stream_state *os, ogg_packet *op);
159 extern int ogg_stream_iovecin(ogg_stream_state *os, ogg_iovec_t *iov,
161 extern int ogg_stream_pageout(ogg_stream_state *os, ogg_page *og);
163 extern int ogg_stream_flush(ogg_stream_state *os, ogg_page *og);
178 extern int ogg_stream_pagein(ogg_stream_state *os, ogg_page *og);
184 extern int ogg_stream_init(ogg_stream_state *os,int serialno);
185 extern int ogg_stream_clear(ogg_stream_state *os);
186 extern int ogg_stream_reset(ogg_stream_state *os);
188 extern int ogg_stream_destroy(ogg_stream_state *os);
189 extern int ogg_stream_check(ogg_stream_state *os);
[all …]
/dports/audio/lewton/lewton-0.10.2/cargo-crates/ogg-sys-0.0.9/libogg/include/ogg/
H A Dogg.h158 extern int ogg_stream_packetin(ogg_stream_state *os, ogg_packet *op);
159 extern int ogg_stream_iovecin(ogg_stream_state *os, ogg_iovec_t *iov,
161 extern int ogg_stream_pageout(ogg_stream_state *os, ogg_page *og);
163 extern int ogg_stream_flush(ogg_stream_state *os, ogg_page *og);
178 extern int ogg_stream_pagein(ogg_stream_state *os, ogg_page *og);
184 extern int ogg_stream_init(ogg_stream_state *os,int serialno);
185 extern int ogg_stream_clear(ogg_stream_state *os);
186 extern int ogg_stream_reset(ogg_stream_state *os);
188 extern int ogg_stream_destroy(ogg_stream_state *os);
189 extern int ogg_stream_check(ogg_stream_state *os);
[all …]
/dports/audio/lewton/lewton-0.10.2/cargo-crates/ogg-sys-0.0.9/libogg/src/
H A Dframing.c191 memset(os,0,sizeof(*os)); in ogg_stream_init()
195 os->body_data=_ogg_malloc(os->body_storage*sizeof(*os->body_data)); in ogg_stream_init()
199 if(!os->body_data || !os->lacing_vals || !os->granule_vals){ in ogg_stream_init()
224 memset(os,0,sizeof(*os)); in ogg_stream_clear()
340 memmove(os->body_data,os->body_data+os->body_returned, in ogg_stream_iovecin()
362 os->granule_vals[os->lacing_fill+i]=os->granulepos; in ogg_stream_iovecin()
365 os->granulepos=os->granule_vals[os->lacing_fill+i]=granulepos; in ogg_stream_iovecin()
456 if(os->e_o_s && os->lacing_fill==vals)os->header[5]|=0x04; in ogg_stream_flush_i()
509 memmove(os->lacing_vals,os->lacing_vals+vals,os->lacing_fill*sizeof(*os->lacing_vals)); in ogg_stream_flush_i()
510 memmove(os->granule_vals,os->granule_vals+vals,os->lacing_fill*sizeof(*os->granule_vals)); in ogg_stream_flush_i()
[all …]
/dports/audio/lewton/lewton-0.10.2/cargo-crates/ogg-sys-0.0.9/src/
H A Dlib.rs129 pub fn ogg_stream_pageout(os: *mut ogg_stream_state, og: *mut ogg_page) -> libc::c_int; in ogg_stream_pageout()
130 pub fn ogg_stream_pageout_fill(os: *mut ogg_stream_state, og: *mut ogg_page, in ogg_stream_pageout_fill()
132 pub fn ogg_stream_flush(os: *mut ogg_stream_state, og: *mut ogg_page) -> libc::c_int; in ogg_stream_flush()
133 pub fn ogg_stream_flush_fill(os: *mut ogg_stream_state, og: *mut ogg_page, in ogg_stream_flush_fill()
146 pub fn ogg_stream_pagein(os: *mut ogg_stream_state, og: *mut ogg_page) -> libc::c_int; in ogg_stream_pagein()
151 pub fn ogg_stream_clear(os: *mut ogg_stream_state) -> libc::c_int; in ogg_stream_clear()
152 pub fn ogg_stream_reset(os: *mut ogg_stream_state) -> libc::c_int; in ogg_stream_reset()
153 pub fn ogg_stream_reset_serialno(os: *mut ogg_stream_state, serialno: libc::c_int) in ogg_stream_reset_serialno()
155 pub fn ogg_stream_destroy(os: *mut ogg_stream_state) -> libc::c_int; in ogg_stream_destroy()
156 pub fn ogg_stream_check(os: *mut ogg_stream_state) -> libc::c_int; in ogg_stream_check()
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/ogg-sys-0.0.9/libogg/include/ogg/
H A Dogg.h158 extern int ogg_stream_packetin(ogg_stream_state *os, ogg_packet *op);
159 extern int ogg_stream_iovecin(ogg_stream_state *os, ogg_iovec_t *iov,
161 extern int ogg_stream_pageout(ogg_stream_state *os, ogg_page *og);
163 extern int ogg_stream_flush(ogg_stream_state *os, ogg_page *og);
178 extern int ogg_stream_pagein(ogg_stream_state *os, ogg_page *og);
184 extern int ogg_stream_init(ogg_stream_state *os,int serialno);
185 extern int ogg_stream_clear(ogg_stream_state *os);
186 extern int ogg_stream_reset(ogg_stream_state *os);
188 extern int ogg_stream_destroy(ogg_stream_state *os);
189 extern int ogg_stream_check(ogg_stream_state *os);
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/ogg-sys-0.0.9/libogg/src/
H A Dframing.c191 memset(os,0,sizeof(*os)); in ogg_stream_init()
195 os->body_data=_ogg_malloc(os->body_storage*sizeof(*os->body_data)); in ogg_stream_init()
199 if(!os->body_data || !os->lacing_vals || !os->granule_vals){ in ogg_stream_init()
224 memset(os,0,sizeof(*os)); in ogg_stream_clear()
340 memmove(os->body_data,os->body_data+os->body_returned, in ogg_stream_iovecin()
362 os->granule_vals[os->lacing_fill+i]=os->granulepos; in ogg_stream_iovecin()
365 os->granulepos=os->granule_vals[os->lacing_fill+i]=granulepos; in ogg_stream_iovecin()
456 if(os->e_o_s && os->lacing_fill==vals)os->header[5]|=0x04; in ogg_stream_flush_i()
509 memmove(os->lacing_vals,os->lacing_vals+vals,os->lacing_fill*sizeof(*os->lacing_vals)); in ogg_stream_flush_i()
510 memmove(os->granule_vals,os->granule_vals+vals,os->lacing_fill*sizeof(*os->granule_vals)); in ogg_stream_flush_i()
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/ogg-sys-0.0.9/src/
H A Dlib.rs129 pub fn ogg_stream_pageout(os: *mut ogg_stream_state, og: *mut ogg_page) -> libc::c_int; in ogg_stream_pageout()
130 pub fn ogg_stream_pageout_fill(os: *mut ogg_stream_state, og: *mut ogg_page, in ogg_stream_pageout_fill()
132 pub fn ogg_stream_flush(os: *mut ogg_stream_state, og: *mut ogg_page) -> libc::c_int; in ogg_stream_flush()
133 pub fn ogg_stream_flush_fill(os: *mut ogg_stream_state, og: *mut ogg_page, in ogg_stream_flush_fill()
146 pub fn ogg_stream_pagein(os: *mut ogg_stream_state, og: *mut ogg_page) -> libc::c_int; in ogg_stream_pagein()
151 pub fn ogg_stream_clear(os: *mut ogg_stream_state) -> libc::c_int; in ogg_stream_clear()
152 pub fn ogg_stream_reset(os: *mut ogg_stream_state) -> libc::c_int; in ogg_stream_reset()
153 pub fn ogg_stream_reset_serialno(os: *mut ogg_stream_state, serialno: libc::c_int) in ogg_stream_reset_serialno()
155 pub fn ogg_stream_destroy(os: *mut ogg_stream_state) -> libc::c_int; in ogg_stream_destroy()
156 pub fn ogg_stream_check(os: *mut ogg_stream_state) -> libc::c_int; in ogg_stream_check()
[all …]
/dports/audio/lewton/lewton-0.10.2/cargo-crates/vorbis-sys-0.0.8/libvorbis/include/vorbis/
H A Dvorbisfile.h139 ogg_stream_state os; /* take physical pages, weld into a logical member
/dports/audio/lewton/lewton-0.10.2/cargo-crates/vorbis-sys-0.0.8/libvorbis/lib/
H A DMakefile.in355 masking.h os.h mdct.h smallft.h highlevel.h\
H A DMakefile.am15 masking.h os.h mdct.h smallft.h highlevel.h\
H A Dvorbisfile.c437 ogg_stream_pagein(&vf->os,&og); in _initial_pcmoffset()
482 int serialno = vf->os.serialno; in _bisect_forward_serialno()
571 serialno = vf->os.serialno; in _bisect_forward_serialno()
618 int endserial=vf->os.serialno; in _open_seekable2()
619 int serialno=vf->os.serialno; in _open_seekable2()
866 ogg_stream_pagein(&vf->os,&og); in _fetch_and_process_packet()
959 ogg_stream_clear(&vf->os); in ov_clear()
1254 ogg_stream_reset_serialno(&vf->os, in ov_raw_seek()
1382 ogg_stream_pagein(&vf->os,&og); in ov_raw_seek()
1535 ogg_stream_pagein(&vf->os,&og); in ov_pcm_seek_page()
[all …]
/dports/x11-wm/leftwm/leftwm-0.2.11/leftwm-core/src/display_servers/xlib_display_server/xwrap/
H A Dgetters.rs6 use std::os::raw::{c_int, c_long, c_uchar, c_uint, c_ulong};
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterBase/
H A DMakefile.in27 fs.h layout.h mystring.h os.h output.h parse.h \
32 fs.o layout.o mystring.o os.o output.o parse.o \
37 fs.c layout.c mystring.c os.c output.c parse.c \
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/examples/hello-c++-kde/admin/
H A Dconfig.sub823 os=${os:-unicos}
847 os=${os:-elf}
860 os=${os:-elf}
882 os=${os:-bosx}
890 os=$os"spe"
894 os=$os"spe"
901 os=${os:-bsd}
966 os=${os:-unicos}
1142 os=${os:-elf}
1210 os=${os:-none}
[all …]
H A Dconfig.guess202 os=netbsdelf
211 os=netbsd
213 os=netbsdelf
217 os=netbsd
243 echo "$machine-${os}${release}${abi-}"
/dports/x11-wm/herbstluftwm/herbstluftwm-0.9.2/doc/
H A Dgendoc.py4 import os
15 for root, _, files in os.walk(sourcedir):
18 yield os.path.join(root, file)
/dports/x11-wm/fvwm3/fvwm3-1.0.4/bin/
H A Dfvwm-menu-desktop.in95 import os.path
96 import os
142 …if theme_changed or not os.path.isfile(output) or os.path.getmtime(self.filename) > os.path.getmti…
152 if not os.path.isdir(os.path.expanduser(self.icon_dir)):
153 os.makedirs(os.path.expanduser(self.icon_dir))
154 return os.path.join(os.path.expanduser(self.icon_dir),
284 if os.path.isfile(config_file):
464 if os.path.exists(os.path.join(os.path.expanduser(icon_dir), ".theme")):
474 fh = open(os.path.join(os.path.expanduser(icon_dir), ".theme"), "w")
502 if os.path.exists(dir):
[all …]
/dports/x11-wm/phoc/phoc-f26fa0123742ba95d303ad552fc1f8d2d0117288/build-aux/
H A Dpost_install.py3 import os
7 destdir = os.environ.get('DESTDIR', '')
13 subprocess.call(['glib-compile-schemas', os.path.join(datadir, 'glib-2.0', 'schemas')])
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/kconf_update/
H A Dkwinrules-5.23-virtual-desktop-ids.py5 import os.path
10 config_paths = [os.path.join(folder, 'kwinrc') for folder in config_locations]

12345678910>>...19928