Home
last modified time | relevance | path

Searched +full:gas +full:- +full:preprocessor (Results 1 – 25 of 32) sorted by relevance

12

/third_party/libjpeg-turbo/
D.travis.yml5 - /^[0-9]+\.[0-9]+\.[0-9]+/
6 - /^jpeg-.*/
10 - os: linux
14 - docker
15 - os: osx
18 - os: linux
22 CFLAGS_RELWITHDEBINFO="-O1 -g -fsanitize=address,undefined -fno-omit-frame-pointer"
23 CMAKE_FLAGS="-DENABLE_SHARED=0"
29 - nasm
30 - os: linux
[all …]
/third_party/ffmpeg/doc/
Dplatform.texi1 \input texinfo @c -*- texinfo -*-
2 @documentencoding UTF-8
13 @chapter Unix-like
17 make sure your compiler really uses the required version of gas
21 $(gcc -print-prog-name=as) --version
25 hard-coded path to gas. In the worst case pass @code{--disable-asm}
32 @code{--enable-pic} during FFmpeg configure) and add the following option
36 -Wl,-Bsymbolic
40 pass the correct linking flag (e.g. @code{-pie}) to @code{--extra-ldexeflags}.
50 standard Solaris Make will not work. When building with a non-c99 front-end
[all …]
/third_party/vk-gl-cts/framework/delibs/cmake/
DCFlags.cmake1 #-------------------------------------------------------------------------
3 # ----------------------------
11 # http://www.apache.org/licenses/LICENSE-2.0
19 #-------------------------------------------------------------------------
37 add_definitions("-DDE_COVERAGE_BUILD")
38 set(TARGET_FLAGS "-fprofile-arcs -ftest-coverage")
39 set(LINK_FLAGS "${LINK_FLAGS} -lgcov")
42 # \note Remove -Wno-sign-conversion for more warnings
43 …set(WARNING_FLAGS "-Wall -Wextra -Wno-long-long -Wshadow -Wundef -Wconversion -Wno-sign-conversi…
45 set(CMAKE_C_FLAGS "${TARGET_FLAGS} ${WARNING_FLAGS} ${CMAKE_C_FLAGS} -std=c99 -pedantic ")
[all …]
/third_party/grpc/
Dsetup.py7 # http://www.apache.org/licenses/LICENSE-2.0
43 # Redirect the manifest template from MANIFEST.in to PYTHON-MANIFEST.in.
44 egg_info.manifest_maker.template = "PYTHON-MANIFEST.in"
52 ABSL_INCLUDE = (os.path.join("third_party", "abseil-cpp"),)
71 os.path.join("third_party", "boringssl-with-bazel", "src", "include"),
74 UPB_GRPC_GENERATED_INCLUDE = (os.path.join("src", "core", "ext", "upb-gen"),)
76 os.path.join("src", "core", "ext", "upbdefs-gen"),
87 # Break import-style to ensure we can actually find our in-repo dependencies.
104 "Development Status :: 5 - Production/Stable",
129 # Example value: "linux-aarch64"
[all …]
/third_party/ffmpeg/
Dconfigure5 # Copyright (c) 2000-2002 Fabrice Bellard
6 # Copyright (c) 2005-2008 Diego Biurrun
7 # Copyright (c) 2005-2008 Mans Rullgard
32 if test "0$FF_CONF_EXEC" -lt 1; then
36 if test "0$FF_CONF_EXEC" -lt 2; then
40 if test "0$FF_CONF_EXEC" -lt 3; then
45 echo "This configure script requires a POSIX-compatible shell"
48 echo "Instead, install a working POSIX-compatible shell."
50 if test "$BASH_VERSION" = '2.04.0(1)-release'; then
57 test -d /usr/xpg4/bin && PATH=/usr/xpg4/bin:$PATH
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmLexer.cpp1 //===- AsmLexer.cpp - Lexer for Assembly Files ----------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
50 /// ReturnError - Set the error to the specified string at the specified
55 return AsmToken(AsmToken::Error, StringRef(Loc, CurPtr - Loc)); in ReturnError()
72 if (*CurPtr == '-' || *CurPtr == '+') in LexFloatLiteral()
79 if (*CurPtr == '-' || *CurPtr == '+') in LexFloatLiteral()
87 StringRef(TokStart, CurPtr - TokStart)); in LexFloatLiteral()
90 /// LexHexFloatLiteral matches essentially (.[0-9a-fA-F]*)?[pP][+-]?[0-9a-fA-F]+
[all …]
DAsmParser.cpp1 //===- AsmParser.cpp - Parser for Assembly Files --------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
78 "asm-macro-max-nesting-depth", cl::init(20), cl::Hidden,
178 /// Are we parsing ms-style inline assembly?
521 /// Maps directive name --> DirectiveKind enum, for
534 /// Maps Codeview def_range types --> CVDefRangeType enum, for
652 // Macro-like directives
677 // .print <double-quotes-string>
[all …]
/third_party/musl/
Dconfigure13 --srcdir=DIR source directory [detected]
16 --prefix=PREFIX main installation prefix [/usr/local/musl]
17 --exec-prefix=EPREFIX installation prefix for executable files [PREFIX]
20 --bindir=DIR user executables [EPREFIX/bin]
21 --libdir=DIR library files for the linker [PREFIX/lib]
22 --includedir=DIR include files for the C compiler [PREFIX/include]
23 --syslibdir=DIR location for the dynamic linker [/lib]
26 --target=TARGET configure to run on target TARGET [detected]
27 --host=HOST same as --target
28 --build=BUILD build system type; used only to infer cross-compiling
[all …]
/third_party/icu/tools/multi/c/patch/
D3_05 # Copyright (c) 2008-2009 IBM Corp. and Others. All Rights Reserved
8 diff -ru 3_0.orig/icu/source/config/mh-darwin 3_0/icu/source/config/mh-darwin
9 --- 3_0.orig/icu/source/config/mh-darwin 2008-10-20 14:57:52.000000000 -0700
10 +++ 3_0/icu/source/config/mh-darwin 2008-10-20 15:57:28.000000000 -0700
11 @@ -15,6 +15,8 @@
13 GEN_DEPS.c= $(CC) -E -MMD $(DEFS) $(CPPFLAGS)
14 GEN_DEPS.cc= $(CXX) -E -MMD $(DEFS) $(CPPFLAGS)
19 COMPILE.c= $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) -fno-common -c
22 diff -ru 3_0.orig/icu/source/configure 3_0/icu/source/configure
23 --- 3_0.orig/icu/source/configure 2008-10-20 14:58:10.000000000 -0700
[all …]
D3_25 # Copyright (c) 2008-2009 IBM Corp. and Others. All Rights Reserved
6 --- 3_2.orig/icu/source/config/mh-darwin 2008-10-20 14:57:52.000000000 -0700
7 +++ 3_2/icu/source/config/mh-darwin 2008-10-20 15:57:28.000000000 -0700
8 @@ -13,8 +13,8 @@
9 LD_FLAGS += -headerpad_max_install_names
12 -GEN_DEPS.c= $(CC) -E -MMD $(DEFS) $(CPPFLAGS)
13 -GEN_DEPS.cc= $(CXX) -E -MMD $(DEFS) $(CPPFLAGS)
18 COMPILE.c= $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) -fno-common -c
21 diff -ru 3_0.orig/icu/source/configure 3_0/icu/source/configure
22 --- 3_2.orig/icu/source/configure
[all …]
/third_party/icu/icu4c/source/
Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
5 # Report bugs to <http://icu-project.org/bugs>.
10 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
15 ## -------------------- ##
17 ## -------------------- ##
21 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
24 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
26 alias -g '${1+"$@"}'='"$@"'
29 case `(set -o) 2>/dev/null` in #(
31 set -o posix ;; #(
[all …]
/third_party/skia/m133/third_party/externals/icu/source/
Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
5 # Report bugs to <http://icu-project.org/bugs>.
10 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
15 ## -------------------- ##
17 ## -------------------- ##
21 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
24 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
26 alias -g '${1+"$@"}'='"$@"'
29 case `(set -o) 2>/dev/null` in #(
31 set -o posix ;; #(
[all …]
/third_party/skia/third_party/externals/icu/source/
Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
5 # Report bugs to <http://icu-project.org/bugs>.
10 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
15 ## -------------------- ##
17 ## -------------------- ##
21 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
24 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
26 alias -g '${1+"$@"}'='"$@"'
29 case `(set -o) 2>/dev/null` in #(
31 set -o posix ;; #(
[all …]
/third_party/cups/
Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
8 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
14 ## -------------------- ##
16 ## -------------------- ##
25 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
27 alias -g '${1+"$@"}'='"$@"'
30 case `(set -o) 2>/dev/null` in #(
32 set -o posix ;; #(
46 # Quoting is to prevent editors from complaining about space-tab.
56 # Ensure predictable behavior from utilities with locale-dependent output.
[all …]
/third_party/ncurses/Ada95/
Dconfigure3 # Guess values for system-dependent variables and create Makefiles.
6 # Copyright 2003-2022,2023 Thomas E. Dickey
26 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
29 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
30 set -o posix
42 rm -f conf$$ conf$$.exe conf$$.file
44 if ln -s conf$$.file conf$$ 2>/dev/null; then
47 if test -f conf$$.exe; then
49 as_ln_s='cp -p'
51 as_ln_s='ln -s'
[all …]
/third_party/skia/m133/third_party/externals/libpng/
DCHANGES1 CHANGES - changes for libpng
4 initial work-in-progress release
68 added png_read_update_info() - updates info structure with transformations
79 fixed some bugs (16-bit, 4-bit interlaced, etc.)
103 Changed warning/error callback functions to fix bug - this means you
115 in pngconf.h) - if nobody uses this, it may disappear in the future.
129 libpng will use the zlib CRC routines by (compile-time) default
130 Changed DOS small/medium model memory support - needs zlib 1.04 (Tim Wegner)
139 of nearly identical error messages (will simplify multi-lingual
141 Try to get ready for unknown-chunk callback functions:
[all …]
Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
5 # Report bugs to <png-mng-implement@lists.sourceforge.net>.
8 # Copyright (C) 1992-1996, 1998-2017, 2020-2023 Free Software Foundation,
14 ## -------------------- ##
16 ## -------------------- ##
24 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
26 alias -g '${1+"$@"}'='"$@"'
29 e) case `(set -o) 2>/dev/null` in #(
31 set -o posix ;; #(
46 # Quoting is to prevent editors from complaining about space-tab.
[all …]
/third_party/skia/third_party/externals/libpng/
DCHANGES1 CHANGES - changes for libpng
4 initial work-in-progress release
68 added png_read_update_info() - updates info structure with transformations
79 fixed some bugs (16-bit, 4-bit interlaced, etc.)
103 Changed warning/error callback functions to fix bug - this means you
115 in pngconf.h) - if nobody uses this, it may disappear in the future.
129 libpng will use the zlib CRC routines by (compile-time) default
130 Changed DOS small/medium model memory support - needs zlib 1.04 (Tim Wegner)
139 of nearly identical error messages (will simplify multi-lingual
141 Try to get ready for unknown-chunk callback functions:
[all …]
Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
5 # Report bugs to <png-mng-implement@lists.sourceforge.net>.
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
13 ## -------------------- ##
15 ## -------------------- ##
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
24 alias -g '${1+"$@"}'='"$@"'
27 case `(set -o) 2>/dev/null` in #(
29 set -o posix ;; #(
[all …]
/third_party/skia/third_party/externals/microhttpd/
Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
13 ## -------------------- ##
15 ## -------------------- ##
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
24 alias -g '${1+"$@"}'='"$@"'
27 case `(set -o) 2>/dev/null` in #(
29 set -o posix ;; #(
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
[all …]
/third_party/cares/
Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.71 for c-ares 1.34.5.
5 # Report bugs to <c-ares mailing list: http://lists.haxx.se/listinfo/c-ares>.
8 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
14 ## -------------------- ##
16 ## -------------------- ##
25 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
27 alias -g '${1+"$@"}'='"$@"'
30 case `(set -o) 2>/dev/null` in #(
32 set -o posix ;; #(
[all …]
/third_party/lame/
Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
5 # Report bugs to <lame-dev@lists.sf.net>.
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
13 ## -------------------- ##
15 ## -------------------- ##
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
24 alias -g '${1+"$@"}'='"$@"'
27 case `(set -o) 2>/dev/null` in #(
29 set -o posix ;; #(
[all …]
/third_party/ncurses/
Dconfigure3 # Guess values for system-dependent variables and create Makefiles.
6 # Copyright 2003-2022,2023 Thomas E. Dickey
26 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
29 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
30 set -o posix
42 rm -f conf$$ conf$$.exe conf$$.file
44 if ln -s conf$$.file conf$$ 2>/dev/null; then
47 if test -f conf$$.exe; then
49 as_ln_s='cp -p'
51 as_ln_s='ln -s'
[all …]
/third_party/ncurses/test/
Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
5 # Copyright 2003-2022,2023 Thomas E. Dickey
25 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
28 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
29 set -o posix
41 rm -f conf$$ conf$$.exe conf$$.file
43 if ln -s conf$$.file conf$$ 2>/dev/null; then
46 if test -f conf$$.exe; then
48 as_ln_s='cp -p'
50 as_ln_s='ln -s'
[all …]
/third_party/python/
Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
8 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
14 ## -------------------- ##
16 ## -------------------- ##
25 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
27 alias -g '${1+"$@"}'='"$@"'
30 case `(set -o) 2>/dev/null` in #(
32 set -o posix ;; #(
46 # Quoting is to prevent editors from complaining about space-tab.
56 # Ensure predictable behavior from utilities with locale-dependent output.
[all …]

12