Home
last modified time | relevance | path

Searched refs:e32 (Results 1 – 25 of 31) sorted by relevance

12

/external/ppp/pppd/
Deui64.h50 uint32_t e32[2]; /* lower 64-bit IPv6 address */ member
71 u_int32_t e32[2]; member
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;
84 (e).e32[0] = magic(); \
85 (e).e32[1] = magic(); \
106 (e).e32[0] = 0; \
107 (e).e32[1] = htonl(l); \
/external/elfutils/libdwfl/
Delf-from-memory.c105 Elf32_Ehdr e32; in elf_from_remote_memory() member
137 phoff = ehdr.e32.e_phoff; in elf_from_remote_memory()
138 phnum = ehdr.e32.e_phnum; in elf_from_remote_memory()
139 phentsize = ehdr.e32.e_phentsize; in elf_from_remote_memory()
142 shdrs_end = ehdr.e32.e_shoff + ehdr.e32.e_shnum * ehdr.e32.e_shentsize; in elf_from_remote_memory()
194 bool class32 = ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32; in elf_from_remote_memory()
220 switch (ehdr.e32.e_ident[EI_CLASS]) in elf_from_remote_memory()
252 ehdr.e32.e_ident[EI_DATA]) == NULL) in elf_from_remote_memory()
302 switch (ehdr.e32.e_ident[EI_CLASS]) in elf_from_remote_memory()
330 ehdr.e32.e_shoff = 0; in elf_from_remote_memory()
[all …]
Ddwfl_segment_report_module.c338 Elf32_Ehdr e32; in dwfl_segment_report_module() member
367 e_type = ehdr.e32.e_type; in dwfl_segment_report_module()
368 phoff = ehdr.e32.e_phoff; in dwfl_segment_report_module()
369 phnum = ehdr.e32.e_phnum; in dwfl_segment_report_module()
370 phentsize = ehdr.e32.e_phentsize; in dwfl_segment_report_module()
373 shdrs_end = ehdr.e32.e_shoff + ehdr.e32.e_shnum * ehdr.e32.e_shentsize; in dwfl_segment_report_module()
475 ehdr.e32.e_ident[EI_DATA]) == NULL) in dwfl_segment_report_module()
835 if (mod != NULL && (execlike || ehdr.e32.e_type == ET_EXEC)) in dwfl_segment_report_module()
Ddwfl_module_getdwarf.c309 Elf32_Ehdr e32; in find_prelink_address_sync() member
332 if (ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32) in find_prelink_address_sync()
334 if (ehdr.e32.e_shentsize != shentsize in find_prelink_address_sync()
335 || ehdr.e32.e_phentsize != phentsize) in find_prelink_address_sync()
337 phnum = ehdr.e32.e_phnum; in find_prelink_address_sync()
338 shnum = ehdr.e32.e_shnum; in find_prelink_address_sync()
388 bool class32 = ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32; in find_prelink_address_sync()
400 ehdr.e32.e_ident[EI_DATA]) == NULL)) in find_prelink_address_sync()
445 ehdr.e32.e_ident[EI_DATA]) == NULL)) in find_prelink_address_sync()
/external/elfutils/libelf/
Delf_begin.c81 Elf32_Ehdr *e32; in get_shnum() member
87 Elf32_Ehdr e32; in get_shnum() member
110 ehdr_mem.e32.e_shnum = ((Elf32_Ehdr *) e_ident)->e_shnum; in get_shnum()
111 ehdr_mem.e32.e_shoff = ((Elf32_Ehdr *) e_ident)->e_shoff; in get_shnum()
118 CONVERT (ehdr_mem.e32.e_shnum); in get_shnum()
119 CONVERT (ehdr_mem.e32.e_shoff); in get_shnum()
143 result = ehdr.e32->e_shnum; in get_shnum()
145 if (unlikely (result == 0) && ehdr.e32->e_shoff != 0) in get_shnum()
147 if (unlikely (ehdr.e32->e_shoff >= maxsize) in get_shnum()
148 || unlikely (maxsize - ehdr.e32->e_shoff < sizeof (Elf32_Shdr))) in get_shnum()
[all …]
Delf_getphdrnum.c67 && elf->state.elf32.scns.data[0].shdr.e32 != NULL)) in __elf_getphdrnum_rdlock()
68 *dst = scns->data[0].shdr.e32->sh_info; in __elf_getphdrnum_rdlock()
Delf_newscn.c125 result->shdr.e32 = (Elf32_Shdr *) calloc (1, sizeof (Elf32_Shdr)); in elf_newscn()
126 if (result->shdr.e32 == NULL) in elf_newscn()
Delf_getshdrstrndx.c101 if (elf->state.elf32.scns.data[0].shdr.e32 != NULL) in elf_getshdrstrndx()
103 num = elf->state.elf32.scns.data[0].shdr.e32->sh_link; in elf_getshdrstrndx()
Dgelf_getshdr.c60 = scn->shdr.e32 ?: __elf32_getshdr_rdlock (scn); in gelf_getshdr()
Dgelf_update_shdr.c55 = scn->shdr.e32 ?: __elf32_getshdr_wrlock (scn); in gelf_update_shdr()
Delf_strptr.c104 Elf32_Shdr *shdr = strscn->shdr.e32 ?: __elf32_getshdr_rdlock (strscn); in elf_strptr()
Delf_end.c151 free (scn->shdr.e32); in elf_end()
DlibelfP.h231 Elf32_Shdr *e32; /* Pointer to 32bit section header. */ member
Delf_getdata.c231 = scn->shdr.e32 ?: __elf32_getshdr_wrlock (scn); in __libelf_set_rawdata_wrlock()
/external/v8/test/mjsunit/
Dexternal-array.js685 var e32 = Math.pow(2,32); var e31 = Math.pow(2,31);
696 if (i < e32) { assertEquals(a7[0], i); } else { assertEquals(a7[0], 0); }
697 if (j < e32) { assertEquals(a7[1], j); } else { assertEquals(a7[1],e32-1); }
699 assertEquals(a71[0], (i < e32) ? -e31 : 0 ); }
/external/google-breakpad/src/processor/
Dbinarystream_unittest.cc263 const uint32_t e32 = 0x30303030; in TEST_F() local
271 stream << e8 << e16 << e32 << e64 << es; in TEST_F()
276 EXPECT_EQ(e32, u32); in TEST_F()
/external/elfutils/src/
Dunstrip.c1012 Elf32_Ehdr e32; in find_alloc_sections_prelink() member
1031 if (ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32) in find_alloc_sections_prelink()
1033 phnum = ehdr.e32.e_phnum; in find_alloc_sections_prelink()
1034 shnum = ehdr.e32.e_shnum; in find_alloc_sections_prelink()
1051 bool class32 = ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32; in find_alloc_sections_prelink()
/external/boringssl/src/crypto/ec/
Dp256-64.c871 felem e2, e4, e8, e16, e32, e64; in felem_inv() local
911 felem_assign(e32, ftmp); in felem_inv()
924 felem_mul(tmp, e64, e32); in felem_inv()
/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.td2750 // Maps an opcode in e32 form to its e64 equivalent
2759 // Maps an opcode in e64 form to its e32 equivalent
/external/google-breakpad/src/tools/windows/dump_syms/testdata/
Ddump_syms_regtest.sym771 1e32 5 54 943
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/
Dbreakpad_unittests.sym1794 15e32 2 94 134
8309 20e32 6 67 17
11470 26e32 4 357 27
17844 32e32 2 207 144
20702 37e32 4 72 55
21326 38e32 4 86 142
27632 42e32 2 120 137
29037 44e32 6 223 10
32138 48e32 c 350 37
32885 49e32 2 342 106
[all …]
/external/valgrind/VEX/priv/
Dguest_amd64_toIR.c5373 static IRExpr* x87ishly_qnarrow_32_to_16 ( IRExpr* e32 ) in x87ishly_qnarrow_32_to_16() argument
5376 assign( t32, e32 ); in x87ishly_qnarrow_32_to_16()
23192 IRTemp e32 = newTemp(Ity_I32); in dis_AVX128_E_V_to_G_lo32_unary() local
23197 assign(e32, getXMMRegLane32(rE, 0)); in dis_AVX128_E_V_to_G_lo32_unary()
23203 assign(e32, loadLE(Ity_I32, mkexpr(addr))); in dis_AVX128_E_V_to_G_lo32_unary()
23213 getXMMReg(rV), mkexpr(e32))); in dis_AVX128_E_V_to_G_lo32_unary()
/external/ceres-solver/docs/source/
Dsolving.rst1102 Default: ``1e32``
/external/google-breakpad/src/processor/testdata/symbols/null_read_av/7B7D1968FF0D47AE4366E9C3A7E1B6750/
Dnull_read_av.sym1928 6e32 19 76 8
/external/google-breakpad/src/processor/testdata/symbols/overflow/B0E1FC01EF48E39CAF5C881D2DF0C3840/
Doverflow.sym55 1e32 2 66 45

12