Home
last modified time | relevance | path

Searched refs:h (Results 1 – 25 of 509) sorted by relevance

12345678910>>...21

/ndk/sources/host-tools/sed-4.2.1/lib/
Dobstack.h209 #define obstack_base(h) ((void *) (h)->object_base) argument
213 #define obstack_chunk_size(h) ((h)->chunk_size) argument
217 #define obstack_next_free(h) ((h)->next_free) argument
221 #define obstack_alignment_mask(h) ((h)->alignment_mask) argument
224 #define obstack_init(h) \ argument
225 _obstack_begin ((h), 0, 0, \
229 #define obstack_begin(h, size) \ argument
230 _obstack_begin ((h), (size), 0, \
234 #define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \ argument
235 _obstack_begin ((h), (size), (alignment), \
[all …]
Dobstack.c120 # define CALL_CHUNKFUN(h, size) \ argument
121 (((h) -> use_extra_arg) \
122 ? (*(h)->chunkfun) ((h)->extra_arg, (size)) \
123 : (*(struct _obstack_chunk *(*) (long)) (h)->chunkfun) ((size)))
125 # define CALL_FREEFUN(h, old_chunk) \ argument
127 if ((h) -> use_extra_arg) \
128 (*(h)->freefun) ((h)->extra_arg, (old_chunk)); \
130 (*(void (*) (void *)) (h)->freefun) ((old_chunk)); \
143 _obstack_begin (struct obstack *h, in _obstack_begin() argument
169 h->chunkfun = (struct _obstack_chunk * (*)(void *, long)) chunkfun; in _obstack_begin()
[all …]
Dgnulib.mk43 EXTRA_DIST += acl-internal.h acl.h acl_entries.c
66 alloca.h: alloca.in.h
68 cat $(srcdir)/alloca.in.h; \
71 MOSTLYCLEANFILES += alloca.h alloca.h-t
73 EXTRA_DIST += alloca.in.h
88 libsed_a_SOURCES += c-ctype.h c-ctype.c
111 configmake.h: Makefile
148 BUILT_SOURCES += configmake.h
149 CLEANFILES += configmake.h configmake.h-t
156 EXTRA_DIST += basename.c dirname.c dirname.h stripslash.c
[all …]
DMakefile.in96 CONFIG_HEADER = $(top_builddir)/config.h
600 EXTRA_DIST = acl-internal.h acl.h acl_entries.c alloca.c alloca.in.h \
601 btowc.c basename.c dirname.c dirname.h stripslash.c errno.in.h \
602 error.c error.h exitfail.c exitfail.h getdelim.c getline.c \
603 getopt.c getopt.in.h getopt1.c getopt_int.h getpagesize.c \
605 $(top_srcdir)/build-aux/config.rpath intprops.h \
606 $(top_srcdir)/build-aux/link-warning.h config.charset \
609 obstack.c obstack.h pathmax.h quote.c quote.h quotearg.c \
610 quotearg.h realloc.c regcomp.c regex.c regex.h \
611 regex_internal.c regex_internal.h regexec.c rename.c \
[all …]
/ndk/sources/host-tools/make-3.81/
DNMakefile40 all: config.h subproc Release Debug
55 config.h: config.h.W32
68 if exist config.h erase config.h
131 ar.o ar.o: ar.c make.h config.h \
132 getopt.h \
133 gettext.h filedef.h hash.h dep.h \
136 arscan.o arscan.o: arscan.c make.h config.h \
137 getopt.h \
138 gettext.h \
141 commands.o commands.o: commands.c make.h config.h \
[all …]
Dmakefile.vms99 commands.h dep.h filedef.h job.h make.h rule.h variable.h
103 all: config.h make.exe
118 commands.obj: commands.c make.h dep.h commands.h filedef.h variable.h job.h
119 job.obj: job.c vmsjobs.c make.h commands.h job.h filedef.h variable.h
120 dir.obj: dir.c make.h
121 file.obj: file.c make.h commands.h dep.h filedef.h variable.h
122 misc.obj: misc.c make.h dep.h
123 hash.obj: hash.c make.h hash.h
124 strcache.obj: strcache.c make.h hash.h
125 main.obj: main.c make.h commands.h dep.h filedef.h variable.h job.h
[all …]
DSMakefile47 # See also `config.h'.
57 GETOPT_SRC = $(srcdir)getopt.c $(srcdir)getopt1.c $(srcdir)getopt.h
138 $(srcdir)signame.c $(srcdir)signame.h $(GETOPT_SRC) \
139 $(srcdir)commands.h $(srcdir)dep.h $(srcdir)file.h \
140 $(srcdir)job.h $(srcdir)make.h $(srcdir)rule.h \
141 $(srcdir)variable.h $(ALLOCA_SRC) $(srcdir)config.h.in
145 .SUFFIXES: .o .c .h .ps .dvi .info .texinfo
167 # -I. is needed to find config.h in the build directory.
188 loadavg: loadavg.c config.h
196 -$(RM) -f Makefile config.h config.status build.sh
[all …]
DMakefile.ami51 GETOPT_SRC = $(srcdir)getopt.c $(srcdir)getopt1.c $(srcdir)getopt.h
132 $(srcdir)signame.c $(srcdir)signame.h $(GETOPT_SRC) \
133 $(srcdir)commands.h $(srcdir)dep.h $(srcdir)filedep.h \
134 $(srcdir)job.h $(srcdir)make.h $(srcdir)rule.h \
135 $(srcdir)variable.h $(ALLOCA_SRC) $(srcdir)config.h.in
139 .SUFFIXES: .o .c .h .ps .dvi .info .texinfo
177 glob/libglob.a: FORCE config.h
228 loadavg: loadavg.c config.h
249 -$(RM) Makefile config.h config.status build.sh
270 $(objs): config.h
[all …]
DMakefile.am49 noinst_HEADERS = commands.h dep.h filedef.h job.h make.h rule.h variable.h \
50 debug.h getopt.h gettext.h hash.h
/ndk/build/tools/
Ddev-platform-import.sh344 copy_system_headers $ANDROID_ROOT/bionic/libm/include math.h
347 copy_arch_system_headers $ANDROID_ROOT/bionic/libm/include/i387 fenv.h
350 copy_arch_system_headers $ANDROID_ROOT/bionic/libm/$ARCH fenv.h
361 copy_system_headers $ANDROID_ROOT/external/zlib zconf.h zlib.h
364 copy_system_headers $ANDROID_ROOT/system/core/include android/log.h
374 copy_system_headers $ANDROID_ROOT/libnativehelper/include/nativehelper jni.h
381 GLES/gl.h \
382 GLES/glext.h \
383 GLES/glplatform.h
386 KHR/khrplatform.h
[all …]
Ddev-system-import.sh524 copy_system_headers $ANDROID_ROOT/bionic/libm/include math.h
527 copy_arch_system_headers $ANDROID_ROOT/bionic/libm/include/i387 fenv.h
530 copy_arch_system_headers $ANDROID_ROOT/bionic/libm/$ARCH fenv.h
541 copy_system_headers $ANDROID_ROOT/external/zlib zconf.h zlib.h
546 copy_system_headers $ANDROID_ROOT/system/core/include android/log.h
562 copy_system_headers $ANDROID_ROOT/bionic/libthread_db/include thread_db.h sys/procfs.h
564 copy_system_headers $ANDROID_ROOT/libnativehelper/include/nativehelper jni.h
571 GLES/gl.h \
572 GLES/glext.h \
573 GLES/glplatform.h
[all …]
/ndk/tests/build/issue64679-prctl/
Dbuild.sh15 …I_LEVEL/arch-$ARCH/usr/include ; ls *.h sys/*.h android/*.h EGL/*.h GLES/*.h GLES2/*.h GLES3/*.h O…
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dmult_rules13 on the make command line as extradeps=extra.h which adds yet
22 foo.o : defs.h
23 bar.o : defs.h test.h
25 \$(objects) : config.h \$(extradeps)
33 &touch("defs.h","test.h","config.h");
45 "extradeps=extra.h",
50 $answer = "$make_name: *** No rule to make target `extra.h', needed by `foo.o'. Stop.\n";
58 &touch("extra.h");
61 "extradeps=extra.h",
70 unlink("defs.h","test.h","config.h","extra.h");
/ndk/sources/host-tools/sed-4.2.1/m4/
Dwint_t.m48 dnl Test whether <wchar.h> has the 'wint_t' type.
15 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
16 <wchar.h>.
17 BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be included
18 before <wchar.h>. */
19 #include <stddef.h>
20 #include <stdio.h>
21 #include <time.h>
22 #include <wchar.h>
Dwctob.m439 #include <locale.h>
40 #include <string.h>
41 #include <wchar.h>
71 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
72 <wchar.h>.
73 BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be included
74 before <wchar.h>. */
75 #include <stddef.h>
76 #include <stdio.h>
77 #include <time.h>
[all …]
/ndk/build/tools/toolchain-patches/gcc/
D0002-Enable-C-exceptions-and-RTTI-by-default.patch9 gcc-4.6/gcc/config/linux-android.h | 4 ++--
10 gcc-4.8/gcc/config/linux-android.h | 4 ++--
11 gcc-4.9/gcc/config/linux-android.h | 4 ++--
14 diff --git a/gcc-4.6/gcc/config/linux-android.h b/gcc-4.6/gcc/config/linux-android.h
16 --- a/gcc-4.6/gcc/config/linux-android.h
17 +++ b/gcc-4.6/gcc/config/linux-android.h
29 diff --git a/gcc-4.8/gcc/config/linux-android.h b/gcc-4.8/gcc/config/linux-android.h
31 --- a/gcc-4.8/gcc/config/linux-android.h
32 +++ b/gcc-4.8/gcc/config/linux-android.h
44 diff --git a/gcc-4.9/gcc/config/linux-android.h b/gcc-4.9/gcc/config/linux-android.h
[all …]
/ndk/sources/cxx-stl/stlport/stlport/
Dwctype.h27 # include_next <stdarg.h>
28 # include_next <wchar.h>
30 # include_next <wctype.h>
33 # include _STLP_NATIVE_C_HEADER(stdarg.h)
34 # include _STLP_NATIVE_C_HEADER(wchar.h)
36 # include _STLP_NATIVE_C_HEADER(wctype.h)
Dstring.h37 # include_next <string.h>
39 # include _STLP_NATIVE_C_HEADER(string.h)
44 # include_next <_str.h>
46 # include _STLP_NATIVE_CPP_C_HEADER(_str.h)
50 # include_next <string.h>
52 # include _STLP_NATIVE_C_HEADER(string.h)
Dwchar.h27 # include_next <_str.h>
29 # include _STLP_NATIVE_CPP_C_HEADER(_str.h)
39 # include_next <stddef.h>
41 # include _STLP_NATIVE_C_HEADER(stddef.h)
45 # include_next <wchar.h>
47 # include _STLP_NATIVE_C_HEADER(wchar.h)
/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0005-Fix-gabi-stlport-llvm-libc-build.patch21 -#elif defined(LIBCXXRT) || __has_include(<cxxabi.h>)
22 +#elif defined(LIBCXXRT) || __has_include(<cxxabi.h>) || defined(__ANDROID__)
23 #include <cxxabi.h>
34 - #if defined(LIBCXXRT) || __has_include(<cxxabi.h>)
35 + #if defined(LIBCXXRT) || __has_include(<cxxabi.h>) || defined(__ANDROID__)
36 #include <cxxabi.h>
37 #endif // __has_include(<cxxabi.h>)
47 -#if __has_include(<cxxabi.h>) || defined(__APPLE_) || defined(LIBCXXRT)
48 +#if __has_include(<cxxabi.h>) || defined(__APPLE_) || defined(LIBCXXRT) || defined(__ANDROID__)
49 #include <cxxabi.h>
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/unord.hash/
Dfloating.pass.cpp33 std::hash<T> h; in test() local
34 std::size_t t0 = h(0.); in test()
35 std::size_t tn0 = h(-0.); in test()
36 std::size_t tp1 = h(0.1); in test()
37 std::size_t t1 = h(1); in test()
38 std::size_t tn1 = h(-1); in test()
39 std::size_t pinf = h(INFINITY); in test()
40 std::size_t ninf = h(-INFINITY); in test()
/ndk/sources/host-tools/make-3.81/tests/scripts/misc/
Dgeneral217 main.o : main.c defs.h
19 kbd.o : kbd.c defs.h command.h
21 commands.o : command.c defs.h command.h
23 display.o : display.c defs.h buffer.h
25 insert.o : insert.c defs.h buffer.h
32 @files_to_touch = ("$workdir${pathsep}main.c","$workdir${pathsep}defs.h",
33 "$workdir${pathsep}kbd.c","$workdir${pathsep}command.h",
35 "$workdir${pathsep}buffer.h","$workdir${pathsep}insert.c",
Dgeneral116 main.o : main.c defs.h
18 kbd.o : kbd.c defs.h command.h
20 commands.o : command.c defs.h command.h
22 display.o : display.c defs.h buffer.h
24 insert.o : insert.c defs.h buffer.h
31 @files_to_touch = ("$workdir${pathsep}main.c","$workdir${pathsep}defs.h",
32 "$workdir${pathsep}kbd.c","$workdir${pathsep}command.h",
34 "$workdir${pathsep}buffer.h","$workdir${pathsep}insert.c",
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure2141 ac_header_list="$ac_header_list errno.h"
2142 ac_header_list="$ac_header_list sys/time.h"
2148 ac_header_list="$ac_header_list sys/mman.h"
2151 ac_header_list="$ac_header_list sys/param.h"
2152 ac_header_list="$ac_header_list locale.h"
2156 ac_header_list="$ac_header_list stdint.h"
2157 ac_header_list="$ac_header_list wchar.h"
2158 ac_header_list="$ac_header_list stdio.h"
2159 ac_header_list="$ac_header_list stdlib.h"
2160 ac_header_list="$ac_header_list sys/socket.h"
[all …]
/ndk/sources/android/support/tests/
Dlibdl_unittest.cc15 void *h, *libdl = dlopen("libc.so", RTLD_NOW); in TEST() local
17 h = dlsym(libdl, "printf"); in TEST()
18 EXPECT_NE(0, h); in TEST()
19 int r = my_dladdr((char*)h+1, &info); in TEST()
22 EXPECT_EQ(h, info.dli_saddr); in TEST()

12345678910>>...21