/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/ |
H A D | ReedSolomonGenerator.java | 44 private ReedSolomonGenerator(int degree) { in ReedSolomonGenerator() argument [all...] |
/third_party/libinput/src/ |
H A D | util-matrix.h | 38 deg2rad(int degree) in deg2rad() argument
|
/third_party/node/deps/openssl/openssl/providers/implementations/exchange/ |
H A D | ecdh_exch.c | 416 size_t degree = 0; in ecdh_size() local
|
/third_party/skia/samplecode/ |
H A D | SampleVariableWidthStroker.cpp | 61 explicit ScalarBezCurve(int degree) : fDegree(degree) { in ScalarBezCurve() argument 67 ScalarBezCurve(int degree, const std::vector<float>& weights) : ScalarBezCurve(degree) { in ScalarBezCurve() argument 124 const int degree = curve.fDegree; Split() local 277 int degree() const { return fDegree; } degree() function in __anon18657::ScalarBezCurve [all...] |
/third_party/openssl/providers/implementations/exchange/ |
H A D | ecdh_exch.c | 416 size_t degree = 0; in ecdh_size() local
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_misc_opcodes.cpp | 434 dng_opcode_MapPolynomial(const dng_area_spec &areaSpec, uint32 degree, const real64 *coefficient) dng_opcode_MapPolynomial() argument
|
/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/ |
H A D | QrCode.java | 657 private static byte[] reedSolomonComputeDivisor(int degree) { in reedSolomonComputeDivisor() argument
|
/kernel/linux/linux-6.6/include/media/ |
H A D | ipu-bridge.h | 87 u8 degree; member
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
H A D | t1types.h | 154 FT_Int degree; member
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | ec.rs | 237 pub fn degree(&self) -> u32 { in degree() functions
|
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_gsc.c | 523 unsigned int degree = rotation & DRM_MODE_ROTATE_MASK; in gsc_src_set_transf() local
|
H A D | exynos_drm_fimc.c | 420 unsigned int degree = rotation & DRM_MODE_ROTATE_MASK; in fimc_src_set_transf() local 693 unsigned int degree = rotation & DRM_MODE_ROTATE_MASK; in fimc_dst_set_transf() local
|
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_gsc.c | 522 unsigned int degree = rotation & DRM_MODE_ROTATE_MASK; in gsc_src_set_transf() local
|
H A D | exynos_drm_fimc.c | 418 unsigned int degree = rotation & DRM_MODE_ROTATE_MASK; in fimc_src_set_transf() local 691 unsigned int degree = rotation & DRM_MODE_ROTATE_MASK; in fimc_dst_set_transf() local
|
/third_party/qrcodegen/cpp/ |
H A D | qrcodegen.cpp | 702 vector<uint8_t> QrCode::reedSolomonComputeDivisor(int degree) { in reedSolomonComputeDivisor() argument
|
/third_party/qrcodegen/c/ |
H A D | qrcodegen.c | 358 testable void reedSolomonComputeDivisor(int degree, uint8_t result[]) { in reedSolomonComputeDivisor() argument 384 reedSolomonComputeRemainder(const uint8_t data[], int dataLen, const uint8_t generator[], int degree, uint8_t result[]) reedSolomonComputeRemainder() argument [all...] |
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/atmel/ |
H A D | pmecc.c | 223 unsigned int poly, degree, table_size; in atmel_pmecc_create_gf_tables() local 448 int degree = get_sectorsize(user) == 512 ? 13 : 14; in atmel_pmecc_substitute() local 494 int degree in atmel_pmecc_get_sigma() local 644 int degree = sector_size == 512 ? 13 : 14; atmel_pmecc_err_location() local [all...] |
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/atmel/ |
H A D | pmecc.c | 223 unsigned int poly, degree, table_size; in atmel_pmecc_create_gf_tables() local 448 int degree = get_sectorsize(user) == 512 ? 13 : 14; in atmel_pmecc_substitute() local 494 int degree in atmel_pmecc_get_sigma() local 644 int degree = sector_size == 512 ? 13 : 14; atmel_pmecc_err_location() local [all...] |
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_ra.cpp | 779 uint32_t degree; member in nv50_ir::GCRA::RIG_Node [all...] |
/third_party/openssl/test/ |
H A D | ectest.c | 619 int degree; member 1213 int degree; member
|
/third_party/skia/third_party/externals/freetype/src/raster/ |
H A D | ftraster.c | 1178 Bezier_Up( RAS_ARGS Int degree, in Bezier_Up() argument 1313 Bezier_Down( RAS_ARGS Int degree, TPoint* arc, TSplitter splitter, Long miny, Long maxy ) Bezier_Down() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/phy/ |
H A D | nxp-c45-tja11xx.c | 1454 u64 degree; in nxp_c45_set_delays() local
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
H A D | phy_lcn.c | 4048 s32 degree = wlc_lcnphy_tempsense_new(pi, mode); in wlc_lcnphy_tempsense_degree() local
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
H A D | phy_lcn.c | 4048 s32 degree = wlc_lcnphy_tempsense_new(pi, mode); in wlc_lcnphy_tempsense_degree() local
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cmsccoll.c | 1723 static const UChar degree = 0xb0; /* symbol */ in TestVariableTopSetting() local 1833 static const UChar degree = 0xb0; /* symbol */ TestMaxVariable() local [all...] |