Home
last modified time | relevance | path

Searched refs:oggpack_writealign (Results 1 – 8 of 8) sorted by relevance

/external/libogg/macos/
Dlibogg.mcp.exp7 oggpack_writealign
/external/libogg/win32/
Dogg.def10 oggpack_writealign
/external/libogg/doc/libogg/
DMakefile.am23 oggpack_write.html oggpack_writealign.html oggpack_writeclear.html\
DMakefile.in196 oggpack_write.html oggpack_writealign.html oggpack_writeclear.html\
/external/libogg/include/ogg/
Dogg.h121 extern void oggpack_writealign(oggpack_buffer *b);
/external/libvorbis/
Dconfigure.ac251 AC_CHECK_FUNC(oggpack_writealign, , AC_MSG_ERROR(Ogg >= 1.0 required !))
Dconfigure12726 /* Define oggpack_writealign to an innocuous variant, in case <limits.h> declares oggpack_writealig…
12731 which can conflict with char oggpack_writealign (); below.
12749 char oggpack_writealign ();
12760 return oggpack_writealign ();
/external/libogg/src/
Dbitwise.c163 void oggpack_writealign(oggpack_buffer *b){ in oggpack_writealign() function