HomeSort by: relevance | last modified time | path
    Searched defs:INLINE_UNUSED (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/ec/curve448/
field.h 26 #define INLINE_UNUSED __inline__ __attribute__((__unused__, __always_inline__))
30 #define INLINE_UNUSED ossl_inline
44 static INLINE_UNUSED void gf_copy(gf out, const gf a)
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);
  /src/crypto/external/bsd/openssl/dist/crypto/ec/curve448/
field.h 26 # define INLINE_UNUSED __inline__ __attribute__((__unused__,__always_inline__))
30 # define INLINE_UNUSED ossl_inline
44 static INLINE_UNUSED void gf_copy(gf out, const gf a)
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);
  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/curve448/
field.h 26 # define INLINE_UNUSED __inline__ __attribute__((__unused__,__always_inline__))
30 # define INLINE_UNUSED ossl_inline
44 static INLINE_UNUSED void gf_copy(gf out, const gf a)
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 22 milliseconds