Home
last modified time | relevance | path

Searched refs:RESTRICT (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssl/crypto/ec/curve448/
H A Dfield.h27 # define RESTRICT __restrict__ macro
31 # define RESTRICT macro
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) in gf_sqrn()
159 static ossl_inline void gf_cond_swap(gf x, gf_s * RESTRICT y, mask_t swap) in gf_cond_swap()
H A Dcurve448.c223 static ossl_inline void constant_time_lookup_niels(niels_s * RESTRICT ni, in constant_time_lookup_niels()
/freebsd/crypto/openssl/crypto/ec/curve448/arch_32/
H A Df_impl32.c24 void gf_mul(gf_s * RESTRICT cs, const gf as, const gf bs)
73 void gf_mulw_unsigned(gf_s * RESTRICT cs, const gf as, uint32_t b)
101 void gf_sqr(gf_s * RESTRICT cs, const gf as)
/freebsd/crypto/openssl/crypto/ec/curve448/arch_64/
H A Df_impl64.c24 void gf_mul(gf_s * RESTRICT cs, const gf as, const gf bs)
76 void gf_mulw_unsigned(gf_s * RESTRICT cs, const gf as, uint32_t b)
102 void gf_sqr(gf_s * RESTRICT cs, const gf as)
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTF.def28 HANDLE_BTF_KIND(11, RESTRICT)
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctftools.h152 RESTRICT, enumerator
H A Ddwarf.c193 case RESTRICT: in tdesc_size()
228 case RESTRICT: in tdesc_bitsize()
250 case RESTRICT: in tdesc_basetype()
1552 die_through_create(dw, die, off, tdp, RESTRICT, "restrict"); in die_restrict_create()
H A Dtdata.c69 case RESTRICT: in tdesc_layouthash()
H A Dctf.c513 case RESTRICT: in write_type()
1340 tdp->t_type = RESTRICT; in resurrect_types()