/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast_exp/ |
H A D | tirpc_rpc_broadcast_exp_scalability.c | 101 long long diff; in main() local 166 diff = in main() 169 rslt = (double)diff / 1000; in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_call/ |
H A D | tirpc_toplevel_clnt_call_scalability.c | 109 long long diff; in main() local 174 diff = in main() 177 rslt = (double)diff / 1000; in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntraw_create/ |
H A D | rpc_clntraw_create_complex.c | 51 long long diff; in main() local 100 diff = in main() 103 resTbl[i] = diff; in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnttcp_create/ |
H A D | rpc_clnttcp_create_performance.c | 98 long long diff; in main() local 136 diff = in main() 139 rslt = (double)diff / 1000; in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_create/ |
H A D | rpc_clntudp_create_performance.c | 97 long long diff; in main() local 136 diff = in main() 139 rslt = (double)diff / 1000; in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_clnt_call/ |
H A D | rpc_clnt_call_performance.c | 95 long long diff; in main() local 134 diff = in main() 137 rslt = (double)diff / 1000; in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_call/ |
H A D | tirpc_interlevel_clnt_call_scalability.c | 119 long long diff; in main() local 184 diff = in main() 187 rslt = (double)diff / 1000; in main()
|
H A D | tirpc_interlevel_clnt_call_performance.c | 95 long long diff; in main() local 141 diff = in main() 144 rslt = (double)diff / 1000; in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_call/ |
H A D | tirpc_rpc_call_scalability.c | 94 long long diff; in main() local 159 diff = in main() 162 rslt = (double)diff / 1000; in main()
|
/third_party/ltp/testcases/open_posix_testsuite/functional/threads/condvar/ |
H A D | pthread_cond_wait_2.c | 48 float diff = t2.tv_sec - t1.tv_sec; in timediff() local 49 diff += (t2.tv_nsec - t1.tv_nsec) / 1000000000.0; in timediff() 50 return diff; in timediff()
|
H A D | pthread_cond_wait_1.c | 48 float diff = t2.tv_sec - t1.tv_sec; in timediff() local 49 diff += (t2.tv_nsec - t1.tv_nsec) / 1000000000.0; in timediff() 50 return diff; in timediff()
|
/third_party/ltp/testcases/open_posix_testsuite/functional/threads/schedule/ |
H A D | 1-1.c | 45 float diff = t2.tv_sec - t1.tv_sec; in timediff() local 46 diff += (t2.tv_nsec - t1.tv_nsec) / 1000000000.0; in timediff() 47 return diff; in timediff()
|
H A D | 1-2.c | 46 float diff = t2.tv_sec - t1.tv_sec; in timediff() local 47 diff += (t2.tv_nsec - t1.tv_nsec) / 1000000000.0; in timediff() 48 return diff; in timediff()
|
/third_party/node/deps/openssl/openssl/crypto/engine/ |
H A D | eng_local.h | 28 # define ENGINE_REF_PRINT(e, isfunct, diff) \ 33 ? ((e)->funct_ref - (diff)) \ 34 : ((e)->struct_ref - (diff))), \
|
/third_party/rust/crates/bindgen/ci/ |
H A D | test.bat | 30 call .\ci\assert-no-diff.bat 33 call .\ci\assert-no-diff.bat 36 call .\ci\assert-no-diff.bat
|
/third_party/openssl/crypto/engine/ |
H A D | eng_local.h | 28 # define ENGINE_REF_PRINT(e, isfunct, diff) \ 33 ? ((e)->funct_ref - (diff)) \ 34 : ((e)->struct_ref - (diff))), \
|
/third_party/skia/experimental/lowp-basic/ |
H A D | lerp-study.cpp | 22 int diff = candidate - golden; in log() local 23 max_diff = std::max(max_diff, diff); in log() 24 min_diff = std::min(min_diff, diff); in log() 30 printf("8-bit diff: %d - %g%%\n", diff_8_bits, 100.0 * diff_8_bits / total); in print()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | eeprom_def.c | 696 int16_t *diff) in ath9k_change_gain_boundary_setting() 711 *diff = (u16)(pwr_table_offset - AR5416_PWR_TABLE_OFFSET_DB); in ath9k_change_gain_boundary_setting() 713 *diff *= 2; in ath9k_change_gain_boundary_setting() 718 gb[k] = (u16)(gb[k] - *diff); in ath9k_change_gain_boundary_setting() 729 return *diff; in ath9k_change_gain_boundary_setting() 734 int16_t diff, in ath9k_adjust_pdadc_values() 737 #define NUM_PDADC(diff) (AR5416_NUM_PDADC_VALUES - diff) in ath9k_adjust_pdadc_values() 748 for (k = 0; k < (u16)NUM_PDADC(diff); k++ ) { in ath9k_adjust_pdadc_values() 749 pdadcValues[k] = pdadcValues[k + diff]; in ath9k_adjust_pdadc_values() 691 ath9k_change_gain_boundary_setting(struct ath_hw *ah, u16 *gb, u16 numXpdGain, u16 pdGainOverlap_t2, int8_t pwr_table_offset, int16_t *diff) ath9k_change_gain_boundary_setting() argument 732 ath9k_adjust_pdadc_values(struct ath_hw *ah, int8_t pwr_table_offset, int16_t diff, u8 *pdadcValues) ath9k_adjust_pdadc_values() argument 775 int16_t diff = 0; ath9k_hw_set_def_power_cal_table() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | eeprom_def.c | 696 int16_t *diff) in ath9k_change_gain_boundary_setting() 711 *diff = (u16)(pwr_table_offset - AR5416_PWR_TABLE_OFFSET_DB); in ath9k_change_gain_boundary_setting() 713 *diff *= 2; in ath9k_change_gain_boundary_setting() 718 gb[k] = (u16)(gb[k] - *diff); in ath9k_change_gain_boundary_setting() 729 return *diff; in ath9k_change_gain_boundary_setting() 734 int16_t diff, in ath9k_adjust_pdadc_values() 737 #define NUM_PDADC(diff) (AR5416_NUM_PDADC_VALUES - diff) in ath9k_adjust_pdadc_values() 748 for (k = 0; k < (u16)NUM_PDADC(diff); k++ ) { in ath9k_adjust_pdadc_values() 749 pdadcValues[k] = pdadcValues[k + diff]; in ath9k_adjust_pdadc_values() 691 ath9k_change_gain_boundary_setting(struct ath_hw *ah, u16 *gb, u16 numXpdGain, u16 pdGainOverlap_t2, int8_t pwr_table_offset, int16_t *diff) ath9k_change_gain_boundary_setting() argument 732 ath9k_adjust_pdadc_values(struct ath_hw *ah, int8_t pwr_table_offset, int16_t diff, u8 *pdadcValues) ath9k_adjust_pdadc_values() argument 775 int16_t diff = 0; ath9k_hw_set_def_power_cal_table() local [all...] |
/third_party/python/Modules/ |
H A D | audioop.c | 807 int diff, prevdiff, nextreme = 0; in audioop_avgpp_impl() local 818 diff = val < prevval; in audioop_avgpp_impl() 819 if (prevdiff == !diff) { in audioop_avgpp_impl() 836 prevdiff = diff; in audioop_avgpp_impl() 863 int diff, prevdiff; in audioop_maxpp_impl() local 874 diff = val < prevval; in audioop_maxpp_impl() 875 if (prevdiff == !diff) { in audioop_maxpp_impl() 893 prevdiff = diff; in audioop_maxpp_impl() 1676 index, sign, vpdiff, diff; in audioop_lin2adpcm_impl() local 1717 diff in audioop_lin2adpcm_impl() [all...] |
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | btrfs.h | 1693 s64 diff, int type), 1695 TP_ARGS(fs_info, qgroup, diff, type), 1700 __field( s64, diff ) 1707 __entry->diff = diff; 1711 TP_printk_btrfs("qgid=%llu type=%s cur_reserved=%llu diff=%lld", 1713 __entry->cur_reserved, __entry->diff) 1718 TP_PROTO(struct btrfs_root *root, s64 diff, int type), 1720 TP_ARGS(root, diff, type), 1724 __field( s64, diff ) [all...] |
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | btrfs.h | 1861 s64 diff, int type), 1863 TP_ARGS(fs_info, qgroup, diff, type), 1868 __field( s64, diff ) 1875 __entry->diff = diff; 1879 TP_printk_btrfs("qgid=%llu type=%s cur_reserved=%llu diff=%lld", 1881 __entry->cur_reserved, __entry->diff) 1886 TP_PROTO(struct btrfs_root *root, s64 diff, int type), 1888 TP_ARGS(root, diff, type), 1892 __field( s64, diff ) [all...] |
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_osnoise.c | 1321 * values will be used later to compute the diff betwneen the statistics 1442 * Save the current stats for the diff in run_osnoise() 1733 u64 diff; in timerlat_irq() local 1786 diff = now - tlat->abs_period; in timerlat_irq() 1790 s.timer_latency = diff; in timerlat_irq() 1796 if (time_to_us(diff) >= osnoise_data.stop_tracing) { in timerlat_irq() 1807 timerlat_dump_stack(time_to_us(diff)); in timerlat_irq() 1811 notify_new_max_latency(diff); in timerlat_irq() 1868 u64 now, diff; in timerlat_main() local 1907 diff in timerlat_main() 2471 s64 diff; timerlat_fd_read() local [all...] |
/third_party/libabigail/src/ |
H A D | abg-default-reporter.cc | 101 /// @param d the enum diff to consider. 257 /// Reports the difference between the two subjects of the diff in a 391 /// @param out the stream to serialize the diff to. 418 /// the diff node. 540 /// carried by the diff node. 974 diff_sptr diff = *i; in report() local 975 if (!diff || !diff->to_be_reported()) in report() 981 diff->report(out, indent + " "); in report() 1317 base_diff_sptr diff in report() local 1433 diff_sptr diff = d.compatible_child_diff(); report() local 1836 diff_sptr diff = *i; report() local 1996 diff_sptr diff = *i; report() local [all...] |
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | relocate.c | 105 size_t i, diff; in rotate_xor() local 108 diff = (void *)ptr - area; in rotate_xor() 109 if (unlikely(size < diff + sizeof(hash))) in rotate_xor() 112 size = ALIGN_DOWN(size - diff, sizeof(hash)); in rotate_xor()
|