Home
last modified time | relevance | path

Searched +full:gcc +full:- +full:49 (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/external/libcxx/utils/docker/debian9/
DDockerfile1 #===- libcxx/utils/docker/debian9/Dockerfile -------------------------===//
8 #===----------------------------------------------------------------------===//
10 # Setup the base builder image with the packages we'll need to build GCC and Clang from source.
11 FROM launcher.gcr.io/google/debian9:latest as builder-base
14 RUN apt-get update && \
15 apt-get install -y --no-install-recommends \
16 ca-certificates \
18 build-essential \
25 ninja-build \
28 gcc-multilib \
[all …]
/external/sdv/vsomeip/third_party/boost/date_time/
D.travis.yml2 # Copyright 2017 - 2019 James E. King III
8 # See: https://github.com/boostorg/boost-ci
17 # --include bench --include fog
23 # That's it - the scripts will do everything else for you.
31 # - B2_ADDRESS_MODEL=address-model=64,32
32 # - B2_LINK=link=shared,static
33 # - B2_THREADING=threading=multi,single
34 - B2_VARIANT=variant=release
37 - git clone https://github.com/boostorg/boost-ci.git boost-ci
38 - cp -pr boost-ci/ci boost-ci/.codecov.yml .
[all …]
/external/sdv/vsomeip/third_party/boost/format/
D.travis.yml2 # Copyright 2017 - 2019 James E. King III
8 # See: https://github.com/boostorg/boost-ci
17 # --include bench --include fog
23 # That's it - the scripts will do everything else for you.
31 # - B2_ADDRESS_MODEL=address-model=64,32
32 # - B2_LINK=link=shared,static
33 # - B2_THREADING=threading=multi,single
34 - B2_VARIANT=variant=release
37 - git clone https://github.com/boostorg/boost-ci.git boost-ci
38 - cp -pr boost-ci/ci boost-ci/.codecov.yml .
[all …]
/external/sdv/vsomeip/third_party/boost/move/
D.travis.yml2 # Copyright 2017 - 2019 James E. King III
8 # See: https://github.com/boostorg/boost-ci
17 # --include bench --include fog
23 # That's it - the scripts will do everything else for you.
32 # - B2_ADDRESS_MODEL=address-model=64,32
33 # - B2_LINK=link=shared,static
34 # - B2_THREADING=threading=multi,single
35 - B2_VARIANT=variant=release,debug
38 - git clone https://github.com/boostorg/boost-ci.git boost-ci
39 - cp -pr boost-ci/ci boost-ci/.codecov.yml .
[all …]
/external/llvm/test/Transforms/SampleProfile/
Dgcc-simple.ll1 ; RUN: opt < %s -sample-profile -sample-profile-file=%S/Inputs/gcc-simple.afdo -S | FileCheck %s
2 ; RUN: opt < %s -passes=sample-profile -sample-profile-file=%S/Inputs/gcc-simple.afdo -S | FileChec…
3 ; XFAIL: powerpc64-, s390x, mips-, mips64-, sparc
19 ; This test was compiled down to bytecode at -O0 to avoid inlining foo() into
20 ; main(). The profile was generated using a GCC-generated binary (also compiled
21 ; at -O0). The conversion from the Linux Perf profile to the GCC autofdo
24 ; $ gcc -g -O0 gcc-simple.cc -o gcc-simple
25 ; $ perf record -b ./gcc-simple
26 ; $ create_gcov --binary=gcc-simple --gcov=gcc-simple.afdo
29 ; CHECK: !prof ![[EC1:[0-9]+]]
[all …]
/external/llvm/test/DebugInfo/X86/
Dpr19307.ll1 ; RUN: llc -O0 -mtriple=x86_64-unknown-linux-gnu < %s | FileCheck %s
7 ; if (range.compare(0, 6, "items=") != 0 || range[6] == '-')
12 ; with "clang++ -S -emit-llvm -O0 -g pr19307.cc"
16 ; CHECK: movq %rdx, {{[-0-9]+}}(%rbp)
17 ; CHECK-NEXT: [[START_LABEL:.Ltmp[0-9]+]]:
21 ; CHECK: .Ldebug_loc{{[0-9]+}}:
23 ; CHECK: .quad [[START_LABEL]]-.Lfunc_begin0
24 ; CHECK-NEXT: .quad .Lfunc_end0-.Lfunc_begin0
29 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
30 target triple = "x86_64-unknown-linux-gnu"
[all …]
/external/bcc/man/man8/
Dprofile.81 .TH profile 8 "2020-03-18" "USER COMMANDS"
3 profile \- Profile CPU usage by sampling stack traces. Uses Linux eBPF/bcc.
5 .B profile [\-adfh] [\-p PID | \-L TID] [\-U | \-K] [\-F FREQUENCY | \-c COUNT]
6 .B [\-\-stack\-storage\-size COUNT] [\-C CPU] [\-\-cgroupmap CGROUPMAP] [\-\-mntnsmap MAPPATH] [dur…
10 executing, and by how much, including both user-level and kernel code.
12 By default this samples at 49 Hertz (samples per second), across all CPUs.
13 This frequency can be tuned using a command line option. The reason for 49, and
14 not 50, is to avoid lock-step sampling.
19 at the end of the profile, greatly reducing the kernel<->user transfer.
24 for an older version that may work on Linux 4.6 - 4.8.
[all …]
/external/skia/infra/bots/recipe_modules/build/examples/full.expected/
Dunknown-docker-image.json24 " File \"RECIPE_REPO[skia]/infra/bots/recipe_modules/build/api.py\", line 49, in __call__",
28 "Exception: Not implemented: Build-Unix-GCC-x86_64-Release-Docker"
33 …anReason": "Uncaught Exception: Exception('Not implemented: Build-Unix-GCC-x86_64-Release-Docker')"
/external/libtracefs/src/
Dsqlhist.tab.c3 /* Bison implementation for Yacc-like parsers in C
5 Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2020 Free Software Foundation,
35 simplifying the original so-called "semantic" parser. */
83 #include "sqlhist-parse.h"
85 #define scanner sb->scanner
94 return -ENOMEM; \
102 return -ENOMEM; \
155 TRACEFS_EMPTY = -2,
216 YYSYMBOL_YYEMPTY = -2,
239 YYSYMBOL_22_ = 22, /* '-' */
[all …]
/external/tensorflow/third_party/icu/
Dudata.patch1 diff -ru a/icu4c/source/common/udata.cpp b/icu4c/source/common/udata.cpp
2 --- a/icu4c/source/common/udata.cpp 2019-04-17 12:03:04.000000000 +0000
3 +++ b/icu4c/source/common/udata.cpp 2020-07-14 23:49:37.836668741 +0000
4 @@ -18,11 +18,10 @@
8 -#ifdef __GNUC__
9 -/* if gcc
10 -#define ATTRIBUTE_WEAK __attribute__ ((weak))
11 -might have to #include some other header
12 -*/
20 @@ -649,10 +648,9 @@
[all …]
/external/clang/www/
Dlibstdc++4.4-clang0x.patch2 gcc-4.4 on OS X 10.6. You can apply it there with
3 `cd /opt/local/include/gcc44/c++ ; sudo patch -p1 <this_patch`, or similar
4 on other operating systems. Mail cfe-dev if you find other problems in the
7 This patch is offered under the same modified GPLv3 as libstdc++-4.4.
9 diff -ur a/bits/forward_list.h b/bits/forward_list.h
10 --- a/bits/forward_list.h 2011-03-15 14:49:05.000000000 -0700
11 +++ b/bits/forward_list.h 2011-05-02 23:51:33.000000000 -0700
12 @@ -983,7 +983,7 @@
16 - swap(forward_list&& __list)
18 { _Node_base::swap(this->_M_impl._M_head, __list._M_impl._M_head); }
[all …]
/external/protobuf/kokoro/linux/dockerfile/test/csharp/
DDockerfile5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
12 gcc \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
23 && apt-get clean
25 # Update ca-certificates to fix known buster + .NET 5 issue
26 # https://github.com/NuGet/Announcements/issues/49
[all …]
/external/cronet/third_party/protobuf/kokoro/linux/dockerfile/test/csharp/
DDockerfile5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
12 gcc \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
23 && apt-get clean
25 # Update ca-certificates to fix known buster + .NET 5 issue
26 # https://github.com/NuGet/Announcements/issues/49
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog3 Date: Mon May 19 09:41:32 2014 -0400
9 Date: Mon May 19 09:37:21 2014 -0400
15 Date: Sun May 11 10:30:22 2014 -0400
21 Date: Sun May 11 10:22:30 2014 -0400
27 Date: Sun May 11 09:56:40 2014 -0400
29 Fix testsuite for GCC 4.9.0
33 Date: Sun May 11 09:55:28 2014 -0400
39 Date: Sun May 11 09:52:47 2014 -0400
46 Date: Wed Apr 23 19:24:47 2014 -0400
48 Merge pull request #119 from joshtriplett/fastcall-fastball
[all …]
/external/libgsm/
DMakefile1 # Copyright 1992-1996 by Jutta Degener and Carsten Bormann, Technische
5 # Machine- or installation dependent flags you should configure to port
7 SASR = -DSASR
8 ######### Define SASR if >> is a signed arithmetic shift (-1 >> 1 == -1)
10 # MULHACK = -DUSE_FLOAT_MUL
14 # FAST = -DFAST
16 ######### approximation option for incorrect, but good-enough results.
18 # LTP_CUT = -DLTP_CUT
20 ######### Define to enable the GSM library's long-term correlation
21 ######### approximation option---faster, but worse; works for
[all …]
/external/libxkbcommon/config/libxkbcommon.so.0.0.0.p/
Dparser.c3 /* Bison implementation for Yacc-like parsers in C
5 Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2021 Free Software Foundation,
35 simplifying the original so-called "semantic" parser. */
79 #include "xkbcomp/xkbcomp-priv.h"
80 #include "xkbcomp/ast-build.h"
81 #include "xkbcomp/parser-priv.h"
82 #include "scanner-utils.h"
92 scanner_err((param)->scanner, fmt, ##__VA_ARGS__)
95 scanner_warn((param)->scanner, fmt, ##__VA_ARGS__)
127 #define param_scanner param->scanner
[all …]
/external/sonivox/arm-wt-22k/bin/
Darm-wt-22k ... 8 t x p h ` H P O 1feda229-b9a8-45e9-96f4-73c0a80e7220
/external/icu/libicu/cts_headers/unicode/
Dplatform.h6 * Copyright (C) 1997-2016, International Business Machines
32 * Starting with ICU 49, platform.h is a normal source file,
33 * to simplify cross-compiling and working with non-autoconf/make build systems.
42 * before it is first tested, or add an equivalent -D macro definition
46 * For example, with gcc you can compile an empty .c file and have the compiler
49 * gcc -E -dM -x c /dev/null | sort
52 * <code>-x c++</code> is for C++.)
72 * We used to define one different, value-less macro per platform.
76 * Starting with ICU 49, we define platforms as numeric macros,
92 /** MinGW. Windows, calls to Win32 API, but using GNU gcc and binutils. @internal */
[all …]
/external/icu/icu4c/source/common/unicode/
Dplatform.h6 * Copyright (C) 1997-2016, International Business Machines
32 * Starting with ICU 49, platform.h is a normal source file,
33 * to simplify cross-compiling and working with non-autoconf/make build systems.
42 * before it is first tested, or add an equivalent -D macro definition
46 * For example, with gcc you can compile an empty .c file and have the compiler
49 * gcc -E -dM -x c /dev/null | sort
52 * <code>-x c++</code> is for C++.)
72 * We used to define one different, value-less macro per platform.
76 * Starting with ICU 49, we define platforms as numeric macros,
92 /** MinGW. Windows, calls to Win32 API, but using GNU gcc and binutils. @internal */
[all …]
/external/icu/libandroidicu/include/unicode/
Dplatform.h6 * Copyright (C) 1997-2016, International Business Machines
32 * Starting with ICU 49, platform.h is a normal source file,
33 * to simplify cross-compiling and working with non-autoconf/make build systems.
42 * before it is first tested, or add an equivalent -D macro definition
46 * For example, with gcc you can compile an empty .c file and have the compiler
49 * gcc -E -dM -x c /dev/null | sort
52 * <code>-x c++</code> is for C++.)
72 * We used to define one different, value-less macro per platform.
76 * Starting with ICU 49, we define platforms as numeric macros,
92 /** MinGW. Windows, calls to Win32 API, but using GNU gcc and binutils. @internal */
[all …]
/external/llvm/test/CodeGen/X86/
D2010-05-25-DotDebugLoc.ll1 ; RUN: llc -mtriple=x86_64-pc-linux -O2 < %s | FileCheck %s
2 ; RUN: llc -mtriple=x86_64-pc-linux -O2 -regalloc=basic < %s | FileCheck %s
6 ; CHECK-NEXT: DW_OP_reg
117 %49 = fmul float %47, %d, !dbg !35 ; <float> [#uses=1]
118 %50 = fadd float %48, %49, !dbg !35 ; <float> [#uses=1]
204 !2 = !DIFile(filename: "libgcc2.c", directory: "/Users/yash/clean/LG.D/gcc/../../llvmgcc/gcc")
209 !7 = !DIFile(filename: "libgcc2.h", directory: "/Users/yash/clean/LG.D/gcc/../../llvmgcc/gcc")
246 !45 = !DIFile(filename: "libgcc2.c", directory: "/Users/yash/clean/LG.D/gcc/../../llvmgcc/gcc")
247 !46 = !DIFile(filename: "libgcc2.h", directory: "/Users/yash/clean/LG.D/gcc/../../llvmgcc/gcc")
/external/crosvm/tools/
Dinstall-deps3 # Use of this source code is governed by a BSD-style license that can be
5 set -ex
7 sudo apt-get install --yes --no-install-recommends \
9 ca-certificates \
11 cloud-image-utils \
13 dpkg-dev \
16 gcc \
19 libavcodec-dev \
20 libavutil-dev \
21 libcap-dev \
[all …]
/external/cronet/third_party/icu/source/common/unicode/
Dplatform.h6 * Copyright (C) 1997-2016, International Business Machines
32 * Starting with ICU 49, platform.h is a normal source file,
33 * to simplify cross-compiling and working with non-autoconf/make build systems.
42 * before it is first tested, or add an equivalent -D macro definition
46 * For example, with gcc you can compile an empty .c file and have the compiler
49 * gcc -E -dM -x c /dev/null | sort
52 * <code>-x c++</code> is for C++.)
72 * We used to define one different, value-less macro per platform.
76 * Starting with ICU 49, we define platforms as numeric macros,
92 /** MinGW. Windows, calls to Win32 API, but using GNU gcc and binutils. @internal */
[all …]
/external/icu/libicu/ndk_headers/unicode/
Dplatform.h6 * Copyright (C) 1997-2016, International Business Machines
32 * Starting with ICU 49, platform.h is a normal source file,
33 * to simplify cross-compiling and working with non-autoconf/make build systems.
42 * before it is first tested, or add an equivalent -D macro definition
46 * For example, with gcc you can compile an empty .c file and have the compiler
49 * gcc -E -dM -x c /dev/null | sort
52 * <code>-x c++</code> is for C++.)
72 * We used to define one different, value-less macro per platform.
76 * Starting with ICU 49, we define platforms as numeric macros,
92 /** MinGW. Windows, calls to Win32 API, but using GNU gcc and binutils. \xrefitem internal "Interna…
[all …]
/external/cronet/third_party/protobuf/kokoro/linux/32-bit/
DDockerfile13 …pa.launchpad.net/ondrej/php/ubuntu trusty main" | tee /etc/apt/sources.list.d/various-php.list && \
14 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F4FCBB07
18 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
20 autotools-dev \
21 build-essential \
25 gcc \
28 libc6-dbg \
29 libc6-dev \
30 libgtest-dev \
37 # -- For python --
[all …]

12345678910>>...13