| /third_party/f2fs-tools/fsck/ |
| 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() 169 unsigned int blk) in insert_free_dqentry() 196 int blk, i; in find_free_dqentry() local 364 unsigned int blk) in free_dqentry() 406 unsigned int * blk, int depth) in remove_tree() 455 struct dquot *dquot, unsigned int blk) in find_block_dqentry() [all …]
|
| /third_party/ffmpeg/libavcodec/ |
| D | ac3enc.c | 327 int blk, ch; in ff_ac3_compute_coupling_strategy() local 399 int blk, bnd, i; in ac3_apply_rematrixing() local 481 int ch, blk, blk1; in compute_exp_strategy() local 620 int blk, blk1, ch, cpl; in encode_exponents() local 670 int blk, ch; in count_exponent_bits() local 702 int blk, ch, i, cpl; in ac3_group_exponents() local 777 int blk; in count_frame_bits_fixed() local 922 int blk, ch; in count_frame_bits() local 1064 int blk, ch; in bit_alloc_masking() local 1094 int blk, ch; in reset_block_bap() local [all …]
|
| D | sbcdec.c | 75 int ch, sb, blk, bit; /* channel, subband, block and bit standard in sbc_unpack_frame() local 216 int ch, int blk, AVFrame *output_frame) in sbc_synthesize_four() 259 int ch, int blk, AVFrame *output_frame) in sbc_synthesize_eight() 307 int ch, blk; in sbc_synthesize_audio() local
|
| D | eac3enc.c | 95 int ch, blk; in ff_eac3_set_cpl_states() local 128 int blk, ch; in ff_eac3_output_frame_header() local
|
| D | ac3dec.c | 630 static inline void decode_transform_coeffs_ch(AC3DecodeContext *s, int blk, in decode_transform_coeffs_ch() 650 static inline void decode_transform_coeffs(AC3DecodeContext *s, int blk) in decode_transform_coeffs() 790 static void decode_band_structure(GetBitContext *gbc, int blk, int eac3, in decode_band_structure() 839 static inline int spx_strategy(AC3DecodeContext *s, int blk) in spx_strategy() 974 static inline int coupling_strategy(AC3DecodeContext *s, int blk, in coupling_strategy() 1044 static inline int coupling_coordinates(AC3DecodeContext *s, int blk) in coupling_coordinates() 1090 static int decode_audio_block(AC3DecodeContext *s, int blk, int offset) in decode_audio_block() 1491 int blk, ch, err, offset, ret; in ac3_decode_frame() local
|
| D | sbcenc.c | 53 int ch, blk; in sbc_analyze_audio() local 109 int ch, sb, blk; /* channel, subband, block and bit counters */ in sbc_pack_frame() local
|
| D | ac3enc_template.c | 88 int blk, ch; in apply_mdct() local 322 int blk, bnd; in compute_rematrixing_strategy() local
|
| D | hqxdsp.c | 27 static inline void idct_col(int16_t *blk, const uint8_t *quant) in idct_col() 73 static inline void idct_row(int16_t *blk) in idct_row()
|
| D | hq_hqadsp.c | 35 static inline void idct_row(int16_t *blk) in idct_row() 73 static inline void idct_col(int16_t *blk) in idct_col()
|
| /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/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-src/source/mindspore/ccsrc/minddata/dataset/engine/cache/perf/ |
| D | cache_pipeline_run.cc | 233 auto blk = std::make_unique<IOBlock>(IOBlock(keys, IOBlock::kFlagNone)); in RunFirstEpoch() local 238 auto blk = std::make_unique<IOBlock>(IOBlock(keys, IOBlock::kFlagNone)); in RunFirstEpoch() local 275 std::unique_ptr<IOBlock> blk; in WriterWorkerEntry() local 377 auto blk = std::make_unique<IOBlock>(IOBlock(keys, IOBlock::kFlagNone)); in RunReadEpoch() local 382 auto blk = std::make_unique<IOBlock>(IOBlock(keys, IOBlock::kFlagNone)); in RunReadEpoch() local 412 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() 114 bi_block *blk = bi_worklist_pop_tail(&worklist); in bi_compute_liveness() local
|
| D | bi_test.h | 38 bi_block *blk = rzalloc(ctx, bi_block); in bit_block() local 56 bi_block *blk = bit_block(ctx); in bit_builder() local
|
| D | bi_opt_dce.c | 103 bi_postra_liveness_block(bi_block *blk) in bi_postra_liveness_block() 138 bi_block *blk = bi_worklist_pop_tail(&worklist); in bi_postra_liveness() local
|
| D | bi_scoreboard.c | 248 scoreboard_block_update(bi_block *blk) in scoreboard_block_update() 300 bi_block *blk = bi_worklist_pop_head(&worklist); in bi_assign_scoreboard() 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-src/source/mindspore/ccsrc/minddata/dataset/engine/datasetops/ |
| D | cache_base_op.cc | 77 auto blk = std::make_unique<IOBlock>(IOBlock(keys, IOBlock::kFlagNone)); in FetchSamplesToWorkers() local 167 std::unique_ptr<IOBlock> blk; in FetchFromCache() local 281 std::unique_ptr<IOBlock> blk; in Prefetcher() local
|
| /third_party/spirv-tools/source/opt/ |
| D | cfg.h | 95 void RegisterBlock(BasicBlock* blk) { in RegisterBlock() 106 void ForgetBlock(const BasicBlock* blk) { in ForgetBlock()
|
| /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/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()
|
| /third_party/mesa3d/src/panfrost/lib/tests/ |
| D | test-layout.cpp | 38 struct pan_block_size blk = panfrost_block_size(DRM_FORMAT_MOD_LINEAR, format[i]); in TEST() local 53 …struct pan_block_size blk = panfrost_block_size(DRM_FORMAT_MOD_ARM_16X16_BLOCK_U_INTERLEAVED, form… in TEST() local 68 …struct pan_block_size blk = panfrost_block_size(DRM_FORMAT_MOD_ARM_16X16_BLOCK_U_INTERLEAVED, form… in TEST() local 90 struct pan_block_size blk = panfrost_block_size(modifier, format[i]); in TEST() local 112 struct pan_block_size blk = panfrost_block_size(modifier, format[i]); in TEST() local
|
| /third_party/mesa3d/src/asahi/compiler/ |
| D | agx_liveness.c | 85 agx_block *blk = agx_worklist_pop_head(&worklist); in agx_compute_liveness() local
|
| /third_party/openssl/test/ |
| D | cipher_overhead_test.c | 37 size_t mac, in, blk, ex; in cipher_overhead() local
|
| /third_party/astc-encoder/Source/ |
| D | astcenc_averages_and_directions.cpp | 49 const image_block& blk, in compute_partition_averages_rgb() 220 const image_block& blk, in compute_partition_averages_rgba() 390 const image_block& blk, in compute_avgs_and_dirs_4_comp() 461 const image_block& blk, in compute_avgs_and_dirs_3_comp() 570 const image_block& blk, in compute_avgs_and_dirs_3_comp_rgb() 633 const image_block& blk, in compute_avgs_and_dirs_2_comp() 725 const image_block& blk, in compute_error_squared_rgba() 845 const image_block& blk, in compute_error_squared_rgb()
|