Searched defs:UL (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dmd5.c98 #define UL(x) x##UL macro
101 #define UL(x) x##UL macro
103 #define UL(x) x macro
216 FF ( a, b, c, d, in[ 0], S11, UL(3614090360)); /* 1 */
217 FF ( d, a, b, c, in[ 1], S12, UL(3905402710)); /* 2 */
218 FF ( c, d, a, b, in[ 2], S13, UL( 606105819)); /* 3 */
219 FF ( b, c, d, a, in[ 3], S14, UL(3250441966)); /* 4 */
220 FF ( a, b, c, d, in[ 4], S11, UL(411854839
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dmd5.c105 #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 */
230 FF ( d, a, b, c, in[ 1], S12, UL(3905402710)); /* 2 */
231 FF ( c, d, a, b, in[ 2], S13, UL( 606105819)); /* 3 */
232 FF ( b, c, d, a, in[ 3], S14, UL(3250441966)); /* 4 */
233 FF ( a, b, c, d, in[ 4], S11, UL(411854839
[all...]

Completed in 382 milliseconds