HomeSort by relevance Sort by last modified time
    Searched refs:e64 (Results 1 - 11 of 11) sorted by null

  /external/elfutils/libelf/
elf_strptr.c 95 if (unlikely (strscn->shdr.e64->sh_type != SHT_STRTAB))
102 if (unlikely (offset >= strscn->shdr.e64->sh_size))
gelf_getshdr.c 74 Elf64_Shdr *shdr = scn->shdr.e64 ?: INTUSE(elf64_getshdr) (scn);
gelf_update_shdr.c 76 Elf64_Shdr *shdr = scn->shdr.e64 ?: INTUSE(elf64_getshdr) (scn);
elf_getshstrndx.c 121 if (elf->state.elf64.scns.data[0].shdr.e64 != NULL)
123 num = elf->state.elf64.scns.data[0].shdr.e64->sh_link;
elf_newscn.c 115 result->shdr.e64 = (Elf64_Shdr *) calloc (1, sizeof (Elf64_Shdr));
116 if (result->shdr.e64 == NULL)
elf_begin.c 69 Elf64_Ehdr *e64; member in union:__anon5718
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 =
libelfP.h 200 Elf64_Shdr *e64; /* Pointer to 64bit section header. */ member in union:Elf_Scn::__anon5730
elf_getdata.c 203 Elf64_Shdr *shdr = scn->shdr.e64 ?: INTUSE(elf64_getshdr) (scn);
  /bionic/libc/stdlib/
strtod.c 1316 static CONST double bigtens[] = { 1e16, 1e32, 1e64, 1e128, 1e256 };
1321 static CONST double bigtens[] = { 1e16, 1e32, 1e64 };
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
dtoa.cpp 737 static const double bigtens[] = { 1e16, 1e32, 1e64, 1e128, 1e256 };
    [all...]
  /external/chromium/base/third_party/dmg_fp/
dtoa.cc 1451 bigtens[] = { 1e16, 1e32, 1e64, 1e128, 1e256 };
1466 bigtens[] = { 1e16, 1e32, 1e64 };
    [all...]

Completed in 208 milliseconds