Searched refs:e64 (Results 1 - 25 of 25) sorted by relevance
/third_party/elfutils/libdwfl/ | ||
H A D | elf-from-memory.c | 106 Elf64_Ehdr e64; in elf_from_remote_memory() member 154 phoff = ehdr.e64.e_phoff; in elf_from_remote_memory() 155 phnum = ehdr.e64.e_phnum; in elf_from_remote_memory() 156 phentsize = ehdr.e64.e_phentsize; in elf_from_remote_memory() 160 shdrs_end = ehdr.e64.e_shoff + ehdr.e64.e_shnum * ehdr.e64.e_shentsize; in elf_from_remote_memory() 234 if (! elf64_xlatetom (&xlateto, &xlatefrom, ehdr.e64.e_ident[EI_DATA])) in elf_from_remote_memory() 329 ehdr.e64.e_shoff = 0; in elf_from_remote_memory() 330 ehdr.e64 in elf_from_remote_memory() [all...] |
H A D | dwfl_segment_report_module.c | 353 Elf64_Ehdr e64; in dwfl_segment_report_module() member 413 e_type = ehdr.e64.e_type; in dwfl_segment_report_module() 414 phoff = ehdr.e64.e_phoff; in dwfl_segment_report_module() 415 phnum = ehdr.e64.e_phnum; in dwfl_segment_report_module() 416 phentsize = ehdr.e64.e_phentsize; in dwfl_segment_report_module() 420 shdrs_end = ehdr.e64.e_shoff + ehdr.e64.e_shnum * sizeof (Elf64_Shdr); in dwfl_segment_report_module() |
H A D | dwfl_module_getdwarf.c | 314 Elf64_Ehdr e64; in find_prelink_address_sync() member 346 if (ehdr.e64.e_shentsize != shentsize in find_prelink_address_sync() 347 || ehdr.e64.e_phentsize != phentsize) in find_prelink_address_sync() 349 phnum = ehdr.e64.e_phnum; in find_prelink_address_sync() 350 shnum = ehdr.e64.e_shnum; in find_prelink_address_sync() |
/third_party/elfutils/libelf/ | ||
H A D | elf_begin.c | 79 Elf64_Ehdr *e64; in get_shnum() member 85 Elf64_Ehdr e64; in get_shnum() member 130 ehdr_mem.e64.e_shnum = ((Elf64_Ehdr *) e_ident)->e_shnum; in get_shnum() 131 ehdr_mem.e64.e_shoff = ((Elf64_Ehdr *) e_ident)->e_shoff; in get_shnum() 138 CONVERT (ehdr_mem.e64.e_shnum); in get_shnum() 139 CONVERT (ehdr_mem.e64.e_shoff); in get_shnum() 207 result = ehdr.e64->e_shnum; in get_shnum() 209 if (unlikely (result == 0) && ehdr.e64->e_shoff != 0) in get_shnum() 211 if (unlikely (ehdr.e64->e_shoff >= maxsize) in get_shnum() 212 || unlikely (ehdr.e64 in get_shnum() [all...] |
H A D | elf_getscn.c | 80 scn0->shdr.e64 = calloc (1, sizeof (Elf64_Shdr)); in elf_getscn() 81 if (scn0->shdr.e64 == NULL) in elf_getscn() |
H A D | elf_newscn.c | 134 result->shdr.e64 = calloc (1, sizeof (Elf64_Shdr)); in elf_newscn() 135 if (result->shdr.e64 == NULL) in elf_newscn() |
H A D | elf_getshdrstrndx.c | 164 if (elf->state.elf64.scns.data[0].shdr.e64 != NULL) in elf_getshdrstrndx() 166 num = elf->state.elf64.scns.data[0].shdr.e64->sh_link; in elf_getshdrstrndx() |
H A D | gelf_getshdr.c | 86 = scn->shdr.e64 ?: __elf64_getshdr_rdlock (scn); in gelf_getshdr() |
H A D | gelf_update_shdr.c | 90 = scn->shdr.e64 ?: __elf64_getshdr_wrlock (scn); in gelf_update_shdr() |
H A D | elf_getphdrnum.c | 80 Elf64_Shdr *shdr = scn->shdr.e64 ?: __elf64_getshdr_rdlock (scn); in __elf_getphdrnum_rdlock() |
H A D | elf_strptr.c | 149 Elf64_Shdr *shdr = strscn->shdr.e64 ?: __elf64_getshdr_rdlock (strscn); in elf_strptr() |
H A D | elf_getdata.c | 241 = scn->shdr.e64 ?: __elf64_getshdr_wrlock (scn); in __libelf_set_rawdata_wrlock() |
H A D | libelfP.h | 227 Elf64_Shdr *e64; /* Pointer to 64bit section header. */ member |
/third_party/libbpf/src/ | ||
H A D | btf.h | 517 const __u32 *e64 = (const __u32 *)e; in btf_enum64_value() local 519 return ((__u64)e64[2] << 32) | e64[1]; in btf_enum64_value() |
H A D | btf.c | 343 struct btf_enum64 *e64; in btf_bswap_type_rest() local 372 for (i = 0, e64 = btf_enum64(t); i < vlen; i++, e64++) { in btf_bswap_type_rest() 373 e64->name_off = bswap_32(e64->name_off); in btf_bswap_type_rest() 374 e64->val_lo32 = bswap_32(e64->val_lo32); in btf_bswap_type_rest() 375 e64->val_hi32 = bswap_32(e64->val_hi32); in btf_bswap_type_rest() |
/third_party/python/Lib/test/ | ||
H A D | test_tuple.py | 108 def check_one_exact(t, e32, e64): 110 expected = e32 if support.NHASHBITS == 32 else e64 |
/third_party/FreeBSD/contrib/gdtoa/ | ||
H A D | misc.c | 824 bigtens[] = { 1e16, 1e32, 1e64, 1e128, 1e256 }; 829 bigtens[] = { 1e16, 1e32, 1e64 }; |
/third_party/node/deps/openssl/openssl/crypto/ec/ | ||
H A D | ecp_nistp256.c | 986 felem e2, e4, e8, e16, e32, e64; in felem_inv() local 1031 felem_assign(e64, ftmp); in felem_inv() 1039 felem_mul(tmp, e64, e32); in felem_inv() |
/third_party/openssl/crypto/ec/ | ||
H A D | ecp_nistp256.c | 986 felem e2, e4, e8, e16, e32, e64; in felem_inv() local 1031 felem_assign(e64, ftmp); in felem_inv() 1039 felem_mul(tmp, e64, e32); in felem_inv() |
/third_party/elfutils/src/ | ||
H A D | unstrip.c | 1125 Elf64_Ehdr e64; in find_alloc_sections_prelink() 1150 phnum = ehdr.e64.e_phnum; in find_alloc_sections_prelink() 1151 shnum = ehdr.e64.e_shnum; in find_alloc_sections_prelink() 1123 Elf64_Ehdr e64; find_alloc_sections_prelink() member |
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ | ||
H A D | numbers.cc | 389 if (d < 1e-58) exp -= 64, d *= 1e64; in SplitToSix() |
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ | ||
H A D | vulkan_enums.hpp | 2888 e64 = VK_SAMPLE_COUNT_64_BIT member in VULKAN_HPP_NAMESPACE::Result::StructureType::ObjectType::VendorId::PipelineCacheHeaderVersion::Format::FormatFeatureFlagBits::ImageCreateFlagBits::ImageTiling::ImageType::ImageUsageFlagBits::InternalAllocationType::MemoryHeapFlagBits::MemoryPropertyFlagBits::PhysicalDeviceType::QueueFlagBits::SampleCountFlagBits 2901 case SampleCountFlagBits::e64: return "64"; in to_string() 3168 e64 = VK_QUERY_RESULT_64_BIT, member in VULKAN_HPP_NAMESPACE::Result::StructureType::ObjectType::VendorId::PipelineCacheHeaderVersion::Format::FormatFeatureFlagBits::ImageCreateFlagBits::ImageTiling::ImageType::ImageUsageFlagBits::InternalAllocationType::MemoryHeapFlagBits::MemoryPropertyFlagBits::PhysicalDeviceType::QueueFlagBits::SampleCountFlagBits::SystemAllocationScope::PipelineStageFlagBits::ImageAspectFlagBits::SparseImageFormatFlagBits::SparseMemoryBindFlagBits::FenceCreateFlagBits::EventCreateFlagBits::QueryPipelineStatisticFlagBits::QueryResultFlagBits 3181 case QueryResultFlagBits::e64: return "64"; in to_string() 6100 e64 = VK_VIDEO_ENCODE_H265_CTB_SIZE_64_BIT_EXT member in VULKAN_HPP_NAMESPACE::Result::StructureType::ObjectType::VendorId::PipelineCacheHeaderVersion::Format::FormatFeatureFlagBits::ImageCreateFlagBits::ImageTiling::ImageType::ImageUsageFlagBits::InternalAllocationType::MemoryHeapFlagBits::MemoryPropertyFlagBits::PhysicalDeviceType::QueueFlagBits::SampleCountFlagBits::SystemAllocationScope::PipelineStageFlagBits::ImageAspectFlagBits::SparseImageFormatFlagBits::SparseMemoryBindFlagBits::FenceCreateFlagBits::EventCreateFlagBits::QueryPipelineStatisticFlagBits::QueryResultFlagBits::QueryType::BufferCreateFlagBits::BufferUsageFlagBits::SharingMode::ImageLayout::ComponentSwizzle::ImageViewCreateFlagBits::ImageViewType::BlendFactor::BlendOp::ColorComponentFlagBits::CompareOp::CullModeFlagBits::DynamicState::FrontFace::LogicOp::PipelineCreateFlagBits::PipelineShaderStageCreateFlagBits::PolygonMode::PrimitiveTopology::ShaderStageFlagBits::StencilOp::VertexInputRate::BorderColor::Filter::SamplerAddressMode::SamplerCreateFlagBits::SamplerMipmapMode::DescriptorPoolCreateFlagBits::DescriptorSetLayoutCreateFlagBits::DescriptorType::AccessFlagBits::AttachmentDescriptionFlagBits::AttachmentLoadOp::AttachmentStoreOp::DependencyFlagBits::FramebufferCreateFlagBits::PipelineBindPoint::RenderPassCreateFlagBits::SubpassDescriptionFlagBits::CommandPoolCreateFlagBits::CommandPoolResetFlagBits::CommandBufferLevel::CommandBufferResetFlagBits::CommandBufferUsageFlagBits::QueryControlFlagBits::IndexType::StencilFaceFlagBits::SubpassContents::SubgroupFeatureFlagBits::PeerMemoryFeatureFlagBits::MemoryAllocateFlagBits::PointClippingBehavior::TessellationDomainOrigin::DeviceQueueCreateFlagBits::SamplerYcbcrModelConversion::SamplerYcbcrRange::ChromaLocation::DescriptorUpdateTemplateType::ExternalMemoryHandleTypeFlagBits::ExternalMemoryFeatureFlagBits::ExternalFenceHandleTypeFlagBits::ExternalFenceFeatureFlagBits::FenceImportFlagBits::SemaphoreImportFlagBits::ExternalSemaphoreHandleTypeFlagBits::ExternalSemaphoreFeatureFlagBits::DriverId::ShaderFloatControlsIndependence::DescriptorBindingFlagBits::ResolveModeFlagBits::SamplerReductionMode::SemaphoreType::SemaphoreWaitFlagBits::SurfaceTransformFlagBitsKHR::PresentModeKHR::ColorSpaceKHR::CompositeAlphaFlagBitsKHR::SwapchainCreateFlagBitsKHR::DeviceGroupPresentModeFlagBitsKHR::DisplayPlaneAlphaFlagBitsKHR::DebugReportFlagBitsEXT::DebugReportObjectTypeEXT::RasterizationOrderAMD::VideoCodecOperationFlagBitsKHR::VideoChromaSubsamplingFlagBitsKHR::VideoComponentBitDepthFlagBitsKHR::VideoCapabilityFlagBitsKHR::VideoSessionCreateFlagBitsKHR::VideoCodingControlFlagBitsKHR::VideoCodingQualityPresetFlagBitsKHR::QueryResultStatusKHR::VideoDecodeFlagBitsKHR::VideoEncodeH264CapabilityFlagBitsEXT::VideoEncodeH264InputModeFlagBitsEXT::VideoEncodeH264OutputModeFlagBitsEXT::VideoEncodeH264CreateFlagBitsEXT::VideoEncodeH265CapabilityFlagBitsEXT::VideoEncodeH265InputModeFlagBitsEXT::VideoEncodeH265OutputModeFlagBitsEXT::VideoEncodeH265CtbSizeFlagBitsEXT 6110 case VideoEncodeH265CtbSizeFlagBitsEXT::e64: return "64"; in to_string() 8765 VkFlags( SampleCountFlagBits::e64 ) 8810 if ( value & SampleCountFlagBits::e64 ) in to_string() 9350 allFlags = VkFlags( QueryResultFlagBits::e64 ) | VkFlags( QueryResultFlagBits::eWait ) | 9387 if ( value & QueryResultFlagBits::e64 ) in to_string() [all...] |
/third_party/vulkan-headers/include/vulkan/ | ||
H A D | vulkan_enums.hpp | 2064 e64 = VK_SAMPLE_COUNT_64_BIT member in VULKAN_HPP_NAMESPACE::Result::StructureType::PipelineCacheHeaderVersion::ObjectType::VendorId::Format::FormatFeatureFlagBits::ImageCreateFlagBits::ImageTiling::ImageType::ImageUsageFlagBits::InstanceCreateFlagBits::InternalAllocationType::MemoryHeapFlagBits::MemoryPropertyFlagBits::PhysicalDeviceType::QueueFlagBits::SampleCountFlagBits 2075 SampleCountFlagBits::e64; 2324 e64 = VK_QUERY_RESULT_64_BIT, member in VULKAN_HPP_NAMESPACE::Result::StructureType::PipelineCacheHeaderVersion::ObjectType::VendorId::Format::FormatFeatureFlagBits::ImageCreateFlagBits::ImageTiling::ImageType::ImageUsageFlagBits::InstanceCreateFlagBits::InternalAllocationType::MemoryHeapFlagBits::MemoryPropertyFlagBits::PhysicalDeviceType::QueueFlagBits::SampleCountFlagBits::SystemAllocationScope::DeviceQueueCreateFlagBits::PipelineStageFlagBits::ImageAspectFlagBits::SparseImageFormatFlagBits::SparseMemoryBindFlagBits::FenceCreateFlagBits::EventCreateFlagBits::QueryPipelineStatisticFlagBits::QueryResultFlagBits 2337 static VULKAN_HPP_CONST_OR_CONSTEXPR QueryResultFlags allFlags = QueryResultFlagBits::e64 | QueryResultFlagBits::eWait | 5093 e64 = VK_VIDEO_ENCODE_H265_CTB_SIZE_64_BIT_KHR member in VULKAN_HPP_NAMESPACE::Result::StructureType::PipelineCacheHeaderVersion::ObjectType::VendorId::Format::FormatFeatureFlagBits::ImageCreateFlagBits::ImageTiling::ImageType::ImageUsageFlagBits::InstanceCreateFlagBits::InternalAllocationType::MemoryHeapFlagBits::MemoryPropertyFlagBits::PhysicalDeviceType::QueueFlagBits::SampleCountFlagBits::SystemAllocationScope::DeviceQueueCreateFlagBits::PipelineStageFlagBits::ImageAspectFlagBits::SparseImageFormatFlagBits::SparseMemoryBindFlagBits::FenceCreateFlagBits::EventCreateFlagBits::QueryPipelineStatisticFlagBits::QueryResultFlagBits::QueryType::BufferCreateFlagBits::BufferUsageFlagBits::SharingMode::ImageLayout::ComponentSwizzle::ImageViewCreateFlagBits::ImageViewType::PipelineCacheCreateFlagBits::BlendFactor::BlendOp::ColorComponentFlagBits::CompareOp::CullModeFlagBits::DynamicState::FrontFace::LogicOp::PipelineCreateFlagBits::PipelineShaderStageCreateFlagBits::PolygonMode::PrimitiveTopology::ShaderStageFlagBits::StencilOp::VertexInputRate::PipelineColorBlendStateCreateFlagBits::PipelineDepthStencilStateCreateFlagBits::PipelineLayoutCreateFlagBits::BorderColor::Filter::SamplerAddressMode::SamplerCreateFlagBits::SamplerMipmapMode::DescriptorPoolCreateFlagBits::DescriptorSetLayoutCreateFlagBits::DescriptorType::AccessFlagBits::AttachmentDescriptionFlagBits::AttachmentLoadOp::AttachmentStoreOp::DependencyFlagBits::FramebufferCreateFlagBits::PipelineBindPoint::RenderPassCreateFlagBits::SubpassDescriptionFlagBits::CommandPoolCreateFlagBits::CommandPoolResetFlagBits::CommandBufferLevel::CommandBufferResetFlagBits::CommandBufferUsageFlagBits::QueryControlFlagBits::IndexType::StencilFaceFlagBits::SubpassContents::SubgroupFeatureFlagBits::PeerMemoryFeatureFlagBits::MemoryAllocateFlagBits::PointClippingBehavior::TessellationDomainOrigin::SamplerYcbcrModelConversion::SamplerYcbcrRange::ChromaLocation::DescriptorUpdateTemplateType::ExternalMemoryHandleTypeFlagBits::ExternalMemoryFeatureFlagBits::ExternalFenceHandleTypeFlagBits::ExternalFenceFeatureFlagBits::FenceImportFlagBits::SemaphoreImportFlagBits::ExternalSemaphoreHandleTypeFlagBits::ExternalSemaphoreFeatureFlagBits::DriverId::ShaderFloatControlsIndependence::DescriptorBindingFlagBits::ResolveModeFlagBits::SamplerReductionMode::SemaphoreType::SemaphoreWaitFlagBits::PipelineCreationFeedbackFlagBits::ToolPurposeFlagBits::PipelineStageFlagBits2::AccessFlagBits2::SubmitFlagBits::RenderingFlagBits::FormatFeatureFlagBits2::SurfaceTransformFlagBitsKHR::PresentModeKHR::ColorSpaceKHR::CompositeAlphaFlagBitsKHR::SwapchainCreateFlagBitsKHR::DeviceGroupPresentModeFlagBitsKHR::DisplayPlaneAlphaFlagBitsKHR::DebugReportFlagBitsEXT::DebugReportObjectTypeEXT::RasterizationOrderAMD::VideoCodecOperationFlagBitsKHR::VideoChromaSubsamplingFlagBitsKHR::VideoComponentBitDepthFlagBitsKHR::VideoCapabilityFlagBitsKHR::VideoSessionCreateFlagBitsKHR::VideoCodingControlFlagBitsKHR::QueryResultStatusKHR::VideoDecodeCapabilityFlagBitsKHR::VideoDecodeUsageFlagBitsKHR::VideoEncodeH264CapabilityFlagBitsKHR::VideoEncodeH264StdFlagBitsKHR::VideoEncodeH264RateControlFlagBitsKHR::VideoEncodeH265CapabilityFlagBitsKHR::VideoEncodeH265StdFlagBitsKHR::VideoEncodeH265CtbSizeFlagBitsKHR 5103 VideoEncodeH265CtbSizeFlagBitsKHR::e16 | VideoEncodeH265CtbSizeFlagBitsKHR::e32 | VideoEncodeH265CtbSizeFlagBitsKHR::e64; |
H A D | vulkan_to_string.hpp | 300 if ( value & SampleCountFlagBits::e64 ) in to_string() 528 if ( value & QueryResultFlagBits::e64 ) in to_string() 2379 if ( value & VideoEncodeH265CtbSizeFlagBitsKHR::e64 ) in to_string() 5068 case SampleCountFlagBits::e64: return "64"; in to_string() 5229 case QueryResultFlagBits::e64: return "64"; in to_string() 7234 case VideoEncodeH265CtbSizeFlagBitsKHR::e64: return "64"; in to_string() |
/third_party/python/Python/ | ||
H A D | dtoa.c | 1135 bigtens[] = { 1e16, 1e32, 1e64, 1e128, 1e256 }; |
Completed in 228 milliseconds