Home
last modified time | relevance | path

Searched refs:gf (Results 1 – 17 of 17) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/ec/curve448/
Dfield.h37 } ALIGNED gf_s, gf[1]; typedef
44 static INLINE_UNUSED void gf_copy(gf out, const gf a) in gf_copy()
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);
52 static INLINE_UNUSED void gf_weak_reduce(gf inout);
54 void gf_strong_reduce(gf inout);
55 void gf_add(gf out, const gf a, const gf b);
56 void gf_sub(gf out, const gf a, const gf b);
57 void gf_mul(gf_s * RESTRICT out, const gf a, const gf b);
[all …]
Df_generic.c14 static const gf MODULUS = {
21 void gf_serialize(uint8_t serial[SER_BYTES], const gf x, int with_hibit) in gf_serialize()
26 gf red; in gf_serialize()
46 mask_t gf_hibit(const gf x) in gf_hibit()
48 gf y; in gf_hibit()
56 mask_t gf_lobit(const gf x) in gf_lobit()
58 gf y; in gf_lobit()
66 mask_t gf_deserialize(gf x, const uint8_t serial[SER_BYTES], int with_hibit, in gf_deserialize()
100 void gf_strong_reduce(gf a) in gf_strong_reduce()
142 void gf_sub(gf d, const gf a, const gf b) in gf_sub()
[all …]
Dcurve448.c41 static void gf_invert(gf y, const gf x, int assert_nonzero) in gf_invert()
44 gf t1, t2; in gf_invert()
63 gf a, b, c, d; in point_double_internal()
106 gf eu; in pniels_to_pt()
127 gf a, b, c; in add_niels_to_pt()
148 gf a, b, c; in sub_niels_from_pt()
169 gf L0; in add_pniels_to_pt()
179 gf L0; in sub_pniels_from_pt()
190 gf a, b; in curve448_point_eq()
203 gf a, b, c; in curve448_point_valid()
[all …]
Dpoint_448.h26 gf a, b, c;
30 gf z;
57 gf x, y, z, t;
/freebsd-12-stable/crypto/openssl/crypto/ec/curve448/arch_32/
Df_impl.h23 void gf_add_RAW(gf out, const gf a, const gf b) in gf_add_RAW()
31 void gf_sub_RAW(gf out, const gf a, const gf b) in gf_sub_RAW()
39 void gf_bias(gf a, int amt) in gf_bias()
48 void gf_weak_reduce(gf a) in gf_weak_reduce()
Df_impl.c15 void gf_mul(gf_s * RESTRICT cs, const gf as, const gf bs) in gf_mul()
64 void gf_mulw_unsigned(gf_s * RESTRICT cs, const gf as, uint32_t b) in gf_mulw_unsigned()
92 void gf_sqr(gf_s * RESTRICT cs, const gf as) in gf_sqr()
/freebsd-12-stable/contrib/gcc/
Det-forest.c304 struct et_occ *f, *gf, *ggf; in et_splay() local
319 gf = f->parent; in et_splay()
321 if (!gf) in et_splay()
352 gf_depth = gf->depth; in et_splay()
355 occ->min_occ = gf->min_occ; in et_splay()
356 occ->min = gf->min; in et_splay()
358 ggf = gf->parent; in et_splay()
360 if (gf->prev == f) in et_splay()
365 set_prev (gf, f->next); in et_splay()
368 set_next (f, gf); in et_splay()
[all …]
DChangeLog-200517470 (s390_build_builtin_va_list): Set va_list_[gf]pr_counter_field.
19597 * config/s390/s390.md: ("gf") New mode attribute.
/freebsd-12-stable/usr.sbin/chkgrp/
Dchkgrp.c57 FILE *gf; in main() local
88 if ((gf = fopen(gfn, "r")) == NULL) in main()
93 if ((line = fgetln(gf, &len)) == NULL) in main()
187 if (ferror(gf)) in main()
191 fclose(gf); in main()
/freebsd-12-stable/contrib/nvi/regex/
Dengine.c140 const sopno gf = g->firststate+1; /* +1 for OEND */ in matcher() local
185 endp = fast(m, start, stop, gf, gl); in matcher()
197 endp = slow(m, m->coldp, stop, gf, gl); in matcher()
218 dp = dissect(m, m->coldp, endp, gf, gl); in matcher()
229 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0); in matcher()
241 endp = slow(m, m->coldp, endp-1, gf, gl); in matcher()
252 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0); in matcher()
/freebsd-12-stable/lib/libc/regex/
Dengine.c202 const sopno gf = g->firststate+1; /* +1 for OEND */ in matcher() local
300 endp = walk(m, start, stop, gf, gl, true); in matcher()
316 endp = walk(m, m->coldp, stop, gf, gl, false); in matcher()
338 dp = dissect(m, m->coldp, endp, gf, gl); in matcher()
349 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0); in matcher()
361 endp = walk(m, m->coldp, endp-1, gf, gl, false); in matcher()
372 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0); in matcher()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
Dregengine.inc140 const sopno gf = g->firststate+1; /* +1 for OEND */
185 endp = fast(m, start, stop, gf, gl);
199 endp = slow(m, m->coldp, stop, gf, gl);
220 dp = dissect(m, m->coldp, endp, gf, gl);
231 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0);
243 endp = slow(m, m->coldp, endp-1, gf, gl);
254 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0);
/freebsd-12-stable/contrib/file/tests/
Dmatilde.arm.testfile86 gf��c}a�?�9�<��:����/�!t�� <��A*�JaJ�W�i���9�l��m�-��L3�0<ˊ���a�,����B���,�)�%G�t���1P<.��?…
/freebsd-12-stable/sys/netgraph/bluetooth/include/
Dng_hci.h316 #define NG_HCI_OPCODE(gf,cf) ((((gf) & 0x3f) << 10) | ((cf) & 0x3ff)) argument
/freebsd-12-stable/contrib/file/magic/Magdir/
Danimation60 >8 string 3gf \b, MPEG v4 system, 3GPP
/freebsd-12-stable/contrib/gcc/config/s390/
Ds390.md317 ;; In GPR templates, a string like "c<gf>dbr" will expand to "cgdbr" in DImode
319 (define_mode_attr gf [(DI "g") (SI "f")])
3127 "c<GPR:gf><FPR:xde>br\t%0,%h2,%1"
/freebsd-12-stable/contrib/ncurses/misc/
Dterminfo.src1898 rmso=\E), rmul=\E], rs1=\ER, setb=\E@%p1%Pb%gb%gf%d%d,
1899 setf=\E@%p1%Pf%gb%gf%d%d, sgr0=\E}\E]\E>\E), smcup=\Ei,