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

  /src/crypto/external/apache2/openssl/dist/crypto/ec/curve448/
field.h 27 #define RESTRICT __restrict__
31 #define RESTRICT
57 void ossl_gf_mul(gf_s *RESTRICT out, const gf a, const gf b);
58 void ossl_gf_mulw_unsigned(gf_s *RESTRICT out, const gf a, uint32_t b);
59 void ossl_gf_sqr(gf_s *RESTRICT out, const gf a);
81 static ossl_inline void gf_sqrn(gf_s *RESTRICT y, const gf x, int n)
158 static ossl_inline void gf_cond_swap(gf x, gf_s *RESTRICT y, mask_t swap)
  /src/crypto/external/bsd/openssl/dist/crypto/ec/curve448/
field.h 27 # define RESTRICT __restrict__
31 # define RESTRICT
57 void gf_mul(gf_s * RESTRICT out, const gf a, const gf b);
58 void gf_mulw_unsigned(gf_s * RESTRICT out, const gf a, uint32_t b);
59 void gf_sqr(gf_s * RESTRICT out, const gf a);
82 static ossl_inline void gf_sqrn(gf_s * RESTRICT y, const gf x, int n)
159 static ossl_inline void gf_cond_swap(gf x, gf_s * RESTRICT y, mask_t swap)
  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/curve448/
field.h 27 # define RESTRICT __restrict__
31 # define RESTRICT
57 void gf_mul(gf_s * RESTRICT out, const gf a, const gf b);
58 void gf_mulw_unsigned(gf_s * RESTRICT out, const gf a, uint32_t b);
59 void gf_sqr(gf_s * RESTRICT out, const gf a);
77 static ossl_inline void gf_sqrn(gf_s * RESTRICT y, const gf x, int n)
154 static ossl_inline void gf_cond_swap(gf x, gf_s * RESTRICT y, mask_t swap)
  /src/external/cddl/osnet/dist/tools/ctf/cvt/
ctftools.h 162 RESTRICT,

Completed in 27 milliseconds