OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oggpackB_bytes
(Results
1 - 2
of
2
) sorted by null
/external/libogg/include/ogg/
ogg.h
152
extern long
oggpackB_bytes
(oggpack_buffer *b);
/external/libogg/src/
bitwise.c
472
long
oggpackB_bytes
(oggpack_buffer *b){
554
bytes=
oggpackB_bytes
(&o);
578
if(
oggpackB_bytes
(&r)!=bytes)report("leftover bytes after read!\n");
754
bytes=
oggpackB_bytes
(&o);
765
if(
oggpackB_bytes
(&r)!=bytes)report("leftover bytes after read!\n");
Completed in 47 milliseconds