Home
last modified time | relevance | path

Searched defs:blk (Results 1 – 25 of 137) sorted by relevance

123456

/third_party/f2fs-tools/fsck/
Dquotaio_tree.c62 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/
Dac3enc.c327 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 …]
Dsbcdec.c75 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
Deac3enc.c95 int ch, blk; in ff_eac3_set_cpl_states() local
128 int blk, ch; in ff_eac3_output_frame_header() local
Dac3dec.c630 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
Dsbcenc.c53 int ch, blk; in sbc_analyze_audio() local
109 int ch, sb, blk; /* channel, subband, block and bit counters */ in sbc_pack_frame() local
/third_party/mesa3d/src/panfrost/util/
Dpan_liveness.c62 liveness_block_live_out(pan_block *blk, unsigned temp_count) in liveness_block_live_out()
75 liveness_block_update(pan_block *blk, unsigned temp_count, in liveness_block_update()
135 pan_block *blk = (struct pan_block *)cur->key; in pan_compute_liveness() local
/third_party/ffmpeg/libavcodec/ppc/
Didctdsp.c155 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/
Dcache_pipeline_run.cc233 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/rust/rust/compiler/rustc_builtin_macros/src/deriving/
Dencodable.rs206 let blk = if stmts.is_empty() { in encodable_substructure() localVariable
270 let blk = cx.lambda_stmts_1(trait_span, stmts, blkarg); in encodable_substructure() localVariable
288 let blk = cx.lambda1(trait_span, call, blkarg); in encodable_substructure() localVariable
/third_party/mesa3d/src/asahi/compiler/test/
Dagx_test.h21 agx_block *blk = rzalloc(ctx, agx_block); in agx_test_builder() local
38 agx_block *blk = rzalloc(ctx, agx_block); in agx_test_block() local
/third_party/mesa3d/src/panfrost/compiler/
Dbi_test.h38 bi_block *blk = rzalloc(ctx, bi_block); in bit_block() local
56 bi_block *blk = bit_block(ctx); in bit_builder() local
Dbi_opt_dce.c106 bi_postra_liveness_block(bi_block *blk) in bi_postra_liveness_block()
141 bi_block *blk = bi_worklist_pop_tail(&worklist); in bi_postra_liveness() local
Dbi_liveness.c64 bi_block *blk = bi_worklist_pop_head(&worklist); in bi_compute_liveness_ssa() local
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_helper_invocations.c126 pan_block *blk = (struct pan_block *)cur->key; in mir_analyze_helper_terminate() local
225 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/
Dcache_base_op.cc77 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/mesa3d/src/amd/addrlib/src/core/
Daddrswizzler.cpp312 UINT_32 blk = (yBlk + (x >> addresser.GetBlockXBits())); in Copy2DSliceUnaligned() local
327 UINT_32 blk = (yBlk + (x >> addresser.GetBlockXBits())); in Copy2DSliceUnaligned() local
344 UINT_32 blk = (yBlk + (x >> addresser.GetBlockXBits())); in Copy2DSliceUnaligned() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dcfg.h87 void RegisterBlock(BasicBlock* blk) { in RegisterBlock()
98 void ForgetBlock(const BasicBlock* blk) { in ForgetBlock()
/third_party/spirv-tools/source/opt/
Dcfg.h95 void RegisterBlock(BasicBlock* blk) { in RegisterBlock()
106 void ForgetBlock(const BasicBlock* blk) { in ForgetBlock()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dcfg.h87 void RegisterBlock(BasicBlock* blk) { in RegisterBlock()
98 void ForgetBlock(const BasicBlock* blk) { in ForgetBlock()
/third_party/mesa3d/src/panfrost/lib/tests/
Dtest-layout.cpp35 struct pan_block_size blk = in TEST() local
51 struct pan_block_size blk = panfrost_block_size( in TEST() local
64 struct pan_block_size blk = panfrost_block_size( in TEST() local
83 struct pan_block_size blk = panfrost_block_size(modifier, format[i]); in TEST() local
101 struct pan_block_size blk = panfrost_block_size(modifier, format[i]); in TEST() local
/third_party/mesa3d/src/asahi/compiler/
Dagx_liveness.c64 agx_block *blk = agx_worklist_pop_head(&worklist); in agx_compute_liveness() local
Dagx_opt_empty_else.c76 match_block(agx_block *blk) in match_block()
/third_party/mesa3d/src/panfrost/compiler/bifrost/
Dbi_scoreboard.c252 scoreboard_block_update(bi_block *blk) in scoreboard_block_update()
304 bi_block *blk = bi_worklist_pop_head(&worklist); in bi_assign_scoreboard() local
/third_party/openhitls/crypto/aes/src/asm/
Dcrypt_aes_macro_x86_64.s22 .macro AES_ENC_1_BLK key round rdk blk
230 .macro AES_DEC_1_BLK key round rdk blk

123456