Home
last modified time | relevance | path

Searched defs:_gf (Results 1 – 23 of 23) sorted by relevance

/dports/graphics/zbar/zbar-0.23.90/zbar/qrcode/
H A Drs.c30 void rs_gf256_init(rs_gf256 *_gf,unsigned _ppoly){ in rs_gf256_init()
46 static unsigned rs_gmul(const rs_gf256 *_gf,unsigned _a,unsigned _b){ in rs_gmul()
52 static unsigned rs_gdiv(const rs_gf256 *_gf,unsigned _a,unsigned _b){ in rs_gdiv()
63 static unsigned rs_gsqrt(const rs_gf256 *_gf,unsigned _a){ in rs_gsqrt()
165 static int rs_cubic_solve(const rs_gf256 *_gf, in rs_cubic_solve()
252 static int rs_quartic_solve(const rs_gf256 *_gf, in rs_quartic_solve()
373 static void rs_calc_syndrome(const rs_gf256 *_gf,int _m0, in rs_calc_syndrome()
421 static int rs_modified_berlekamp_massey(const rs_gf256 *_gf, in rs_modified_berlekamp_massey()
466 static int rs_find_roots(const rs_gf256 *_gf,unsigned char *_epos, in rs_find_roots()
576 void rs_compute_genpoly(const rs_gf256 *_gf,int _m0, in rs_compute_genpoly()
[all …]
H A Dqrdec.c3559 static int qr_code_decode(qr_code_data *_qrdata,const rs_gf256 *_gf, in qr_code_decode()
/dports/graphics/py-zbar-py/zbar-py-1.0.4/Source/zbar/qrcode/
H A Drs.c30 void rs_gf256_init(rs_gf256 *_gf,unsigned _ppoly){ in rs_gf256_init()
46 static unsigned rs_gmul(const rs_gf256 *_gf,unsigned _a,unsigned _b){ in rs_gmul()
52 static unsigned rs_gdiv(const rs_gf256 *_gf,unsigned _a,unsigned _b){ in rs_gdiv()
63 static unsigned rs_gsqrt(const rs_gf256 *_gf,unsigned _a){ in rs_gsqrt()
165 static int rs_cubic_solve(const rs_gf256 *_gf, in rs_cubic_solve()
252 static int rs_quartic_solve(const rs_gf256 *_gf, in rs_quartic_solve()
373 static void rs_calc_syndrome(const rs_gf256 *_gf,int _m0, in rs_calc_syndrome()
421 static int rs_modified_berlekamp_massey(const rs_gf256 *_gf, in rs_modified_berlekamp_massey()
466 static int rs_find_roots(const rs_gf256 *_gf,unsigned char *_epos, in rs_find_roots()
576 void rs_compute_genpoly(const rs_gf256 *_gf,int _m0, in rs_compute_genpoly()
[all …]
H A Dqrdec.c3370 static int qr_code_decode(qr_code_data *_qrdata,const rs_gf256 *_gf, in qr_code_decode()
/dports/graphics/geos/geos-3.9.1/include/geos/operation/sharedpaths/
H A DSharedPathsOp.h152 const geom::GeometryFactory& _gf; variable
/dports/cad/gmsh/gmsh-4.9.2-source/Mesh/
H A DBackgroundMesh.cpp75 backgroundMesh::backgroundMesh(GFace *_gf, bool cfd) in backgroundMesh()
169 static void propagateValuesOnFace(GFace *_gf, in propagateValuesOnFace()
237 void backgroundMesh::propagate1dMesh(GFace *_gf) in propagate1dMesh()
291 void backgroundMesh::propagateCrossFieldByDistance(GFace *_gf) in propagateCrossFieldByDistance()
411 void backgroundMesh::propagateCrossField(GFace *_gf) in propagateCrossField()
442 void backgroundMesh::propagateCrossFieldHJ(GFace *_gf) in propagateCrossFieldHJ()
448 void backgroundMesh::propagateCrossField(GFace *_gf, in propagateCrossField()
505 void backgroundMesh::updateSizes(GFace *_gf) in updateSizes()
H A DBDS.h307 BDS_SwapEdgeTestNormals(GFace *_gf, double ori) : gf(_gf), _ori(ori) {} in BDS_SwapEdgeTestNormals()
H A DmeshGRegionTransfinite.cpp145 GFace *_gf; member in GOrientedTransfiniteFace
H A DmeshGFace.cpp124 GFace *_gf; member in quadMeshRemoveHalfOfOneDMesh
/dports/graphics/geos/geos-3.9.1/include/geos/operation/intersection/
H A DRectangleIntersectionBuilder.h152 const geom::GeometryFactory& _gf; variable
H A DRectangleIntersection.h113 const geom::GeometryFactory* _gf; variable
/dports/cad/gmsh/gmsh-4.9.2-source/Geo/
H A DintersectCurveSurface.h33 surfaceFunctorGFace(const GFace *_gf) : gf(_gf) {} in surfaceFunctorGFace()
/dports/math/dune-functions/dune-functions-1882b3ec0a14b211dd077f0d5e6455495e28c35d/dune/functions/gridfunctions/test/
H A Danalyticgridviewfunctiontest.cc113 GridViewFunction<Range(Domain), GridView> _gf = gf; in main() local
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL/src/nvparse/
H A Drc1.0_general.h49 void Init(int _designator, GeneralFunctionStruct _gf, BiasScaleEnum _bs) in Init()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/nvparse/
H A Drc1.0_general.h49 void Init(int _designator, GeneralFunctionStruct _gf, BiasScaleEnum _bs) in Init()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/domhex/
H A DBackgroundMesh2D.cpp185 backgroundMesh2D::backgroundMesh2D(GFace *_gf, bool erase_2D3D) in backgroundMesh2D()
390 frameFieldBackgroundMesh2D::frameFieldBackgroundMesh2D(GFace *_gf) in frameFieldBackgroundMesh2D()
H A DBGMBase.cpp160 BGMBase::BGMBase(int dim, GEntity *_gf) in BGMBase()
H A DmeshGFaceQuadrilateralize.cpp31 edgeFront(BDS_Mesh *_m, GFace *_gf) : m(_m), gf(_gf) {} in edgeFront()
/dports/www/trafficserver/trafficserver-9.1.1/include/tscore/
H A DBufferWriter.h595 mutable bw_fmt::GlobalSignature _gf = nullptr; member
/dports/x11/libfm-extra/libfm-1.3.2/src/base/
H A Dfm-folder.c866 GFile* _gf = NULL; in fm_folder_get_internal() local
H A Dfm-file-info.c555 GFile *_gf = NULL; in fm_file_info_set_from_g_file_data() local
/dports/x11/libfm/libfm-1.3.2/src/base/
H A Dfm-folder.c866 GFile* _gf = NULL; in fm_folder_get_internal() local
H A Dfm-file-info.c555 GFile *_gf = NULL; in fm_file_info_set_from_g_file_data() local