OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ESZ
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/coregrind/m_ume/
elf.c
63
#define
ESZ
(x) Elf64_##x
65
#define
ESZ
(x) Elf32_##x
72
ESZ
(Ehdr) e;
73
ESZ
(Phdr) *p;
136
if (e->e.e_phentsize != sizeof(
ESZ
(Phdr))) {
141
phsz = sizeof(
ESZ
(Phdr)) * e->e.e_phnum;
161
ESZ
(Addr) mapelf(struct elfinfo *e,
ESZ
(Addr) base)
165
ESZ
(Addr) elfbrk = 0;
168
ESZ
(Phdr) *ph = &e->p[i]
[
all
...]
/external/valgrind/coregrind/m_coredump/
coredump-elf.c
62
#define
ESZ
(x) Elf64_##x
64
#define
ESZ
(x) Elf32_##x
87
static void fill_ehdr(
ESZ
(Ehdr) *ehdr, Int num_phdrs)
100
ehdr->e_phoff = sizeof(
ESZ
(Ehdr));
103
ehdr->e_ehsize = sizeof(
ESZ
(Ehdr));
104
ehdr->e_phentsize = sizeof(
ESZ
(Phdr));
112
static void fill_phdr(
ESZ
(Phdr) *phdr, const NSegment *seg, UInt off, Bool write)
140
ESZ
(Nhdr) note;
146
return sizeof(
ESZ
(Nhdr)) + VG_ROUNDUP(VG_(strlen)(n->name)+1, 4)
575
ESZ
(Ehdr) ehdr
[
all
...]
/external/opencv3/modules/imgproc/src/
morph.cpp
99
enum {
ESZ
= VecUpdate::
ESZ
};
107
cn *=
ESZ
;
134
return i/
ESZ
;
173
enum {
ESZ
= VecUpdate::
ESZ
};
182
width *=
ESZ
;
270
return i/
ESZ
;
407
enum {
ESZ
= VecUpdate::
ESZ
};
1346
int type = _src.type(), depth = CV_MAT_DEPTH(type), cn = CV_MAT_CN(type),
esz
= CV_ELEM_SIZE(type);
local
1504
cn = CV_MAT_CN(type),
esz
= CV_ELEM_SIZE(type);
local
[
all
...]
Completed in 265 milliseconds