Searched refs:INLINE_UNUSED (Results 1 – 1 of 1) sorted by relevance
26 # define INLINE_UNUSED __inline__ __attribute__((__unused__,__always_inline__)) macro30 # define INLINE_UNUSED ossl_inline macro44 static INLINE_UNUSED void gf_copy(gf out, const gf a) in gf_copy()49 static INLINE_UNUSED void gf_add_RAW(gf out, const gf a, const gf b);50 static INLINE_UNUSED void gf_sub_RAW(gf out, const gf a, const gf b);51 static INLINE_UNUSED void gf_bias(gf inout, int amount);52 static INLINE_UNUSED void gf_weak_reduce(gf inout);
Completed in 4 milliseconds