Searched refs:F1 (Results 1 - 3 of 3) sorted by path

/haiku/src/add-ons/kernel/drivers/network/ether/attansic_l1/dev/mii/
H A Datphy.c34 * Driver for the Attansic/Atheros F1 10/100/1000 PHY.
83 MII_PHY_DESC(xxATHEROS, F1),
296 /* Workaround F1 bug to reset phy. */
356 * model number of F1 gigabit PHY. The PHY has no
/haiku/src/add-ons/media/media-add-ons/usb_vision/
H A DChannels.cpp404 F1 176.00
/haiku/src/libs/compat/openbsd_wlan/crypto/
H A Dmd5.c127 /* The four core functions - F1 is optimized somewhat */
129 /* #define F1(x, y, z) (x & y | ~x & z) */
130 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro
131 #define F2(x, y, z) F1(z, x, y)
166 MD5STEP(F1, a, b, c, d, in[ 0] + 0xd76aa478, 7);
167 MD5STEP(F1, d, a, b, c, in[ 1] + 0xe8c7b756, 12);
168 MD5STEP(F1, c, d, a, b, in[ 2] + 0x242070db, 17);
169 MD5STEP(F1, b, c, d, a, in[ 3] + 0xc1bdceee, 22);
170 MD5STEP(F1, a, b, c, d, in[ 4] + 0xf57c0faf, 7);
171 MD5STEP(F1,
[all...]

Completed in 117 milliseconds