OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oggpackB_look
(Results
1 - 2
of
2
) sorted by null
/external/libogg/src/
bitwise.c
287
long
oggpackB_look
(oggpack_buffer *b,int bits){
563
if(
oggpackB_look
(&r,tbit)==-1)
565
if(
oggpackB_look
(&r,tbit)!=(b[i]&mask[tbit]))
757
if(
oggpackB_look
(&r,32)==-1)report("out of data. failed!");
758
if(
oggpackB_look
(&r,32)!=large[i]){
759
fprintf(stderr,"%ld != %ld (%lx!=%lx):",
oggpackB_look
(&r,32),large[i],
760
oggpackB_look
(&r,32),large[i]);
788
if(
oggpackB_look
(&r,1)!=-1 ||
799
if(
oggpackB_look
(&r,18)!=0 ||
800
oggpackB_look
(&r,18)!=0)
[
all
...]
/external/libogg/include/ogg/
ogg.h
146
extern long
oggpackB_look
(oggpack_buffer *b,int bits);
Completed in 5092 milliseconds