Searched refs:ansi (Results 1 - 25 of 91) sorted by relevance

1234

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A DMakefile13 CFLAGS := $(filter-out -pedantic, $(filter-out -ansi, $(CFLAGS)))
/external/mesa3d/src/gallium/drivers/svga/
H A DMakefile13 CFLAGS := $(filter-out -pedantic, $(filter-out -ansi, $(CFLAGS)))
/external/nanopb-c/examples/network_server/
H A DMakefile5 CFLAGS = -ansi -Wall -Werror -g -O0
/external/nanopb-c/examples/using_union_messages/
H A DMakefile5 CFLAGS = -ansi -Wall -Werror -g -O0
/external/chromium_org/third_party/opus/src/celt/tests/
H A Dtest_unit_dft.c61 double ansi = 0; local
79 ansi += in[k].r * im + in[k].i * re;
81 /*printf ("%d %d ", (int)ansr, (int)ansi);*/
83 difi = ansi - out[bin].i;
85 sigpow += ansr*ansr+ansi*ansi;
/external/libopus/celt/tests/
H A Dtest_unit_dft.c61 double ansi = 0; local
79 ansi += in[k].r * im + in[k].i * re;
81 /*printf ("%d %d ", (int)ansr, (int)ansi);*/
83 difi = ansi - out[bin].i;
85 sigpow += ansr*ansr+ansi*ansi;
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/arpa/
H A Dinet.h59 #include <machine/ansi.h>
/external/stlport/test/eh/
H A Dsgi_mipspro.mak35 # CXXFLAGS = -J 4 -ansi -LANG:std -I. ${STL_INCL} ${DEBUG_FLAGS} -I. -D_STLP_NO_OWN_IOSTREAMS -D_STLP_NO_NEW_IOSTREAMS
36 CXXFLAGS = -J 4 -ansi -LANG:std -I. ${STL_INCL} ${DEBUG_FLAGS} -I.
H A Degcs.mak36 # CXXFLAGS = -Wall -ansi -I${STL_INCL} -I. -D_STLP_DEBUG ${REPO_FLAGS} ${CXX_EXTRA_FLAGS}
37 CXXFLAGS = -Wall -g -D_STLP_USE_NEWALLOC -DNO_FAST_ALLOCATOR -ansi -I${STL_INCL} -I. ${REPO_FLAGS} ${CXX_EXTRA_FLAGS} -DEH_VECTOR_OPERATOR_NEW -D_STLP_DEBUG -D_STLP_NO_DEBUG_EXCEPTIONS
H A Dcygwin.mak39 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
H A Ddjgpp.mak39 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
H A Dgcc-99r1.mak39 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
H A Dgcc-apple-macosx.mak40 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
H A Dgcc-freebsd.mak40 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
H A Dgcc-hp11.mak41 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
H A Dgcc-irix.mak40 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
H A Dgcc-linux.mak40 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
/external/zopfli/
H A DMakefile4 CFLAGS = -W -Wall -Wextra -ansi -pedantic -lm -O2
5 CXXFLAGS = -W -Wall -Wextra -ansi -pedantic -O2
/external/chromium_org/third_party/skia/third_party/lua/
H A DMakefile39 PLATS= aix ansi bsd freebsd generic linux macosx mingw posix solaris
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/
H A Dnetdb.h62 #include <machine/ansi.h>
/external/chromium_org/third_party/yasm/
H A Dgenperf_libs.host.darwin-x86.mk44 -ansi \
125 -ansi \
H A Dgenperf_libs.host.darwin-x86_64.mk44 -ansi \
125 -ansi \
H A Dgenperf_libs.host.linux-x86.mk44 -ansi \
125 -ansi \
H A Dgenperf_libs.host.linux-x86_64.mk44 -ansi \
125 -ansi \
/external/lldb/include/lldb/Utility/
H A DAnsiTerminal.h52 namespace ansi { namespace in namespace:lldb_utility
88 // Convert "${ansi.XXX}" tokens to ansi values or clear them if do_color is false.
126 static const char tok_hdr[] = "${ansi.";

Completed in 2110 milliseconds

1234