HomeSort by relevance Sort by last modified time
    Searched defs:BitIndex (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_BitDec_s.h 579 ;// $BitIndex - Destination BitCount after the addition of Offset number of bits
582 M_BD_ADD $ByteIndex, $BitIndex, $Offset
584 ;// ($ByteIndex,$BitIndex) = Current position + $Offset bits
586 AND $BitIndex, $Offset, #7
603 ;// $BitIndex - Destination BitCount after the move
612 M_BD_MOV $ByteIndex, $BitIndex
614 ;// ($pBitStream, $Offset) = ($ByteIndex,$BitIndex)
615 MOV $BitCount, $BitIndex
627 ;// $BitIndex - Destination BitCount
638 M_BD_CMP $ByteIndex, $BitIndex, $T
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_BitDec_s.h 579 ;// $BitIndex - Destination BitCount after the addition of Offset number of bits
582 M_BD_ADD $ByteIndex, $BitIndex, $Offset
584 ;// ($ByteIndex,$BitIndex) = Current position + $Offset bits
586 AND $BitIndex, $Offset, #7
603 ;// $BitIndex - Destination BitCount after the move
612 M_BD_MOV $ByteIndex, $BitIndex
614 ;// ($pBitStream, $Offset) = ($ByteIndex,$BitIndex)
615 MOV $BitCount, $BitIndex
627 ;// $BitIndex - Destination BitCount
638 M_BD_CMP $ByteIndex, $BitIndex, $T
    [all...]
  /external/llvm/lib/Transforms/IPO/
LowerBitSets.cpp 297 Value *BitIndex =
299 Value *BitMask = B.CreateShl(ConstantInt::get(BitsType, 1), BitIndex);
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 680 /// The BitIndex field is only used for externally invisible declarations.
682 GuardInfo() : Guard(nullptr), BitIndex(0) {}
684 unsigned BitIndex;
    [all...]

Completed in 105 milliseconds