OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bitreverse
(Results
1 - 4
of
4
) sorted by null
/external/libvorbis/lib/
sharedbook.c
141
/*
bitreverse
the words because our bitwise packer/unpacker is LSb
299
static ogg_uint32_t
bitreverse
(ogg_uint32_t x){
function
346
codes[i]=
bitreverse
(codes[i]);
389
ogg_uint32_t orig=
bitreverse
(c->codelist[i]);
403
if(c->dec_firsttable[
bitreverse
(word)]==0){
416
c->dec_firsttable[
bitreverse
(word)]=
codebook.c
273
bitreverse
is not in the main execution path. */
275
static ogg_uint32_t
bitreverse
(ogg_uint32_t x){
function
310
ogg_uint32_t testword=
bitreverse
((ogg_uint32_t)lok);
mdct.c
76
/*
bitreverse
lookup... */
/external/llvm/lib/Target/ARM/
ARMISelLowering.h
69
RBIT, // ARM
bitreverse
instruction
Completed in 1188 milliseconds