HomeSort by: relevance | last modified time | path
    Searched refs:RESTRICT (Results 1 - 22 of 22) 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)
curve448.c 220 static ossl_inline void constant_time_lookup_niels(niels_s *RESTRICT ni,
  /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)
curve448.c 223 static ossl_inline void constant_time_lookup_niels(niels_s * RESTRICT ni,
  /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)
curve448.c 220 static ossl_inline void constant_time_lookup_niels(niels_s * RESTRICT ni,
  /src/crypto/external/apache2/openssl/dist/crypto/ec/curve448/arch_32/
f_impl32.c 24 void ossl_gf_mul(gf_s *RESTRICT cs, const gf as, const gf bs)
73 void ossl_gf_mulw_unsigned(gf_s *RESTRICT cs, const gf as, uint32_t b)
101 void ossl_gf_sqr(gf_s *RESTRICT cs, const gf as)
  /src/crypto/external/bsd/openssl/dist/crypto/ec/curve448/arch_32/
f_impl32.c 24 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)
  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/curve448/arch_32/
f_impl.c 15 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)
  /src/crypto/external/apache2/openssl/dist/crypto/ec/curve448/arch_64/
f_impl64.c 24 void ossl_gf_mul(gf_s *RESTRICT cs, const gf as, const gf bs)
76 void ossl_gf_mulw_unsigned(gf_s *RESTRICT cs, const gf as, uint32_t b)
102 void ossl_gf_sqr(gf_s *RESTRICT cs, const gf as)
  /src/crypto/external/bsd/openssl/dist/crypto/ec/curve448/arch_64/
f_impl64.c 24 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)
  /src/external/cddl/osnet/dist/tools/ctf/cvt/
ctftools.h 162 RESTRICT,
fixup_tdescs.c 286 * Remove the type attributes "volatile", "const" and "restrict",
295 tdp->t_type == RESTRICT ||
320 fix_kill_attr_cb, /* restrict */
tdata.c 74 case RESTRICT:
254 NULL /* restrict */
453 build_hashes /* restrict */
st_parse.c 756 (*rtdp)->t_type = RESTRICT;
878 case RESTRICT:
1195 case RESTRICT:
dwarf.c 200 case RESTRICT:
239 case RESTRICT:
262 case RESTRICT:
1658 die_through_create(dw, die, off, tdp, RESTRICT, "restrict");
1920 NULL, /* restrict */
1939 NULL, /* restrict */
ctf.c 521 case RESTRICT:
1351 tdp->t_type = RESTRICT;
  /src/external/gpl2/xcvs/dist/contrib/
cvs_acls.in 42 repository/path/to/restrict $CVSROOT/CVSROOT/cvs_acls [-d][-u $USER][-f <logfile>]
128 Handle specific filename restrictions. cvs_acls didn't restrict
305 If you are using client-side userIds to restrict access to your
914 open (RESTRICT, $restrictfile) || return; # It is ok for cvsacl file not to exist
915 while (<RESTRICT>) {
  /src/external/gpl3/gdb/dist/gdb/
cp-name-parser.y 261 %token ELLIPSIS RESTRICT VOID FLOAT_KEYWORD CHAR WCHAR_T
655 qualifier : RESTRICT
1177 /* For now the order is CONST (innermost), VOLATILE, RESTRICT. */
1873 if (startswith (tokstart, "restrict"))
1874 return RESTRICT;
c-exp.y 237 %token RESTRICT ATOMIC
1261 | RESTRICT
2511 {"restrict", RESTRICT, OP_NULL, FLAG_C | FLAG_SHADOW},
2512 {"__restrict__", RESTRICT, OP_NULL, 0},
2513 {"__restrict", RESTRICT, OP_NULL, 0},
  /src/external/gpl3/gdb.old/dist/gdb/
cp-name-parser.y 261 %token ELLIPSIS RESTRICT VOID FLOAT_KEYWORD CHAR WCHAR_T
655 qualifier : RESTRICT
1177 /* For now the order is CONST (innermost), VOLATILE, RESTRICT. */
1873 if (startswith (tokstart, "restrict"))
1874 return RESTRICT;
c-exp.y 237 %token RESTRICT ATOMIC
1260 | RESTRICT
2510 {"restrict", RESTRICT, OP_NULL, FLAG_C | FLAG_SHADOW},
2511 {"__restrict__", RESTRICT, OP_NULL, 0},
2512 {"__restrict", RESTRICT, OP_NULL, 0},

Completed in 44 milliseconds