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

12

/external/clang/test/Lexer/
H A D11-27-2007-FloatLiterals.c10 double D = 2e32;
12 double D2 = 02e32;
/external/ppp/pppd/
H A Deui64.h50 uint32_t e32[2]; /* lower 64-bit IPv6 address */ member in union:__anon18726
71 u_int32_t e32[2]; member in union:__anon18727
76 #define eui64_iszero(e) (((e).e32[0] | (e).e32[1]) == 0)
77 #define eui64_equals(e, o) (((e).e32[0] == (o).e32[0]) && \
78 ((e).e32[1] == (o).e32[1]))
79 #define eui64_zero(e) (e).e32[0] = (e).e32[
[all...]
/external/elfutils/libdwfl/
H A Delf-from-memory.c105 Elf32_Ehdr e32; member in union:__anon6764
137 phoff = ehdr.e32.e_phoff;
138 phnum = ehdr.e32.e_phnum;
139 phentsize = ehdr.e32.e_phentsize;
142 shdrs_end = ehdr.e32.e_shoff + ehdr.e32.e_shnum * ehdr.e32.e_shentsize;
194 bool class32 = ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32;
220 switch (ehdr.e32.e_ident[EI_CLASS])
252 ehdr.e32
[all...]
H A Ddwfl_segment_report_module.c338 Elf32_Ehdr e32; member in union:__anon6763
367 e_type = ehdr.e32.e_type;
368 phoff = ehdr.e32.e_phoff;
369 phnum = ehdr.e32.e_phnum;
370 phentsize = ehdr.e32.e_phentsize;
373 shdrs_end = ehdr.e32.e_shoff + ehdr.e32.e_shnum * ehdr.e32.e_shentsize;
475 ehdr.e32.e_ident[EI_DATA]) == NULL)
835 if (mod != NULL && (execlike || ehdr.e32
[all...]
H A Ddwfl_module_getdwarf.c309 Elf32_Ehdr e32; member in union:__anon6759
332 if (ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32)
334 if (ehdr.e32.e_shentsize != shentsize
335 || ehdr.e32.e_phentsize != phentsize)
337 phnum = ehdr.e32.e_phnum;
338 shnum = ehdr.e32.e_shnum;
388 bool class32 = ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32;
400 ehdr.e32.e_ident[EI_DATA]) == NULL))
445 ehdr.e32.e_ident[EI_DATA]) == NULL))
/external/elfutils/libelf/
H A Delf_getphdrnum.c67 && elf->state.elf32.scns.data[0].shdr.e32 != NULL))
68 *dst = scns->data[0].shdr.e32->sh_info;
H A Delf_begin.c81 Elf32_Ehdr *e32; member in union:__anon6824
87 Elf32_Ehdr e32; member in union:__anon6825
110 ehdr_mem.e32.e_shnum = ((Elf32_Ehdr *) e_ident)->e_shnum;
111 ehdr_mem.e32.e_shoff = ((Elf32_Ehdr *) e_ident)->e_shoff;
118 CONVERT (ehdr_mem.e32.e_shnum);
119 CONVERT (ehdr_mem.e32.e_shoff);
143 result = ehdr.e32->e_shnum;
145 if (unlikely (result == 0) && ehdr.e32->e_shoff != 0)
147 if (unlikely (ehdr.e32->e_shoff >= maxsize)
148 || unlikely (maxsize - ehdr.e32
[all...]
H A Dgelf_getshdr.c60 = scn->shdr.e32 ?: __elf32_getshdr_rdlock (scn);
H A Dgelf_update_shdr.c55 = scn->shdr.e32 ?: __elf32_getshdr_wrlock (scn);
H A Delf_getshdrstrndx.c101 if (elf->state.elf32.scns.data[0].shdr.e32 != NULL)
103 num = elf->state.elf32.scns.data[0].shdr.e32->sh_link;
H A Delf_newscn.c125 result->shdr.e32 = (Elf32_Shdr *) calloc (1, sizeof (Elf32_Shdr));
126 if (result->shdr.e32 == NULL)
H A Delf_strptr.c104 Elf32_Shdr *shdr = strscn->shdr.e32 ?: __elf32_getshdr_rdlock (strscn);
H A Delf_end.c151 free (scn->shdr.e32);
H A Delf_getdata.c231 = scn->shdr.e32 ?: __elf32_getshdr_wrlock (scn);
H A DlibelfP.h231 Elf32_Shdr *e32; /* Pointer to 32bit section header. */ member in union:Elf_Scn::__anon6840
/external/google-breakpad/src/processor/
H A Dbinarystream_unittest.cc263 const uint32_t e32 = 0x30303030; local
271 stream << e8 << e16 << e32 << e64 << es;
276 EXPECT_EQ(e32, u32);
/external/elfutils/src/
H A Dunstrip.c1014 Elf32_Ehdr e32;
1033 if (ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32)
1035 phnum = ehdr.e32.e_phnum;
1036 shnum = ehdr.e32.e_shnum;
1053 bool class32 = ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32;
1012 Elf32_Ehdr e32; member in union:__anon6886
/external/libconstrainedcrypto/
H A Dp256_ec.c612 felem e2, e4, e8, e16, e32, e64; local
637 felem_assign(e32, ftmp);
647 felem_mul(ftmp2, e64, e32); /* 2^64 - 2^0 */
/external/pdfium/core/fxcrt/
H A Dcfx_decimal.cpp279 pmid = static_cast<uint64_t>(newval / 1e32);
/external/syslinux/
H A DMakefile264 ARCH=i386 BITS=32 EFI_BUILD=1 LDLINUX=ldlinux.e32 \
/external/tensorflow/tensorflow/python/profiler/
H A Dmodel_analyzer_test.py358 last_occurrence = 1e32
/external/boringssl/src/third_party/fiat/
H A Dp256.c923 fe e2, e4, e8, e16, e32, e64; local
947 fe_copy(e32, ftmp);
957 fe_mul(ftmp2, e64, e32); // 2^64 - 2^0
/external/flac/libFLAC/
H A Dlpc.c1326 return 1e32;
/external/python/cpython3/Python/
H A Ddtoa.c1130 bigtens[] = { 1e16, 1e32, 1e64, 1e128, 1e256 };
/external/python/cpython2/Python/
H A Ddtoa.c1204 bigtens[] = { 1e16, 1e32, 1e64, 1e128, 1e256 };

Completed in 747 milliseconds

12