/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_descriptor_set.h | 557 static inline VkResult vn_decode_vkAllocateDescriptorSets_reply(struct vn_cs_decoder *dec, VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateInfo, VkDescriptorSet* pDescriptorSets) in vn_decode_vkAllocateDescriptorSets_reply() argument 560 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkAllocateDescriptorSets_reply() 564 vn_decode_VkResult(dec, &ret); in vn_decode_vkAllocateDescriptorSets_reply() 567 if (vn_peek_array_size(dec)) { in vn_decode_vkAllocateDescriptorSets_reply() 568 const uint32_t iter_count = vn_decode_array_size(dec, (pAllocateInfo ? pAllocateInfo->descriptorSetCount : 0)); in vn_decode_vkAllocateDescriptorSets_reply() 570 vn_decode_VkDescriptorSet(dec, &pDescriptorSets[i]); in vn_decode_vkAllocateDescriptorSets_reply() 572 vn_decode_array_size_unchecked(dec); in vn_decode_vkAllocateDescriptorSets_reply() 633 static inline VkResult vn_decode_vkFreeDescriptorSets_reply(struct vn_cs_decoder *dec, VkDevice device, VkDescriptorPool descriptorPool, uint32_t descriptorSetCount, const VkDescriptorSet* pDescriptorSets) in vn_decode_vkFreeDescriptorSets_reply() argument 636 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkFreeDescriptorSets_reply() 640 vn_decode_VkResult(dec, in vn_decode_vkFreeDescriptorSets_reply() 716 vn_decode_vkUpdateDescriptorSets_reply(struct vn_cs_decoder *dec, VkDevice device, uint32_t descriptorWriteCount, const VkWriteDescriptorSet* pDescriptorWrites, uint32_t descriptorCopyCount, const VkCopyDescriptorSet* pDescriptorCopies) vn_decode_vkUpdateDescriptorSets_reply() argument 798 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkAllocateDescriptorSets() local 820 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkFreeDescriptorSets() local 842 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkUpdateDescriptorSets() local [all...] |
H A D | vn_protocol_driver_pipeline_layout.h | 172 static inline VkResult vn_decode_vkCreatePipelineLayout_reply(struct vn_cs_decoder *dec, VkDevice device, const VkPipelineLayoutCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayout* pPipelineLayout) in vn_decode_vkCreatePipelineLayout_reply() argument 175 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreatePipelineLayout_reply() 179 vn_decode_VkResult(dec, &ret); in vn_decode_vkCreatePipelineLayout_reply() 183 if (vn_decode_simple_pointer(dec)) { in vn_decode_vkCreatePipelineLayout_reply() 184 vn_decode_VkPipelineLayout(dec, pPipelineLayout); in vn_decode_vkCreatePipelineLayout_reply() 232 static inline void vn_decode_vkDestroyPipelineLayout_reply(struct vn_cs_decoder *dec, VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks* pAllocator) in vn_decode_vkDestroyPipelineLayout_reply() argument 235 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkDestroyPipelineLayout_reply() 291 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); in vn_call_vkCreatePipelineLayout() local 292 if (dec) { in vn_call_vkCreatePipelineLayout() 293 const VkResult ret = vn_decode_vkCreatePipelineLayout_reply(dec, devic in vn_call_vkCreatePipelineLayout() 313 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkDestroyPipelineLayout() local [all...] |
H A D | vn_protocol_driver_sampler.h | 319 static inline VkResult vn_decode_vkCreateSampler_reply(struct vn_cs_decoder *dec, VkDevice device, const VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) in vn_decode_vkCreateSampler_reply() argument 322 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreateSampler_reply() 326 vn_decode_VkResult(dec, &ret); in vn_decode_vkCreateSampler_reply() 330 if (vn_decode_simple_pointer(dec)) { in vn_decode_vkCreateSampler_reply() 331 vn_decode_VkSampler(dec, pSampler); in vn_decode_vkCreateSampler_reply() 379 static inline void vn_decode_vkDestroySampler_reply(struct vn_cs_decoder *dec, VkDevice device, VkSampler sampler, const VkAllocationCallbacks* pAllocator) in vn_decode_vkDestroySampler_reply() argument 382 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkDestroySampler_reply() 438 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); in vn_call_vkCreateSampler() local 439 if (dec) { in vn_call_vkCreateSampler() 440 const VkResult ret = vn_decode_vkCreateSampler_reply(dec, devic in vn_call_vkCreateSampler() 460 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkDestroySampler() local [all...] |
H A D | vn_protocol_driver_framebuffer.h | 319 static inline VkResult vn_decode_vkCreateFramebuffer_reply(struct vn_cs_decoder *dec, VkDevice device, const VkFramebufferCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFramebuffer* pFramebuffer) in vn_decode_vkCreateFramebuffer_reply() argument 322 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreateFramebuffer_reply() 326 vn_decode_VkResult(dec, &ret); in vn_decode_vkCreateFramebuffer_reply() 330 if (vn_decode_simple_pointer(dec)) { in vn_decode_vkCreateFramebuffer_reply() 331 vn_decode_VkFramebuffer(dec, pFramebuffer); in vn_decode_vkCreateFramebuffer_reply() 379 static inline void vn_decode_vkDestroyFramebuffer_reply(struct vn_cs_decoder *dec, VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAllocator) in vn_decode_vkDestroyFramebuffer_reply() argument 382 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkDestroyFramebuffer_reply() 438 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); in vn_call_vkCreateFramebuffer() local 439 if (dec) { in vn_call_vkCreateFramebuffer() 440 const VkResult ret = vn_decode_vkCreateFramebuffer_reply(dec, devic in vn_call_vkCreateFramebuffer() 460 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkDestroyFramebuffer() local [all...] |
H A D | vn_protocol_driver_image_view.h | 297 static inline VkResult vn_decode_vkCreateImageView_reply(struct vn_cs_decoder *dec, VkDevice device, const VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView) in vn_decode_vkCreateImageView_reply() argument 300 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreateImageView_reply() 304 vn_decode_VkResult(dec, &ret); in vn_decode_vkCreateImageView_reply() 308 if (vn_decode_simple_pointer(dec)) { in vn_decode_vkCreateImageView_reply() 309 vn_decode_VkImageView(dec, pView); in vn_decode_vkCreateImageView_reply() 357 static inline void vn_decode_vkDestroyImageView_reply(struct vn_cs_decoder *dec, VkDevice device, VkImageView imageView, const VkAllocationCallbacks* pAllocator) in vn_decode_vkDestroyImageView_reply() argument 360 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkDestroyImageView_reply() 416 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); in vn_call_vkCreateImageView() local 417 if (dec) { in vn_call_vkCreateImageView() 418 const VkResult ret = vn_decode_vkCreateImageView_reply(dec, devic in vn_call_vkCreateImageView() 438 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkDestroyImageView() local [all...] |
H A D | vn_protocol_driver_descriptor_update_template.h | 172 static inline VkResult vn_decode_vkCreateDescriptorUpdateTemplate_reply(struct vn_cs_decoder *dec, VkDevice device, const VkDescriptorUpdateTemplateCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorUpdateTemplate* pDescriptorUpdateTemplate) in vn_decode_vkCreateDescriptorUpdateTemplate_reply() argument 175 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreateDescriptorUpdateTemplate_reply() 179 vn_decode_VkResult(dec, &ret); in vn_decode_vkCreateDescriptorUpdateTemplate_reply() 183 if (vn_decode_simple_pointer(dec)) { in vn_decode_vkCreateDescriptorUpdateTemplate_reply() 184 vn_decode_VkDescriptorUpdateTemplate(dec, pDescriptorUpdateTemplate); in vn_decode_vkCreateDescriptorUpdateTemplate_reply() 232 static inline void vn_decode_vkDestroyDescriptorUpdateTemplate_reply(struct vn_cs_decoder *dec, VkDevice device, VkDescriptorUpdateTemplate descriptorUpdateTemplate, const VkAllocationCallbacks* pAllocator) in vn_decode_vkDestroyDescriptorUpdateTemplate_reply() argument 235 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkDestroyDescriptorUpdateTemplate_reply() 291 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); in vn_call_vkCreateDescriptorUpdateTemplate() local 292 if (dec) { in vn_call_vkCreateDescriptorUpdateTemplate() 293 const VkResult ret = vn_decode_vkCreateDescriptorUpdateTemplate_reply(dec, devic in vn_call_vkCreateDescriptorUpdateTemplate() 313 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkDestroyDescriptorUpdateTemplate() local [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | unisetspan.cpp | 845 int32_t dec=length16-overlap; // Keep dec+overlap==length16. in spanBack() local 847 if(dec>pos) { in spanBack() 851 if(!offsets.containsOffset(dec) && matches16CPB(s, pos-dec, length, s16, length16)) { in spanBack() 852 if(dec==pos) { in spanBack() 855 offsets.addOffset(dec); in spanBack() 861 ++dec; in spanBack() 887 int32_t dec=length16-overlap; // Keep dec in spanBack() local 1191 int32_t dec=length8-overlap; // Keep dec+overlap==length8. spanBackUTF8() local 1236 int32_t dec=length8-overlap; // Keep dec+overlap==length8. spanBackUTF8() local [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | unisetspan.cpp | 845 int32_t dec=length16-overlap; // Keep dec+overlap==length16. in spanBack() local 847 if(dec>pos) { in spanBack() 851 if(!offsets.containsOffset(dec) && matches16CPB(s, pos-dec, length, s16, length16)) { in spanBack() 852 if(dec==pos) { in spanBack() 855 offsets.addOffset(dec); in spanBack() 861 ++dec; in spanBack() 887 int32_t dec=length16-overlap; // Keep dec in spanBack() local 1191 int32_t dec=length8-overlap; // Keep dec+overlap==length8. spanBackUTF8() local 1236 int32_t dec=length8-overlap; // Keep dec+overlap==length8. spanBackUTF8() local [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | unisetspan.cpp | 845 int32_t dec=length16-overlap; // Keep dec+overlap==length16. in spanBack() local 847 if(dec>pos) { in spanBack() 851 if(!offsets.containsOffset(dec) && matches16CPB(s, pos-dec, length, s16, length16)) { in spanBack() 852 if(dec==pos) { in spanBack() 855 offsets.addOffset(dec); in spanBack() 861 ++dec; in spanBack() 887 int32_t dec=length16-overlap; // Keep dec in spanBack() local 1191 int32_t dec=length8-overlap; // Keep dec+overlap==length8. spanBackUTF8() local 1236 int32_t dec=length8-overlap; // Keep dec+overlap==length8. spanBackUTF8() local [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | decoratorOnFunctionParameter.js | 2 declare const dec: any; 6 function direct(@dec this: C) { return this.n; } 7 function called(@dec() this: C) { return this.n; }
|
H A D | privateNamesAndDecorators.js | 2 declare function dec<T>(target: T): T; 5 @dec // Error 7 @dec // Error
|
H A D | importHelpersWithLocalCollisions(module=es2015).js | 4 declare var dec: any, __decorate: any; 5 @dec export class A { 25 dec
|
/third_party/ffmpeg/doc/examples/ |
H A D | demuxing_decoding.c | 110 static int decode_packet(AVCodecContext *dec, const AVPacket *pkt) in decode_packet() argument 115 ret = avcodec_send_packet(dec, pkt); in decode_packet() 123 ret = avcodec_receive_frame(dec, frame); in decode_packet() 135 if (dec->codec->type == AVMEDIA_TYPE_VIDEO) in decode_packet() 153 const AVCodec *dec = NULL; in open_codec_context() local 165 dec = avcodec_find_decoder(st->codecpar->codec_id); in open_codec_context() 166 if (!dec) { in open_codec_context() 173 *dec_ctx = avcodec_alloc_context3(dec); in open_codec_context() 188 if ((ret = avcodec_open2(*dec_ctx, dec, NULL)) < 0) { in open_codec_context()
|
/kernel/linux/linux-5.10/drivers/media/rc/img-ir/ |
H A D | img-ir-hw.c | 622 * @dec: Decoder to check. 624 * Returns: true if @dec is compatible with the device @priv refers to. 627 const struct img_ir_decoder *dec) in img_ir_decoder_compatible() 632 ct = dec->control.code_type; in img_ir_decoder_compatible() 651 const struct img_ir_decoder *dec = *decp; in img_ir_allowed_protos() local 652 if (img_ir_decoder_compatible(priv, dec)) in img_ir_allowed_protos() 653 protos |= dec->type; in img_ir_allowed_protos() 673 const struct img_ir_decoder *dec = *decp; in img_ir_change_protocol() local 674 if (!img_ir_decoder_compatible(priv, dec)) in img_ir_change_protocol() 676 if (*ir_type & dec in img_ir_change_protocol() 626 img_ir_decoder_compatible(struct img_ir_priv *priv, const struct img_ir_decoder *dec) img_ir_decoder_compatible() argument 818 const struct img_ir_decoder *dec = hw->decoder; img_ir_handle_data() local 1012 const struct img_ir_decoder *dec = *decp; img_ir_setup_hw() local [all...] |
/kernel/linux/linux-6.6/drivers/media/rc/img-ir/ |
H A D | img-ir-hw.c | 622 * @dec: Decoder to check. 624 * Returns: true if @dec is compatible with the device @priv refers to. 627 const struct img_ir_decoder *dec) in img_ir_decoder_compatible() 632 ct = dec->control.code_type; in img_ir_decoder_compatible() 651 const struct img_ir_decoder *dec = *decp; in img_ir_allowed_protos() local 652 if (img_ir_decoder_compatible(priv, dec)) in img_ir_allowed_protos() 653 protos |= dec->type; in img_ir_allowed_protos() 673 const struct img_ir_decoder *dec = *decp; in img_ir_change_protocol() local 674 if (!img_ir_decoder_compatible(priv, dec)) in img_ir_change_protocol() 676 if (*ir_type & dec in img_ir_change_protocol() 626 img_ir_decoder_compatible(struct img_ir_priv *priv, const struct img_ir_decoder *dec) img_ir_decoder_compatible() argument 818 const struct img_ir_decoder *dec = hw->decoder; img_ir_handle_data() local 1012 const struct img_ir_decoder *dec = *decp; img_ir_setup_hw() local [all...] |
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | api-io.c | 220 __u64 dec; in do_test_get_dec() local 225 ch = io__get_dec(&io, &dec); in do_test_get_dec() 226 EXPECT_EQUAL64(dec, val1); in do_test_get_dec() 229 ch = io__get_dec(&io, &dec); in do_test_get_dec() 230 EXPECT_EQUAL64(dec, val2); in do_test_get_dec() 233 ch = io__get_dec(&io, &dec); in do_test_get_dec() 234 EXPECT_EQUAL64(dec, val3); in do_test_get_dec()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | api-io.c | 221 __u64 dec; in do_test_get_dec() local 226 ch = io__get_dec(&io, &dec); in do_test_get_dec() 227 EXPECT_EQUAL64(dec, val1); in do_test_get_dec() 230 ch = io__get_dec(&io, &dec); in do_test_get_dec() 231 EXPECT_EQUAL64(dec, val2); in do_test_get_dec() 234 ch = io__get_dec(&io, &dec); in do_test_get_dec() 235 EXPECT_EQUAL64(dec, val3); in do_test_get_dec()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-io-rewind.c | 77 /* Decrements @dun by @dec, treating @dun as a multi-limb integer. */ 79 unsigned int dec) in dm_bio_crypt_dun_decrement() 83 for (i = 0; dec && i < BLK_CRYPTO_DUN_ARRAY_SIZE; i++) { in dm_bio_crypt_dun_decrement() 86 dun[i] -= dec; in dm_bio_crypt_dun_decrement() 88 dec = 1; in dm_bio_crypt_dun_decrement() 90 dec = 0; in dm_bio_crypt_dun_decrement() 78 dm_bio_crypt_dun_decrement(u64 dun[BLK_CRYPTO_DUN_ARRAY_SIZE], unsigned int dec) dm_bio_crypt_dun_decrement() argument
|
/third_party/ffmpeg/libavcodec/ |
H A D | libcelt_dec.c | 31 CELTDecoder *dec; member 71 celt->dec = celt_decoder_create_custom(celt->mode, c->ch_layout.nb_channels, &err); in libcelt_dec_init() 72 if (!celt->dec) { in libcelt_dec_init() 101 celt_decoder_destroy(celt->dec); in libcelt_dec_close() 117 err = celt_decode(celt->dec, pkt->data, pkt->size, pcm, c->frame_size); in libcelt_dec_decode()
|
/third_party/node/test/parallel/ |
H A D | test-child-process-fork-net-server.js | 98 const connections = new Countdown(4, () => countdown.dec()); 99 const closed = new Countdown(4, () => countdown.dec()); 111 connections.dec(); 134 closed.dec(); 141 connections.dec();
|
/third_party/node/deps/base64/base64/lib/arch/neon32/ |
H A D | dec_loop.c | 71 uint8x16x3_t dec; in dec_loop_neon32() local 91 dec.val[0] = vorrq_u8(vshlq_n_u8(str.val[0], 2), vshrq_n_u8(str.val[1], 4)); in dec_loop_neon32() 92 dec.val[1] = vorrq_u8(vshlq_n_u8(str.val[1], 4), vshrq_n_u8(str.val[2], 2)); in dec_loop_neon32() 93 dec.val[2] = vorrq_u8(vshlq_n_u8(str.val[2], 6), str.val[3]); in dec_loop_neon32() 96 vst3q_u8(*o, dec); in dec_loop_neon32()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto_gnutls.c | 398 gcry_cipher_hd_t dec; member 420 gcry_cipher_open(&ctx->dec, a, GCRY_CIPHER_MODE_STREAM, 0); in crypto_cipher_init() 430 gcry_cipher_open(&ctx->dec, a, GCRY_CIPHER_MODE_CBC, 0); in crypto_cipher_init() 435 gcry_cipher_open(&ctx->dec, a, GCRY_CIPHER_MODE_CBC, 0); in crypto_cipher_init() 440 gcry_cipher_open(&ctx->dec, a, GCRY_CIPHER_MODE_CBC, 0); in crypto_cipher_init() 448 gcry_cipher_open(&ctx->dec, a, GCRY_CIPHER_MODE_CBC, 0); in crypto_cipher_init() 461 gcry_cipher_setkey(ctx->dec, key, key_len) != GPG_ERR_NO_ERROR) { in crypto_cipher_init() 463 gcry_cipher_close(ctx->dec); in crypto_cipher_init() 470 gcry_cipher_setiv(ctx->dec, iv, ivlen) != GPG_ERR_NO_ERROR) { in crypto_cipher_init() 472 gcry_cipher_close(ctx->dec); in crypto_cipher_init() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | crypto_gnutls.c | 398 gcry_cipher_hd_t dec; member 420 gcry_cipher_open(&ctx->dec, a, GCRY_CIPHER_MODE_STREAM, 0); in crypto_cipher_init() 430 gcry_cipher_open(&ctx->dec, a, GCRY_CIPHER_MODE_CBC, 0); in crypto_cipher_init() 435 gcry_cipher_open(&ctx->dec, a, GCRY_CIPHER_MODE_CBC, 0); in crypto_cipher_init() 440 gcry_cipher_open(&ctx->dec, a, GCRY_CIPHER_MODE_CBC, 0); in crypto_cipher_init() 448 gcry_cipher_open(&ctx->dec, a, GCRY_CIPHER_MODE_CBC, 0); in crypto_cipher_init() 461 gcry_cipher_setkey(ctx->dec, key, key_len) != GPG_ERR_NO_ERROR) { in crypto_cipher_init() 463 gcry_cipher_close(ctx->dec); in crypto_cipher_init() 470 gcry_cipher_setiv(ctx->dec, iv, ivlen) != GPG_ERR_NO_ERROR) { in crypto_cipher_init() 472 gcry_cipher_close(ctx->dec); in crypto_cipher_init() [all...] |
/kernel/linux/linux-5.10/tools/lib/api/ |
H A D | io.h | 91 /* Read a positive decimal value with out argument dec. If the first character 96 static inline int io__get_dec(struct io *io, __u64 *dec) in io__get_dec() argument 100 *dec = 0; in io__get_dec() 107 *dec = (*dec * 10) + ch - '0'; in io__get_dec()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv84_video.h | 116 nv84_decoder_bsp(struct nv84_decoder *dec, 124 nv84_decoder_vp_h264(struct nv84_decoder *dec, 129 nv84_decoder_vp_mpeg12_mb(struct nv84_decoder *dec, 134 nv84_decoder_vp_mpeg12(struct nv84_decoder *dec,
|