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

1 2

  /external/clang/test/Lexer/
11-27-2007-FloatLiterals.c 10 double D = 2e32;
12 double D2 = 02e32;
  /external/ppp/pppd/
eui64.h 50 uint32_t e32[2]; /* lower 64-bit IPv6 address */ member in union:__anon12797
71 u_int32_t e32[2]; member in union:__anon12798
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/libdwfl/
elf-from-memory.c 115 Elf32_Ehdr e32; member in union:__anon7894
147 phoff = ehdr.e32.e_phoff;
148 phnum = ehdr.e32.e_phnum;
149 phentsize = ehdr.e32.e_phentsize;
152 shdrs_end = ehdr.e32.e_shoff + ehdr.e32.e_shnum * ehdr.e32.e_shentsize;
217 switch (ehdr.e32.e_ident[EI_CLASS])
238 ehdr.e32.e_ident[EI_DATA]) == NULL)
248 ehdr.e32.e_ident[EI_DATA]) == NULL
    [all...]
dwfl_segment_report_module.c 177 Elf32_Ehdr e32; member in union:__anon7891
204 phoff = ehdr.e32.e_phoff;
205 phnum = ehdr.e32.e_phnum;
206 phentsize = ehdr.e32.e_phentsize;
209 shdrs_end = ehdr.e32.e_shoff + ehdr.e32.e_shnum * ehdr.e32.e_shentsize;
294 if (ehdr.e32.e_ident[EI_DATA] == MY_ELFDATA)
307 ehdr.e32.e_ident[EI_DATA]) == NULL)
408 if (ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32
    [all...]
  /external/ceres-solver/internal/ceres/
trust_region_strategy.h 60 max_radius(1e32),
62 lm_max_diagonal(1e32),
trust_region_minimizer_test.cc 219 trust_region_strategy_options.lm_max_diagonal = 1e32;
  /external/elfutils/libelf/
elf_strptr.c 112 if (unlikely (strscn->shdr.e32->sh_type != SHT_STRTAB))
119 if (unlikely (offset >= strscn->shdr.e32->sh_size))
gelf_getshdr.c 83 = scn->shdr.e32 ?: __elf32_getshdr_rdlock (scn);
gelf_update_shdr.c 76 = scn->shdr.e32 ?: __elf32_getshdr_wrlock (scn);
elf_begin.c 101 Elf32_Ehdr *e32; member in union:__anon7954
107 Elf32_Ehdr e32; member in union:__anon7955
130 ehdr_mem.e32.e_shnum = ((Elf32_Ehdr *) e_ident)->e_shnum;
131 ehdr_mem.e32.e_shoff = ((Elf32_Ehdr *) e_ident)->e_shoff;
138 CONVERT (ehdr_mem.e32.e_shnum);
139 CONVERT (ehdr_mem.e32.e_shoff);
163 result = ehdr.e32->e_shnum;
165 if (unlikely (result == 0) && ehdr.e32->e_shoff != 0)
167 if (ehdr.e32->e_shoff + sizeof (Elf32_Shdr) > maxsize)
176 result = ((Elf32_Shdr *) ((char *) map_address + ehdr.e32->e_shof
    [all...]
elf_getshstrndx.c 117 if (elf->state.elf32.scns.data[0].shdr.e32 != NULL)
119 num = elf->state.elf32.scns.data[0].shdr.e32->sh_link;
elf_newscn.c 139 result->shdr.e32 = (Elf32_Shdr *) calloc (1, sizeof (Elf32_Shdr));
140 if (result->shdr.e32 == NULL)
elf_end.c 173 free (scn->shdr.e32);
elf_getdata.c 203 = scn->shdr.e32 ?: __elf32_getshdr_wrlock (scn);
libelfP.h 244 Elf32_Shdr *e32; /* Pointer to 32bit section header. */ member in union:Elf_Scn::__anon7967
  /external/ceres-solver/include/ceres/
solver.h 73 lm_max_diagonal = 1e32;
  /external/ceres-solver/examples/
bundle_adjuster.cc 105 DEFINE_double(max_solver_time, 1e32, "Maximum solve time in seconds.");
  /external/v8/test/cctest/
test-strtod.cc 101 CHECK_EQ(12345e32, Strtod(vector, 32));
123 CHECK_EQ(12345678901234e32, Strtod(vector, 32));
  /external/elfutils/src/
unstrip.c 958 Elf32_Ehdr e32;
977 if (ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32)
979 phnum = ehdr.e32.e_phnum;
980 shnum = ehdr.e32.e_shnum;
1012 if (ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32)
956 Elf32_Ehdr e32; member in union:__anon8011
    [all...]
  /bionic/libc/stdlib/
strtod.c 1316 static CONST double bigtens[] = { 1e16, 1e32, 1e64, 1e128, 1e256 };
1321 static CONST double bigtens[] = { 1e16, 1e32, 1e64 };
1325 static CONST double 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/flac/libFLAC/
lpc.c     [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
dtoa.cpp 737 static const double bigtens[] = { 1e16, 1e32, 1e64, 1e128, 1e256 };
    [all...]
  /external/valgrind/main/VEX/priv/
guest_amd64_toIR.c 20903 IRTemp e32 = newTemp(Ity_I32); local
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]

Completed in 605 milliseconds

1 2