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

  /frameworks/av/media/libstagefright/rtsp/
ARTPSource.cpp 254 uint32_t LSR = 0;
257 LSR = (mLastNTPTime >> 16) & 0xffffffff;
263 data[24] = LSR >> 24;
264 data[25] = (LSR >> 16) & 0xff;
265 data[26] = (LSR >> 8) & 0xff;
266 data[27] = LSR & 0xff;
  /external/lldb/source/Plugins/Process/Utility/
ARMUtils.h 130 static inline uint32_t LSR(const uint32_t value, const uint32_t amount, bool *success)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_BitDec_s.h 240 MOV $Symbol, $Symbol, LSR #(32-$N)
276 MOV $Symbol, $Symbol, LSR #(32-$N)
366 MOV $Symbol, $Symbol, LSR $T2
401 MOV $Symbol, $Symbol, LSR $T2
514 AND $Symbol, $Symbol, $T1, LSR #(31-$S0) ;// 2*(next $S0 bits)
522 MOVS $T1, $Symbol, LSR #1 ;// CS=leaf entry
534 ADD $Symbol, $Symbol, $T1, LSR #(31-$S1) ;// add 2*(next $S1 bits) to
543 SUB $BitCount, $BitCount, $Symbol, LSR#13
629 ADD $T1, $pBitStream, $BitCount, LSR #3
658 ADD $pBitStream, $pBitStream, $BitCount, LSR#
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_BitDec_s.h 240 MOV $Symbol, $Symbol, LSR #(32-$N)
276 MOV $Symbol, $Symbol, LSR #(32-$N)
366 MOV $Symbol, $Symbol, LSR $T2
401 MOV $Symbol, $Symbol, LSR $T2
514 AND $Symbol, $Symbol, $T1, LSR #(31-$S0) ;// 2*(next $S0 bits)
522 MOVS $T1, $Symbol, LSR #1 ;// CS=leaf entry
534 ADD $Symbol, $Symbol, $T1, LSR #(31-$S1) ;// add 2*(next $S1 bits) to
543 SUB $BitCount, $BitCount, $Symbol, LSR#13
629 ADD $T1, $pBitStream, $BitCount, LSR #3
658 ADD $pBitStream, $pBitStream, $BitCount, LSR#
    [all...]
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 43 LSL, LSR, ASR, ROR
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h 35 LSR,
56 case AArch64_AM::LSR: return "lsr";
77 case 1: return AArch64_AM::LSR;
92 /// 001 ==> lsr
105 case AArch64_AM::LSR: STEnc = 1; break;
  /art/compiler/utils/arm/
constants_arm.h 155 LSR = 1, // Logical shift right
  /external/chromium_org/v8/src/arm/
constants-arm.h 230 LSR = 1 << 5, // Logical shift right.
  /external/chromium_org/v8/src/arm64/
constants-arm64.h 333 LSR = 0x1,
    [all...]
  /external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.h 454 LSR,
    [all...]
  /external/vixl/src/a64/
constants-a64.h 225 LSR = 0x1,
    [all...]

Completed in 273 milliseconds