Searched refs:le128 (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/include/crypto/ |
D | b128ops.h | 62 } 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/ |
D | softfloat.c | 3137 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()
|
D | softfloat-macros | 720 INLINE flag le128( bits64 a0, bits64 a1, bits64 b0, bits64 b1 )
|