Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
return a;
return b;
}
+#if !USING_KERNEL_PLL_LOOP
static ALWAYS_INLINE double MIND(double a, double b)
{
if (a < b)
return a;
return b;
}
+#endif
static NOINLINE double my_SQRT(double X)
{
union {
/* from wolfssl-3.15.3/wolfcrypt/src/aes.c */
+#ifdef UNUSED
static ALWAYS_INLINE void FlattenSzInBits(byte* buf, word32 sz)
{
/* Multiply the sz by 8 */
// buf[7] = sz & 0xff;
*(uint32_t*)(buf + 4) = SWAP_BE32(sz);
}
+#endif
static void RIGHTSHIFTX(byte* x)
{
cur_outbuf = outbuf;
}
-static inline int outbuf_count(void)
-{
- return cur_outbuf - outbuf;
-}
-
static void print_outbuf(void)
{
int sz = cur_outbuf - outbuf;
return bufp;
}
+#if ENABLE_FEATURE_SGI_LABEL || ENABLE_FEATURE_OSF_LABEL
static ALWAYS_INLINE struct partition *
get_part_table(int i)
{
return ptes[i].part_table;
}
+#endif
static ALWAYS_INLINE const char *
str_units(void)