Home
last modified time | relevance | path

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

12345678910>>...185

/dports/archivers/p5-Gzip-Faster/Gzip-Faster-0.21/
H A Dgzip-faster-perl.c70 gf->in_char = SvPV (gf->in, gf->in_length); in gf_set_up()
71 gf->strm.next_in = (unsigned char *) gf->in_char; in gf_set_up()
72 gf->strm.avail_in = gf->in_length; in gf_set_up()
201 gf->wb = -gf->wb; in gzip_faster()
204 CALL_ZLIB (deflateInit2 (& gf->strm, gf->level, Z_DEFLATED, in gzip_faster()
243 if (gf->file_name || gf->mod_time) { in gzip_faster()
253 gf->strm.next_out = gf->out_buffer; in gzip_faster()
328 gf->wb = -gf->wb; in gunzip_faster()
331 CALL_ZLIB (inflateInit2 (& gf->strm, gf->wb)); in gunzip_faster()
360 gf->strm.next_out = gf->out_buffer; in gunzip_faster()
[all …]
/dports/devel/agar/agar-1.5.0/gui/
H A Dgraph.c484 AG_BindInt(gf, "xOffs", &gf->xOffs); in Init()
485 AG_BindInt(gf, "yOffs", &gf->yOffs); in Init()
486 AG_BindInt(gf, "xMin", &gf->xMin); in Init()
487 AG_BindInt(gf, "yMin", &gf->yMin); in Init()
488 AG_BindInt(gf, "xMax", &gf->xMax); in Init()
489 AG_BindInt(gf, "yMax", &gf->yMax); in Init()
573 AG_PushClipRect(gf, gf->r); in Draw()
577 AG_RECT(gf->pxMin - gf->xOffs, gf->pyMin - gf->yOffs, in Draw()
578 gf->pxMax - gf->pxMin, gf->pyMax - gf->pyMin), in Draw()
779 if (x < gf->xMin) { gf->xMin = x; } in AG_GraphVertexPosition()
[all …]
/dports/print/sgf2tex/sgf2tex-3.3/
H A DMakefile52 …IXES : .mf .tfm .300pk .360pk .432pk .600pk .720pk .864pk .300gf .360gf .432gf .600gf .720gf .864gf
80gf gooa.360gf gooa.432gf gooa.600gf gooa.720gf gooa.864gf goea.300gf goea.360gf goea.432gf goea.60…
82 .mf.300gf :
85 .mf.360gf :
88 .mf.432gf :
91 .mf.600gf :
94 .mf.720gf :
97 .mf.864gf :
100 .300gf.300pk :
103 .360gf.360pk :
[all …]
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dclos-genfun2a.lisp29 (defun safe-gf-methods (gf)
35 (std-gf-methods gf)
36 (generic-function-methods gf)))
44 (defun safe-gf-signature (gf)
49 (std-gf-signature gf)
52 (defun safe-gf-undeterminedp (gf)
55 (std-gf-undeterminedp gf)
65 (defun safe-gf-argorder (gf)
69 (std-gf-argorder gf)
72 (defun safe-gf-declspecs (gf)
[all …]
H A Dclos-genfun4.lisp89 (:method ((gf t) &rest args)
108 gf args))))
134 (:method ((gf t) &rest args)
154 gf args))))
360 gf)))
366 (funcallable-name gf)))
385 (std-gf-methods gf))))
407 (std-gf-lambda-list gf)))
424 (std-gf-signature gf))))
480 (std-gf-argorder gf)))
[all …]
/dports/graphics/epstool/epstool-3.09/src/
H A Dcfile.c48 gfile_error(GFile *gf) in gfile_error() argument
85 GFile *gf; in gfile_open_handle() local
90 if (gf == NULL) in gfile_open_handle()
95 free(gf); in gfile_open_handle()
96 gf = NULL; in gfile_open_handle()
98 return gf; in gfile_open_handle()
103 GFile *gf; in gfile_open() local
122 gf->m_file = f; in gfile_open()
123 return gf; in gfile_open()
132 free(gf); in gfile_close()
[all …]
H A Dclfile.c119 if (gf == NULL) in gfile_open_handle()
123 gf->m_error = 0; in gfile_open_handle()
124 return gf; in gfile_open_handle()
129 GFile *gf; in gfile_open() local
151 gf->m_fd = fd; in gfile_open()
153 return gf; in gfile_open()
161 gf->m_fd = -1; in gfile_close()
163 free(gf); in gfile_close()
174 gf->m_error = 1; in gfile_read()
185 gf->m_error = 1; in gfile_write()
[all …]
/dports/science/ALPSCore/ALPSCore-2.2.0/gf/test/
H A Dgf_new_test.cpp15 using namespace alps::gf;
19 alps::gf::index_mesh y(10); in TEST()
23 …greenf<double, alps::gf::matsubara_positive_mesh, alps::gf::index_mesh, alps::gf::itime_mesh, alps… in TEST()
40 alps::gf::index_mesh y(10); in TEST()
49 …greenf<double, alps::gf::matsubara_positive_mesh, alps::gf::index_mesh, alps::gf::itime_mesh, alps… in TEST()
225 …greenf<double, alps::gf::matsubara_positive_mesh, alps::gf::index_mesh, alps::gf::itime_mesh> g(x,… in TEST()
266 …greenf<double, alps::gf::matsubara_positive_mesh, alps::gf::itime_mesh, alps::gf::index_mesh > g(x… in TEST()
297 …greenf<double, alps::gf::matsubara_positive_mesh, alps::gf::index_mesh, alps::gf::index_mesh > g(x… in TEST()
298 …const greenf<double, alps::gf::matsubara_positive_mesh, alps::gf::index_mesh, alps::gf::index_mesh… in TEST()
326 …greenf<double, alps::gf::matsubara_positive_mesh, alps::gf::index_mesh, alps::gf::index_mesh > g1(… in TEST()
[all …]
/dports/science/octopus/octopus-10.5/src/ions/
H A Dread_coords.F90172 gf%flags = ior(gf%flags, XYZ_FLAGS_RESIDUE)
173 gf%flags = ior(gf%flags, XYZ_FLAGS_CHARGE)
231 SAFE_ALLOCATE(gf%atom(1:gf%n))
372 SAFE_ALLOCATE(gf%atom(1:gf%n))
412 gf%flags = ior(gf%flags, XYZ_FLAGS_MOVE)
417 SAFE_ALLOCATE(gf%atom(1:gf%n))
462 gf%flags = ior(gf%flags, XYZ_FLAGS_MOVE)
467 SAFE_ALLOCATE(gf%atom(1:gf%n))
551 gf%n = gf%n + 1
556 SAFE_ALLOCATE(gf%atom(1:gf%n))
[all …]
/dports/graphics/epstool/epstool-3.09/srcwin/
H A Dwfile.c57 gfile_error(GFile *gf) in gfile_error() argument
59 ASSERT(gf != NULL); in gfile_error()
103 if (gf == NULL) { in gfile_open_handle()
109 gf->m_error = 0; in gfile_open_handle()
111 return gf; in gfile_open_handle()
116 GFile *gf; in gfile_open() local
148 gf->m_error = 0; in gfile_open()
150 return gf; in gfile_open()
158 gf->m_hFile = 0; in gfile_close()
159 gf->m_error = 0; in gfile_close()
[all …]
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/runtime/
H A Dlibgcry.c146 nRead = read(gf->fd, gf->readBuf, READBUF_SIZE); in eiRead()
164 if(gf->readBufIdx >= gf->readBufMaxIdx) { in eiReadChar()
170 c = gf->readBuf[gf->readBufIdx++]; in eiReadChar()
306 gf->fd = open((char*)gf->eiName, in eiOpenAppend()
313 gf->fd = open((char*)gf->eiName, in eiOpenAppend()
325 gf->eiName, gf->fd); in eiOpenAppend()
427 *pgf = gf; in gcryfileConstruct()
459 free(gf); in gcryfileDestruct()
603 iRet = eiGetIV(gf, *iv, (size_t) gf->blkLength); in readIV()
647 gcryError = gcry_cipher_open(&gf->chd, gf->ctx->algo, gf->ctx->mode, 0); in rsgcryBlkBegin()
[all …]
/dports/japanese/vftool/vftool-1.2/
H A Dgfmake.c14 gfpre(gf) in gfpre() argument
15 FILE *gf; in gfpre()
31 FILE *gf; in gfpost()
38 pos = ftell(gf);
63 len = ftell(gf);
81 FILE *gf; in gfchar()
132 paint(gf, d);
168 FILE *gf; in onerow()
176 paint(gf, d);
183 paint(gf, d) in paint() argument
[all …]
/dports/textproc/redisearch20/RediSearch-2.0.15/src/
H A Dgeo_index.c14 gf->lat = 0; in GeoFilter_Parse()
15 gf->lon = 0; in GeoFilter_Parse()
16 gf->radius = 0; in GeoFilter_Parse()
29 gf->property = rm_strdup(gf->property); in GeoFilter_Parse()
56 if (gf->property) rm_free((char *)gf->property); in GeoFilter_Free()
64 rm_free(gf); in GeoFilter_Free()
109 calcRanges(gf->lon, gf->lat, radius_meter, ranges); in NewGeoRangeIterator()
164 GeoFilter *gf = rm_malloc(sizeof(*gf)); in NewGeoFilter() local
175 return gf; in NewGeoFilter()
187 if (gf->lat > 90 || gf->lat < -90 || gf->lon > 180 || gf->lon < -180) { in GeoFilter_Validate()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/DDACE/src/Bose/
H A Dgalois.c116 struct GF *gf; in GF_ready()
123 gf->n = n;
124 gf->p = p;
128 gf->q = q;
129 gf->xton = ivector(0,n-1); if( !gf->xton )GFPUNT;
145 gf->poly[i][click] = gf->poly[i-1][click]+1;
147 gf->poly[i][j] = gf->poly[i-1][j];
152 GF_poly_sum( p,n,gf->poly[i],gf->poly[j],poly );
154 GF_poly_prod( p,n,xton,gf->poly[i],gf->poly[j],poly );
205 n=gf->n, p=gf->p, q=gf->q;
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/curve448/
H A Dfield.h44 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);
55 void gf_add(gf out, const gf a, const gf b);
56 void gf_sub(gf out, const gf a, const gf b);
61 mask_t gf_eq(const gf x, const gf y);
79 gf tmp; in gf_sqrn()
99 static ossl_inline void gf_sub_nr(gf c, const gf a, const gf b) in gf_sub_nr()
108 static ossl_inline void gf_subx_nr(gf c, const gf a, const gf b, int amt) in gf_subx_nr()
128 static ossl_inline void gf_cond_sel(gf x, const gf y, const gf z, mask_t is_z) in gf_cond_sel()
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/crypto/ec/curve448/
H A Dfield.h44 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);
55 void gf_add(gf out, const gf a, const gf b);
56 void gf_sub(gf out, const gf a, const gf b);
61 mask_t gf_eq(const gf x, const gf y);
79 gf tmp; in gf_sqrn()
99 static ossl_inline void gf_sub_nr(gf c, const gf a, const gf b) in gf_sub_nr()
108 static ossl_inline void gf_subx_nr(gf c, const gf a, const gf b, int amt) in gf_subx_nr()
128 static ossl_inline void gf_cond_sel(gf x, const gf y, const gf z, mask_t is_z) in gf_cond_sel()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/ec/curve448/
H A Dfield.h44 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);
55 void gf_add(gf out, const gf a, const gf b);
56 void gf_sub(gf out, const gf a, const gf b);
61 mask_t gf_eq(const gf x, const gf y);
84 gf tmp; in gf_sqrn()
104 static ossl_inline void gf_sub_nr(gf c, const gf a, const gf b) in gf_sub_nr()
113 static ossl_inline void gf_subx_nr(gf c, const gf a, const gf b, int amt) in gf_subx_nr()
133 static ossl_inline void gf_cond_sel(gf x, const gf y, const gf z, mask_t is_z) in gf_cond_sel()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/curve448/
H A Dfield.h44 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);
55 void gf_add(gf out, const gf a, const gf b);
56 void gf_sub(gf out, const gf a, const gf b);
61 mask_t gf_eq(const gf x, const gf y);
79 gf tmp; in gf_sqrn()
99 static ossl_inline void gf_sub_nr(gf c, const gf a, const gf b) in gf_sub_nr()
108 static ossl_inline void gf_subx_nr(gf c, const gf a, const gf b, int amt) in gf_subx_nr()
128 static ossl_inline void gf_cond_sel(gf x, const gf y, const gf z, mask_t is_z) in gf_cond_sel()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-src-111.9.0+1.1.1g/openssl/crypto/ec/curve448/
H A Dfield.h44 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);
55 void gf_add(gf out, const gf a, const gf b);
56 void gf_sub(gf out, const gf a, const gf b);
61 mask_t gf_eq(const gf x, const gf y);
79 gf tmp; in gf_sqrn()
99 static ossl_inline void gf_sub_nr(gf c, const gf a, const gf b) in gf_sub_nr()
108 static ossl_inline void gf_subx_nr(gf c, const gf a, const gf b, int amt) in gf_subx_nr()
128 static ossl_inline void gf_cond_sel(gf x, const gf y, const gf z, mask_t is_z) in gf_cond_sel()
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/ec/curve448/
H A Dfield.h44 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);
55 void gf_add(gf out, const gf a, const gf b);
56 void gf_sub(gf out, const gf a, const gf b);
61 mask_t gf_eq(const gf x, const gf y);
84 gf tmp; in gf_sqrn()
104 static ossl_inline void gf_sub_nr(gf c, const gf a, const gf b) in gf_sub_nr()
113 static ossl_inline void gf_subx_nr(gf c, const gf a, const gf b, int amt) in gf_subx_nr()
133 static ossl_inline void gf_cond_sel(gf x, const gf y, const gf z, mask_t is_z) in gf_cond_sel()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/curve448/
H A Dfield.h44 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);
55 void gf_add(gf out, const gf a, const gf b);
56 void gf_sub(gf out, const gf a, const gf b);
61 mask_t gf_eq(const gf x, const gf y);
79 gf tmp; in gf_sqrn()
99 static ossl_inline void gf_sub_nr(gf c, const gf a, const gf b) in gf_sub_nr()
108 static ossl_inline void gf_subx_nr(gf c, const gf a, const gf b, int amt) in gf_subx_nr()
128 static ossl_inline void gf_cond_sel(gf x, const gf y, const gf z, mask_t is_z) in gf_cond_sel()
[all …]
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/curve448/
H A Dfield.h44 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);
55 void gf_add(gf out, const gf a, const gf b);
56 void gf_sub(gf out, const gf a, const gf b);
61 mask_t gf_eq(const gf x, const gf y);
79 gf tmp; in gf_sqrn()
99 static ossl_inline void gf_sub_nr(gf c, const gf a, const gf b) in gf_sub_nr()
108 static ossl_inline void gf_subx_nr(gf c, const gf a, const gf b, int amt) in gf_subx_nr()
128 static ossl_inline void gf_cond_sel(gf x, const gf y, const gf z, mask_t is_z) in gf_cond_sel()
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/curve448/
H A Dfield.h44 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);
55 void gf_add(gf out, const gf a, const gf b);
56 void gf_sub(gf out, const gf a, const gf b);
61 mask_t gf_eq(const gf x, const gf y);
79 gf tmp; in gf_sqrn()
99 static ossl_inline void gf_sub_nr(gf c, const gf a, const gf b) in gf_sub_nr()
108 static ossl_inline void gf_subx_nr(gf c, const gf a, const gf b, int amt) in gf_subx_nr()
128 static ossl_inline void gf_cond_sel(gf x, const gf y, const gf z, mask_t is_z) in gf_cond_sel()
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.14.0+1.1.1j/openssl/crypto/ec/curve448/
H A Dfield.h44 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);
55 void gf_add(gf out, const gf a, const gf b);
56 void gf_sub(gf out, const gf a, const gf b);
61 mask_t gf_eq(const gf x, const gf y);
79 gf tmp; in gf_sqrn()
99 static ossl_inline void gf_sub_nr(gf c, const gf a, const gf b) in gf_sub_nr()
108 static ossl_inline void gf_subx_nr(gf c, const gf a, const gf b, int amt) in gf_subx_nr()
128 static ossl_inline void gf_cond_sel(gf x, const gf y, const gf z, mask_t is_z) in gf_cond_sel()
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/crypto/ec/curve448/
H A Dfield.h44 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);
55 void gf_add(gf out, const gf a, const gf b);
56 void gf_sub(gf out, const gf a, const gf b);
61 mask_t gf_eq(const gf x, const gf y);
79 gf tmp; in gf_sqrn()
99 static ossl_inline void gf_sub_nr(gf c, const gf a, const gf b) in gf_sub_nr()
108 static ossl_inline void gf_subx_nr(gf c, const gf a, const gf b, int amt) in gf_subx_nr()
128 static ossl_inline void gf_cond_sel(gf x, const gf y, const gf z, mask_t is_z) in gf_cond_sel()
[all …]

12345678910>>...185