Home
last modified time | relevance | path

Searched refs:cflags (Results 1 – 25 of 639) sorted by relevance

12345678910>>...26

/third_party/uboot/u-boot-2020.01/product/hiosd/hdmi/hdmi_2_0/drv/
DMakefile9 cflags-y += -DHDMI_PRODUCT_HI3559A
10 cflags-y += -DCHIP_HI3559AV100
16 cflags-y += -DHDMI_PRODUCT_HI3559A
17 cflags-y += -DCHIP_HI3559AV100
24 cflags-y += -DHDMI_PRODUCT_HI3519A
25 cflags-y += -DCHIP_HI3519AV100
31 cflags-y += -DHDMI_PRODUCT_HI3519A
32 cflags-y += -DCHIP_HI3519AV100
38 cflags-y += -DHDMI_PRODUCT_HI3516CV500
39 cflags-y += -DCHIP_TYPE_hi3516cv500
[all …]
/third_party/openssl/Configurations/
D10-main.conf230 cflags => add(threads("-pthread")),
251 cflags => add_before("-m64", threads("-pthread")),
279 cflags => add_before("-xarch=generic64 -xstrconst -Xa"),
299 cflags => add(threads("-pthread")),
308 cflags => add_before("-mcpu=v8"),
314 cflags => add_before("-m32 -mcpu=ultrasparc"),
318 cflags => sub { my $f=join(" ",@_); $f =~ s/\-m32/-m64/; $f; },
332 cflags => add_before("-xstrconst -Xa"),
344 cflags => add_before("-xarch=v8"),
348 cflags => add_before("-xarch=v8plus"),
[all …]
D15-ios.conf21 cflags => add("-arch armv7 -mios-version-min=6.0.0 -fno-common"),
27 cflags => add("-arch arm64 -mios-version-min=7.0.0 -fno-common"),
50 cflags => add("-isysroot \$(CROSS_TOP)/SDKs/\$(CROSS_SDK) -fno-common"),
55 cflags => add("-isysroot \$(CROSS_TOP)/SDKs/\$(CROSS_SDK)"),
60 cflags => add("-isysroot \$(CROSS_TOP)/SDKs/\$(CROSS_SDK)"),
/third_party/node/tools/v8_gypfiles/
Dtoolchain.gypi141 'cflags': [ '-Werror', '-Wno-unknown-pragmas' ],
143 'cflags!': [ '-Wall', '-Wextra' ],
144 'cflags': [ '-Wno-return-type' ],
187 'cflags': ['-march=armv7-a',],
192 'cflags': ['-mfpu=<(arm_fpu)',],
197 'cflags': ['-mfloat-abi=<(arm_float_abi)',],
200 'cflags': ['-mthumb',],
203 'cflags': ['-marm',],
230 'cflags': ['-march=armv7-a',],
235 'cflags': ['-mfpu=<(arm_fpu)',],
[all …]
/third_party/libusb/.private/
Dci-build.sh45 cflags="-O2"
48 cflags+=" -Winline"
49 cflags+=" -Wmissing-include-dirs"
50 cflags+=" -Wnested-externs"
51 cflags+=" -Wpointer-arith"
52 cflags+=" -Wredundant-decls"
53 cflags+=" -Wswitch-enum"
57 CFLAGS="${cflags}" ../configure --enable-examples-build --enable-tests-build "$@"
/third_party/uboot/u-boot-2020.01/product/cipher/
DMakefile19 cflags-y += -I$(srctree)/product/cipher/v2/api
20 cflags-y += -I$(srctree)/product/cipher/v2/drv/platform
21 cflags-y += -I$(srctree)/product/cipher/v2/drv/rng
22 cflags-y += -I$(srctree)/product/cipher/v2/drv/rsa
23 cflags-y += -I$(srctree)/product/cipher/v2/drv/compat
24 cflags-y += -I$(srctree)/product/cipher/v2/drv/sm2
25 cflags-y += -I$(srctree)/product/cipher/v2/drv/spacc
26 cflags-y += -I$(srctree)/product/cipher/v2/drv/include
28 ccflags-y += $(cflags-y)
29 HOSTCFLAGS += $(cflags-y)
[all …]
/third_party/uboot/u-boot-2020.01/product/hiosd/vo/
DMakefile13 cflags-y += -I$(srctree)/product/hiosd/include
14 cflags-y += -I$(srctree)/product/hiosd/vo/ext_inc
15 cflags-y += -I$(srctree)/product/hiosd/vo/include
16 cflags-y += -I$(srctree)/product/hiosd/vo/mkp/include
17 cflags-y += -I$(srctree)/product/hiosd/vo/mkp/src
18 cflags-y += -I$(srctree)/product/hiosd/vo/mkp/src/dev
19 cflags-y += -I$(srctree)/product/hiosd/vo/mkp/src/intf
20 cflags-y += -I$(srctree)/product/hiosd/vo/mkp/src/layer
21 cflags-y += -I$(srctree)/product/hiosd/vo/mkp/src/common
22 cflags-y += -I$(srctree)/product/hiosd/vo/arch/include
[all …]
/third_party/flutter/skia/gn/
Dgn_to_bp_utils.py47 def CleanupCFlags(cflags): argument
49 cflags = {s for s in cflags if s.startswith('-W')}
52 cflags = cflags.union([
59 cflags = cflags.union([
70 cflags = sorted(cflags)
71 cflags.insert(0, "-U_FORTIFY_SOURCE")
72 return cflags
DBUILD.gn33 cflags = []
42 cflags += [ "/WX" ]
44 cflags += [ "-Werror" ]
50 cflags += [ "--target=arm64-windows" ]
52 cflags += [
57 cflags += [ "-fms-compatibility-version=19" ] # 2015
76 cflags += [
91 cflags += [
100 cflags += [ "-fvisibility=hidden" ]
106 cflags += [
[all …]
/third_party/skia/gn/
Dgn_to_bp_utils.py47 def CleanupCFlags(cflags): argument
49 cflags = {s for s in cflags if s.startswith('-W')}
53 cflags = cflags.union([
63 cflags = cflags.union([
73 cflags = sorted(cflags)
74 cflags.insert(0, "-U_FORTIFY_SOURCE")
75 return cflags
/third_party/uboot/u-boot-2020.01/product/hiosd/mipi_tx/hi3559av100/
DMakefile5 cflags-y += -I$(srctree)/product/hiosd/mipi_tx/$(ARCH_NAME)
6 cflags-y += -I$(srctree)/product/hiosd/mipi_tx/$(ARCH_NAME)/include
7 cflags-y += -I$(srctree)/product/hiosd/mipi_tx/$(ARCH_NAME)/hal
9 cflags-y += -I$(srctree)/include
11 ccflags-y += $(cflags-y)
12 HOSTCFLAGS += $(cflags-y)
13 CPPFLAGS += $(cflags-y)
/third_party/uboot/u-boot-2020.01/product/hiosd/mipi_tx/hi3516cv500/
DMakefile5 cflags-y += -I$(srctree)/product/hiosd/mipi_tx/$(ARCH_NAME)
6 cflags-y += -I$(srctree)/product/hiosd/mipi_tx/$(ARCH_NAME)/include
7 cflags-y += -I$(srctree)/product/hiosd/mipi_tx/$(ARCH_NAME)/hal
9 cflags-y += -I$(srctree)/include
11 ccflags-y += $(cflags-y)
12 HOSTCFLAGS += $(cflags-y)
13 CPPFLAGS += $(cflags-y)
/third_party/optimized-routines/
Dconfig.mk.dist41 math-cflags =
45 string-cflags =
46 networking-cflags =
50 #math-cflags += -DUSE_MPFR
53 math-cflags += -frounding-math -fexcess-precision=standard -fno-stack-protector
54 math-cflags += -ffp-contract=fast -fno-math-errno
57 #math-cflags += -ffp-contract=fast
60 #math-cflags += -DWANT_VMATH=0
67 #string-cflags += -DWANT_GNU_PROPERTY=0
70 #networking-cflags += -DWANT_ASSERT
[all …]
/third_party/skia/gn/skia/
DBUILD.gn51 cflags = []
62 cflags += [ "/wd5030" ]
64 cflags += [ "-Wno-attributes" ]
72 cflags += [ "--sysroot=" +
83 cflags += [ target_triple ]
89 cflags += [ "--target=arm64-windows" ]
91 cflags += [
121 cflags += [
136 cflags += [
154 cflags += [
[all …]
/third_party/uboot/u-boot-2020.01/product/hiotp/
DMakefile1 cflags-y += -I$(srctree)/product/hiotp/include
2 cflags-y += -I$(srctree)/product/hiotp/api
3 cflags-y += -I$(srctree)/product/hiotp/drv/include
6 cflags-y += -DCHIP_TYPE_hi3521dv200
8 cflags-y += -DCHIP_TYPE_hi3531dv200
11 ccflags-y += $(cflags-y)
/third_party/gn/build/
Dgen.py160 cflags=[], ldflags=[], libflags=[], argument
221 ' cflags = %s' % ' '.join(cflags),
277 cflags = os.environ.get('CFLAGS', '').split()
278 cflags += os.environ.get('CXXFLAGS', '').split()
289 cflags.extend(['-O0', '-g'])
291 cflags.append('-DNDEBUG')
292 cflags.append('-O3')
294 cflags.append('-g')
299 cflags.extend(['-fdata-sections', '-ffunction-sections'])
321 cflags.extend(['-flto', '-fwhole-program-vtables'])
[all …]
/third_party/uboot/u-boot-2020.01/product/hiosd/mipi_tx/hi3519av100/
DMakefile5 cflags-y += -I$(srctree)/product/hiosd/mipi_tx/$(ARCH_NAME)
7 cflags-y += -I$(srctree)/include
9 ccflags-y += $(cflags-y)
10 HOSTCFLAGS += $(cflags-y)
11 CPPFLAGS += $(cflags-y)
/third_party/wayland-ivi-extension/
DBUILD.gn29 cflags = [
38 cflags = []
75 cflags = [
84 cflags = []
121 cflags = []
127 cflags = []
153 cflags = [
162 cflags = []
194 cflags = []
200 cflags = []
[all …]
/third_party/gn/src/gn/
Dconfig_values_extractors_unittest.cc39 dep2_all.own_values().cflags().push_back("--dep2-all"); in TEST()
44 dep2_direct.own_values().cflags().push_back("--dep2-direct"); in TEST()
59 dep1_all_sub.own_values().cflags().push_back("--dep1-all-sub"); in TEST()
63 dep1_all.own_values().cflags().push_back("--dep1-all"); in TEST()
69 dep1_direct.own_values().cflags().push_back("--dep1-direct"); in TEST()
84 target_all.own_values().cflags().push_back("--target-all"); in TEST()
90 target_direct.own_values().cflags().push_back("--target-direct"); in TEST()
98 target_config.own_values().cflags().push_back("--target-config"); in TEST()
112 target.config_values().cflags().push_back("--target"); in TEST()
124 &target, &ConfigValues::cflags, flag_writer, flag_out); in TEST()
/third_party/node/
Dcommon.gypi135 'cflags': [ '-g', '-O0' ],
138 'cflags': [ '-gxcoff' ],
142 'cflags': [ '-fPIC' ],
180 'cflags': [ '-O3' ],
183 'cflags': ['<(lto)'],
192 'cflags': [
208 'cflags': [ '-fno-omit-frame-pointer' ],
213 'cflags': ['<(pgo_generate)'],
217 'cflags': ['<(pgo_use)'],
223 'cflags': [ '-fPIC' ],
[all …]
/third_party/libxml2/
Dxml2-config.in7 cflags=
21 --cflags print pre-processor and compiler flags
69 --cflags)
70 cflags="@XML_INCLUDEDIR@ @XML_CFLAGS@"
106 if test -n "$cflags$libs"; then
107 echo $cflags $libs
/third_party/pcre2/pcre2/
Dpcre2-config.in7 cflags="[--cflags]"
20 cflags="$cflags [--cflags-posix]"
23 usage="Usage: pcre2-config [--prefix] [--exec-prefix] [--version] $libs $cflags"
71 --cflags)
77 --cflags-posix)
/third_party/ninja/
Dconfigure.py309 cflags = ['/showIncludes', variable
330 cflags.append('/FS')
333 cflags += ['/Ox', '/DNDEBUG', '/GL']
336 cflags = ['-g', '-Wall', '-Wextra', variable
345 cflags += ['-D_GLIBCXX_DEBUG', '-D_GLIBCXX_DEBUG_PEDANTIC']
346 cflags.remove('-fno-rtti') # Needed for above pedanticness.
348 cflags += ['-O2', '-DNDEBUG']
355 cflags += ['-fdiagnostics-color']
359 cflags += ['-D_WIN32_WINNT=0x0601', '-D__USE_MINGW_ANSI_STDIO=1']
362 cflags.append('-I/usr/local/include')
[all …]
/third_party/openssl/util/
Dmkbuildinf.pl12 my ($cflags, $platform) = @ARGV;
13 $cflags = "compiler: $cflags";
42 foreach my $c (split //, $cflags) {
/third_party/wayland_standard/
DBUILD.gn5 cflags = [
38 cflags = [
75 cflags = []
85 cflags = [ "-Wno-macro-redefined" ]
115 cflags = [ "-Wno-macro-redefined" ]
121 cflags = []
151 cflags = []
157 cflags = []
219 cflags = [ "-Wno-macro-redefined" ]
225 cflags = []

12345678910>>...26