Searched refs:BASE (Results 1 – 3 of 3) sorted by relevance
| /lib/zlib/ |
| A D | adler32.c | 25 if (a >= (BASE << 16)) a -= (BASE << 16); \ 26 if (a >= (BASE << 15)) a -= (BASE << 15); \ 27 if (a >= (BASE << 14)) a -= (BASE << 14); \ 32 if (a >= (BASE << 9)) a -= (BASE << 9); \ 33 if (a >= (BASE << 8)) a -= (BASE << 8); \ 34 if (a >= (BASE << 7)) a -= (BASE << 7); \ 35 if (a >= (BASE << 6)) a -= (BASE << 6); \ 36 if (a >= (BASE << 5)) a -= (BASE << 5); \ 37 if (a >= (BASE << 4)) a -= (BASE << 4); \ 41 if (a >= BASE) a -= BASE; \ [all …]
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/IANA/ |
| A D | IANA-MAU-MIB | 89 b10base5(2), -- 10BASE-5 92 b10base2(4), -- 10BASE-2 94 b10baseFP(6), -- 10BASE-FP 95 b10baseFB(7), -- 10BASE-FB 102 b100baseT4(14), -- 100BASE-T4 134 b2BaseTL(42), -- 2BASE-TL 164 applies to 10BASE-FB, 100BASE-T4 Far 213 10BASE-FP MAUs. 215 For 100BASE-T2, 100BASE-T4, 100BASE-TX, 100BASE-FX, 216 100BASE-LX10, and 100BASE-BX10 PHYs the enumerations match the [all …]
|
| /lib/mbedtls/external/mbedtls/docs/architecture/psa-migration/ |
| A D | syms.sh | 36 BASE=$1 37 if [ -f $BASE.o ]; then 38 echo $BASE.o 39 elif [ -f $BASE.a ]; then 40 echo $BASE.a
|
Completed in 17 milliseconds