/external/ppp/pppd/ |
D | eui64.h | 50 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/ |
D | elf-from-memory.c | 105 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 …]
|
D | dwfl_segment_report_module.c | 338 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()
|
D | dwfl_module_getdwarf.c | 309 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/ |
D | elf_begin.c | 81 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 …]
|
D | elf_getphdrnum.c | 67 && 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()
|
D | elf_newscn.c | 125 result->shdr.e32 = (Elf32_Shdr *) calloc (1, sizeof (Elf32_Shdr)); in elf_newscn() 126 if (result->shdr.e32 == NULL) in elf_newscn()
|
D | elf_getshdrstrndx.c | 101 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()
|
D | gelf_getshdr.c | 60 = scn->shdr.e32 ?: __elf32_getshdr_rdlock (scn); in gelf_getshdr()
|
D | gelf_update_shdr.c | 55 = scn->shdr.e32 ?: __elf32_getshdr_wrlock (scn); in gelf_update_shdr()
|
D | elf_strptr.c | 104 Elf32_Shdr *shdr = strscn->shdr.e32 ?: __elf32_getshdr_rdlock (strscn); in elf_strptr()
|
D | elf_end.c | 151 free (scn->shdr.e32); in elf_end()
|
D | libelfP.h | 231 Elf32_Shdr *e32; /* Pointer to 32bit section header. */ member
|
D | elf_getdata.c | 231 = scn->shdr.e32 ?: __elf32_getshdr_wrlock (scn); in __libelf_set_rawdata_wrlock()
|
/external/google-breakpad/src/processor/ |
D | binarystream_unittest.cc | 263 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/libconstrainedcrypto/ |
D | p256_ec.c | 612 felem e2, e4, e8, e16, e32, e64; in felem_inv() local 637 felem_assign(e32, ftmp); in felem_inv() 647 felem_mul(ftmp2, e64, e32); /* 2^64 - 2^0 */ in felem_inv()
|
/external/elfutils/src/ |
D | unstrip.c | 1012 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/fipsmodule/ec/ |
D | p256-64.c | 819 felem e2, e4, e8, e16, e32, e64; in felem_inv() local 858 felem_assign(e32, ftmp); in felem_inv() 871 felem_mul(tmp, e64, e32); in felem_inv()
|
/external/syslinux/ |
D | Makefile | 264 ARCH=i386 BITS=32 EFI_BUILD=1 LDLINUX=ldlinux.e32 \
|
/external/libmtp/logs/ |
D | mtp-detect-samsung-yp-s3.txt | 38 00f0: 7008 0e2e 7c08 0e30 1808 0e32 ac08 0e35 p...|..0...2...5 103 00f0: 7008 0e2e 7c08 0e30 1808 0e32 ac08 0e35 p...|..0...2...5
|
D | mtp-detect-htc-droid-incred.txt | 488 Device 0 (VID=0bb4 and PID=0e32) is UNKNOWN. 495 0bb4:0e32 @ bus 2, dev 9 505 idProduct: 0e32
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.td | 3596 // Maps an opcode in e32 form to its e64 equivalent 3605 // Maps an opcode in e64 form to its e32 equivalent
|
/external/google-breakpad/src/tools/windows/dump_syms/testdata/ |
D | dump_syms_regtest.sym | 771 1e32 5 54 943
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.hpp | 12684 e32 = VK_SAMPLE_COUNT_32_BIT, enumerator 20458 case SampleCountFlagBits::e32: return "32"; in to_string() 20473 if (value & SampleCountFlagBits::e32) result += "32 | "; in to_string()
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 1794 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 …]
|