| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | omap_elm.c | 33 static void elm_load_syndromes(u8 *syndrome, enum bch_level bch_type, u8 poly) in elm_load_syndromes() 97 u8 poly = ELM_DEFAULT_POLY; in elm_check_error() local 147 u8 poly = ELM_DEFAULT_POLY; in elm_config() local
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | math_config.h | 326 double poly[EXP2F_POLY_ORDER]; member 341 double poly[LOGF_POLY_ORDER - 1]; /* First order coefficient is 1. */ member 352 double poly[LOG2F_POLY_ORDER]; member 369 double poly[POWF_LOG2_POLY_ORDER]; member 388 double poly[4]; /* Last four coefficients. */ member 401 double poly[LOG_POLY_ORDER - 1]; /* First coefficient is 1. */ member 416 double poly[LOG2_POLY_ORDER - 1]; member 430 double poly[POW_LOG_POLY_ORDER - 1]; /* First coefficient is 1. */ member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | math_config.h | 326 double poly[EXP2F_POLY_ORDER]; member 341 double poly[LOGF_POLY_ORDER - 1]; /* First order coefficient is 1. */ member 352 double poly[LOG2F_POLY_ORDER]; member 369 double poly[POWF_LOG2_POLY_ORDER]; member 388 double poly[4]; /* Last four coefficients. */ member 401 double poly[LOG_POLY_ORDER - 1]; /* First coefficient is 1. */ member 416 double poly[LOG2_POLY_ORDER - 1]; member 430 double poly[POW_LOG_POLY_ORDER - 1]; /* First coefficient is 1. */ member
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/ |
| H A D | qmappolygonobject.cpp | 74 QGeoPolygon poly(other.geoShape()); // to handle holes in QMapPolygonObjectPrivateDefault() local 147 const QGeoPolygon poly(shape); in setGeoShape() local 176 const QGeoPolygon poly(shape); in setGeoShape() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/qsg/ |
| H A D | qmaprouteobjectqsg.cpp | 44 QScopedPointer<QMapPolylineObjectPrivateQSG> poly(new QMapPolylineObjectPrivateQSG(q)); in QMapRouteObjectPrivateQSG() local 52 QScopedPointer<QMapPolylineObjectPrivateQSG> poly(new QMapPolylineObjectPrivateQSG(other.q)); in QMapRouteObjectPrivateQSG() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/tools/ |
| H A D | rational.hpp | 189 inline U evaluate_polynomial(const T* poly, U const& z, std::size_t count) BOOST_MATH_NOEXCEPT(U) in evaluate_polynomial() 221 inline U evaluate_even_polynomial(const T* poly, U z, std::size_t count) BOOST_MATH_NOEXCEPT(U) in evaluate_even_polynomial() 241 inline U evaluate_odd_polynomial(const T* poly, U z, std::size_t count) BOOST_MATH_NOEXCEPT(U) in evaluate_odd_polynomial()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/ |
| H A D | quick_clip.hpp | 99 mapbox::geometry::multi_polygon<T> clip(mapbox::geometry::polygon<T> const& poly, in clip() 120 for (auto const& poly : mp) { in clip() local
|
| H A D | build_result.hpp | 13 void push_ring_to_polygon(mapbox::geometry::polygon<T2>& poly, in push_ring_to_polygon()
|
| H A D | util.hpp | 14 double area(mapbox::geometry::linear_ring<T> const& poly) { in area()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | bch.c | 113 struct gf_poly poly; member 342 static inline int deg(unsigned int poly) in deg() 409 uint32_t poly; in compute_syndromes() local 612 static int find_poly_deg1_roots(struct bch_control *bch, struct gf_poly *poly, in find_poly_deg1_roots() 627 static int find_poly_deg2_roots(struct bch_control *bch, struct gf_poly *poly, in find_poly_deg2_roots() 669 static int find_poly_deg3_roots(struct bch_control *bch, struct gf_poly *poly, in find_poly_deg3_roots() 702 static int find_poly_deg4_roots(struct bch_control *bch, struct gf_poly *poly, in find_poly_deg4_roots() 942 struct gf_poly *poly, unsigned int *roots) in find_poly_roots() 1120 static int build_gf_tables(struct bch_control *bch, unsigned int poly) in build_gf_tables()
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | bch.c | 115 struct gf_poly poly; member 315 static inline int deg(unsigned int poly) in deg() 382 uint32_t poly; in compute_syndromes() local 585 static int find_poly_deg1_roots(struct bch_control *bch, struct gf_poly *poly, in find_poly_deg1_roots() 600 static int find_poly_deg2_roots(struct bch_control *bch, struct gf_poly *poly, in find_poly_deg2_roots() 642 static int find_poly_deg3_roots(struct bch_control *bch, struct gf_poly *poly, in find_poly_deg3_roots() 675 static int find_poly_deg4_roots(struct bch_control *bch, struct gf_poly *poly, in find_poly_deg4_roots() 915 struct gf_poly *poly, unsigned int *roots) in find_poly_roots() 1090 static int build_gf_tables(struct bch_control *bch, unsigned int poly) in build_gf_tables()
|
| H A D | crc32c.c | 29 const uint32_t poly = pol; /* Bit-reflected CRC32C polynomial */ in crc32c_init() local
|
| H A D | crc32.c | 63 uLong poly; /* polynomial exclusive-or pattern */ in make_crc_table() local
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | chacha20poly1305.c | 21 struct crypto_ahash_spawn poly; member 27 struct crypto_ahash *poly; member 65 struct poly_req poly; member 506 struct crypto_ahash *poly; in chachapoly_init() local 562 struct hash_alg_common *poly; in chachapoly_create() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativepolygonmapitem.cpp | 301 std::vector<Point> &poly = polygon.front(); in updateScreenPoints() local 352 static void wrapPath(const QGeoPolygon &poly in wrapPath() 413 std::vector<Point> poly; in cutPathEars() local 442 std::vector<Point> poly; in cutPathEars() local 498 void QGeoMapPolygonGeometryOpenGL::updateSourcePoints(const QGeoMap &map, const QGeoPolygon &poly) in updateSourcePoints()
|
| H A D | qdeclarativepolylinemapitem_p_p.h | 575 QDeclarativePolylineMapItemPrivate(QDeclarativePolylineMapItem &poly) : m_poly(poly) in QDeclarativePolylineMapItemPrivate() 603 …QDeclarativePolylineMapItemPrivateCPU(QDeclarativePolylineMapItem &poly) : QDeclarativePolylineMap… in QDeclarativePolylineMapItemPrivateCPU() 730 …QDeclarativePolylineMapItemPrivateOpenGLLineStrip(QDeclarativePolylineMapItem &poly) : QDeclarativ… in QDeclarativePolylineMapItemPrivateOpenGLLineStrip() 839 QDeclarativePolylineMapItemPrivateOpenGLExtruded(QDeclarativePolylineMapItem &poly) in QDeclarativePolylineMapItemPrivateOpenGLExtruded()
|
| /OK3568_Linux_fs/kernel/lib/xz/ |
| H A D | xz_crc32.c | 32 const uint32_t poly = CRC32_POLY_LE; in xz_crc32_init() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/ |
| H A D | calculate_sum.hpp | 48 static inline ReturnType apply(Polygon const& poly, Strategy const& strategy) in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/concepts/ |
| H A D | multi_polygon_concept.hpp | 58 polygon_type* poly = 0; in BOOST_CONCEPT_USAGE() local
|
| H A D | polygon_concept.hpp | 60 polygon_type* poly = 0; in apply() local
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | pbl_crc32.c | 17 uint32_t poly; /* polynomial exclusive-or pattern */ in make_crc_table() local
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | xselinuxint.h | 58 int poly; member
|
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | rockchip_display_helper.c | 21 unsigned long poly; /* polynomial exclusive-or pattern */ in rockchip_display_make_crc32_table() local
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/atmel/ |
| H A D | pmecc.c | 186 static inline int deg(unsigned int poly) in deg() 192 static int atmel_pmecc_build_gf_tables(int mm, unsigned int poly, in atmel_pmecc_build_gf_tables() 223 unsigned int poly, degree, table_size; in atmel_pmecc_create_gf_tables() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/positioning/ |
| H A D | locationsingleton.cpp | 293 QGeoPolygon poly(internalCoordinates); in polygon() local
|