Home
last modified time | relevance | path

Searched defs:sums (Results 1 - 25 of 26) sorted by relevance

12

/kernel/linux/linux-5.10/sound/pci/ctxfi/
H A Dctmixer.h45 void **sums; /* sum resources for signal collection */ member
/kernel/linux/linux-6.6/fs/btrfs/
H A Dbio.h60 struct btrfs_ordered_sum *sums; member
H A Dordered-data.h26 u8 sums[]; member
H A Dfile-item.c465 struct btrfs_ordered_sum *sums; in btrfs_lookup_csums_list() local
739 struct btrfs_ordered_sum *sums; btrfs_csum_one_bio() local
1039 btrfs_csum_file_blocks(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_ordered_sum *sums) btrfs_csum_file_blocks() argument
[all...]
H A Drelocation.c4400 struct btrfs_ordered_sum *sums = in btrfs_reloc_clone_csums() local
H A Dtree-log.c855 struct btrfs_ordered_sum *sums; in replay_one_extent() local
4219 log_csums(struct btrfs_trans_handle *trans, struct btrfs_inode *inode, struct btrfs_root *log_root, struct btrfs_ordered_sum *sums) log_csums() argument
4338 struct btrfs_ordered_sum *sums; copy_items() local
4537 struct btrfs_ordered_sum *sums; log_extent_csums() local
4610 struct btrfs_ordered_sum *sums = list_entry(ordered_sums.next, log_extent_csums() local
[all...]
/kernel/linux/linux-6.6/sound/pci/ctxfi/
H A Dctmixer.h45 void **sums; /* sum resources for signal collection */ member
/kernel/linux/linux-5.10/crypto/
H A Dnhpoly1305.c45 u64 sums[4] = { 0, 0, 0, 0 }; in nh_generic() local
[all...]
/kernel/linux/linux-5.10/fs/btrfs/
H A Dcompression.h66 u8 sums[]; member
H A Dordered-data.h26 u8 sums[]; member
H A Dfile-item.c402 struct btrfs_ordered_sum *sums; in btrfs_lookup_csums_range() local
530 struct btrfs_ordered_sum *sums; btrfs_csum_one_bio() local
842 btrfs_csum_file_blocks(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_ordered_sum *sums) btrfs_csum_file_blocks() argument
[all...]
H A Drelocation.c3913 struct btrfs_ordered_sum *sums; in btrfs_reloc_clone_csums() local
H A Dcompression.c637 u8 *sums; in btrfs_submit_compressed_read() local
H A Dtree-log.c801 struct btrfs_ordered_sum *sums; in replay_one_extent() local
3947 log_csums(struct btrfs_trans_handle *trans, struct btrfs_inode *inode, struct btrfs_root *log_root, struct btrfs_ordered_sum *sums) log_csums() argument
4107 struct btrfs_ordered_sum *sums = list_entry(ordered_sums.next, copy_items() local
4156 struct btrfs_ordered_sum *sums; log_extent_csums() local
4229 struct btrfs_ordered_sum *sums = list_entry(ordered_sums.next, log_extent_csums() local
[all...]
H A Dinode.c1355 struct btrfs_ordered_sum *sums; in csum_exist_in_range() local
/kernel/linux/linux-6.6/crypto/
H A Dnhpoly1305.c45 u64 sums[4] = { 0, 0, 0, 0 }; in nh_generic() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/
H A Dhostap_proc.c51 struct comm_tallies_sums *sums = &local->comm_tallies; in prism2_stats_proc_show() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/
H A Dhostap_proc.c51 struct comm_tallies_sums *sums = &local->comm_tallies; in prism2_stats_proc_show() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_ssim.c95 ssim_4x4xn_16bit(const uint8_t *main8, ptrdiff_t main_stride, const uint8_t *ref8, ptrdiff_t ref_stride, int64_t (*sums)[4], int width) ssim_4x4xn_16bit() argument
131 ssim_4x4xn_8bit(const uint8_t *main, ptrdiff_t main_stride, const uint8_t *ref, ptrdiff_t ref_stride, int (*sums)[4], int width) ssim_4x4xn_8bit() argument
[all...]
/third_party/ffmpeg/libpostproc/
H A Dpostprocess.c294 int sums[10]; in doHorizLowPass_C() local
428 int sums[10]; do_a_deblock_C() local
[all...]
H A Dpostprocess_template.c2550 int64_t sums[10*8*2]; do_a_deblock() local
[all...]
/third_party/skia/tests/
H A DSkSLInterpreterTest.cpp522 sums = SkSL::Program_GetFunction(*program, "sums"), in DEF_TEST() local
/third_party/mesa3d/src/mesa/main/
H A Dtexcompress_bptc_tmp.h1210 int sums[2][4]; in get_rgba_endpoints_unorm() local
1514 float sums[2][3]; get_endpoints_float() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dflacenc.c585 static int find_optimal_param_exact(uint64_t sums[32][MAX_PARTITIONS], int i, int max_param) in find_optimal_param_exact() argument
602 calc_optimal_rice_params(RiceContext *rc, int porder, uint64_t sums[32][MAX_PARTITIONS], int n, int pred_order, int max_param, int exact) calc_optimal_rice_params() argument
632 calc_sum_top(int pmax, int kmax, const uint32_t *data, int n, int pred_order, uint64_t sums[32][MAX_PARTITIONS]) calc_sum_top() argument
662 calc_sum_next(int level, uint64_t sums[32][MAX_PARTITIONS], int kmax) calc_sum_next() argument
672 calc_rice_params(RiceContext *rc, uint32_t udata[FLAC_MAX_BLOCKSIZE], uint64_t sums[32][MAX_PARTITIONS], int pmin, int pmax, const int32_t *data, int n, int pred_order, int exact) calc_rice_params() argument
[all...]
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dvp8l_enc.c246 struct Sum sums[MAX_PALETTE_SIZE]; in PaletteSortModifiedZeng() local
[all...]

Completed in 51 milliseconds

12