| /src/crypto/external/apache2/openssl/dist/crypto/ec/curve448/ |
| field.h | 37 } ALIGNED gf_s, gf[1]; typedef in typeref:struct:gf_s 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) [all...] |
| f_generic.c | 14 static const gf MODULUS = { 21 void gf_serialize(uint8_t serial[SER_BYTES], const gf x, int with_hibit) 26 gf red; 46 mask_t gf_hibit(const gf x) 48 gf y; 56 mask_t gf_lobit(const gf x) 58 gf y; 66 mask_t gf_deserialize(gf x, const uint8_t serial[SER_BYTES], int with_hibit, 97 void gf_strong_reduce(gf a) 136 /* Subtract two gf elements d=a-b * [all...] |
| point_448.h | 26 gf a, b, c; 30 gf z; 57 gf x, y, z, t;
|
| /src/crypto/external/bsd/openssl/dist/crypto/ec/curve448/ |
| field.h | 37 } ALIGNED gf_s, gf[1]; typedef in typeref:struct:gf_s 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) [all...] |
| f_generic.c | 14 static const gf MODULUS = { 21 void gf_serialize(uint8_t *serial, const gf x, int with_hibit) 26 gf red; 46 mask_t gf_hibit(const gf x) 48 gf y; 56 mask_t gf_lobit(const gf x) 58 gf y; 66 mask_t gf_deserialize(gf x, const uint8_t serial[SER_BYTES], int with_hibit, 100 void gf_strong_reduce(gf a) 141 /* Subtract two gf elements d=a-b * [all...] |
| point_448.h | 26 gf a, b, c; 30 gf z; 57 gf x, y, z, t;
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/ec/curve448/ |
| field.h | 37 } ALIGNED gf_s, gf[1]; typedef in typeref:struct:gf_s 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) [all...] |
| f_generic.c | 14 static const gf MODULUS = { 21 void gf_serialize(uint8_t serial[SER_BYTES], const gf x, int with_hibit) 26 gf red; 46 mask_t gf_hibit(const gf x) 48 gf y; 56 mask_t gf_lobit(const gf x) 58 gf y; 66 mask_t gf_deserialize(gf x, const uint8_t serial[SER_BYTES], int with_hibit, 100 void gf_strong_reduce(gf a) 141 /* Subtract two gf elements d=a-b * [all...] |
| point_448.h | 26 gf a, b, c; 30 gf z; 57 gf x, y, z, t;
|
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| libgcov-driver-system.c | 212 allocate_filename_struct (struct gcov_filename *gf) 217 gf->filename = NULL; 230 gf->strip = strip; 242 if (!prefix_length && gf->strip) 251 gf->prefix = (char *) xmalloc (prefix_length + 1); 252 char *p = (char *) memcpy (gf->prefix, gcov_prefix, prefix_length); 256 gf->prefix = NULL; 264 struct gcov_filename *gf) 271 if (gf->strip > 0) 282 for (level = gf->strip; *probe && level; probe++ [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/ec/curve448/arch_64/ |
| f_impl.h | 26 void gf_add_RAW(gf out, const gf a, const gf b) 36 void gf_sub_RAW(gf out, const gf a, const gf b) 47 void gf_bias(gf a, int amt) 51 void gf_weak_reduce(gf a)
|
| 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_impl.h | 21 void gf_add_RAW(gf out, const gf a, const gf b) 31 void gf_sub_RAW(gf out, const gf a, const gf b) 42 void gf_bias(gf a, int amt) 46 void gf_weak_reduce(gf a)
|
| 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/gpl3/gcc/dist/libgcc/ |
| libgcov-driver-system.c | 212 allocate_filename_struct (struct gcov_filename *gf) 217 gf->filename = NULL; 230 gf->strip = strip; 242 if (!prefix_length && gf->strip) 251 gf->prefix = (char *) xmalloc (prefix_length + 1); 252 char *p = (char *) memcpy (gf->prefix, gcov_prefix, prefix_length); 256 gf->prefix = NULL; 264 struct gcov_filename *gf, 272 if (gf->strip > 0) 283 for (level = gf->strip; *probe && level; probe++ [all...] |
| /src/external/gpl2/groff/dist/font/devdvi/generate/ |
| CompileFonts | 12 gftopk $f.${mag}gf >/dev/null 13 rm $f.${mag}gf
|
| Makefile | 29 gfdir=/usr/local/lib/groff-gf 46 $(TFMTODIT) $(SPECIALFLAG) -g $(gfdir)/cmr10.300gf \ 52 $(TFMTODIT) $(SPECIALFLAG) -g $(gfdir)/cmti10.300gf \ 56 $(TFMTODIT) -g $(gfdir)/cmbx10.300gf \ 60 $(TFMTODIT) -g $(gfdir)/cmbxti10.300gf \ 90 $(TFMTODIT) -g $(gfdir)/cmss10.300gf \ 94 $(TFMTODIT) -g $(gfdir)/cmssbx10.300gf \ 98 $(TFMTODIT) -g $(gfdir)/cmssi10.300gf \ 102 $(TFMTODIT) -g $(gfdir)/cmssbxo10.300gf \ 117 $(TFMTODIT) -g $(gfdir)/ecrm1000.300gf \ [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/ec/curve448/arch_32/ |
| f_impl.h | 27 void gf_add_RAW(gf out, const gf a, const gf b) 35 void gf_sub_RAW(gf out, const gf a, const gf b) 43 void gf_bias(gf a, int amt) 52 void gf_weak_reduce(gf a)
|
| 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_impl.h | 23 void gf_add_RAW(gf out, const gf a, const gf b) 31 void gf_sub_RAW(gf out, const gf a, const gf b) 39 void gf_bias(gf a, int amt) 48 void gf_weak_reduce(gf a)
|
| 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.h | 23 void gf_add_RAW(gf out, const gf a, const gf b) 31 void gf_sub_RAW(gf out, const gf a, const gf b) 39 void gf_bias(gf a, int amt) 48 void gf_weak_reduce(gf a)
|
| 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/external/gpl3/gcc/dist/gcc/ |
| et-forest.cc | 304 struct et_occ *f, *gf, *ggf; 319 gf = f->parent; 321 if (!gf) 352 gf_depth = gf->depth; 355 occ->min_occ = gf->min_occ; 356 occ->min = gf->min; 358 ggf = gf->parent; 360 if (gf->prev == f) 365 set_prev (gf, f->next); 368 set_next (f, gf); [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| et-forest.cc | 304 struct et_occ *f, *gf, *ggf; 319 gf = f->parent; 321 if (!gf) 352 gf_depth = gf->depth; 355 occ->min_occ = gf->min_occ; 356 occ->min = gf->min; 358 ggf = gf->parent; 360 if (gf->prev == f) 365 set_prev (gf, f->next); 368 set_next (f, gf); [all...] |