Home
last modified time | relevance | path

Searched defs:diff (Results 601 - 625 of 633) sorted by relevance

1...<<212223242526

/third_party/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1697 const FloatType diff = value - expected_; variable
/third_party/mesa3d/src/gtest/src/
H A Dgtest.cc1377 const double diff = fabs(val1 - val2); in DoubleNearPredFormat() local
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
H A Dscsimain.c4746 int diff = mymemcmp(cmpbuf, (unsigned char *)buf, len); in do_checksum() local
/third_party/node/deps/v8/src/compiler/
H A Deffect-control-linearizer.cc3173 Node* diff = __ Float64Sub(number, number); in LowerNumberIsFinite() local
3195 Node* diff = __ Float64Sub(value, value); in LowerObjectIsFiniteNumber() local
3206 Node* diff = __ Float64Sub(number, trunc); in LowerNumberIsInteger() local
3229 Node* diff = __ Float64Sub(value, trunc); in LowerObjectIsInteger() local
3243 Node* diff = __ Float64Sub(number, trunc); LowerNumberIsSafeInteger() local
3272 Node* diff = __ Float64Sub(value, trunc); LowerObjectIsSafeInteger() local
3374 Node* diff = __ Float64Equal(number, number); LowerNumberIsNaN() local
[all...]
/third_party/node/deps/simdutf/
H A Dsimdutf.cpp4352 uint16_t diff = uint16_t(word - 0xD800); variable
4373 uint16_t diff = uint16_t(word - 0xD800); variable
11104 uint16_t diff = uint16_t(word - 0xD800); in convert_valid() local
11178 uint16_t diff = uint16_t(word - 0xD800); in convert() local
11237 uint16_t diff in convert_with_errors() local
11285 uint16_t diff = uint16_t(word - 0xD800); convert_valid() local
11326 uint16_t diff = uint16_t(word - 0xD800); convert() local
11353 uint16_t diff = uint16_t(word - 0xD800); convert_with_errors() local
14038 uint16_t diff = uint16_t(word - 0xD800); arm_convert_utf16_to_utf8() local
14292 uint16_t diff = uint16_t(word - 0xD800); arm_convert_utf16_to_utf8_with_errors() local
14399 uint16_t diff = uint16_t(word - 0xD800); arm_convert_utf16_to_utf32() local
14457 uint16_t diff = uint16_t(word - 0xD800); arm_convert_utf16_to_utf32_with_errors() local
[all...]
/third_party/libabigail/src/
H A Dabg-comparison.cc616 is_type_diff(const diff* diff) is_type_diff() argument
626 is_decl_diff(const diff* diff) is_decl_diff() argument
636 is_class_diff(const diff* diff) is_class_diff() argument
646 is_enum_diff(const diff *diff) is_enum_diff() argument
656 is_union_diff(const diff* diff) is_union_diff() argument
693 is_typedef_diff(const diff *diff) is_typedef_diff() argument
703 is_array_diff(const diff* diff) is_array_diff() argument
713 is_function_type_diff(const diff* diff) is_function_type_diff() argument
724 is_function_type_diff_with_local_changes(const diff* diff) is_function_type_diff_with_local_changes() argument
740 is_var_diff(const diff* diff) is_var_diff() argument
755 is_function_decl_diff(const diff* diff) is_function_decl_diff() argument
771 is_pointer_diff(const diff* diff) is_pointer_diff() argument
782 is_reference_diff(const diff* diff) is_reference_diff() argument
794 is_qualified_type_diff(const diff* diff) is_qualified_type_diff() argument
808 is_reference_or_ptr_diff_to_non_basic_nor_distinct_types(const diff* diff) is_reference_or_ptr_diff_to_non_basic_nor_distinct_types() argument
838 is_fn_parm_diff(const diff* diff) is_fn_parm_diff() argument
850 is_base_diff(const diff* diff) is_base_diff() argument
862 is_distinct_diff(const diff *diff) is_distinct_diff() argument
872 is_corpus_diff(const diff* diff) is_corpus_diff() argument
882 is_child_node_of_function_parm_diff(const diff* diff) is_child_node_of_function_parm_diff() argument
891 is_child_node_of_base_diff(const diff* diff) is_child_node_of_base_diff() argument
1205 initialize_canonical_diff(const diff_sptr diff) initialize_canonical_diff() argument
1353 maybe_apply_filters(diff_sptr diff) maybe_apply_filters() argument
1383 maybe_apply_filters(corpus_diff_sptr diff) maybe_apply_filters() argument
1831 diff::diff(type_or_decl_base_sptr first_subject, diff() function in abigail::comparison::diff
1852 diff::diff(type_or_decl_base_sptr first_subject, diff() function in abigail::comparison::diff
4271 diff_sptr diff = i->second; count_filtered_changed_dm() local
4337 diff_sptr diff = *i; count_filtered_changed_mem_fns() local
4369 diff_sptr diff = compute_diff_for_decls(f, s, ctxt); count_filtered_inserted_mem_fns() local
4402 diff_sptr diff = compute_diff_for_decls(f, s, ctxt); count_filtered_deleted_mem_fns() local
5470 diff_sptr diff = *i; count_filtered_bases() local
7414 get_typedef_diff_underlying_type_diff(const diff* diff) get_typedef_diff_underlying_type_diff() argument
9748 diff_sptr diff; apply_filters_and_compute_diff_stats() local
9754 diff_sptr diff = *i; apply_filters_and_compute_diff_stats() local
9764 diff_sptr diff = *i; apply_filters_and_compute_diff_stats() local
9775 diff_sptr diff = *i; apply_filters_and_compute_diff_stats() local
10154 diff_sptr diff; categorize_redundant_changed_sub_nodes() local
10172 diff_sptr diff = *i; categorize_redundant_changed_sub_nodes() local
10181 diff_sptr diff = *i; categorize_redundant_changed_sub_nodes() local
10191 diff_sptr diff; clear_redundancy_categorization() local
11377 diff* diff = already_visited visit_end() local
12333 fn_parm_diff* diff = is_diff_of_variadic_parameter() local
12369 is_diff_of_basic_type(const diff* diff, bool allow_indirect_type) is_diff_of_basic_type() argument
12482 peel_pointer_or_qualified_type_diff(const diff*dif) peel_pointer_or_qualified_type_diff() argument
[all...]
/third_party/skia/third_party/externals/libwebp/swig/
H A Dlibwebp_python_wrap.c3238 double summ, reps, diff; in SWIG_CanCastAsInteger() local
/third_party/python/Modules/
H A D_datetimemodule.c1804 diff_to_bool(int diff, int op) in diff_to_bool() argument
2237 int diff = GET_TD_DAYS(self) - GET_TD_DAYS(other); in delta_cmp() local
2251 int diff = delta_cmp(self, other); in delta_richcompare() local
3465 int diff = memcmp(((PyDateTime_Date *)self)->data, date_richcompare() local
4471 int diff; time_richcompare() local
5892 int diff; datetime_richcompare() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dctrl_iface.c8160 struct os_reltime now, diff; in wpas_ctrl_radio_work_show() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dctrl_iface.c9099 struct os_reltime now, diff; local
H A Dwpa_supplicant.c6561 struct os_reltime now, diff; local
6794 struct os_reltime now, diff; local
/device/soc/rockchip/common/vendor/drivers/power/
H A Drk817_battery.c1587 int diff, delta; in rk817_bat_calc_sm_linek() local
2451 int diff, delta; rk817_bat_smooth_algorithm() local
[all...]
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dfair.c2255 int diff; in update_task_scan_period() local
2488 long diff, f_diff, f_weight; in task_numa_placement() local
2967 u64 diff = p->se.sum_exec_runtime - runtime; task_numa_work() local
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_pcie.c9667 uint64 diff; in dhd_bus_check_idle_scan() local
9686 uint64 time_stamp, diff; in dhd_bus_idle_scan() local
/device/soc/rockchip/rk3588/kernel/drivers/power/supply/
H A Drk817_battery.c1526 int diff, delta; in rk817_bat_calc_sm_linek() local
2401 int diff, delta; rk817_bat_smooth_algorithm() local
[all...]
/third_party/f2fs-tools/include/
H A Df2fs_fs.h1623 double reserved, ovp, candidate, end, diff, space; in get_best_overprovision() local
/third_party/astc-encoder/Source/
H A Dstb_image.h2210 int diff,dc,k; in stbi__jpeg_decode_block() local
2265 int diff,dc; in stbi__jpeg_decode_block_prog_dc() local
3551 __m128i diff = _mm_sub_epi16(farw, nearw); in stbi__resample_row_hv_2_simd() local
[all...]
/third_party/backends/backend/
H A Dhp3900_rts8822.c4302 SANE_Int b = 0, diff = FALSE; in RTS_DMA_Write() local
4382 SANE_Int a, b, diff; in RTS_DMA_CheckType() local
11157 double diff = check.diff * 0.01; Lamp_PWM_CheckStable() local
[all...]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/third_party/toybox/generated/
H A Dglobals.h1689 struct diff_data diff; member
/third_party/toybox/toys/pending/
H A Dbc.c1182 size_t i, min, a_int, b_int, diff; in bc_num_cmp() local
1325 size_t i, max, min_rdx, min_int, diff, a_int, b_int; in bc_num_a() local
[all...]
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.cc5718 int diff = S - R; in Simulator() local
/third_party/skia/platform_tools/android/apps/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-charset-4_8_1_1.jar ... byteIndex int sourceIndex int nextSourceIndex int prev int c int diff int count byte[] bytes int targetCapacity java.nio. ...
/third_party/vk-gl-cts/external/amber/src/android_gradle/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/BootstrapMainStarter ...

Completed in 176 milliseconds

1...<<212223242526