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
388
void
cliptest
(unsigned long *b,int vals,int bits,int *comp,int compsize){
function
588
cliptest
(testbuffer1,test1size,0,one,onesize);
592
cliptest
(testbuffer3,test3size,0,two,twosize);
596
cliptest
(testbuffer2,test2size,0,three,threesize);
628
cliptest
(testbuffer1,test1size,7,four,foursize);
632
cliptest
(testbuffer2,test2size,17,five,fivesize);
636
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 45 milliseconds