Searched defs:e32 (Results 1 - 10 of 10) sorted by relevance

/external/ppp/pppd/
H A Deui64.h50 uint32_t e32[2]; /* lower 64-bit IPv6 address */ member in union:__anon13402
71 u_int32_t e32[2]; member in union:__anon13403
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/src/libdwfl/
H A Delf-from-memory.c99 Elf32_Ehdr e32; member in union:__anon4609
131 phoff = ehdr.e32.e_phoff;
132 phnum = ehdr.e32.e_phnum;
133 phentsize = ehdr.e32.e_phentsize;
136 shdrs_end = ehdr.e32.e_shoff + ehdr.e32.e_shnum * ehdr.e32.e_shentsize;
202 switch (ehdr.e32.e_ident[EI_CLASS])
234 ehdr.e32.e_ident[EI_DATA]) == NULL)
281 switch (ehdr.e32
[all...]
H A Ddwfl_module_getdwarf.c291 Elf32_Ehdr e32; member in union:__anon4600
314 if (ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32)
316 if (ehdr.e32.e_shentsize != shentsize
317 || ehdr.e32.e_phentsize != phentsize)
319 phnum = ehdr.e32.e_phnum;
320 shnum = ehdr.e32.e_shnum;
379 ehdr.e32.e_ident[EI_DATA]) == NULL))
381 if (ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32)
416 ehdr.e32.e_ident[EI_DATA]) == NULL))
469 if (ehdr.e32
[all...]
H A Ddwfl_segment_report_module.c330 Elf32_Ehdr e32; member in union:__anon4606
359 e_type = ehdr.e32.e_type;
360 phoff = ehdr.e32.e_phoff;
361 phnum = ehdr.e32.e_phnum;
362 phentsize = ehdr.e32.e_phentsize;
365 shdrs_end = ehdr.e32.e_shoff + ehdr.e32.e_shnum * ehdr.e32.e_shentsize;
464 ehdr.e32.e_ident[EI_DATA]) == NULL)
815 if (mod != NULL && (execlike || ehdr.e32
[all...]
/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/libelf/
H A Delf_begin.c81 Elf32_Ehdr *e32; member in union:__anon4672
87 Elf32_Ehdr e32; member in union:__anon4673
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 DlibelfP.h223 Elf32_Shdr *e32; /* Pointer to 32bit section header. */ member in union:Elf_Scn::__anon4686
/external/boringssl/src/crypto/ec/
H A Dp256-64.c871 felem e2, e4, e8, e16, e32, e64; local
911 felem_assign(e32, ftmp);
924 felem_mul(tmp, e64, e32);
/external/elfutils/src/src/
H A Dunstrip.c964 Elf32_Ehdr e32;
983 if (ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32)
985 phnum = ehdr.e32.e_phnum;
986 shnum = ehdr.e32.e_shnum;
1018 if (ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32)
962 Elf32_Ehdr e32; member in union:__anon4733
/external/valgrind/VEX/priv/
H A Dguest_amd64_toIR.c5318 32to16( if e32 <s -32768 || e32 >s 32767 then -32768 else e32 )
5320 static IRExpr* x87ishly_qnarrow_32_to_16 ( IRExpr* e32 )
5323 assign( t32, e32 );
22731 IRTemp e32 = newTemp(Ity_I32); local
22736 assign(e32, getXMMRegLane32(rE, 0));
22742 assign(e32, loadLE(Ity_I32, mkexpr(addr)));
22752 getXMMReg(rV), mkexpr(e32)));
[all...]

Completed in 438 milliseconds