Searched refs:e32 (Results 1 - 25 of 28) sorted by relevance
/third_party/lwip/src/include/netif/ppp/ | ||
H A D | eui64.h | 57 u32_t e32[2]; member 60 #define eui64_iszero(e) (((e).e32[0] | (e).e32[1]) == 0) 61 #define eui64_equals(e, o) (((e).e32[0] == (o).e32[0]) && \ 62 ((e).e32[1] == (o).e32[1])) 63 #define eui64_zero(e) (e).e32[0] = (e).e32[1] = 0; 68 (e).e32[ [all...] |
/third_party/elfutils/libdwfl/ | ||
H A D | elf-from-memory.c | 105 Elf32_Ehdr e32; in elf_from_remote_memory() member 137 phoff = ehdr.e32.e_phoff; in elf_from_remote_memory() 138 phnum = ehdr.e32.e_phnum; in elf_from_remote_memory() 139 phentsize = ehdr.e32.e_phentsize; in elf_from_remote_memory() 147 shdrs_end = ehdr.e32.e_shoff + ehdr.e32.e_shnum * ehdr.e32.e_shentsize; in elf_from_remote_memory() 159 /* See the NOTE above for shdrs_end and ehdr.e32.e_shnum. */ in elf_from_remote_memory() 200 bool class32 = ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32; in elf_from_remote_memory() 229 if (! elf32_xlatetom (&xlateto, &xlatefrom, ehdr.e32 in elf_from_remote_memory() [all...] |
H A D | dwfl_segment_report_module.c | 352 Elf32_Ehdr e32; in dwfl_segment_report_module() member 395 e_type = ehdr.e32.e_type; in dwfl_segment_report_module() 396 phoff = ehdr.e32.e_phoff; in dwfl_segment_report_module() 397 phnum = ehdr.e32.e_phnum; in dwfl_segment_report_module() 398 phentsize = ehdr.e32.e_phentsize; in dwfl_segment_report_module() 406 shdrs_end = ehdr.e32.e_shoff + ehdr.e32.e_shnum * sizeof (Elf32_Shdr); in dwfl_segment_report_module() 419 /* See the NOTE above for shdrs_end and ehdr.e32.e_shnum. */ in dwfl_segment_report_module() 561 const unsigned int xencoding = ehdr.e32.e_ident[EI_DATA]; in dwfl_segment_report_module() 932 if (mod != NULL && (execlike || ehdr.e32 in dwfl_segment_report_module() [all...] |
H A D | dwfl_module_getdwarf.c | 313 Elf32_Ehdr e32; in find_prelink_address_sync() member 336 if (ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32) in find_prelink_address_sync() 338 if (ehdr.e32.e_shentsize != shentsize in find_prelink_address_sync() 339 || ehdr.e32.e_phentsize != phentsize) in find_prelink_address_sync() 341 phnum = ehdr.e32.e_phnum; in find_prelink_address_sync() 342 shnum = ehdr.e32.e_shnum; in find_prelink_address_sync() 394 bool class32 = ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32; in find_prelink_address_sync() 406 ehdr.e32.e_ident[EI_DATA]) == NULL)) in find_prelink_address_sync() 451 ehdr.e32.e_ident[EI_DATA]) == NULL)) in find_prelink_address_sync() |
/third_party/elfutils/libelf/ | ||
H A D | elf_begin.c | 78 Elf32_Ehdr *e32; in get_shnum() member 84 Elf32_Ehdr e32; in get_shnum() member 114 ehdr_mem.e32.e_shnum = ((Elf32_Ehdr *) e_ident)->e_shnum; in get_shnum() 115 ehdr_mem.e32.e_shoff = ((Elf32_Ehdr *) e_ident)->e_shoff; in get_shnum() 122 CONVERT (ehdr_mem.e32.e_shnum); in get_shnum() 123 CONVERT (ehdr_mem.e32.e_shoff); in get_shnum() 147 result = ehdr.e32->e_shnum; in get_shnum() 149 if (unlikely (result == 0) && ehdr.e32->e_shoff != 0) in get_shnum() 151 if (unlikely (ehdr.e32->e_shoff >= maxsize) in get_shnum() 152 || unlikely (maxsize - ehdr.e32 in get_shnum() [all...] |
H A D | elf_getscn.c | 71 scn0->shdr.e32 = calloc (1, sizeof (Elf32_Shdr)); in elf_getscn() 72 if (scn0->shdr.e32 == NULL) in elf_getscn() |
H A D | elf_newscn.c | 125 result->shdr.e32 = calloc (1, sizeof (Elf32_Shdr)); in elf_newscn() 126 if (result->shdr.e32 == NULL) in elf_newscn() |
H A D | elf_getshdrstrndx.c | 99 if (elf->state.elf32.scns.data[0].shdr.e32 != NULL) in elf_getshdrstrndx() 101 num = elf->state.elf32.scns.data[0].shdr.e32->sh_link; in elf_getshdrstrndx() |
H A D | gelf_getshdr.c | 60 = scn->shdr.e32 ?: __elf32_getshdr_rdlock (scn); in gelf_getshdr() |
H A D | gelf_update_shdr.c | 55 = scn->shdr.e32 ?: __elf32_getshdr_wrlock (scn); in gelf_update_shdr() |
H A D | elf_getphdrnum.c | 70 Elf32_Shdr *shdr = scn->shdr.e32 ?: __elf32_getshdr_rdlock (scn); in __elf_getphdrnum_rdlock() |
H A D | elf_strptr.c | 123 Elf32_Shdr *shdr = strscn->shdr.e32 ?: __elf32_getshdr_rdlock (strscn); in elf_strptr() |
H A D | elf_end.c | 150 free (scn->shdr.e32); in elf_end() |
H A D | elf_getdata.c | 226 = scn->shdr.e32 ?: __elf32_getshdr_wrlock (scn); in __libelf_set_rawdata_wrlock() |
H A D | libelfP.h | 226 Elf32_Shdr *e32; /* Pointer to 32bit section header. */ member |
/third_party/ffmpeg/libavcodec/x86/ | ||
H A D | hevc_idct.asm | 522 ; store intermedite e32 coeffs on stack 650 ; scale, pack (clip16) and store the residuals 0 e32[0] + o32[0] --> %1 651 ; 4 at one time (4 columns) 1 e32[1] + o32[1] 652 ; %1 - address to store e32 + o32 653 ; %2 - address to store e32 - e32 654 ; %5 - reg with e32 + o32 ... 655 ; %3 - reg with e32 - o32 30 e32[1] - o32[1] 656 ; %4 - shift 31 e32[ [all...] |
/third_party/optimized-routines/math/test/ | ||
H A D | mathbench.c | 266 {"sincosf", 'f', 0, 1e6, 1e32, {.f = sincosf_wrap}}, 272 F (sinf, 1e6, 1e32) 278 F (cosf, 1e6, 1e32) |
/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 }; 832 bigtens[] = { 1e16, 1e32 }; |
/third_party/icu/vendor/double-conversion/upstream/test/cctest/ | ||
H A D | test-strtod.cc | 140 CHECK_EQ(12345e32, Strtod(vector, 32)); in TEST() 162 CHECK_EQ(12345678901234e32, Strtod(vector, 32)); in TEST() 457 CHECK_EQ(12345e32, StrtodTrimmed(vector, 32)); in TEST() 479 CHECK_EQ(12345678901234e32, StrtodTrimmed(vector, 32)); in TEST() |
/third_party/elfutils/src/ | ||
H A D | unstrip.c | 1124 Elf32_Ehdr e32; in find_alloc_sections_prelink() 1143 if (ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32) in find_alloc_sections_prelink() 1145 phnum = ehdr.e32.e_phnum; in find_alloc_sections_prelink() 1146 shnum = ehdr.e32.e_shnum; in find_alloc_sections_prelink() 1154 bool class32 = ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32; in find_alloc_sections_prelink() 1122 Elf32_Ehdr e32; find_alloc_sections_prelink() member |
/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 1026 felem_assign(e32, 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 1026 felem_assign(e32, ftmp); in felem_inv() 1039 felem_mul(tmp, e64, e32); in felem_inv() |
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ | ||
H A D | numbers.cc | 390 if (d < 1e-26) exp -= 32, d *= 1e32; in SplitToSix() |
/third_party/vulkan-headers/include/vulkan/ | ||
H A D | vulkan_enums.hpp | 2063 e32 = VK_SAMPLE_COUNT_32_BIT, member in VULKAN_HPP_NAMESPACE::Result::StructureType::PipelineCacheHeaderVersion::ObjectType::VendorId::Format::FormatFeatureFlagBits::ImageCreateFlagBits::ImageTiling::ImageType::ImageUsageFlagBits::InstanceCreateFlagBits::InternalAllocationType::MemoryHeapFlagBits::MemoryPropertyFlagBits::PhysicalDeviceType::QueueFlagBits::SampleCountFlagBits 2074 SampleCountFlagBits::e8 | SampleCountFlagBits::e16 | SampleCountFlagBits::e32 | 5092 e32 = VK_VIDEO_ENCODE_H265_CTB_SIZE_32_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; 5111 e32 = VK_VIDEO_ENCODE_H265_TRANSFORM_BLOCK_SIZE_32_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::VideoEncodeH265TransformBlockSizeFlagBitsKHR 5122 VideoEncodeH265TransformBlockSizeFlagBitsKHR::e32; |
Completed in 153 milliseconds