Searched refs:BASE (Results 1 – 10 of 10) sorted by relevance
11 #define BASE 65521UL /* largest prime smaller than 65536 */ macro25 if (a >= (BASE << 16)) a -= (BASE << 16); \26 if (a >= (BASE << 15)) a -= (BASE << 15); \27 if (a >= (BASE << 14)) a -= (BASE << 14); \28 if (a >= (BASE << 13)) a -= (BASE << 13); \29 if (a >= (BASE << 12)) a -= (BASE << 12); \30 if (a >= (BASE << 11)) a -= (BASE << 11); \31 if (a >= (BASE << 10)) a -= (BASE << 10); \32 if (a >= (BASE << 9)) a -= (BASE << 9); \33 if (a >= (BASE << 8)) a -= (BASE << 8); \[all …]
10 BASE="$(dirname $0)/.."11 . $BASE/common.sh
121 bool "Ethernet PHY RTL8211x: force 1000BASE-T master mode"124 Force master mode for 1000BASE-T on RTl8211x PHYs (except for RTL8211F).
17 Versatile Express (VE) FVP and BASE FVP (See
160 #define BASE (1024) macro1069 gain = (prob_mid * BASE) / (prob_mid + cov_r); in predict_temp()1072 temp_now = (temp_mid * BASE + gain * (temp - temp_mid)) >> BASE_SHIFT; in predict_temp()1078 prob_now = ((BASE - gain) * prob_mid) >> BASE_SHIFT; in predict_temp()
123 #define BASE (6) macro
732 OUTW (dev, (START_BASE >> 8), BASE); in ax88180_initialize()
192 BASE 01:ffff 05:ffff 09:ffff 0d:ffff 11:ffff 15:ffff 19:ffff 1d:ffff
107 1000BASE-KX(1G-KX):
844 bool "Support Versatile Express ARMv8a FVP BASE model"849 bool "Support Versatile Express ARMv8a FVP BASE model booting from DRAM"