Searched refs:UL (Results 1 – 2 of 2) sorted by relevance
| /lib/liblwip/src/netif/ppp/ |
| D | md5.c | 105 #define UL(x) x##UL macro 108 #define UL(x) x##UL macro 110 #define UL(x) x macro 229 FF ( a, b, c, d, in[ 0], S11, UL(3614090360)); /* 1 */ in Transform() 230 FF ( d, a, b, c, in[ 1], S12, UL(3905402710)); /* 2 */ in Transform() 231 FF ( c, d, a, b, in[ 2], S13, UL( 606105819)); /* 3 */ in Transform() 232 FF ( b, c, d, a, in[ 3], S14, UL(3250441966)); /* 4 */ in Transform() 233 FF ( a, b, c, d, in[ 4], S11, UL(4118548399)); /* 5 */ in Transform() 234 FF ( d, a, b, c, in[ 5], S12, UL(1200080426)); /* 6 */ in Transform() 235 FF ( c, d, a, b, in[ 6], S13, UL(2821735955)); /* 7 */ in Transform() [all …]
|
| /lib/liblwip/ |
| D | CHANGELOG | 596 * many files: Added missing U/UL modifiers to fix 16-bit-arch portability.
|