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

/external/elfutils/libelf/
H A Delf_strptr.c95 if (unlikely (strscn->shdr.e64->sh_type != SHT_STRTAB))
102 if (unlikely (offset >= strscn->shdr.e64->sh_size))
H A Dgelf_getshdr.c74 Elf64_Shdr *shdr = scn->shdr.e64 ?: INTUSE(elf64_getshdr) (scn);
H A Dgelf_update_shdr.c76 Elf64_Shdr *shdr = scn->shdr.e64 ?: INTUSE(elf64_getshdr) (scn);
H A Delf_getshstrndx.c121 if (elf->state.elf64.scns.data[0].shdr.e64 != NULL)
123 num = elf->state.elf64.scns.data[0].shdr.e64->sh_link;
H A Delf_newscn.c115 result->shdr.e64 = (Elf64_Shdr *) calloc (1, sizeof (Elf64_Shdr));
116 if (result->shdr.e64 == NULL)
H A Delf_begin.c69 Elf64_Ehdr *e64; member in union:__anon2042
101 CONVERT (ehdr.e64->e_shnum);
102 CONVERT (ehdr.e64->e_shoff);
146 result = ehdr.e64->e_shnum;
148 if (unlikely (result == 0) && ehdr.e64->e_shoff != 0)
150 if (offset + ehdr.e64->e_shoff + sizeof (Elf64_Shdr) > maxsize)
160 + ehdr.e64->e_shoff
167 offset + ehdr.e64->e_shoff
359 elf->state.elf64.scns.data[cnt].shdr.e64 =
H A DlibelfP.h200 Elf64_Shdr *e64; /* Pointer to 64bit section header. */ member in union:Elf_Scn::__anon2054
H A Delf_getdata.c203 Elf64_Shdr *shdr = scn->shdr.e64 ?: INTUSE(elf64_getshdr) (scn);
/external/v8/src/third_party/dtoa/
H A Ddtoa.c1412 bigtens[] = { 1e16, 1e32, 1e64, 1e128, 1e256 };
1427 bigtens[] = { 1e16, 1e32, 1e64 };
/external/chromium/base/third_party/dmg_fp/
H A Ddtoa.cc1451 bigtens[] = { 1e16, 1e32, 1e64, 1e128, 1e256 };
1466 bigtens[] = { 1e16, 1e32, 1e64 };
/external/webkit/JavaScriptCore/wtf/
H A Ddtoa.cpp1013 static const double bigtens[] = { 1e16, 1e32, 1e64, 1e128, 1e256 };

Completed in 44 milliseconds