Home
last modified time | relevance | path

Searched refs:indexA (Results 1 – 1 of 1) sorted by relevance

/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/
H A Ds_shortShiftRightExtendM.c53 unsigned int indexA, lastIndexA; in softfloat_shortShiftRightExtendM() local
57 indexA = indexWordLo( size_words ); in softfloat_shortShiftRightExtendM()
62 wordA = aPtr[indexA]; in softfloat_shortShiftRightExtendM()
66 if ( indexA == lastIndexA ) break; in softfloat_shortShiftRightExtendM()
67 indexA += wordIncr; in softfloat_shortShiftRightExtendM()