Home
last modified time | relevance | path

Searched refs:dec (Results 201 - 225 of 945) sorted by relevance

12345678910>>...38

/third_party/typescript/tests/baselines/reference/
H A DdecoratorOnFunctionExpression.js2 declare function dec<T>(target: T): T;
4 var F = @dec function () {
H A DdecoratorOnVar.js2 declare function dec<T>(target: T): T;
4 @dec
H A DdecoratorOnClassMethodParameter3.js3 declare function dec(a: any): any;
6 async method(@dec(await value) arg: number) {}
38 __param(0, dec(yield value))
H A DdecoratorOnClassProperty13.js2 declare function dec(target: any, propertyKey: string, desc: PropertyDescriptor): void;
5 @dec accessor prop;
36 dec
H A DimportHelpersES6.js4 declare var dec: any;
5 @dec export class A {
39 dec
H A DdecoratorOnEnum.js2 declare function dec<T>(target: T): T;
4 @dec
H A DdecoratorOnEnum2.js2 declare function dec<T>(target: T): T;
5 @dec A
H A DdecoratorOnImportEquals1.js2 declare function dec<T>(target: T): T;
9 @dec
/third_party/ffmpeg/libavcodec/
H A Dwebp.c903 uint8_t *dec, *p_l, *p_tl, *p_t, *p_tr; in inverse_prediction() local
906 dec = GET_PIXEL(frame, x, y); in inverse_prediction()
917 dec[0] += p[0]; in inverse_prediction()
918 dec[1] += p[1]; in inverse_prediction()
919 dec[2] += p[2]; in inverse_prediction()
920 dec[3] += p[3]; in inverse_prediction()
1202 uint8_t *dec; in alpha_inverse_prediction() local
1207 dec = frame->data[3] + 1; in alpha_inverse_prediction()
1208 for (x = 1; x < frame->width; x++, dec++) in alpha_inverse_prediction()
1209 *dec in alpha_inverse_prediction()
[all...]
/kernel/linux/linux-5.10/arch/h8300/lib/
H A Dmemset.S29 dec.l #1,er2
51 dec.l #1,er2
60 dec.b r3l
/kernel/linux/linux-5.10/arch/mips/dec/
H A Dioasic-irq.c12 #include <asm/dec/ioasic.h>
13 #include <asm/dec/ioasic_addrs.h>
14 #include <asm/dec/ioasic_ints.h>
/kernel/linux/linux-6.6/arch/mips/dec/
H A Dioasic-irq.c12 #include <asm/dec/ioasic.h>
13 #include <asm/dec/ioasic_addrs.h>
14 #include <asm/dec/ioasic_ints.h>
/third_party/lzma/CPP/7zip/Compress/
H A DBcj2Coder.h66 CBcj2Dec dec; member in NCompress::NBcj2::CBaseDecoder
70 return _readSizes[i] - ((size_t)(dec.lims[i] - dec.bufs[i]) + _extraSizes[i]); in GetProcessedSize_ForInStream()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_vcn_dec.h110 void (*send_cmd)(struct radeon_decoder *dec, struct pipe_video_buffer *target,
119 void send_cmd_dec(struct radeon_decoder *dec, struct pipe_video_buffer *target,
122 void send_cmd_jpeg(struct radeon_decoder *dec, struct pipe_video_buffer *target,
/third_party/node/test/parallel/
H A Dtest-http-client-spurious-aborted.js61 reqCountdown.dec();
67 reqCountdown.dec();
77 finishCountdown.dec();
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_video.h49 nouveau_vpe_write(struct nouveau_decoder *dec, unsigned data) { in nouveau_vpe_write() argument
50 dec->cmds[dec->ofs++] = data; in nouveau_vpe_write()
/third_party/ffmpeg/doc/examples/
H A Dextract_mvs.c82 const AVCodec *dec = NULL; in open_codec_context() local
85 ret = av_find_best_stream(fmt_ctx, type, -1, -1, &dec, 0); in open_codec_context()
94 dec_ctx = avcodec_alloc_context3(dec); in open_codec_context()
108 ret = avcodec_open2(dec_ctx, dec, &opts); in open_codec_context()
/third_party/icu/icu4c/source/i18n/
H A Dastro.h153 * @param dec The declination, measured in radians.
156 Equatorial(double asc = 0, double dec = 0) in Equatorial()
157 : ascension(asc), declination(dec) { } in Equatorial()
162 * @param dec The declination, measured in radians.
165 void set(double asc, double dec) { in set() argument
167 declination = dec; in set()
/third_party/node/deps/icu-small/source/i18n/
H A Dastro.h153 * @param dec The declination, measured in radians.
156 Equatorial(double asc = 0, double dec = 0) in Equatorial()
157 : ascension(asc), declination(dec) { } in Equatorial()
162 * @param dec The declination, measured in radians.
165 void set(double asc, double dec) { in set() argument
167 declination = dec; in set()
/third_party/skia/third_party/externals/spirv-tools/source/util/
H A Dparse_number.cpp102 << "Integer " << (is_hex ? std::hex : std::dec) << std::showbase in ParseAndEncodeIntegerNumber()
103 << decoded_signed << " does not fit in a " << std::dec << bit_width in ParseAndEncodeIntegerNumber()
117 << "Integer " << (is_hex ? std::hex : std::dec) << std::showbase in ParseAndEncodeIntegerNumber()
118 << decoded_bits << " does not fit in a " << std::dec << bit_width in ParseAndEncodeIntegerNumber()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dparse_number.cpp102 << "Integer " << (is_hex ? std::hex : std::dec) << std::showbase in ParseAndEncodeIntegerNumber()
103 << decoded_signed << " does not fit in a " << std::dec << bit_width in ParseAndEncodeIntegerNumber()
117 << "Integer " << (is_hex ? std::hex : std::dec) << std::showbase in ParseAndEncodeIntegerNumber()
118 << decoded_bits << " does not fit in a " << std::dec << bit_width in ParseAndEncodeIntegerNumber()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dastro.h153 * @param dec The declination, measured in radians.
156 Equatorial(double asc = 0, double dec = 0) in Equatorial()
157 : ascension(asc), declination(dec) { } in Equatorial()
162 * @param dec The declination, measured in radians.
165 void set(double asc, double dec) { in set() argument
167 declination = dec; in set()
/third_party/spirv-tools/source/util/
H A Dparse_number.cpp102 << "Integer " << (is_hex ? std::hex : std::dec) << std::showbase in ParseAndEncodeIntegerNumber()
103 << decoded_signed << " does not fit in a " << std::dec << bit_width in ParseAndEncodeIntegerNumber()
117 << "Integer " << (is_hex ? std::hex : std::dec) << std::showbase in ParseAndEncodeIntegerNumber()
118 << decoded_bits << " does not fit in a " << std::dec << bit_width in ParseAndEncodeIntegerNumber()
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_render_pass.h1288 static inline VkResult vn_decode_vkCreateRenderPass_reply(struct vn_cs_decoder *dec, VkDevice device, const VkRenderPassCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkRenderPass* pRenderPass) in vn_decode_vkCreateRenderPass_reply() argument
1291 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreateRenderPass_reply()
1295 vn_decode_VkResult(dec, &ret); in vn_decode_vkCreateRenderPass_reply()
1299 if (vn_decode_simple_pointer(dec)) { in vn_decode_vkCreateRenderPass_reply()
1300 vn_decode_VkRenderPass(dec, pRenderPass); in vn_decode_vkCreateRenderPass_reply()
1348 static inline void vn_decode_vkDestroyRenderPass_reply(struct vn_cs_decoder *dec, VkDevice device, VkRenderPass renderPass, const VkAllocationCallbacks* pAllocator) in vn_decode_vkDestroyRenderPass_reply() argument
1351 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkDestroyRenderPass_reply()
1401 static inline void vn_decode_vkGetRenderAreaGranularity_reply(struct vn_cs_decoder *dec, VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity) in vn_decode_vkGetRenderAreaGranularity_reply() argument
1404 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkGetRenderAreaGranularity_reply()
1409 if (vn_decode_simple_pointer(dec)) { in vn_decode_vkGetRenderAreaGranularity_reply()
1469 vn_decode_vkCreateRenderPass2_reply(struct vn_cs_decoder *dec, VkDevice device, const VkRenderPassCreateInfo2* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkRenderPass* pRenderPass) vn_decode_vkCreateRenderPass2_reply() argument
1579 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCreateRenderPass() local
1601 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkDestroyRenderPass() local
1620 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkGetRenderAreaGranularity() local
1639 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCreateRenderPass2() local
[all...]
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Ddes3_ede_glue.c21 struct des3_ede_ctx dec; member
43 u32 *dec_ctx = ctx->dec.expkey; in des3_ede_dec_blk()
51 u32 *dec_ctx = ctx->dec.expkey; in des3_ede_dec_blk_3way()
123 return ecb_crypt(req, ctx->dec.expkey); in ecb_decrypt()
273 ctx->dec.expkey[j + 0] = ctx->enc.expkey[i + 0]; in des3_ede_x86_setkey()
274 ctx->dec.expkey[j + 1] = tmp; in des3_ede_x86_setkey()

Completed in 14 milliseconds

12345678910>>...38