Home
last modified time | relevance | path

Searched refs:diff (Results 851 - 875 of 2920) sorted by relevance

1...<<31323334353637383940>>...117

/kernel/linux/linux-6.6/tools/perf/tests/shell/
H A Drecord+zstd_comp_decomp.sh30 diff "$trace_file.comp.output" "$trace_file.decomp.output"
/third_party/ffmpeg/libavcodec/
H A Ddcaadpcm.h44 int ff_dcaadpcm_subband_analysis(const DCAADPCMEncContext *s, const int32_t *input, int len, int *diff);
H A Ddnxhdenc.c563 static av_always_inline void dnxhd_encode_dc(DNXHDEncContext *ctx, int diff) in dnxhd_encode_dc() argument
566 if (diff < 0) { in dnxhd_encode_dc()
567 nbits = av_log2_16bit(-2 * diff); in dnxhd_encode_dc()
568 diff--; in dnxhd_encode_dc()
570 nbits = av_log2_16bit(2 * diff); in dnxhd_encode_dc()
574 av_mod_uintp2(diff, nbits)); in dnxhd_encode_dc()
846 int overflow, nbits, diff, last_index; in dnxhd_calc_bits_thread() local
855 diff = block[0] - ctx->m.last_dc[n]; in dnxhd_calc_bits_thread()
856 if (diff < 0) in dnxhd_calc_bits_thread()
857 nbits = av_log2_16bit(-2 * diff); in dnxhd_calc_bits_thread()
[all...]
/third_party/ffmpeg/libavcodec/x86/
H A Dhuffyuvdsp_init.c34 void ff_add_hfyu_median_pred_int16_mmxext(uint16_t *dst, const uint16_t *top, const uint16_t *diff, unsigned mask, int w, int *left, int *left_top);
/third_party/ffmpeg/libavfilter/
H A Dvf_pullup.h64 int (*diff)(const uint8_t *a, const uint8_t *b, ptrdiff_t s); member
/third_party/mbedtls/docs/architecture/psa-migration/
H A Dsyms.sh53 diff ${PREF}-defined ${PREF}-unresolved \
/third_party/json/docs/
H A DMakefile29 diff $@ $(<:.cpp=.output)
/third_party/ltp/testcases/network/tcp_cmds/sendfile/
H A Dsendfile01.sh14 TST_NEEDS_CMDS="diff ss stat"
43 EXPECT_PASS diff $file $lfile
/third_party/typescript/tests/issues_cookbook_tests/
H A Dmain.py30 def diff(self): member in MainClass
/third_party/spirv-tools/test/diff/diff_files/
H A Dconstant_array_size_autogen.cpp23 namespace diff { namespace
305 } // namespace diff
H A Dindex_signedness_autogen.cpp23 namespace diff { namespace
732 } // namespace diff
H A Dreordered_if_blocks_autogen.cpp23 namespace diff { namespace
565 } // namespace diff
H A Dreordered_switch_blocks_autogen.cpp23 namespace diff { namespace
579 } // namespace diff
H A Dspec_constant_array_size_autogen.cpp23 namespace diff { namespace
309 } // namespace diff
H A Dunrelated_shaders_autogen.cpp23 namespace diff { namespace
26 // Tests diff of unrelated shaders (with different execution models).
229 } // namespace diff
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_alloc.c326 xfs_extlen_t diff; in xfs_alloc_compute_aligned() local
337 diff = args->min_agbno - bno; in xfs_alloc_compute_aligned()
338 if (len > diff) { in xfs_alloc_compute_aligned()
339 bno += diff; in xfs_alloc_compute_aligned()
340 len -= diff; in xfs_alloc_compute_aligned()
347 diff = aligned_bno - bno; in xfs_alloc_compute_aligned()
350 *reslen = diff >= len ? 0 : len - diff; in xfs_alloc_compute_aligned()
360 * Compute best start block and diff for "near" allocations.
800 xfs_extlen_t diff; /* dif member
885 xfs_extlen_t len, lena, diff = -1; xfs_alloc_cur_check() local
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dtid_rdma.c130 struct rvt_qp *qp, u32 psn, int diff, bool fecn);
1980 struct rvt_qp *qp, u32 psn, int diff) in tid_rdma_rcv_error()
1993 trace_hfi1_tid_rdma_rcv_err(qp, 0, psn, diff); in tid_rdma_rcv_error()
1994 if (diff > 0) { in tid_rdma_rcv_error()
2235 int diff; in hfi1_rc_rcv_tid_rdma_read_req() local
2259 diff = delta_psn(psn, qp->r_psn); in hfi1_rc_rcv_tid_rdma_read_req()
2260 if (unlikely(diff)) { in hfi1_rc_rcv_tid_rdma_read_req()
2261 tid_rdma_rcv_err(packet, ohdr, qp, psn, diff, fecn); in hfi1_rc_rcv_tid_rdma_read_req()
2663 int diff = 0; in __must_hold() local
2754 diff in __must_hold()
1978 tid_rdma_rcv_error(struct hfi1_packet *packet, struct ib_other_headers *ohdr, struct rvt_qp *qp, u32 psn, int diff) tid_rdma_rcv_error() argument
2859 int diff = 0; hfi1_handle_kdeth_eflags() local
3043 int diff, delta_pkts; hfi1_tid_rdma_restart_req() local
3660 int diff; hfi1_rc_rcv_tid_rdma_write_req() local
5489 tid_rdma_rcv_err(struct hfi1_packet *packet, struct ib_other_headers *ohdr, struct rvt_qp *qp, u32 psn, int diff, bool fecn) tid_rdma_rcv_err() argument
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dtid_rdma.c130 struct rvt_qp *qp, u32 psn, int diff, bool fecn);
1987 struct rvt_qp *qp, u32 psn, int diff) in tid_rdma_rcv_error()
2000 trace_hfi1_tid_rdma_rcv_err(qp, 0, psn, diff); in tid_rdma_rcv_error()
2001 if (diff > 0) { in tid_rdma_rcv_error()
2242 int diff; in hfi1_rc_rcv_tid_rdma_read_req() local
2266 diff = delta_psn(psn, qp->r_psn); in hfi1_rc_rcv_tid_rdma_read_req()
2267 if (unlikely(diff)) { in hfi1_rc_rcv_tid_rdma_read_req()
2268 tid_rdma_rcv_err(packet, ohdr, qp, psn, diff, fecn); in hfi1_rc_rcv_tid_rdma_read_req()
2670 int diff = 0; in __must_hold() local
2761 diff in __must_hold()
1985 tid_rdma_rcv_error(struct hfi1_packet *packet, struct ib_other_headers *ohdr, struct rvt_qp *qp, u32 psn, int diff) tid_rdma_rcv_error() argument
2867 int diff = 0; hfi1_handle_kdeth_eflags() local
3052 int diff, delta_pkts; hfi1_tid_rdma_restart_req() local
3672 int diff; hfi1_rc_rcv_tid_rdma_write_req() local
5501 tid_rdma_rcv_err(struct hfi1_packet *packet, struct ib_other_headers *ohdr, struct rvt_qp *qp, u32 psn, int diff, bool fecn) tid_rdma_rcv_err() argument
[all...]
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H A Dtcp_nip_input.c197 u32 diff = tp->rcv_nxt - TCP_SKB_CB(skb)->seq; in tcp_nip_overlap_handle() local
200 skb->data += diff; in tcp_nip_overlap_handle()
201 skb->len -= diff; in tcp_nip_overlap_handle()
202 tcb->seq += diff; in tcp_nip_overlap_handle()
207 u32 diff = TCP_SKB_CB(skb)->end_seq - TCP_SKB_CB(cur)->seq; in tcp_nip_left_overlap() local
210 cur->data += diff; in tcp_nip_left_overlap()
211 cur->len -= diff; in tcp_nip_left_overlap()
212 tcb->seq += diff; in tcp_nip_left_overlap()
217 u32 diff = TCP_SKB_CB(cur)->end_seq - TCP_SKB_CB(skb)->seq; in tcp_nip_right_overlap() local
221 len = cur->len - diff; in tcp_nip_right_overlap()
[all...]
/kernel/linux/linux-5.10/drivers/iio/adc/
H A Dstm32-adc.c906 * - Linearity calibration (needs to be done only once for single/diff) in stm32h7_adc_selfcalib()
1722 /* pre-build diff channels mask */ in stm32_adc_chan_init_one()
1734 struct stm32_adc_diff_channel diff[STM32_ADC_CH_MAX]; in stm32_adc_chan_of_init() local
1749 ret = of_property_count_elems_of_size(node, "st,adc-diff-channels", in stm32_adc_chan_of_init()
1750 sizeof(*diff)); in stm32_adc_chan_of_init()
1752 dev_err(&indio_dev->dev, "Bad st,adc-diff-channels?\n"); in stm32_adc_chan_of_init()
1755 int size = ret * sizeof(*diff) / sizeof(u32); in stm32_adc_chan_of_init()
1759 ret = of_property_read_u32_array(node, "st,adc-diff-channels", in stm32_adc_chan_of_init()
1760 (u32 *)diff, size); in stm32_adc_chan_of_init()
1788 /* Channel can't be configured both as single-ended & diff */ in stm32_adc_chan_of_init()
[all...]
/kernel/linux/linux-6.6/include/net/
H A Dip_vs.h821 /* output hook: Process packet in inout direction, diff set for TCP.
826 struct sk_buff *, int *diff, struct ip_vs_iphdr *ipvsh);
828 /* input hook: Process packet in outin direction, diff set for TCP.
833 struct sk_buff *, int *diff, struct ip_vs_iphdr *ipvsh);
1718 __be32 diff[2] = { ~old, new }; in ip_vs_check_diff4() local
1720 return csum_partial(diff, sizeof(diff), oldsum); in ip_vs_check_diff4()
1727 __be32 diff[8] = { ~old[3], ~old[2], ~old[1], ~old[0], in ip_vs_check_diff16() local
1730 return csum_partial(diff, sizeof(diff), oldsu in ip_vs_check_diff16()
1736 __be16 diff[2] = { ~old, new }; ip_vs_check_diff2() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dnv50.c1159 u32 calc, diff; in nv50_disp_super_2_2_dp() local
1164 diff = tu_valid - calc; in nv50_disp_super_2_2_dp()
1165 if (diff) { in nv50_disp_super_2_2_dp()
1166 if (diff >= (symbol / 2)) { in nv50_disp_super_2_2_dp()
1167 VTUf = symbol / (symbol - diff); in nv50_disp_super_2_2_dp()
1168 if (symbol - (VTUf * diff)) in nv50_disp_super_2_2_dp()
1181 VTUf = min((int)(symbol / diff), 15); in nv50_disp_super_2_2_dp()
1185 diff = calc - tu_valid; in nv50_disp_super_2_2_dp()
1196 if (diff < best_diff) { in nv50_disp_super_2_2_dp()
1197 best_diff = diff; in nv50_disp_super_2_2_dp()
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_lossless_jpeg.cpp2656 void CountOneDiff (int diff, uint32 *countTable);
2658 void EncodeOneDiff (int diff, HuffmanTable *dctbl);
2845 * diff is counted in countTable.
2853 inline void dng_lossless_encoder::CountOneDiff (int diff, uint32 *countTable) in CountOneDiff() argument
2858 int temp = diff; in CountOneDiff()
2896 inline void dng_lossless_encoder::EncodeOneDiff (int diff, HuffmanTable *dctbl) in EncodeOneDiff() argument
2901 int temp = diff; in EncodeOneDiff()
2902 int temp2 = diff; in EncodeOneDiff()
3036 int16 diff = (int16) (pixel - predictor [channel]); in FreqCountSet() local
3038 CountOneDiff (diff, freqCoun in FreqCountSet()
3142 int16 diff = (int16) (pixel - predictor [channel]); HuffEncode() local
[all...]
/kernel/linux/linux-5.10/tools/perf/tests/shell/
H A Drecord+zstd_comp_decomp.sh30 diff $trace_file.comp.output $trace_file.decomp.output
/third_party/libabigail/tests/
H A Druntestfedabipkgdiff.py.in107 output file is compared (using GNU diff) against the reference
131 diffcmd = ['diff', '-u', reference_report_path, output_path]

Completed in 32 milliseconds

1...<<31323334353637383940>>...117