OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:oggpack_bytes
(Results
1 - 2
of
2
) sorted by null
/external/libogg/src/
bitwise.c
464
long
oggpack_bytes
(oggpack_buffer *b){
function
473
return
oggpack_bytes
(b);
519
bytes=
oggpack_bytes
(&o);
543
if(
oggpack_bytes
(&r)!=bytes)report("leftover bytes after read!\n");
668
bytes=
oggpack_bytes
(&o);
679
if(
oggpack_bytes
(&r)!=bytes)report("leftover bytes after read!\n");
/external/tremolo/Tremolo/
bitwise.c
134
long
oggpack_bytes
(oggpack_buffer *b){
function
308
long
oggpack_bytes
(oggpack_buffer *b){
function
416
if((bitcount+7)/8!=
oggpack_bytes
(&r))
420
if(
oggpack_bytes
(&r)!=(bitcount+7)/8){
421
fprintf(stderr, "%d vs %d\n",
oggpack_bytes
(&r), (bitcount+7)/8);
621
if(
oggpack_bytes
(&r)!=test2size*4){
622
fprintf(stderr, "%d vs %d\n",
oggpack_bytes
(&r), test2size*4);
781
if(
oggpack_bytes
(&o)!=0){
809
if(
oggpack_bytes
(&o)!=(bitcount+7)/8){
811
(bitcount+7)/8,
oggpack_bytes
(&o))
[
all
...]
Completed in 292 milliseconds