Home
last modified time | relevance | path

Searched refs:diff (Results 1001 - 1025 of 1770) sorted by relevance

1...<<41424344454647484950>>...71

/third_party/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_protect/
H A Dtpmtoken_protect_tests.sh106 diff $TPM_DATAFILE $TPM_DECDATA 1>$TPM_TMPFILE 2>&1 || RC=$?
109 tst_resm TPASS "'diff $TPM_DATAFILE $TPM_DECDATA' passed."
112 tst_res TFAIL $TPM_TMPFILE "'diff $TPM_DATAFILE $TPM_DECDATA' failed."
/third_party/icu/icu4c/source/tools/gennorm2/
H A Dn2builder.h70 Normalizer2DataBuilder &diff);
/third_party/node/deps/v8/src/compiler/
H A Dpipeline-statistics.h53 CompilationStatistics::BasicStats* diff);
/third_party/skia/third_party/externals/icu/source/tools/gennorm2/
H A Dn2builder.h70 Normalizer2DataBuilder &diff);
/third_party/spirv-tools/test/diff/diff_files/
H A Dlarge_functions_large_diffs_autogen.cpp23 namespace diff { namespace
1533 } // namespace diff
H A Dlarge_functions_small_diffs_autogen.cpp23 namespace diff { namespace
1363 } // namespace diff
H A Dsmall_functions_small_diffs_autogen.cpp23 namespace diff { namespace
746 } // namespace diff
/third_party/alsa-lib/src/pcm/
H A Dpcm_params.c899 int diff, diffdir;
904 boundary_sub(val, valdir, best, bestdir, &diff, &diffdir);
905 if (diff < 0 || (diff == 0 && diffdir < 0)) {
906 min = best - diff;
913 max = best + diff;
1470 int diff;
1472 diff = p->best - value;
1473 if (diff < 0)
1474 diff
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
H A Dsch_red.sh202 local diff=$((size - cur))
203 local pkts=$(((diff + PKTSZ - 1) / PKTSZ))
/kernel/linux/linux-5.10/drivers/iio/adc/
H A Dstx104.c29 #define STX104_IN_CHAN(chan, diff) { \
37 .differential = diff \
/kernel/linux/linux-5.10/tools/perf/tests/
H A Dattr.py119 def diff(self, other): member in Event
266 exp_event.diff(res_event)
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
H A Dcustom_multipath_hash.sh266 local diff=$((d_rp12 - d_rp11))
269 local pct=$(echo "$diff / $sum * 100" | bc -l)
H A Dsch_red.sh202 local diff=$((size - cur))
203 local pkts=$(((diff + PKTSZ - 1) / PKTSZ))
/kernel/linux/linux-6.6/tools/iio/
H A Diio_event_monitor.c268 bool diff = IIO_EVENT_CODE_EXTRACT_DIFF(event->id); in print_event() local
285 if (diff && chan2 >= 0) in print_event()
/third_party/ffmpeg/libavcodec/
H A Daptxenc.c147 int32_t diff = av_clip_intp2(subband_samples[subband] - channel->prediction[subband].predicted_sample, 23); in aptx_encode_channel() local
148 aptx_quantize_difference(&channel->quantize[subband], diff, in aptx_encode_channel()
/third_party/mbedtls/library/
H A Dconstant_time_impl.h399 /* diff = 0 if x == y, non-zero otherwise */ in mbedtls_ct_uint_ne()
400 const mbedtls_ct_uint_t diff = mbedtls_ct_compiler_opaque(x) ^ mbedtls_ct_compiler_opaque(y); in mbedtls_ct_uint_ne() local
403 return mbedtls_ct_bool(diff); in mbedtls_ct_uint_ne()
/third_party/node/deps/v8/src/objects/
H A Dswiss-hash-table-helpers.h231 const __m128i diff = _mm_subs_epi8(b, a);
232 return _mm_cmpeq_epi8(_mm_and_si128(diff, mask), mask);
/third_party/skia/src/core/
H A DSkBlitRow_D32.cpp51 __m128i diff = _mm_or_si128(diff_rb, diff_ag); in SkPMLerp_SSE2() local
54 return _mm_add_epi8(dst, diff); in SkPMLerp_SSE2()
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dshape-options.hh265 hb_buffer_diff_flags_t diff = hb_buffer_diff (reconstruction, buffer, (hb_codepoint_t) -1, 0); in verify_buffer_safe_to_break()
266 if (diff) in verify_buffer_safe_to_break()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dtime_benchmark.cc55 absl::Duration diff; in BM_Time_Difference() local
57 benchmark::DoNotOptimize(diff += end - start); in BM_Time_Difference()
/kernel/linux/linux-5.10/fs/f2fs/
H A Df2fs.h2010 blkcnt_t diff = 0, release = 0; in inc_valid_block_count() local
2049 diff = sbi->total_valid_block_count - avail_user_block_count; in inc_valid_block_count()
2050 if (diff > *count) in inc_valid_block_count()
2051 diff = *count; in inc_valid_block_count()
2052 *count -= diff; in inc_valid_block_count()
2053 release = diff; in inc_valid_block_count()
2054 sbi->total_valid_block_count -= diff; in inc_valid_block_count()
2718 block_t diff, bool add, bool claim) in f2fs_i_blocks_write()
2726 dquot_claim_block(inode, diff); in f2fs_i_blocks_write()
2728 dquot_alloc_block_nofail(inode, diff); in f2fs_i_blocks_write()
2717 f2fs_i_blocks_write(struct inode *inode, block_t diff, bool add, bool claim) f2fs_i_blocks_write() argument
4102 int diff = F2FS_I(inode)->i_cluster_size - blocks; f2fs_i_compr_blocks_update() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassMultisampleResolveTests.cpp1437 const Vec4 diff (tcu::abs(average - expectedAverage)); in iterate()
1446 failThreshold = (diff[0] > threshold.x() in iterate()
1447 || diff[1] > threshold.y() in iterate()
1448 || diff[2] > threshold.z() in iterate()
1449 || diff[3] > threshold.w()); in iterate()
1460 // linear diff's in case of srgb formats. in iterate()
1461 failThreshold = ((diff[0] > threshold.x() in iterate()
1462 || diff[1] > threshold.y() in iterate()
1463 || diff[2] > threshold.z() in iterate()
1464 || diff[ in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassMultisampleResolveTests.cpp1424 const Vec4 diff (tcu::abs(average - expectedAverage)); in iterate()
1433 failThreshold = (diff[0] > threshold.x() in iterate()
1434 || diff[1] > threshold.y() in iterate()
1435 || diff[2] > threshold.z() in iterate()
1436 || diff[3] > threshold.w()); in iterate()
1447 // linear diff's in case of srgb formats. in iterate()
1448 failThreshold = ((diff[0] > threshold.x() in iterate()
1449 || diff[1] > threshold.y() in iterate()
1450 || diff[2] > threshold.z() in iterate()
1451 || diff[ in iterate()
[all...]
/kernel/linux/linux-5.10/drivers/regulator/
H A Dmax8997-regulator.c582 int diff; in max8997_assess_side_effect() local
588 diff = (buckx_val[others])[i] - in max8997_assess_side_effect()
590 if (diff > 0) in max8997_assess_side_effect()
591 side_effect[i] += diff; in max8997_assess_side_effect()
592 else if (diff < 0) in max8997_assess_side_effect()
593 side_effect[i] -= diff; in max8997_assess_side_effect()
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_tc_flower.c624 int diff, err = 0; in sparx5_tc_add_rule_link() local
632 diff = vcap_chain_offset(vctrl, from_cid, to_cid); in sparx5_tc_add_rule_link()
633 if (!diff) in sparx5_tc_add_rule_link()
639 err = vcap_rule_add_action_u32(vrule, VCAP_AF_NXT_IDX, diff); in sparx5_tc_add_rule_link()
649 err = vcap_rule_add_action_u32(vrule, VCAP_AF_PAG_VAL, diff); in sparx5_tc_add_rule_link()
662 diff); in sparx5_tc_add_rule_link()

Completed in 40 milliseconds

1...<<41424344454647484950>>...71