Home
last modified time | relevance | path

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

/linux-3.4.99/include/crypto/
Db128ops.h62 } le128; typedef
75 static inline void le128_xor(le128 *r, const le128 *p, const le128 *q) in le128_xor()
/linux-3.4.99/arch/arm/nwfpe/
Dsoftfloat.c3137 while ( le128( term0, term1, aSig0, aSig1 ) ) { in floatx80_rem()
3299 aSign ? le128( b.high, b.low, a.high, a.low ) in floatx80_le()
3300 : le128( a.high, a.low, b.high, b.low ); in floatx80_le()
3395 aSign ? le128( b.high, b.low, a.high, a.low ) in floatx80_le_quiet()
3396 : le128( a.high, a.low, b.high, b.low ); in floatx80_le_quiet()
Dsoftfloat-macros720 INLINE flag le128( bits64 a0, bits64 a1, bits64 b0, bits64 b1 )