Home
last modified time | relevance | path

Searched refs:eu (Results 1 – 25 of 497) sorted by relevance

12345678910>>...20

/external/iproute2/tc/
Dtc_exec.c32 static int parse_noeopt(struct exec_util *eu, int argc, char **argv) in parse_noeopt() argument
36 eu->id, *argv); in parse_noeopt()
45 struct exec_util *eu; in get_exec_kind() local
49 for (eu = exec_list; eu; eu = eu->next) in get_exec_kind()
50 if (strcmp(eu->id, name) == 0) in get_exec_kind()
51 return eu; in get_exec_kind()
65 eu = dlsym(dlh, buf); in get_exec_kind()
66 if (eu == NULL) in get_exec_kind()
69 eu->next = exec_list; in get_exec_kind()
70 exec_list = eu; in get_exec_kind()
[all …]
/external/elfutils/config/
DChangeLog7 * eu.am (AM_CFLAGS): Add -Wtrampolines.
23 * eu.am (IMPLICIT_FALLTHROUGH_WARNING): Set to 5.
32 * eu.am (AM_CFLAGS): Handle -Wno-packed-not-aligned.
36 * eu.am: Use fpic_CFLAGS.
57 * eu.am: Check HAVE_IMPLICIT_FALLTHROUGH_WARNING.
66 * elfutils.spec.in: Remove eu-ld.
74 * eu.am: Check HAVE_NULL_DEREFERENCE_WARNING.
79 * eu.am: Check SANE_LOGICAL_OP_WARNING and
103 * eu.am (ARFLAGS): Set to "cr".
107 * eu.am (print-%): New target to print any variable.
[all …]
Delfutils.spec.in32 %define _programprefix eu-
165 %{_bindir}/eu-elflint
166 %{_bindir}/eu-nm
167 %{_bindir}/eu-readelf
168 %{_bindir}/eu-size
169 %{_bindir}/eu-strip
170 %{_bindir}/eu-findtextrel
171 %{_bindir}/eu-addr2line
172 %{_bindir}/eu-elfcmp
173 %{_bindir}/eu-ranlib
[all …]
/external/pdfium/third_party/eu-strip/
DREADME.pdfium1 Name: eu-strip
10 Patched eu-strip from elfutils.
22 -Wformat=2 -Werror -g -O2 -Wl,-rpath-link,libelf:libdw -o eu-strip
24 $ eu-strip ./eu-strip # Keep the binary small, please.
/external/apache-commons-compress/src/test/resources/
Dlorem-ipsum.txt.gz
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dattr-amdgpu-waves-per-eu.ll13 attributes #0 = {"amdgpu-waves-per-eu"="1,1"}
25 attributes #1 = {"amdgpu-waves-per-eu"="5,5"}
37 attributes #2 = {"amdgpu-waves-per-eu"="10,10"}
49 attributes #3 = {"amdgpu-waves-per-eu"="1"}
61 attributes #4 = {"amdgpu-waves-per-eu"="5"}
73 attributes #5 = {"amdgpu-waves-per-eu"="10"}
87 attributes #6 = {"amdgpu-waves-per-eu"="1,5"}
99 attributes #7 = {"amdgpu-waves-per-eu"="1,10"}
113 attributes #8 = {"amdgpu-waves-per-eu"="5,10"}
190 attributes #9 = {"amdgpu-waves-per-eu"="10,10"}
[all …]
/external/dtc/tests/
Dlorem.txt2 arcu, egestas non pellentesque non, euismod eu nibh. Proin arcu metus,
4 aliquam ut fringilla sit amet, condimentum et quam. Duis eu arcu odio,
9 gravida ac, euismod eu leo. Sed eget dolor tortor. Pellentesque
10 venenatis, lectus eu vulputate porta, libero ipsum convallis mi, sit
20 nisi. Proin sit amet lectus ut neque iaculis consectetur eu sit amet
28 eu pharetra magna fermentum ut. Morbi euismod convallis tortor, eget
/external/elfutils/lib/
DChangeLog17 * eu-config.h (FALLTHROUGH): New macro.
28 * eu-config.h: Define attribute_packed to either
33 * eu-config.h: Define attribute_hidden to be empty if the compiler
131 * eu-config.h (ALLOW_UNALIGNED): Define when ! CHECK_UNDEFINED.
135 * eu-config.h: Use SYMBOL_VERSIONING as guard.
147 * eu-config.h (COMPAT_VERSION_NEWPROTO): New. Twice.
196 * Makefile.am: Use config/eu.am for common stuff.
200 * eu-config.h (OLD_VERSION, NEW_VERSION, COMPAT_VERSION): New macros.
204 * eu-config.h: Add multiple inclusion protection.
213 * eu-config.h: Remove tls_key_t, key_create, getspecific, setspecific,
[all …]
DMakefile.am30 include $(top_srcdir)/config/eu.am
41 eu-config.h color.h printversion.h bpf.h
/external/ltp/testcases/kernel/syscalls/setreuid/
Dsetreuid02.c65 static void uid_verify(struct passwd *ru, struct passwd *eu, char *when);
134 static void uid_verify(struct passwd *ru, struct passwd *eu, char *when) in uid_verify() argument
136 if ((getuid() != ru->pw_uid) || (geteuid() != eu->pw_uid)) { in uid_verify()
140 ru->pw_uid, eu->pw_uid); in uid_verify()
Dsetreuid04.c133 static void uid_verify(struct passwd *ru, struct passwd *eu, char *when) in uid_verify() argument
135 if ((getuid() != ru->pw_uid) || (geteuid() != eu->pw_uid)) { in uid_verify()
139 ru->pw_uid, eu->pw_uid); in uid_verify()
Dsetreuid03.c182 static void uid_verify(struct passwd *ru, struct passwd *eu, char *when) in uid_verify() argument
184 if ((getuid() != ru->pw_uid) || (geteuid() != eu->pw_uid)) { in uid_verify()
188 ru->pw_uid, eu->pw_uid); in uid_verify()
Dsetreuid05.c189 static void uid_verify(struct passwd *ru, struct passwd *eu, char *when) in uid_verify() argument
191 if ((getuid() != ru->pw_uid) || (geteuid() != eu->pw_uid)) { in uid_verify()
195 ru->pw_uid, eu->pw_uid); in uid_verify()
/external/ltp/testcases/kernel/syscalls/setresuid/
Dsetresuid02.c110 uid_verify(struct passwd *ru, struct passwd *eu, struct passwd *su, char *);
214 uid_verify(struct passwd *ru, struct passwd *eu, struct passwd *su, char *when) in uid_verify() argument
221 if ((cur_ru != ru->pw_uid) || (cur_eu != eu->pw_uid) || (cur_su != in uid_verify()
226 "saved uid = %d", ru->pw_uid, eu->pw_uid, su->pw_uid); in uid_verify()
Dsetresuid01.c120 uid_verify(struct passwd *ru, struct passwd *eu, struct passwd *su, char *when);
204 uid_verify(struct passwd *ru, struct passwd *eu, struct passwd *su, char *when) in uid_verify() argument
210 if ((cur_ru != ru->pw_uid) || (cur_eu != eu->pw_uid) || (cur_su != in uid_verify()
215 "saved uid = %d", ru->pw_uid, eu->pw_uid, su->pw_uid); in uid_verify()
Dsetresuid03.c118 uid_verify(struct passwd *ru, struct passwd *eu, struct passwd *su, char *);
227 uid_verify(struct passwd *ru, struct passwd *eu, struct passwd *su, char *when) in uid_verify() argument
234 if ((cur_ru != ru->pw_uid) || (cur_eu != eu->pw_uid) || (cur_su != in uid_verify()
239 "saved uid = %d", ru->pw_uid, eu->pw_uid, su->pw_uid); in uid_verify()
/external/u-boot/doc/
DREADME.scrapyard67 … arm arm926ejs 819216dd 2015-08-30 Daniel Gorsulowski <daniel.gorsulowski@esd.eu>
68 …h arm arm926ejs 819216dd 2015-08-30 Daniel Gorsulowski <daniel.gorsulowski@esd.eu>
128 … ppc4xx 405gp 5f1459dc 2015-01-13 Matthias Fuchs <matthias.fuchs@esd.eu>
129 …DT ppc4xx 405gpr 5f1459dc 2015-01-13 Matthias Fuchs <matthias.fuchs@esd.eu>
130 …AB ppc4xx 405gpr 5f1459dc 2015-01-13 Matthias Fuchs <matthias.fuchs@esd.eu>
131 … ppc4xx 405ep 5f8f6294 2015-01-13 Matthias Fuchs <matthias.fuchs@esd.eu>
132 … ppc4xx 405ep fc88a5bf 2015-01-13 Matthias Fuchs <matthias.fuchs@esd.eu>
133 … ppc4xx 405ep 807db88b 2015-01-13 Matthias Fuchs <matthias.fuchs@esd.eu>
134 … ppc4xx 405gp d5263304 2015-01-13 Matthias Fuchs <matthias.fuchs@esd.eu>
135 … ppc4xx 405gp dbe7bb0d 2015-01-13 Matthias Fuchs <matthias.fuchs@esd.eu>
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
Dplurals.txt734 eu Nire 0.0 lagunekin nago
735 eu Nire 0.00 lagunekin nago
736 eu Nire 0.000 lagunekin nago
737 eu Nire 0.001 lagunekin nago
738 eu Nire 0.002 lagunekin nago
739 eu Nire 0.01 lagunekin nago
740 eu Nire 0.010 lagunekin nago
741 eu Nire 0.011 lagunekin nago
742 eu Nire 0.02 lagunekin nago
743 eu Nire 0.1 lagunekin nago
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
Dplurals.txt734 eu Nire 0.0 lagunekin nago
735 eu Nire 0.00 lagunekin nago
736 eu Nire 0.000 lagunekin nago
737 eu Nire 0.001 lagunekin nago
738 eu Nire 0.002 lagunekin nago
739 eu Nire 0.01 lagunekin nago
740 eu Nire 0.010 lagunekin nago
741 eu Nire 0.011 lagunekin nago
742 eu Nire 0.02 lagunekin nago
743 eu Nire 0.1 lagunekin nago
[all …]
/external/libopus/doc/
Dbuild_isobmff.sh37 wget -q http://vfrmaniac.fushizen.eu/contents/${HTML} -O ${HTML}
38 wget -q http://vfrmaniac.fushizen.eu/style.css -O ${CSS}
/external/cldr/tools/java/org/unicode/cldr/tool/
DGetLanguageData.java100 String eu = ""; in isOfficialLanguageOfEUCountry() local
112 eu = territory; in isOfficialLanguageOfEUCountry()
116 return Pair.of(bestStatus, eu); in isOfficialLanguageOfEUCountry()
/external/markdown/MarkdownTest/Tests_2004/
DYuri-Attributes.text12 cillum dolore eu fugiat nulla pariatur2. Excepteur sint occaecat
17 velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint
/external/hyphenation-patterns/
DAndroid.mk35 eu/eu \
/external/python/rsa/doc/
DMakefile138 rsync _build/html/* stuvel@stuvel.eu:site-stuvel.eu/htdocs/python-rsa-doc/ -va --delete
/external/llvm/test/CodeGen/AMDGPU/
Dlarge-work-group-promote-alloca.ll114 attributes #1 = { nounwind "amdgpu-max-waves-per-eu"="3" "amdgpu-max-work-group-size"="256" }
115 attributes #2 = { nounwind "amdgpu-max-waves-per-eu"="1" "amdgpu-max-work-group-size"="1600" }
116 attributes #3 = { nounwind "amdgpu-max-waves-per-eu"="0" }
117 attributes #4 = { nounwind "amdgpu-max-waves-per-eu"="-1" }

12345678910>>...20