Home
last modified time | relevance | path

Searched refs:oggpack_writecopy (Results 1 – 6 of 6) sorted by relevance

/external/libogg/macos/
Dlibogg.mcp.exp8 oggpack_writecopy
/external/libogg/win32/
Dogg.def11 oggpack_writecopy
/external/libogg/doc/libogg/
DMakefile.am24 oggpack_writecopy.html oggpack_writeinit.html oggpack_writetrunc.html\
DMakefile.in197 oggpack_writecopy.html oggpack_writeinit.html oggpack_writetrunc.html\
/external/libogg/include/ogg/
Dogg.h122 extern void oggpack_writecopy(oggpack_buffer *b,void *source,long bits);
/external/libogg/src/
Dbitwise.c221 void oggpack_writecopy(oggpack_buffer *b,void *source,long bits){ in oggpack_writecopy() function