Home
last modified time | relevance | path

Searched refs:e64 (Results 1 - 25 of 25) sorted by relevance

/third_party/elfutils/libdwfl/
H A Delf-from-memory.c106 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 Ddwfl_segment_report_module.c353 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 Ddwfl_module_getdwarf.c314 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 Delf_begin.c79 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 Delf_getscn.c80 scn0->shdr.e64 = calloc (1, sizeof (Elf64_Shdr)); in elf_getscn()
81 if (scn0->shdr.e64 == NULL) in elf_getscn()
H A Delf_newscn.c134 result->shdr.e64 = calloc (1, sizeof (Elf64_Shdr)); in elf_newscn()
135 if (result->shdr.e64 == NULL) in elf_newscn()
H A Delf_getshdrstrndx.c164 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 Dgelf_getshdr.c86 = scn->shdr.e64 ?: __elf64_getshdr_rdlock (scn); in gelf_getshdr()
H A Dgelf_update_shdr.c90 = scn->shdr.e64 ?: __elf64_getshdr_wrlock (scn); in gelf_update_shdr()
H A Delf_getphdrnum.c80 Elf64_Shdr *shdr = scn->shdr.e64 ?: __elf64_getshdr_rdlock (scn); in __elf_getphdrnum_rdlock()
H A Delf_strptr.c149 Elf64_Shdr *shdr = strscn->shdr.e64 ?: __elf64_getshdr_rdlock (strscn); in elf_strptr()
H A Delf_getdata.c241 = scn->shdr.e64 ?: __elf64_getshdr_wrlock (scn); in __libelf_set_rawdata_wrlock()
H A DlibelfP.h227 Elf64_Shdr *e64; /* Pointer to 64bit section header. */ member
/third_party/libbpf/src/
H A Dbtf.h517 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 Dbtf.c343 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 Dtest_tuple.py108 def check_one_exact(t, e32, e64):
110 expected = e32 if support.NHASHBITS == 32 else e64
/third_party/FreeBSD/contrib/gdtoa/
H A Dmisc.c824 bigtens[] = { 1e16, 1e32, 1e64, 1e128, 1e256 };
829 bigtens[] = { 1e16, 1e32, 1e64 };
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_nistp256.c986 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 Decp_nistp256.c986 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 Dunstrip.c1125 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 Dnumbers.cc389 if (d < 1e-58) exp -= 64, d *= 1e64; in SplitToSix()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_enums.hpp2888 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 Dvulkan_enums.hpp2064 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 Dvulkan_to_string.hpp300 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 Ddtoa.c1135 bigtens[] = { 1e16, 1e32, 1e64, 1e128, 1e256 };

Completed in 224 milliseconds