| /OK3568_Linux_fs/kernel/lib/ |
| H A D | bch.c | 104 unsigned int deg; /* polynomial degree */ member 342 static inline int deg(unsigned int poly) in deg() function 425 i = deg(poly); in compute_syndromes() 440 memcpy(dst, src, GF_POLY_SZ(src->deg)); in gf_poly_copy() 457 pelp->deg = 0; in compute_error_locator_polynomial() 459 elp->deg = 0; in compute_error_locator_polynomial() 463 for (i = 0; (i < t) && (elp->deg <= t); i++) { in compute_error_locator_polynomial() 469 for (j = 0; j <= pelp->deg; j++) { in compute_error_locator_polynomial() 476 tmp = pelp->deg+k; in compute_error_locator_polynomial() 477 if (tmp > elp->deg) { in compute_error_locator_polynomial() [all …]
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | bch.c | 106 unsigned int deg; /* polynomial degree */ member 315 static inline int deg(unsigned int poly) in deg() function 398 i = deg(poly); in compute_syndromes() 413 memcpy(dst, src, GF_POLY_SZ(src->deg)); in gf_poly_copy() 430 pelp->deg = 0; in compute_error_locator_polynomial() 432 elp->deg = 0; in compute_error_locator_polynomial() 436 for (i = 0; (i < t) && (elp->deg <= t); i++) { in compute_error_locator_polynomial() 442 for (j = 0; j <= pelp->deg; j++) { in compute_error_locator_polynomial() 449 tmp = pelp->deg+k; in compute_error_locator_polynomial() 450 if (tmp > elp->deg) { in compute_error_locator_polynomial() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/mlxsw/ |
| H A D | qos_mc_aware.sh | 257 local deg=$(bc <<< " 265 check_err $(bc <<< "$deg < 15") "Minimum shaper not in effect" 266 check_err $(bc <<< "$deg > 25") "MC traffic degrades UC performance too much" 278 echo "Degradation $deg %"
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/css/ |
| H A D | default.css | 348 -webkit-transform: rotate(0deg); 349 transform: rotate(0deg); 352 -webkit-transform: rotate(359deg); 353 transform: rotate(359deg); 359 -webkit-transform: rotate(0deg); 360 -moz-transform: rotate(0deg); 361 transform: rotate(0deg); 364 -webkit-transform: rotate(359deg); 365 -moz-transform: rotate(359deg); 366 transform: rotate(359deg);
|
| H A D | font-awesome.min.css | 33 …deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)…
|
| H A D | bootstrap.min.css | 5 …deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,2…
|
| H A D | bootstrap.css | 5155 …background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, tr… 5156 …background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, tr… 5157 …background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, tr… 5171 …background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, tr… 5172 …background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, tr… 5173 …background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, tr… 5179 …background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, tr… 5180 …background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, tr… 5181 …background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, tr… 5187 …background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, tr… [all …]
|
| H A D | bootstrap.css.map | 1 …deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50…
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/colord/colord/ |
| H A D | 0001-Run-native-cd_idt8-cd_create_profile.patch | 22 @@ -2,7 +2,7 @@ foreach arg: [ 'CIE1964-10deg-XYZ', 'CIE1931-2deg-XYZ' ]
|
| /OK3568_Linux_fs/buildroot/docs/website/css/ |
| H A D | main.css | 212 transform: rotateY(180deg); 241 transform: rotateY(0deg); 246 transform: rotateY(180deg);
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | bt1-pvt.c | 129 int deg; in pvt_calc_poly() local 133 for (deg = 0; deg < term->deg; ++deg) in pvt_calc_poly() 136 } while ((term++)->deg); in pvt_calc_poly()
|
| H A D | bt1-pvt.h | 231 unsigned int deg; member
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qlocationutils.cpp | 57 double deg; in qlocationutils_nmeaDegreesToDecimal() local 58 double min = 100.0 * modf(nmeaDegrees / 100.0, °); in qlocationutils_nmeaDegreesToDecimal() 59 return deg + (min / 60.0); in qlocationutils_nmeaDegreesToDecimal()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/forms/ |
| H A D | SearchBoundingBoxForm.ui.qml | 128 text: qsTr("Width (deg)") 138 text: qsTr("Height (deg)")
|
| /OK3568_Linux_fs/kernel/include/linux/iio/ |
| H A D | iio.h | 732 #define IIO_DEGREE_TO_RAD(deg) (((deg) * 314159ULL + 9000000ULL) / 18000000ULL) argument
|
| /OK3568_Linux_fs/kernel/drivers/thermal/ |
| H A D | rk_virtual_thermal.c | 191 int deg = milli_deg / 1000; in get_time_by_temp() local 200 deg * ctx->temp_freq->temp2time[0] + in get_time_by_temp() 204 deg * ctx->temp_freq->temp2time2[0] + in get_time_by_temp()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_modes.c | 1597 unsigned int deg, margin, rotation = 0; in drm_mode_parse_cmdline_options() local 1611 if (drm_mode_parse_cmdline_int(delim, °)) in drm_mode_parse_cmdline_options() 1614 switch (deg) { in drm_mode_parse_cmdline_options()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/atmel/ |
| H A D | pmecc.c | 186 static inline int deg(unsigned int poly) in deg() function 196 const unsigned int k = BIT(deg(poly)); in atmel_pmecc_build_gf_tables()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | atmel_nand.c | 751 static inline int deg(unsigned int poly) in deg() function 761 const unsigned int k = 1 << deg(poly); in build_gf_tables()
|
| /OK3568_Linux_fs/kernel/Documentation/input/devices/ |
| H A D | iforce-protocol.rst | 172 04 Phase. Val 00 = 0 deg, Val 40 = 90 degs.
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-input.c | 1896 double deg = wl_fixed_to_double(degrees); in tablet_pad_ring_angle() local 1900 valuator_mask_set(&mask, 5 + ring->index, deg/360.0 * 71); in tablet_pad_ring_angle()
|
| /OK3568_Linux_fs/kernel/tools/power/pm-graph/ |
| H A D | bootgraph.py | 644 .vt {transform:rotate(-60deg);transform-origin:0 0;}\n\
|
| /OK3568_Linux_fs/kernel/drivers/regulator/ |
| H A D | Kconfig | 591 phase operates at a 2MHz fixed frequency with a 120 deg shift
|
| /OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/ |
| H A D | yuv420_p352x288.yuv | 6903 …��������������ͬ����������ֺ�������������������������������������������������deg��������������������…
|