HomeSort by relevance Sort by last modified time
    Searched refs:bitreverse (Results 1 - 5 of 5) 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);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 791 case Intrinsic::bitreverse: {
795 // bitreverse(bitreverse(x)) -> x
796 if (match(IIOperand, m_Intrinsic<Intrinsic::bitreverse>(m_Value(X))))
    [all...]
InstCombineAndOrXor.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 197 milliseconds