Searched refs:cflags (Results 1 – 14 of 14) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/ |
D | compat.c | 316 int min = 0, max = -1, state = DP_S_DEFAULT, flags = 0, cflags = 0; in dopr() local 394 cflags = DP_C_SHORT; in dopr() 398 cflags = DP_C_LONG; in dopr() 401 cflags = DP_C_LONG_LONG; in dopr() 406 cflags = DP_C_LONG_LONG; in dopr() 410 cflags = DP_C_LDOUBLE; in dopr() 422 if (cflags == DP_C_SHORT) in dopr() 424 else if (cflags == DP_C_LONG) in dopr() 426 else if (cflags == DP_C_LONG_LONG) in dopr() 434 if (cflags == DP_C_SHORT) in dopr() [all …]
|
/device/google/wahoo/wifi_offload/ |
D | Android.bp | 27 cflags: ["-Wall", "-Wextra", "-Werror"], 47 cflags: ["-Wall", "-Wextra"],
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
D | sysconfig.py | 152 (cc, cxx, opt, cflags, ccshared, ldshared, so_ext) = \ 169 cflags = opt + ' ' + os.environ['CFLAGS'] 173 cflags = cflags + ' ' + os.environ['CPPFLAGS'] 176 cc_cmd = cc + ' ' + cflags
|
D | ccompiler.py | 30 (cc, cxx, opt, cflags, ccshared, ldshared, so_ext, ar, ar_flags) = \ 48 cflags = opt + ' ' + os.environ['CFLAGS'] 52 cflags = cflags + ' ' + os.environ['CPPFLAGS'] 61 cc_cmd = cc + ' ' + cflags
|
D | unixccompiler.py | 312 cflags = sysconfig.get_config_var('CFLAGS') 313 m = re.search(r'-isysroot\s+(\S+)', cflags)
|
D | util.py | 144 cflags = get_config_vars().get('CFLAGS') 146 archs = re.findall('-arch\s+(\S+)', cflags)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | configure | 68 cflags=${CFLAGS-"-O3"} 74 if test "$gcc" -eq 1 && ($cc -c $cflags $test.c) 2>/dev/null; then 77 CFLAGS="$cflags"
|
/device/google/wahoo/vr/ |
D | Android.bp | 20 cflags: ["-Werror", "-Wall"],
|
/device/google/dragon/bluetooth/ |
D | Android.bp | 18 cflags: [
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/ |
D | freeze.py | 457 cflags = ['$(OPT)'] 467 somevars['CFLAGS'] = ' '.join(cflags) # override
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | sysconfig.py | 647 cflags = get_config_vars().get('CFLAGS') 649 archs = re.findall('-arch\s+(\S+)', cflags)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_gdb.py | 684 cflags = sysconfig.get_config_vars()['PY_CFLAGS'] 686 for opt in cflags.split():
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
D | README | 47 onig-config --cflags
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | configure | 154 cflags=${CFLAGS-"-O3"}
|