/third_party/openssl/test/ |
H A D | cipher_overhead_test.c | 37 size_t mac, in, blk, ex; in cipher_overhead() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | eac3enc.c | 95 int ch, blk; in ff_eac3_set_cpl_states() local 128 int blk, c in ff_eac3_output_frame_header() local [all...] |
H A D | dv.c | 85 int x, y, blk; in dv_calc_mb_coordinates() local [all...] |
H A D | hqxdsp.c | 27 static inline void idct_col(int16_t *blk, const uint8_t *quant) in idct_col() argument 73 idct_row(int16_t *blk) idct_row() argument [all...] |
H A D | hq_hqadsp.c | 35 static inline void idct_row(int16_t *blk) in idct_row() argument 73 idct_col(int16_t *blk) idct_col() argument [all...] |
H A D | ac3enc_template.c | 88 int blk, ch; in apply_mdct() local 322 int blk, bnd; compute_rematrixing_strategy() local [all...] |
H A D | sbcenc.c | 53 int ch, blk; in sbc_analyze_audio() local 109 int ch, sb, blk; /* channel, subband, block and bit counters */ sbc_pack_frame() local [all...] |
H A D | sbcdsp.c | 274 int ch, sb, blk; in sbc_calc_scalefactors() local 292 int blk, joint = 0; in sbc_calc_scalefactors_j() local [all...] |
H A D | sbcdec.c | 75 int ch, sb, blk, bit; /* channel, subband, block and bit standard in sbc_unpack_frame() local 214 sbc_synthesize_four(struct sbc_decoder_state *state, struct sbc_frame *frame, int ch, int blk, AVFrame *output_frame) sbc_synthesize_four() argument 257 sbc_synthesize_eight(struct sbc_decoder_state *state, struct sbc_frame *frame, int ch, int blk, AVFrame *output_frame) sbc_synthesize_eight() argument 307 int ch, blk; sbc_synthesize_audio() local [all...] |
/third_party/mesa3d/src/asahi/compiler/test/ |
H A D | agx_test.h | 42 agx_block *blk = rzalloc(ctx, agx_block); in agx_test_builder() local
|
/third_party/mesa3d/src/asahi/compiler/ |
H A D | agx_liveness.c | 85 agx_block *blk = agx_worklist_pop_head(&worklist); in agx_compute_liveness() local [all...] |
/third_party/mesa3d/src/panfrost/bifrost/ |
H A 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
|
H A D | bi_liveness.c | 58 liveness_block_update(bi_block *blk, unsigned temp_count) in liveness_block_update() argument 114 bi_block *blk in bi_compute_liveness() local [all...] |
H A D | bi_opt_dce.c | 103 bi_postra_liveness_block(bi_block *blk) in bi_postra_liveness_block() argument 138 bi_block *blk = bi_worklist_pop_tail(&worklist); in bi_postra_liveness() local [all...] |
/third_party/mesa3d/src/panfrost/lib/tests/ |
H A 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, format[i]); in TEST() local 68 struct pan_block_size blk = panfrost_block_size(DRM_FORMAT_MOD_ARM_16X16_BLOCK_U_INTERLEAVED, format[i]); in TEST() local 90 struct pan_block_size blk in TEST() local 112 struct pan_block_size blk = panfrost_block_size(modifier, format[i]); TEST() local [all...] |
/third_party/mbedtls/library/ |
H A D | padlock.c | 64 uint32_t *blk; in mbedtls_padlock_xcryptecb() local
|
/third_party/selinux/libselinux/src/ |
H A D | sha1.c | 49 #define blk(i) (block->l[i&15] = rol(block->l[(i+13)&15]^block->l[(i+8)&15] \ macro
|
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | idctdsp.c | 155 static void idct_altivec(int16_t *blk) in idct_altivec() argument 171 static void idct_put_altivec(uint8_t *dest, ptrdiff_t stride, int16_t *blk) in idct_put_altivec() argument 200 static void idct_add_altivec(uint8_t *dest, ptrdiff_t stride, int16_t *blk) in idct_add_altivec() argument
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_ideal_endpoints_and_weights.cpp | 107 compute_ideal_colors_and_weights_1_comp( const image_block& blk, const partition_info& pi, endpoints_and_weights& ei, unsigned int component ) compute_ideal_colors_and_weights_1_comp() argument [all...] |
/third_party/mesa3d/src/util/sha1/ |
H A D | sha1.c | 34 #define blk(i) (block->l[i&15] = rol(block->l[(i+13)&15]^block->l[(i+8)&15] \ macro
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A 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/mesa3d/src/panfrost/bifrost/valhall/ |
H A D | va_mark_last.c | 124 bi_block *blk = bi_worklist_pop_head(&worklist); in va_analyze_scoreboard_reads() local
|
/third_party/mesa3d/src/panfrost/util/ |
H A D | pan_liveness.c | 62 liveness_block_live_out(pan_block *blk, unsigned temp_count) in liveness_block_live_out() argument 75 liveness_block_update( pan_block *blk, unsigned temp_count, pan_liveness_update callback) liveness_block_update() argument 141 pan_block *blk = (struct pan_block *) cur->key; pan_compute_liveness() local [all...] |
/third_party/zlib/examples/ |
H A D | fitblk.c | 132 unsigned char *blk; /* intermediate and final stream */ in main() local [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | sha512.c | 103 #define blk(i) (block[i] = block[i - 16] + sigma0_512(block[i - 15]) + \ macro
|