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

  /external/ppp/pppd/
eui64.h 50 uint32_t e32[2]; /* lower 64-bit IPv6 address */ member in union:__anon5673
71 u_int32_t e32[2]; member in union:__anon5674
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[1] = 0
    [all...]
  /external/elfutils/libelf/
elf_strptr.c 79 if (unlikely (strscn->shdr.e32->sh_type != SHT_STRTAB))
86 if (unlikely (offset >= strscn->shdr.e32->sh_size))
gelf_getshdr.c 49 Elf32_Shdr *shdr = scn->shdr.e32 ?: INTUSE(elf32_getshdr) (scn);
gelf_update_shdr.c 42 Elf32_Shdr *shdr = scn->shdr.e32 ?: INTUSE(elf32_getshdr) (scn);
elf_getshstrndx.c 82 if (elf->state.elf32.scns.data[0].shdr.e32 != NULL)
84 num = elf->state.elf32.scns.data[0].shdr.e32->sh_link;
elf_newscn.c 106 result->shdr.e32 = (Elf32_Shdr *) calloc (1, sizeof (Elf32_Shdr));
107 if (result->shdr.e32 == NULL)
elf_begin.c 68 Elf32_Ehdr *e32; member in union:__anon3644
96 CONVERT (ehdr.e32->e_shnum);
97 CONVERT (ehdr.e32->e_shoff);
110 result = ehdr.e32->e_shnum;
112 if (unlikely (result == 0) && ehdr.e32->e_shoff != 0)
114 if (offset + ehdr.e32->e_shoff + sizeof (Elf32_Shdr) > maxsize)
124 + ehdr.e32->e_shoff
131 offset + ehdr.e32->e_shoff
273 elf->state.elf32.scns.data[cnt].shdr.e32 =
elf_end.c 124 free (scn->shdr.e32);
libelfP.h 199 Elf32_Shdr *e32; /* Pointer to 32bit section header. */ member in union:Elf_Scn::__anon3656
elf_getdata.c 190 Elf32_Shdr *shdr = scn->shdr.e32 ?: INTUSE(elf32_getshdr) (scn);
  /bionic/libc/stdlib/
strtod.c 1311 static CONST double bigtens[] = { 1e16, 1e32, 1e64, 1e128, 1e256 };
1316 static CONST double bigtens[] = { 1e16, 1e32, 1e64 };
1320 static CONST double bigtens[] = { 1e16, 1e32 };
    [all...]
  /external/v8/src/third_party/dtoa/
dtoa.c 1412 bigtens[] = { 1e16, 1e32, 1e64, 1e128, 1e256 };
1427 bigtens[] = { 1e16, 1e32, 1e64 };
1431 bigtens[] = { 1e16, 1e32 };
    [all...]
  /external/chromium/base/third_party/dmg_fp/
dtoa.cc 1451 bigtens[] = { 1e16, 1e32, 1e64, 1e128, 1e256 };
1466 bigtens[] = { 1e16, 1e32, 1e64 };
1470 bigtens[] = { 1e16, 1e32 };
    [all...]
  /external/webkit/JavaScriptCore/wtf/
dtoa.cpp 1012 static const double bigtens[] = { 1e16, 1e32, 1e64, 1e128, 1e256 };
    [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 1546 milliseconds