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

/freebsd-12-stable/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);
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)
H A Dcurve448.c220 static ossl_inline void constant_time_lookup_niels(niels_s * RESTRICT ni,
/freebsd-12-stable/crypto/openssl/crypto/ec/curve448/arch_32/
H A Df_impl.c15 void gf_mul(gf_s * RESTRICT cs, const gf as, const gf bs)
64 void gf_mulw_unsigned(gf_s * RESTRICT cs, const gf as, uint32_t b)
92 void gf_sqr(gf_s * RESTRICT cs, const gf as)
/freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctftools.h146 RESTRICT, enumerator in enum:stabtype
H A Dtdata.c69 case RESTRICT:
H A Dst_parse.c756 (*rtdp)->t_type = RESTRICT;
878 case RESTRICT:
1195 case RESTRICT:
H A Ddwarf.c193 case RESTRICT:
228 case RESTRICT:
250 case RESTRICT:
1541 die_through_create(dw, die, off, tdp, RESTRICT, "restrict");
H A Dctf.c520 case RESTRICT:
1230 tdp->t_type = RESTRICT;
/freebsd-12-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c10026 ** RESTRICT, SETNULL, and CASCADE actions apply only to foreign keys.
10027 ** RESTRICT is the same as ABORT for IMMEDIATE foreign keys and the
[all...]

Completed in 255 milliseconds