/third_party/e2fsprogs/lib/ext2fs/ |
D | alloc_stats.c | 61 void ext2fs_block_alloc_stats2(ext2_filsys fs, blk64_t blk, int inuse) in ext2fs_block_alloc_stats2() 88 void ext2fs_block_alloc_stats(ext2_filsys fs, blk_t blk, int inuse) in ext2fs_block_alloc_stats() 95 blk64_t blk, in ext2fs_set_block_alloc_stats_callback() 109 void ext2fs_block_alloc_stats_range(ext2_filsys fs, blk64_t blk, in ext2fs_block_alloc_stats_range() 153 void (*func)(ext2_filsys fs, blk64_t blk, in ext2fs_set_block_alloc_stats_range_callback()
|
D | badblocks.c | 108 errcode_t ext2fs_u32_list_add(ext2_u32_list bb, __u32 blk) in ext2fs_u32_list_add() 154 errcode_t ext2fs_badblocks_list_add(ext2_badblocks_list bb, blk_t blk) in ext2fs_badblocks_list_add() 163 int ext2fs_u32_list_find(ext2_u32_list bb, __u32 blk) in ext2fs_u32_list_find() 198 int ext2fs_u32_list_test(ext2_u32_list bb, __u32 blk) in ext2fs_u32_list_test() 206 int ext2fs_badblocks_list_test(ext2_badblocks_list bb, blk_t blk) in ext2fs_badblocks_list_test() 215 int ext2fs_u32_list_del(ext2_u32_list bb, __u32 blk) in ext2fs_u32_list_del() 232 void ext2fs_badblocks_list_del(ext2_u32_list bb, __u32 blk) in ext2fs_badblocks_list_del() 264 int ext2fs_u32_list_iterate(ext2_u32_iterate iter, __u32 *blk) in ext2fs_u32_list_iterate() 284 int ext2fs_badblocks_list_iterate(ext2_badblocks_iterate iter, blk_t *blk) in ext2fs_badblocks_list_iterate()
|
D | bb_compat.c | 40 errcode_t badblocks_list_add(badblocks_list bb, blk_t blk) in badblocks_list_add() 45 int badblocks_list_test(badblocks_list bb, blk_t blk) in badblocks_list_test() 56 int badblocks_list_iterate(badblocks_iterate iter, blk_t *blk) in badblocks_list_iterate()
|
D | blknum.c | 20 dgrp_t ext2fs_group_of_blk2(ext2_filsys fs, blk64_t blk) in ext2fs_group_of_blk2() 117 void ext2fs_blocks_count_set(struct ext2_super_block *super, blk64_t blk) in ext2fs_blocks_count_set() 127 void ext2fs_blocks_count_add(struct ext2_super_block *super, blk64_t blk) in ext2fs_blocks_count_add() 147 void ext2fs_r_blocks_count_set(struct ext2_super_block *super, blk64_t blk) in ext2fs_r_blocks_count_set() 157 void ext2fs_r_blocks_count_add(struct ext2_super_block *super, blk64_t blk) in ext2fs_r_blocks_count_add() 177 void ext2fs_free_blocks_count_set(struct ext2_super_block *super, blk64_t blk) in ext2fs_free_blocks_count_set() 187 void ext2fs_free_blocks_count_add(struct ext2_super_block *super, blk64_t blk) in ext2fs_free_blocks_count_add() 208 blk64_t blk; in ext2fs_group_desc() local 281 void ext2fs_block_bitmap_loc_set(ext2_filsys fs, dgrp_t group, blk64_t blk) in ext2fs_block_bitmap_loc_set() 322 void ext2fs_inode_bitmap_loc_set(ext2_filsys fs, dgrp_t group, blk64_t blk) in ext2fs_inode_bitmap_loc_set() [all …]
|
D | read_bb_file.c | 37 blk_t blk, in ext2fs_read_bb_FILE2() 82 static void call_compat_invalid(ext2_filsys fs, blk_t blk, in call_compat_invalid() 99 void (*invalid)(ext2_filsys fs, blk_t blk)) in ext2fs_read_bb_FILE()
|
D | ind_block.c | 23 errcode_t ext2fs_read_ind_block(ext2_filsys fs, blk_t blk, void *buf) in ext2fs_read_ind_block() 48 errcode_t ext2fs_write_ind_block(ext2_filsys fs, blk_t blk, void *buf) in ext2fs_write_ind_block()
|
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_ksl.c | 81 static void ksl_free_blk(nghttp2_ksl *ksl, nghttp2_ksl_blk *blk) { in ksl_free_blk() 109 static nghttp2_ksl_blk *ksl_split_blk(nghttp2_ksl *ksl, nghttp2_ksl_blk *blk) { in ksl_split_blk() 151 static int ksl_split_node(nghttp2_ksl *ksl, nghttp2_ksl_blk *blk, size_t i) { in ksl_split_node() 228 static void ksl_insert_node(nghttp2_ksl *ksl, nghttp2_ksl_blk *blk, size_t i, in ksl_insert_node() 244 static size_t ksl_bsearch(nghttp2_ksl *ksl, nghttp2_ksl_blk *blk, in ksl_bsearch() 265 nghttp2_ksl_blk *blk = ksl->head; in nghttp2_ksl_insert() local 342 static void ksl_remove_node(nghttp2_ksl *ksl, nghttp2_ksl_blk *blk, size_t i) { in ksl_remove_node() 359 static nghttp2_ksl_blk *ksl_merge_node(nghttp2_ksl *ksl, nghttp2_ksl_blk *blk, in ksl_merge_node() 399 static void ksl_shift_left(nghttp2_ksl *ksl, nghttp2_ksl_blk *blk, size_t i) { in ksl_shift_left() 426 static void ksl_shift_right(nghttp2_ksl *ksl, nghttp2_ksl_blk *blk, size_t i) { in ksl_shift_right() [all …]
|
/third_party/nghttp2/lib/ |
D | nghttp2_ksl.c | 81 static void ksl_free_blk(nghttp2_ksl *ksl, nghttp2_ksl_blk *blk) { in ksl_free_blk() 109 static nghttp2_ksl_blk *ksl_split_blk(nghttp2_ksl *ksl, nghttp2_ksl_blk *blk) { in ksl_split_blk() 151 static int ksl_split_node(nghttp2_ksl *ksl, nghttp2_ksl_blk *blk, size_t i) { in ksl_split_node() 228 static void ksl_insert_node(nghttp2_ksl *ksl, nghttp2_ksl_blk *blk, size_t i, in ksl_insert_node() 244 static size_t ksl_bsearch(nghttp2_ksl *ksl, nghttp2_ksl_blk *blk, in ksl_bsearch() 265 nghttp2_ksl_blk *blk = ksl->head; in nghttp2_ksl_insert() local 342 static void ksl_remove_node(nghttp2_ksl *ksl, nghttp2_ksl_blk *blk, size_t i) { in ksl_remove_node() 359 static nghttp2_ksl_blk *ksl_merge_node(nghttp2_ksl *ksl, nghttp2_ksl_blk *blk, in ksl_merge_node() 399 static void ksl_shift_left(nghttp2_ksl *ksl, nghttp2_ksl_blk *blk, size_t i) { in ksl_shift_left() 426 static void ksl_shift_right(nghttp2_ksl *ksl, nghttp2_ksl_blk *blk, size_t i) { in ksl_shift_right() [all …]
|
/third_party/e2fsprogs/lib/support/ |
D | quotaio_tree.c | 62 static void read_blk(struct quota_handle *h, unsigned int blk, dqbuf_t buf) in read_blk() 75 static int write_blk(struct quota_handle *h, unsigned int blk, dqbuf_t buf) in write_blk() 94 int blk; in get_free_dqblk() local 121 unsigned int blk) in put_free_dqblk() 136 unsigned int blk) in remove_free_dqentry() 170 unsigned int blk) in insert_free_dqentry() 197 int blk, i; in find_free_dqentry() local 355 unsigned int blk) in free_dqentry() 397 unsigned int * blk, int depth) in remove_tree() 446 struct dquot *dquot, unsigned int blk) in find_block_dqentry() [all …]
|
/third_party/f2fs-tools/fsck/ |
D | quotaio_tree.c | 63 static void read_blk(struct quota_handle *h, unsigned int blk, dqbuf_t buf) in read_blk() 76 static int write_blk(struct quota_handle *h, unsigned int blk, dqbuf_t buf) in write_blk() 95 int blk; in get_free_dqblk() local 122 unsigned int blk) in put_free_dqblk() 137 unsigned int blk) in remove_free_dqentry() 170 unsigned int blk) in insert_free_dqentry() 197 int blk, i; in find_free_dqentry() local 365 unsigned int blk) in free_dqentry() 407 unsigned int * blk, int depth) in remove_tree() 456 struct dquot *dquot, unsigned int blk) in find_block_dqentry() [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | ac3enc.c | 273 int blk, ch; in ff_ac3_compute_coupling_strategy() local 345 int blk, bnd, i; in ac3_apply_rematrixing() local 427 int ch, blk, blk1; in compute_exp_strategy() local 566 int blk, blk1, ch, cpl; in encode_exponents() local 616 int blk, ch; in count_exponent_bits() local 648 int blk, ch, i, cpl; in ac3_group_exponents() local 723 int blk; in count_frame_bits_fixed() local 865 int blk, ch; in count_frame_bits() local 1010 int blk, ch; in bit_alloc_masking() local 1040 int blk, ch; in reset_block_bap() local [all …]
|
D | sbcdec.c | 73 int ch, sb, blk, bit; /* channel, subband, block and bit standard in sbc_unpack_frame() local 214 int ch, int blk, AVFrame *output_frame) in sbc_synthesize_four() 257 int ch, int blk, AVFrame *output_frame) in sbc_synthesize_eight() 305 int ch, blk; in sbc_synthesize_audio() local
|
D | eac3enc.c | 94 int ch, blk; in ff_eac3_set_cpl_states() local 127 int blk, ch; in ff_eac3_output_frame_header() local
|
/third_party/mesa3d/src/panfrost/util/ |
D | pan_liveness.c | 62 liveness_block_live_out(pan_block *blk, unsigned temp_count) in liveness_block_live_out() 76 pan_block *blk, unsigned temp_count, in liveness_block_update() 141 pan_block *blk = (struct pan_block *) cur->key; in pan_compute_liveness() local
|
/third_party/mesa3d/src/asahi/compiler/ |
D | agx_liveness.c | 55 liveness_block_update(agx_block *blk, unsigned words) in liveness_block_update() 119 agx_block *blk = (struct agx_block *) cur->key; in agx_compute_liveness() local
|
/third_party/ffmpeg/libavcodec/ppc/ |
D | idctdsp.c | 155 static void idct_altivec(int16_t *blk) in idct_altivec() 171 static void idct_put_altivec(uint8_t *dest, ptrdiff_t stride, int16_t *blk) in idct_put_altivec() 200 static void idct_add_altivec(uint8_t *dest, ptrdiff_t stride, int16_t *blk) in idct_add_altivec()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/perf/ |
D | cache_pipeline_run.cc | 229 auto blk = std::make_unique<IOBlock>(IOBlock(keys, IOBlock::kDeIoBlockNone)); in RunFirstEpoch() local 234 auto blk = std::make_unique<IOBlock>(IOBlock(keys, IOBlock::kDeIoBlockNone)); in RunFirstEpoch() local 272 std::unique_ptr<IOBlock> blk; in WriterWorkerEntry() local 374 auto blk = std::make_unique<IOBlock>(IOBlock(keys, IOBlock::kDeIoBlockNone)); in RunReadEpoch() local 379 auto blk = std::make_unique<IOBlock>(IOBlock(keys, IOBlock::kDeIoBlockNone)); in RunReadEpoch() local 410 std::unique_ptr<IOBlock> blk; in ReaderWorkerEntry() local
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bi_liveness.c | 58 liveness_block_update(bi_block *blk, unsigned temp_count) in liveness_block_update() 128 bi_block *blk = (struct bi_block *) cur->key; in bi_compute_liveness() local
|
D | bi_helper_invocations.c | 169 bi_block *blk = (struct bi_block *) cur->key; in bi_analyze_helper_terminate() local 259 bi_block *blk = (struct bi_block *) cur->key; in bi_analyze_helper_requirements() local
|
D | bi_opt_dce.c | 94 bi_postra_liveness_block(bi_block *blk) in bi_postra_liveness_block() 134 bi_block *blk = (struct bi_block *) cur->key; in bi_postra_liveness() local
|
/third_party/mesa3d/src/panfrost/midgard/ |
D | midgard_helper_invocations.c | 127 pan_block *blk = (struct pan_block *) cur->key; in mir_analyze_helper_terminate() local 221 pan_block *blk = (struct pan_block *) cur->key; in mir_analyze_helper_requirements() local
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/ |
D | cache_base_op.cc | 77 auto blk = std::make_unique<IOBlock>(IOBlock(keys, IOBlock::kDeIoBlockNone)); in FetchSamplesToWorkers() local 166 std::unique_ptr<IOBlock> blk; in FetchFromCache() local 281 std::unique_ptr<IOBlock> blk; in Prefetcher() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | cfg.h | 87 void RegisterBlock(BasicBlock* blk) { in RegisterBlock() 98 void ForgetBlock(const BasicBlock* blk) { in ForgetBlock()
|
/third_party/spirv-tools/source/opt/ |
D | cfg.h | 87 void RegisterBlock(BasicBlock* blk) { in RegisterBlock() 98 void ForgetBlock(const BasicBlock* blk) { in ForgetBlock()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | cfg.h | 87 void RegisterBlock(BasicBlock* blk) { in RegisterBlock() 98 void ForgetBlock(const BasicBlock* blk) { in ForgetBlock()
|