/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() 147 shdrs_end = ehdr.e32.e_shoff + ehdr.e32.e_shnum * ehdr.e32.e_shentsize; in elf_from_remote_memory() 200 bool class32 = ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32; in elf_from_remote_memory() 226 switch (ehdr.e32.e_ident[EI_CLASS]) in elf_from_remote_memory() 258 ehdr.e32.e_ident[EI_DATA]) == NULL) in elf_from_remote_memory() 308 switch (ehdr.e32.e_ident[EI_CLASS]) in elf_from_remote_memory() 336 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() 378 shdrs_end = ehdr.e32.e_shoff + ehdr.e32.e_shnum * ehdr.e32.e_shentsize; in dwfl_segment_report_module() 489 ehdr.e32.e_ident[EI_DATA]) == NULL) in dwfl_segment_report_module() 865 if (mod != NULL && (execlike || ehdr.e32.e_type == ET_EXEC)) in dwfl_segment_report_module()
|
D | dwfl_module_getdwarf.c | 314 Elf32_Ehdr e32; in find_prelink_address_sync() member 337 if (ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32) in find_prelink_address_sync() 339 if (ehdr.e32.e_shentsize != shentsize in find_prelink_address_sync() 340 || ehdr.e32.e_phentsize != phentsize) in find_prelink_address_sync() 342 phnum = ehdr.e32.e_phnum; in find_prelink_address_sync() 343 shnum = ehdr.e32.e_shnum; in find_prelink_address_sync() 395 bool class32 = ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32; in find_prelink_address_sync() 407 ehdr.e32.e_ident[EI_DATA]) == NULL)) in find_prelink_address_sync() 452 ehdr.e32.e_ident[EI_DATA]) == NULL)) in find_prelink_address_sync()
|
/external/elfutils/libelf/ |
D | elf_begin.c | 80 Elf32_Ehdr *e32; in get_shnum() member 86 Elf32_Ehdr e32; in get_shnum() member 109 ehdr_mem.e32.e_shnum = ((Elf32_Ehdr *) e_ident)->e_shnum; in get_shnum() 110 ehdr_mem.e32.e_shoff = ((Elf32_Ehdr *) e_ident)->e_shoff; in get_shnum() 117 CONVERT (ehdr_mem.e32.e_shnum); in get_shnum() 118 CONVERT (ehdr_mem.e32.e_shoff); in get_shnum() 142 result = ehdr.e32->e_shnum; in get_shnum() 144 if (unlikely (result == 0) && ehdr.e32->e_shoff != 0) in get_shnum() 146 if (unlikely (ehdr.e32->e_shoff >= maxsize) in get_shnum() 147 || unlikely (maxsize - ehdr.e32->e_shoff < sizeof (Elf32_Shdr))) in get_shnum() [all …]
|
D | elf_getscn.c | 71 scn0->shdr.e32 = (Elf32_Shdr *) calloc (1, sizeof (Elf32_Shdr)); in elf_getscn() 72 if (scn0->shdr.e32 == NULL) in elf_getscn()
|
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 | 121 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 | 228 Elf32_Shdr *e32; /* Pointer to 32bit section header. */ member
|
D | elf_getdata.c | 226 = scn->shdr.e32 ?: __elf32_getshdr_wrlock (scn); in __libelf_set_rawdata_wrlock()
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | tensor_list_ops_test.py | 41 e32 = list_ops.tensor_list_element_shape(l, shape_type=dtypes.int32) 43 self.assertAllEqual(sess.run(e32, {dim: 10}), (10, 15)) 93 l3, e32 = list_ops.tensor_list_pop_back(l3, element_dtype=dtypes.float32) 94 result = sess.run([e11, [e21, e22], [e31, e32]])
|
/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/boringssl/src/third_party/fiat/ |
D | p256.c | 125 fe e2, e4, e8, e16, e32, e64; in fe_inv() local 149 fe_copy(e32, ftmp); in fe_inv() 159 fe_mul(ftmp2, e64, e32); // 2^64 - 2^0 in fe_inv()
|
/external/elfutils/src/ |
D | unstrip.c | 1092 Elf32_Ehdr e32; in find_alloc_sections_prelink() member 1111 if (ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32) in find_alloc_sections_prelink() 1113 phnum = ehdr.e32.e_phnum; in find_alloc_sections_prelink() 1114 shnum = ehdr.e32.e_shnum; in find_alloc_sections_prelink() 1122 bool class32 = ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32; in find_alloc_sections_prelink()
|
/external/curl/tests/data/ |
D | test1538 | 67 e32: Unknown error
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | misched-fusion-aes.ll | 51 %e32 = call <16 x i8> @llvm.arm.neon.aese(<16 x i8> %f22, <16 x i8> %k3) 137 %e32 = call <16 x i8> @llvm.arm.neon.aesd(<16 x i8> %f22, <16 x i8> %k3)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | misched-fusion-aes.ll | 60 %e32 = call <16 x i8> @llvm.aarch64.crypto.aese(<16 x i8> %f22, <16 x i8> %k3) 144 %e32 = call <16 x i8> @llvm.aarch64.crypto.aesd(<16 x i8> %f22, <16 x i8> %k3)
|
/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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | shrink-vop3-carry-out.mir | 2 # Check that add with carry out isn't incorrectly reduced to e32 when
|