OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cliptest
(Results
1 - 2
of
2
) sorted by null
/external/tremolo/Tremolo/
bitwise.c
390
void
cliptest
(unsigned long *b,int vals,int bits,int *comp,int compsize){
function
590
cliptest
(testbuffer1,test1size,0,one,onesize);
594
cliptest
(testbuffer3,test3size,0,two,twosize);
598
cliptest
(testbuffer2,test2size,0,three,threesize);
630
cliptest
(testbuffer1,test1size,7,four,foursize);
634
cliptest
(testbuffer2,test2size,17,five,fivesize);
638
cliptest
(testbuffer3,test3size,1,six,sixsize);
/external/libogg/src/
bitwise.c
511
void
cliptest
(unsigned long *b,int vals,int bits,int *comp,int compsize){
function
652
cliptest
(testbuffer1,test1size,0,one,onesize);
656
cliptest
(testbuffer3,test3size,0,two,twosize);
660
cliptest
(testbuffer2,test2size,0,three,threesize);
683
cliptest
(testbuffer1,test1size,7,four,foursize);
687
cliptest
(testbuffer2,test2size,17,five,fivesize);
691
cliptest
(testbuffer3,test3size,1,six,sixsize);
Completed in 46 milliseconds