/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/vdec/ |
H A D | vdec_vp8_if.c | 77 * @dec : decoding information 84 struct vdec_vp8_dec_info dec; member 293 uint64_t prev_y_dma = inst->vsi->dec.prev_y_dma; in vp8_dec_finish() 317 if (inst->vsi->dec.show_frame) { in vp8_dec_finish() 374 inst->vsi->dec.working_buf_dma = (uint64_t)mem->dma_addr; in alloc_working_buf() 385 inst->vsi->dec.working_buf_dma = 0; in free_working_buf() 431 struct vdec_vp8_dec_info *dec = &inst->vsi->dec; in vdec_vp8_decode() local 452 dec->bs_dma = (unsigned long)bs->dma_addr; in vdec_vp8_decode() 453 dec in vdec_vp8_decode() [all...] |
/third_party/skia/third_party/externals/libwebp/src/dec/ |
H A D | webp_dec.c | 16 #include "src/dec/vp8i_dec.h" 17 #include "src/dec/vp8li_dec.h" 18 #include "src/dec/webpi_dec.h" 468 VP8Decoder* const dec = VP8New(); in DecodeInto() local 469 if (dec == NULL) { in DecodeInto() 472 dec->alpha_data_ = headers.alpha_data; in DecodeInto() 473 dec->alpha_data_size_ = headers.alpha_data_size; in DecodeInto() 476 if (!VP8GetHeaders(dec, &io)) { in DecodeInto() 477 status = dec->status_; // An error occurred. Grab error status. in DecodeInto() 484 dec in DecodeInto() 494 VP8LDecoder* const dec = VP8LNew(); DecodeInto() local [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | importHelpersWithLocalCollisions(module=es2015).js | 4 declare var dec: any, __decorate: any; 5 @dec export class A { 25 dec
|
H A D | emitHelpersWithLocalCollisions(module=es2020).js | 2 declare var dec: any, __decorate: any; 3 @dec export class A { 20 dec
|
H A D | emitHelpersWithLocalCollisions(module=es2022).js | 2 declare var dec: any, __decorate: any; 3 @dec export class A { 20 dec
|
H A D | emitHelpersWithLocalCollisions(module=es6).js | 2 declare var dec: any, __decorate: any; 3 @dec export class A { 20 dec
|
H A D | emitHelpersWithLocalCollisions(module=esnext).js | 2 declare var dec: any, __decorate: any; 3 @dec export class A { 20 dec
|
H A D | importHelpersWithLocalCollisions(module=amd).js | 4 declare var dec: any, __decorate: any; 5 @dec export class A { 28 dec
|
H A D | importHelpersWithLocalCollisions(module=commonjs).js | 4 declare var dec: any, __decorate: any; 5 @dec export class A { 28 dec
|
H A D | importHelpersWithLocalCollisions(module=system).js | 4 declare var dec: any, __decorate: any; 5 @dec export class A { 35 dec
|
/kernel/linux/linux-6.6/kernel/ |
H A D | ucount.c | 257 long dec = atomic_long_dec_if_positive(&iter->ucount[type]); in dec_ucount() local 258 WARN_ON_ONCE(dec < 0); in dec_ucount() 285 long dec = atomic_long_sub_return(v, &iter->rlimit[type]); in dec_rlimit_ucounts() local 286 WARN_ON_ONCE(dec < 0); in dec_rlimit_ucounts() 288 new = dec; in dec_rlimit_ucounts() 298 long dec = atomic_long_sub_return(1, &iter->rlimit[type]); in do_dec_rlimit_put_ucounts() local 299 WARN_ON_ONCE(dec < 0); in do_dec_rlimit_put_ucounts() 301 if (dec == 0) in do_dec_rlimit_put_ucounts() 316 long dec, ret = 0; in inc_rlimit_get_ucounts() local 336 dec in inc_rlimit_get_ucounts() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | libopenjpegdec.c | 334 opj_codec_t *dec = NULL; in libopenjpeg_decode_frame() local 343 dec = opj_create_decompress(OPJ_CODEC_JP2); in libopenjpeg_decode_frame() 349 dec = opj_create_decompress(OPJ_CODEC_J2K); in libopenjpeg_decode_frame() 352 if (!dec) { in libopenjpeg_decode_frame() 358 if (!opj_set_error_handler(dec, error_callback, avctx) || in libopenjpeg_decode_frame() 359 !opj_set_warning_handler(dec, warning_callback, avctx) || in libopenjpeg_decode_frame() 360 !opj_set_info_handler(dec, info_callback, avctx)) { in libopenjpeg_decode_frame() 370 opj_setup_decoder(dec, &ctx->dec_params); in libopenjpeg_decode_frame() 387 ret = !opj_read_header(stream, dec, &image); in libopenjpeg_decode_frame() 421 ret = !opj_decode(dec, strea in libopenjpeg_decode_frame() [all...] |
/third_party/libdrm/tests/amdgpu/ |
H A D | vcn_tests.c | 333 uint8_t *dec; in amdgpu_cs_vcn_dec_decode() local 348 dec = dec_buf.ptr; in amdgpu_cs_vcn_dec_decode() 356 dec += 4*1024; in amdgpu_cs_vcn_dec_decode() 357 memcpy(dec, feedback_msg, sizeof(feedback_msg)); in amdgpu_cs_vcn_dec_decode() 358 dec += 4*1024; in amdgpu_cs_vcn_dec_decode() 359 memcpy(dec, uvd_it_scaling_table, sizeof(uvd_it_scaling_table)); in amdgpu_cs_vcn_dec_decode() 361 dec += 4*1024; in amdgpu_cs_vcn_dec_decode() 362 memcpy(dec, uvd_bitstream, sizeof(uvd_bitstream)); in amdgpu_cs_vcn_dec_decode() 364 dec += ALIGN(sizeof(uvd_bitstream), 4*1024); in amdgpu_cs_vcn_dec_decode() 366 dec in amdgpu_cs_vcn_dec_decode() [all...] |
/third_party/skia/third_party/externals/libwebp/ |
H A D | Android.mk | 37 src/dec/alpha_dec.c \ 38 src/dec/buffer_dec.c \ 39 src/dec/frame_dec.c \ 40 src/dec/idec_dec.c \ 41 src/dec/io_dec.c \ 42 src/dec/quant_dec.c \ 43 src/dec/tree_dec.c \ 44 src/dec/vp8_dec.c \ 45 src/dec/vp8l_dec.c \ 46 src/dec/webp_de [all...] |
/third_party/skia/third_party/externals/brotli/python/ |
H A D | _brotli.cc | 395 static BROTLI_BOOL decompress_stream(BrotliDecoderState* dec, in decompress_stream() argument 408 result = BrotliDecoderDecompressStream(dec, in decompress_stream() 412 const uint8_t* buffer = BrotliDecoderTakeOutput(dec, &buffer_length); in decompress_stream() 434 BrotliDecoderState* dec; member 438 BrotliDecoderDestroyInstance(self->dec); in brotli_Decompressor_dealloc() 451 self->dec = BrotliDecoderCreateInstance(0, 0, 0); in brotli_Decompressor_new() 466 if (!self->dec) in brotli_Decompressor_init() 507 if (!self->dec) { in brotli_Decompressor_process() 512 ok = decompress_stream(self->dec, &output, static_cast<uint8_t*>(input.buf), input.len); in brotli_Decompressor_process() 544 if (!self->dec) { in brotli_Decompressor_is_finished() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A D | emulate.c | 31 pr_debug("mtDEC: %lx\n", vcpu->arch.dec); in kvmppc_emulate_dec() 41 if (vcpu->arch.dec == 0) in kvmppc_emulate_dec() 51 dec_time = vcpu->arch.dec; in kvmppc_emulate_dec() 68 if (vcpu->arch.dec < jd) in kvmppc_get_dec() 72 return vcpu->arch.dec - jd; in kvmppc_get_dec() 94 vcpu->arch.dec = (u32) spr_val; in kvmppc_emulate_mtspr()
|
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | emulate.c | 31 pr_debug("mtDEC: %lx\n", vcpu->arch.dec); in kvmppc_emulate_dec() 41 if (vcpu->arch.dec == 0) in kvmppc_emulate_dec() 51 dec_time = vcpu->arch.dec; in kvmppc_emulate_dec() 68 if (vcpu->arch.dec < jd) in kvmppc_get_dec() 72 return vcpu->arch.dec - jd; in kvmppc_get_dec() 94 vcpu->arch.dec = (u32) spr_val; in kvmppc_emulate_mtspr()
|
/kernel/linux/linux-5.10/arch/h8300/lib/ |
H A D | strncpy.S | 24 dec.l #1,er2 27 dec.l #1,er2 31 dec.l #1,er2
|
/third_party/node/deps/base64/base64/lib/arch/neon64/ |
H A D | dec_loop.c | 72 uint8x16x3_t dec; in dec_loop_neon64() local 114 dec.val[0] = vshlq_n_u8(str.val[0], 2) | vshrq_n_u8(str.val[1], 4); in dec_loop_neon64() 115 dec.val[1] = vshlq_n_u8(str.val[1], 4) | vshrq_n_u8(str.val[2], 2); in dec_loop_neon64() 116 dec.val[2] = vshlq_n_u8(str.val[2], 6) | str.val[3]; in dec_loop_neon64() 119 vst3q_u8((uint8_t *) *o, dec); in dec_loop_neon64()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | UnicodeSetStringSpan.java | 696 int dec = length16 - overlap; // Keep dec+overlap==length16. in spanBack() 698 if (dec > pos) { in spanBack() 702 if (!offsets.containsOffset(dec) && matches16CPB(s, pos - dec, length, string, length16)) { in spanBack() 703 if (dec == pos) { in spanBack() 706 offsets.addOffset(dec); in spanBack() 712 ++dec; in spanBack() 735 int dec = length16 - overlap; // Keep dec in spanBack() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | UnicodeSetStringSpan.java | 693 int dec = length16 - overlap; // Keep dec+overlap==length16. in spanBack() 695 if (dec > pos) { in spanBack() 699 if (!offsets.containsOffset(dec) && matches16CPB(s, pos - dec, length, string, length16)) { in spanBack() 700 if (dec == pos) { in spanBack() 703 offsets.addOffset(dec); in spanBack() 709 ++dec; in spanBack() 732 int dec = length16 - overlap; // Keep dec in spanBack() [all...] |
/third_party/node/deps/openssl/openssl/apps/ |
H A D | enc.c | 139 struct doall_enc_ciphers dec; in enc_main() local 169 dec.bio = bio_out; in enc_main() 170 dec.n = 0; in enc_main() 172 show_ciphers, &dec); in enc_main() 659 struct doall_enc_ciphers *dec = (struct doall_enc_ciphers *)arg; in show_ciphers() local 672 BIO_printf(dec->bio, "-%-25s", name->name); in show_ciphers() 673 if (++dec->n == 3) { in show_ciphers() 674 BIO_printf(dec->bio, "\n"); in show_ciphers() 675 dec->n = 0; in show_ciphers() 677 BIO_printf(dec in show_ciphers() [all...] |
/third_party/openssl/apps/ |
H A D | enc.c | 139 struct doall_enc_ciphers dec; in enc_main() local 169 dec.bio = bio_out; in enc_main() 170 dec.n = 0; in enc_main() 172 show_ciphers, &dec); in enc_main() 656 struct doall_enc_ciphers *dec = (struct doall_enc_ciphers *)arg; in show_ciphers() local 669 BIO_printf(dec->bio, "-%-25s", name->name); in show_ciphers() 670 if (++dec->n == 3) { in show_ciphers() 671 BIO_printf(dec->bio, "\n"); in show_ciphers() 672 dec->n = 0; in show_ciphers() 674 BIO_printf(dec in show_ciphers() [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validate_annotation.cpp | 172 bool IsMemberDecorationOnly(SpvDecoration dec) { in IsMemberDecorationOnly() argument 173 switch (dec) { in IsMemberDecorationOnly() 187 bool IsNotMemberDecoration(SpvDecoration dec) { in IsNotMemberDecoration() argument 188 switch (dec) { in IsNotMemberDecoration() 230 spv_result_t ValidateDecorationTarget(ValidationState_t& _, SpvDecoration dec, in ValidateDecorationTarget() argument 233 auto fail = [&_, dec, inst, target](uint32_t vuid = 0) -> DiagnosticStream { in ValidateDecorationTarget() 236 << _.VkErrorID(vuid) << LogStringForDecoration(dec) in ValidateDecorationTarget() 240 switch (dec) { in ValidateDecorationTarget() 325 switch (dec) { in ValidateDecorationTarget() 335 << LogStringForDecoration(dec) in ValidateDecorationTarget() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_annotation.cpp | 172 bool IsMemberDecorationOnly(SpvDecoration dec) { in IsMemberDecorationOnly() argument 173 switch (dec) { in IsMemberDecorationOnly() 187 bool IsNotMemberDecoration(SpvDecoration dec) { in IsNotMemberDecoration() argument 188 switch (dec) { in IsNotMemberDecoration() 230 spv_result_t ValidateDecorationTarget(ValidationState_t& _, SpvDecoration dec, in ValidateDecorationTarget() argument 233 auto fail = [&_, dec, inst, target](uint32_t vuid) -> DiagnosticStream { in ValidateDecorationTarget() 236 << _.VkErrorID(vuid) << LogStringForDecoration(dec) in ValidateDecorationTarget() 240 switch (dec) { in ValidateDecorationTarget() 325 switch (dec) { in ValidateDecorationTarget() 335 << LogStringForDecoration(dec) in ValidateDecorationTarget() [all...] |