HomeSort by: relevance | last modified time | path
    Searched defs:gf (Results 1 - 12 of 12) sorted by relevancy

  /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...]
  /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...]
  /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...]
  /src/external/bsd/nvi/dist/regex/
engine.c 149 const sopno gf = g->firststate+1; /* +1 for OEND */ local
199 endp = fast(m, start, stop, gf, gl);
211 endp = slow(m, m->coldp, stop, gf, gl);
232 dp = dissect(m, m->coldp, endp, gf, gl);
243 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0);
255 endp = slow(m, m->coldp, endp-1, gf, gl);
266 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0);
  /src/external/gpl3/gcc/dist/libgcc/
libgcov-driver.c 614 dump_one_gcov (struct gcov_info *gi_ptr, struct gcov_filename *gf,
623 error = gcov_exit_open_gcda_file (gi_ptr, gf, mode);
634 gf->filename);
637 error = merge_one_data (gf->filename, gi_ptr, &summary);
664 : GCOV_PROF_PREFIX "Error writing\n"), gf->filename);
679 struct gcov_filename gf; local
694 allocate_filename_struct (&gf);
699 dump_one_gcov (gi_ptr, &gf, run_counted, run_max, mode);
700 free (gf.filename);
703 free (gf.prefix)
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/
libgcov-driver.c 596 dump_one_gcov (struct gcov_info *gi_ptr, struct gcov_filename *gf,
605 error = gcov_exit_open_gcda_file (gi_ptr, gf);
616 gf->filename);
619 error = merge_one_data (gf->filename, gi_ptr, &summary);
646 : GCOV_PROF_PREFIX "Error writing\n"), gf->filename);
661 struct gcov_filename gf; local
676 allocate_filename_struct (&gf);
681 dump_one_gcov (gi_ptr, &gf, run_counted, run_max);
682 free (gf.filename);
685 free (gf.prefix)
    [all...]
  /src/lib/libc/regex/
engine.c 211 const sopno gf = g->firststate+1; /* +1 for OEND */ local
315 endp = walk(m, start, stop, gf, gl, true);
327 endp = walk(m, m->coldp, stop, gf, gl, false);
349 dp = dissect(m, m->coldp, endp, gf, gl);
359 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0);
371 endp = walk(m, m->coldp, endp-1, gf, gl, false);
382 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0);
  /src/sys/dev/pci/voyager/
voyagerfb.c 995 int rf, gf, bf, rb, gb, bb; local
1040 gf = (fg >> 8) & 0xff;
1055 g = aval * gf + (255 - aval) * gb;
  /src/sys/dev/wscons/
wsdisplay_vcons.c 858 struct wsdisplay_getfont *gf = data; local
865 error = copyoutstr(fontname, gf->gf_name, gf->gf_size, &actual);
867 gf->gf_actual = actual;
  /src/external/gpl2/groff/dist/src/utils/tfmtodit/
tfmtodit.cpp 43 This puts the two arguments to the math_fit macro into the gf file.
44 (They will appear in the gf file immediately before the character to
45 which they apply.) We then create a gf file using this cm.base. Then
46 we run tfmtodit and specify this gf file with the -g option.
378 class gf { class
386 gf();
392 gf::gf() function in class:gf
398 int gf::load(const char *file)
426 error("bad gf file")
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
name.c 1942 bool gf; /* Global compression target found */ local
1991 gf = dns_compress_findglobal(cctx, name, &gp, &go);
1993 gf = false;
2000 if (gf && ISC_UNLIKELY(go >= 0x4000)) {
2001 gf = false;
2007 if (gf && (gp.length + 2) >= name->length) {
2008 gf = false;
2011 if (gf) {
  /src/sys/dev/pci/
radeonfb.c 3179 int rf, gf, bf, rb, gb, bb; local
3233 gf = (fg >> 8) & 0xff;
3256 g = aval * gf + (255 - aval) * gb;

Completed in 45 milliseconds