Home
last modified time | relevance | path

Searched refs:e32 (Results 1 – 25 of 38) 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()
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 …]
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()
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()
Ddwfl_module_getdwarf.c314 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/
Delf_begin.c80 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 …]
Delf_getscn.c71 scn0->shdr.e32 = (Elf32_Shdr *) calloc (1, sizeof (Elf32_Shdr)); in elf_getscn()
72 if (scn0->shdr.e32 == NULL) in elf_getscn()
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.c121 Elf32_Shdr *shdr = strscn->shdr.e32 ?: __elf32_getshdr_rdlock (strscn); in elf_strptr()
Delf_end.c151 free (scn->shdr.e32); in elf_end()
DlibelfP.h228 Elf32_Shdr *e32; /* Pointer to 32bit section header. */ member
Delf_getdata.c226 = scn->shdr.e32 ?: __elf32_getshdr_wrlock (scn); in __libelf_set_rawdata_wrlock()
/external/tensorflow/tensorflow/compiler/tests/
Dtensor_list_ops_test.py41 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/
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/boringssl/src/third_party/fiat/
Dp256.c125 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/
Dunstrip.c1092 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/
Dtest153867 e32: Unknown error
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dmisched-fusion-aes.ll51 %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/
Dmisched-fusion-aes.ll60 %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/
Dmtp-detect-samsung-yp-s3.txt38 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
Dmtp-detect-htc-droid-incred.txt488 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/
Dshrink-vop3-carry-out.mir2 # Check that add with carry out isn't incorrectly reduced to e32 when

12