| /OK3568_Linux_fs/kernel/drivers/iommu/ |
| H A D | iova.c | 895 static void iova_magazine_free(struct iova_magazine *mag) in iova_magazine_free() argument 897 kfree(mag); in iova_magazine_free() 901 iova_magazine_free_pfns(struct iova_magazine *mag, struct iova_domain *iovad) in iova_magazine_free_pfns() argument 906 if (!mag) in iova_magazine_free_pfns() 911 for (i = 0 ; i < mag->size; ++i) { in iova_magazine_free_pfns() 912 struct iova *iova = private_find_iova(iovad, mag->pfns[i]); in iova_magazine_free_pfns() 922 mag->size = 0; in iova_magazine_free_pfns() 925 static bool iova_magazine_full(struct iova_magazine *mag) in iova_magazine_full() argument 927 return (mag && mag->size == IOVA_MAG_SIZE); in iova_magazine_full() 930 static bool iova_magazine_empty(struct iova_magazine *mag) in iova_magazine_empty() argument [all …]
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | g72x.c | 300 short mag, exp; /* Adaptive predictor, FLOAT A */ in update() local 312 mag = dq & 0x7FFF; /* prediction difference magnitude */ in update() 321 else if (mag <= dqthr) /* supposed data, but small mag */ in update() 427 if (mag == 0) { in update() 430 exp = log2plus1(mag); in update() 432 (exp << 6) + ((mag << 6) >> exp) : in update() 433 (exp << 6) + ((mag << 6) >> exp) - 0x400; in update() 444 mag = -sr; in update() 445 exp = log2plus1(mag); in update() 446 state_ptr->sr[0] = (exp << 6) + ((mag << 6) >> exp) - 0x400; in update()
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | topology.c | 528 nr_masks = info->mag[TOPOLOGY_NR_MAG - offset]; in alloc_masks() 530 nr_masks *= info->mag[TOPOLOGY_NR_MAG - offset - 1 - i]; in alloc_masks() 561 info->mag[0], info->mag[1], info->mag[2], info->mag[3], in topology_init_early() 562 info->mag[4], info->mag[5], info->mnest); in topology_init_early()
|
| H A D | sysinfo.c | 149 seq_printf(m, " %d", info->mag[i]); in stsi_15_1_x() 155 seq_printf(m, " %d", info->mag[i]); in stsi_15_1_x()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/shaders/ |
| H A D | sobeledgedetection1.fsh | 68 float mag = 1.0 - length(vec2(h, v)); 69 vec3 target = vec3(mag, mag, mag);
|
| H A D | toon.fsh | 69 float mag = sqrt(h*h + v*v); 70 if (mag > magTol) {
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/ |
| H A D | malidp_crtc.c | 227 u32 mag = ((((u64)val) & ~BIT_ULL(63)) >> 20) & in malidp_crtc_atomic_check_ctm() local 238 mag = ~mag + 1; in malidp_crtc_atomic_check_ctm() 239 if (!!(val & BIT_ULL(63)) != !!(mag & BIT(14))) in malidp_crtc_atomic_check_ctm() 241 mc->coloradj_coeffs[i] = mag; in malidp_crtc_atomic_check_ctm()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/meson/vdec/ |
| H A D | esparser.c | 88 int cur_mag, mag, mag_ptr; in vp9_update_header() local 105 mag = ((marker >> 3) & 0x3) + 1; in vp9_update_header() 106 mag_ptr = dsize - mag * num_frames - 2; in vp9_update_header() 113 for (cur_mag = 0; cur_mag < mag; cur_mag++) { in vp9_update_header()
|
| /OK3568_Linux_fs/kernel/drivers/iio/light/ |
| H A D | si1133.c | 212 u16 mag; member 240 static int si1133_calculate_polynomial_inner(s32 input, u8 fraction, u16 mag, in si1133_calculate_polynomial_inner() argument 243 return ((input << fraction) / mag) << shift; in si1133_calculate_polynomial_inner() 263 coeffs->mag, shift); in si1133_calculate_output() 270 coeffs->mag, shift); in si1133_calculate_output() 301 sign * coeffs->mag << SI1133_LUX_OUTPUT_FRACTION; in si1133_calc_polynomial()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | math.hpp | 76 T mag(const S& a) { in mag() function 82 auto magnitude = mag<T>(a); in unit()
|
| /OK3568_Linux_fs/kernel/Documentation/process/ |
| H A D | kernel-docs.rst | 164 :URL: http://www.linux-mag.com/id/406 173 :URL: http://www.linux-mag.com/id/429 199 :URL: http://www.linux-mag.com/id/261 207 :URL: http://www.linux-mag.com/id/284 215 :URL: http://www.linux-mag.com/id/307 223 :URL: http://www.linux-mag.com/id/330 231 :URL: http://www.linux-mag.com/id/356 239 :URL: http://www.linux-mag.com/id/381
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_color_mgmt.c | 132 u64 mag = (user_input & ~BIT_ULL(63)) >> (32 - n); in drm_color_ctm_s31_32_to_qm_n() local 138 val = clamp_val(mag, 0, negative ? in drm_color_ctm_s31_32_to_qm_n()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/ |
| H A D | mag_IN | 165 lang_term "mag" 166 lang_lib "mag"
|
| H A D | it_CH | 82 "mag";"giu";/
|
| H A D | it_IT | 109 "mag";"giu";/
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/ |
| H A D | mag_IN | 165 lang_term "mag" 166 lang_lib "mag"
|
| H A D | it_CH | 82 "mag";"giu";/
|
| H A D | it_IT | 109 "mag";"giu";/
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | sysinfo.h | 180 unsigned char mag[TOPOLOGY_NR_MAG]; member
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/sysctl/ |
| H A D | sysctl.sh | 355 for mag in "${magnitudes[@]}"; do 356 check_failure "${sign}${mag}"
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/ |
| H A D | line_bucket.cpp | 249 const double bevelLength = miterLength * util::mag(*prevNormal + *nextNormal) / in addGeometry() 250 util::mag(*prevNormal - *nextNormal); in addGeometry()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/ |
| H A D | symbol_projection.cpp | 155 …return previousProjectedPoint + (projectedUnitSegment * (minimumLength / util::mag<float>(projecte… in projectTruncatedLineSegment() 218 … p += util::perp(prevToCurrent) * static_cast<float>(lineOffsetY * dir / util::mag(prevToCurrent)); in placeGlyphAlongLine()
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | CC-BY-3.0-NL | 51 De Gebruiker mag deze rechten uitoefenen met behulp van alle thans bekende media, dragers en format… 55 …a. De Gebruiker mag het Werk uitsluitend verspreiden, in het openbaar tonen, op- of uitvoeren of o… 59 …Volledigheidshalve dient te worden vermeld dat de Gebruiker uitsluitend gebruik mag maken van de n…
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.scrapyard | 308 impa7 arm arm720t c1f8750 2011-09-05 Marius Gröger <mag@sysgo.de> 311 ep7312 arm arm720t c8f63b4 2011-09-05 Marius Gröger <mag@sysgo.de>
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | exynos4210-i9100.dts | 684 mag_mhl_gpio: mag-mhl {
|