Home
last modified time | relevance | path

Searched defs:shift_amount (Results 1 – 6 of 6) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dnodes_shared.cc32 /*out*/int* shift_amount) { in GetOpInfoFromInstruction()
H A Dinstruction_simplifier_arm.cc121 int shift_amount = 0; in TryMergeIntoShifterOperand() local
H A Dinstruction_simplifier_arm64.cc135 int shift_amount = 0; in TryMergeIntoShifterOperand() local
H A Dinstruction_simplifier.cc362 HInstruction* shift_amount = instruction->GetRight(); in VisitShift() local
/aosp12/system/nfc/src/gki/ulinux/
H A Dgki_ulinux.cc1143 void GKI_shiftdown(uint8_t* p_mem, uint32_t len, uint32_t shift_amount) { in GKI_shiftdown()
/aosp12/system/nfc/src/nfc/ndef/
H A Dndef_utils.cc42 static void shiftdown(uint8_t* p_mem, uint32_t len, uint32_t shift_amount) { in shiftdown()