/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/ |
H A D | UScriptRun.java | 453 private static final int dec(int sp, int count) in dec() method in UScriptRun 458 private static final int dec(int sp) in dec() method in UScriptRun
|
/third_party/icu/icu4c/source/i18n/ |
H A D | astro.h | 165 void set(double asc, double dec) { in set() argument
|
/third_party/libwebsockets/lib/tls/openssl/ |
H A D | openssl-x509.c | 31 dec(char c) in dec() function [all...] |
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
H A D | decode.c | 570 struct pipe_video_codec *dec; in vlVdpDecoderRender() local [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | astro.h | 165 void set(double asc, double dec) { in set() argument
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_query_pool.h | 126 static inline VkResult vn_decode_vkCreateQueryPool_reply(struct vn_cs_decoder *dec, VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool) in vn_decode_vkCreateQueryPool_reply() argument 186 static inline void vn_decode_vkDestroyQueryPool_reply(struct vn_cs_decoder *dec, VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks* pAllocator) in vn_decode_vkDestroyQueryPool_reply() argument 256 static inline VkResult vn_decode_vkGetQueryPoolResults_reply(struct vn_cs_decoder *dec, VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, size_t dataSize, void* pData, VkDeviceSize stride, VkQueryResultFlags flags) in vn_decode_vkGetQueryPoolResults_reply() argument 322 vn_decode_vkResetQueryPool_reply(struct vn_cs_decoder *dec, VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount) vn_decode_vkResetQueryPool_reply() argument 424 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCreateQueryPool() local 446 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkDestroyQueryPool() local 465 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkGetQueryPoolResults() local 487 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkResetQueryPool() local [all...] |
H A D | vn_protocol_driver_pipeline_cache.h | 134 static inline VkResult vn_decode_vkCreatePipelineCache_reply(struct vn_cs_decoder *dec, VkDevice device, const VkPipelineCacheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache) in vn_decode_vkCreatePipelineCache_reply() argument 194 static inline void vn_decode_vkDestroyPipelineCache_reply(struct vn_cs_decoder *dec, VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCallbacks* pAllocator) in vn_decode_vkDestroyPipelineCache_reply() argument 257 static inline VkResult vn_decode_vkGetPipelineCacheData_reply(struct vn_cs_decoder *dec, VkDevice device, VkPipelineCache pipelineCache, size_t* pDataSize, void* pData) in vn_decode_vkGetPipelineCacheData_reply() argument 337 vn_decode_vkMergePipelineCaches_reply(struct vn_cs_decoder *dec, VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, const VkPipelineCache* pSrcCaches) vn_decode_vkMergePipelineCaches_reply() argument 443 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCreatePipelineCache() local 465 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkDestroyPipelineCache() local 484 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkGetPipelineCacheData() local 506 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkMergePipelineCaches() local [all...] |
H A D | vn_protocol_driver_private_data_slot.h | 120 static inline VkResult vn_decode_vkCreatePrivateDataSlot_reply(struct vn_cs_decoder *dec, VkDevice device, const VkPrivateDataSlotCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPrivateDataSlot* pPrivateDataSlot) in vn_decode_vkCreatePrivateDataSlot_reply() argument 180 static inline void vn_decode_vkDestroyPrivateDataSlot_reply(struct vn_cs_decoder *dec, VkDevice device, VkPrivateDataSlot privateDataSlot, const VkAllocationCallbacks* pAllocator) in vn_decode_vkDestroyPrivateDataSlot_reply() argument 236 static inline VkResult vn_decode_vkSetPrivateData_reply(struct vn_cs_decoder *dec, VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataSlot privateDataSlot, uint64_t data) in vn_decode_vkSetPrivateData_reply() argument 298 vn_decode_vkGetPrivateData_reply(struct vn_cs_decoder *dec, VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataSlot privateDataSlot, uint64_t* pData) vn_decode_vkGetPrivateData_reply() argument 405 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCreatePrivateDataSlot() local 427 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkDestroyPrivateDataSlot() local 446 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkSetPrivateData() local 468 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkGetPrivateData() 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 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 291 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); in vn_call_vkCreatePipelineLayout() local 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 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 438 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); in vn_call_vkCreateSampler() local 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_descriptor_pool.h | 246 static inline VkResult vn_decode_vkCreateDescriptorPool_reply(struct vn_cs_decoder *dec, VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool) in vn_decode_vkCreateDescriptorPool_reply() argument 306 static inline void vn_decode_vkDestroyDescriptorPool_reply(struct vn_cs_decoder *dec, VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks* pAllocator) in vn_decode_vkDestroyDescriptorPool_reply() argument 356 static inline VkResult vn_decode_vkResetDescriptorPool_reply(struct vn_cs_decoder *dec, VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags) in vn_decode_vkResetDescriptorPool_reply() argument 440 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCreateDescriptorPool() local 462 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkDestroyDescriptorPool() local 481 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkResetDescriptorPool() local [all...] |
H A D | vn_protocol_driver_command_pool.h | 122 static inline VkResult vn_decode_vkCreateCommandPool_reply(struct vn_cs_decoder *dec, VkDevice device, const VkCommandPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkCommandPool* pCommandPool) in vn_decode_vkCreateCommandPool_reply() argument 182 static inline void vn_decode_vkDestroyCommandPool_reply(struct vn_cs_decoder *dec, VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks* pAllocator) in vn_decode_vkDestroyCommandPool_reply() argument 232 static inline VkResult vn_decode_vkResetCommandPool_reply(struct vn_cs_decoder *dec, VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) in vn_decode_vkResetCommandPool_reply() argument 284 vn_decode_vkTrimCommandPool_reply(struct vn_cs_decoder *dec, VkDevice device, VkCommandPool commandPool, VkCommandPoolTrimFlags flags) vn_decode_vkTrimCommandPool_reply() argument 385 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCreateCommandPool() local 407 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkDestroyCommandPool() local 426 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkResetCommandPool() local 448 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkTrimCommandPool() local [all...] |
H A D | vn_protocol_driver_event.h | 120 static inline VkResult vn_decode_vkCreateEvent_reply(struct vn_cs_decoder *dec, VkDevice device, const VkEventCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkEvent* pEvent) in vn_decode_vkCreateEvent_reply() argument 180 static inline void vn_decode_vkDestroyEvent_reply(struct vn_cs_decoder *dec, VkDevice device, VkEvent event, const VkAllocationCallbacks* pAllocator) in vn_decode_vkDestroyEvent_reply() argument 227 static inline VkResult vn_decode_vkGetEventStatus_reply(struct vn_cs_decoder *dec, VkDevice device, VkEvent event) in vn_decode_vkGetEventStatus_reply() argument 277 vn_decode_vkSetEvent_reply(struct vn_cs_decoder *dec, VkDevice device, VkEvent event) vn_decode_vkSetEvent_reply() argument 327 vn_decode_vkResetEvent_reply(struct vn_cs_decoder *dec, VkDevice device, VkEvent event) vn_decode_vkResetEvent_reply() argument 452 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCreateEvent() local 474 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkDestroyEvent() local 493 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkGetEventStatus() local 515 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkSetEvent() local 537 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkResetEvent() 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 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 438 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); in vn_call_vkCreateFramebuffer() local 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 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 416 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); in vn_call_vkCreateImageView() local 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 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 291 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); in vn_call_vkCreateDescriptorUpdateTemplate() local 313 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkDestroyDescriptorUpdateTemplate() local [all...] |
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_cs.h | 196 vn_cs_decoder_init(struct vn_cs_decoder *dec, const void *data, size_t size) in vn_cs_decoder_init() argument 202 vn_cs_decoder_set_fatal(const struct vn_cs_decoder *dec) in vn_cs_decoder_set_fatal() argument 208 vn_cs_decoder_peek_internal(const struct vn_cs_decoder *dec, in vn_cs_decoder_peek_internal() argument 227 vn_cs_decoder_read(struct vn_cs_decoder *dec, in vn_cs_decoder_read() argument 237 vn_cs_decoder_peek(const struct vn_cs_decoder *dec, size_t size, void *val, size_t val_size) vn_cs_decoder_peek() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_vp3_video.c | 195 struct nouveau_vp3_decoder *dec = (struct nouveau_vp3_decoder *)decoder; in nouveau_vp3_decoder_destroy() local 228 nouveau_vp3_decoder_init_common(struct pipe_video_codec *dec) nouveau_vp3_decoder_init_common() argument 279 nouveau_vp3_load_firmware(struct nouveau_vp3_decoder *dec, enum pipe_video_profile profile, unsigned chipset) nouveau_vp3_load_firmware() argument [all...] |
H A D | nouveau_video.h | 49 nouveau_vpe_write(struct nouveau_decoder *dec, unsigned data) { in nouveau_vpe_write() argument
|
/third_party/node/deps/v8/src/codegen/ |
H A D | safepoint-table.cc | 83 << std::setw(6) << std::hex << entry.pc() << std::dec; in Print() member in v8::internal::std
|
/third_party/node/deps/v8/src/logging/ |
H A D | log-utils.cc | 202 os << "hash " << std::hex << symbol.hash() << std::dec << ")"; in AppendSymbolName() member in v8::internal::std 262 os << "0x" << std::hex << reinterpret_cast<intptr_t>(pointer) << std::dec; member in v8::internal::std
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | astro.h | 165 void set(double asc, double dec) { in set() argument
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/ |
H A D | BitReader.java | |
H A D | SynthTest.java | |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-object.hh | 150 int dec () const { return ref_count.dec (); } in dec() function
|