| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/ |
| H A D | difference.hpp | 32 namespace detail { namespace difference namespace 128 struct difference struct 146 detail::difference::difference_insert<geometry_out>( in apply() 167 detail::difference::difference_insert<geometry_out>( in apply() 180 struct difference struct 198 resolve_strategy::difference::apply(geometry1, geometry2, in apply() 207 struct difference<variant<BOOST_VARIANT_ENUM_PARAMS(T)>, Geometry2> struct 227 difference in operator ()() 251 struct difference<Geometry1, variant<BOOST_VARIANT_ENUM_PARAMS(T)> > struct 271 difference in operator ()() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/pmu/ |
| H A D | count_instructions.c | 32 s64 difference, expected; in do_count_loop() local 46 difference = events[0].result.value - expected; in do_count_loop() 47 percentage = (double)difference / events[0].result.value * 100; in do_count_loop() 56 printf("Delta %lld, %f%%\n", difference, percentage); in do_count_loop() 62 if (difference < 0) in do_count_loop() 63 difference = -difference; in do_count_loop() 66 difference *= 10000 * 100; in do_count_loop() 67 if (difference / events[0].result.value) in do_count_loop()
|
| H A D | count_stcx_fail.c | 32 s64 difference, expected; in do_count_loop() local 48 difference = events[0].result.value - expected; in do_count_loop() 49 percentage = (double)difference / events[0].result.value * 100; in do_count_loop() 60 printf("Delta %lld, %f%%\n", difference, percentage); in do_count_loop() 67 if (difference < 0) in do_count_loop() 68 difference = -difference; in do_count_loop() 71 difference *= 10000 * 100; in do_count_loop() 72 if (difference / events[0].result.value) in do_count_loop()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/pmu/ebb/ |
| H A D | instruction_count_test.c | 28 int64_t difference, expected; in do_count_loop() local 47 difference = event->result.value - expected; in do_count_loop() 48 percentage = (double)difference / event->result.value * 100; in do_count_loop() 54 printf("Delta %ld, %f%%\n", difference, percentage); in do_count_loop() 58 if (difference < 0) in do_count_loop() 59 difference = -difference; in do_count_loop() 62 difference *= 10000 * 100; in do_count_loop() 63 if (difference / event->result.value) in do_count_loop()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/operator/ |
| H A D | difference.hpp | 36 struct difference : binary_parser<difference<Left, Right> > struct 49 difference(Left const& left_, Right const& right_) in difference() function 93 : make_binary_composite<Elements, difference> 101 struct has_semantic_action<qi::difference<Left, Right> > 107 struct handles_container<qi::difference<Left, Right>, Attribute, Context
|
| /OK3568_Linux_fs/kernel/arch/arc/lib/ |
| H A D | strcmp.S | 31 xor r0,r2,r3 ; mask for difference 33 bic_s r0,r0,r1 ; mask for least significant difference bit 35 xor r0,r5,r1 ; mask for least significant difference byte 47 xor r0,r2,r3 ; mask for difference 50 bic_s r0,r0,r1 ; mask for least significant difference bit 52 xor r0,r5,r1 ; mask for least significant difference byte
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | lm77.rst | 29 applies to all 3 limits. The relative difference is stored in a single 30 register on the chip, which means that the relative difference between 36 difference staying unchanged. For example, if the old critical limit 42 read-only. Setting temp1_crit_hyst writes the difference between
|
| H A D | emc1403.rst | 63 hysteresis mechanism which applies to all limits. The relative difference 65 difference between the limit and its hysteresis is always the same for 71 difference staying unchanged. For example, if the old critical limit 77 are read-only. Setting temp1_crit_hyst writes the difference between
|
| H A D | lm70.rst | 51 The LM74 and TMP121/TMP122/TMP123/TMP124 are very similar; main difference is 56 The LM71 is also very similar; main difference is 14-bit temperature
|
| /OK3568_Linux_fs/kernel/drivers/input/ |
| H A D | ff-memless.c | 160 int difference; in apply_envelope() local 181 difference = abs(value) - envelope_level; in apply_envelope() 183 pr_debug("difference = %d\n", difference); in apply_envelope() 187 difference = difference * time_from_level / time_of_envelope; in apply_envelope() 189 pr_debug("difference = %d\n", difference); in apply_envelope() 192 -(difference + envelope_level) : (difference + envelope_level); in apply_envelope()
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-kcopyd.c | 223 unsigned throttle, now, difference; in io_job_start() local 238 difference = now - t->last_jiffies; in io_job_start() 241 t->io_period += difference; in io_job_start() 242 t->total_period += difference; in io_job_start() 286 unsigned now, difference; in io_job_finish() local 289 difference = now - t->last_jiffies; in io_job_finish() 292 t->io_period += difference; in io_job_finish() 293 t->total_period += difference; in io_job_finish()
|
| /OK3568_Linux_fs/buildroot/utils/ |
| H A D | size-stats-compare | 61 for entry in newkeys.difference(oldkeys): 64 for entry in oldkeys.difference(newkeys):
|
| /OK3568_Linux_fs/u-boot/fs/yaffs2/ |
| H A D | yaffs_verify.c | 502 int difference; in yaffs_verify_free_chunks() local 509 difference = dev->n_free_chunks - counted; in yaffs_verify_free_chunks() 511 if (difference) { in yaffs_verify_free_chunks() 514 dev->n_free_chunks, counted, difference); in yaffs_verify_free_chunks()
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-roccat-kone.c | 296 int retval = 0, difference, old_profile; in kone_sysfs_write_settings() local 304 difference = memcmp(settings, &kone->settings, in kone_sysfs_write_settings() 306 if (difference) { in kone_sysfs_write_settings() 363 int retval = 0, difference; in kone_sysfs_write_profilex() local 372 difference = memcmp(buf, profile, sizeof(struct kone_profile)); in kone_sysfs_write_profilex() 373 if (difference) { in kone_sysfs_write_profilex()
|
| /OK3568_Linux_fs/kernel/drivers/platform/x86/ |
| H A D | dell-smbios-wmi.c | 87 size_t difference; in dell_smbios_wmi_call() local 99 difference = priv->req_buf_size - sizeof(u64) - size; in dell_smbios_wmi_call() 101 memset(&priv->buf->ext, 0, difference); in dell_smbios_wmi_call()
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | yuv-formats.rst | 12 *color difference* signals, this way the green component can be 17 was added to transmit the color difference signals. Secondary in the YUV
|
| H A D | colorspaces-details.rst | 70 The luminance (Y') and color difference (Cb and Cr) are obtained with 150 The luminance (Y') and color difference (Cb and Cr) are obtained with 277 The luminance (Y') and color difference (Cb and Cr) are obtained with 349 The luminance (Y') and color difference (Cb and Cr) are obtained with 424 The luminance (Y') and color difference (Cb and Cr) are obtained with 578 The luminance (Y') and color difference (Cb and Cr) are obtained with 655 The luminance (Y') and color difference (Cb and Cr) are obtained with 728 The luminance (Y') and color difference (Cb and Cr) are obtained with
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glib-2.0/glib-2.0/ |
| H A D | 0001-gio-tests-g-file-info-don-t-assume-million-in-one-ev.patch | 12 difference between the two has to be above 0. 19 Change the test to simply assert that the difference not negative to
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | tempo.c | 48 static float difference(const float * a, const float * b, size_t length) in difference() function 65 float diff, least_diff = difference(new_win + t->channels * i, f, t->channels * t->overlap); in tempo_best_overlap_position() 73 diff = difference(new_win + t->channels * i, f, t->channels * t->overlap); in tempo_best_overlap_position() 80 diff = difference(new_win + t->channels * i, f, t->channels * t->overlap); in tempo_best_overlap_position()
|
| /OK3568_Linux_fs/kernel/arch/x86/ |
| H A D | Makefile_32.cpu | 3 # Must change only cflags-y (or [yn]), not CFLAGS! That makes a difference for UML. 25 # They make zero difference whatsosever to performance at this time.
|
| /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 | yi_US | 81 % &[before 2]''<<׳ # GERESH just before APOSTROPHE (secondary difference) 82 % &[before 2]'\"'<<״ # GERSHAYIM just before QUOTATION MARK (secondary difference) 135 % &[before 2]''<<׳ # GERESH just before APOSTROPHE (secondary difference) 138 % &[before 2]'\"'<<״ # GERSHAYIM just before QUOTATION MARK (secondary difference)
|
| /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 | yi_US | 81 % &[before 2]''<<׳ # GERESH just before APOSTROPHE (secondary difference) 82 % &[before 2]'\"'<<״ # GERSHAYIM just before QUOTATION MARK (secondary difference) 135 % &[before 2]''<<׳ # GERESH just before APOSTROPHE (secondary difference) 138 % &[before 2]'\"'<<״ # GERSHAYIM just before QUOTATION MARK (secondary difference)
|
| /OK3568_Linux_fs/kernel/Documentation/misc-devices/ |
| H A D | lis3lv02d.rst | 44 small difference due to input system fuzziness feature. 50 sensing element is internally moved little bit. Selftest measures difference 55 measured difference between modes. Axes are not remapped in selftest mode.
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aacraid/ |
| H A D | commsup.c | 2434 long difference = HZ; in aac_command_thread() local 2457 && ((difference = next_check_jiffies - jiffies) <= 0)) { in aac_command_thread() 2460 difference = ((long)(unsigned)check_interval) in aac_command_thread() 2462 next_check_jiffies = jiffies + difference; in aac_command_thread() 2467 && ((difference = next_jiffies - jiffies) <= 0)) { in aac_command_thread() 2483 difference = HZ + HZ / 2 - in aac_command_thread() 2495 difference = (long)(unsigned)update_interval*HZ; in aac_command_thread() 2497 next_jiffies = jiffies + difference; in aac_command_thread() 2499 difference = next_check_jiffies - jiffies; in aac_command_thread() 2501 if (difference <= 0) in aac_command_thread() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/ |
| H A D | 0015-target-ppc-ppc_store_fpscr-doesn-t-update-bits-0-to-.patch | 10 This commit fixes the difference reported in the bug in the reserved 21 Although this is a difference reported in the bug, since it's a reserved
|