HomeSort by relevance Sort by last modified time
    Searched refs:gcc (Results 1 - 25 of 606) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/kernel/syscalls/ptrace/
make_syscall_list.sh 4 ${CC:-gcc} -E -dD - | \
  /external/mesa3d/src/gallium/drivers/ilo/shader/
ilo_shader_gs.c 150 gs_init_vars(struct gs_compile_context *gcc)
152 struct toy_compiler *tc = &gcc->tc;
156 dst = gcc->vars.urb_write_header;
158 gs_COPY8(tc, dst, gcc->payload.header);
160 gcc->vars.prim_start = true;
161 gcc->vars.prim_end = false;
162 switch (gcc->out_vue_min_count) {
164 gcc->vars.prim_type = GEN6_3DPRIM_POINTLIST;
167 gcc->vars.prim_type = GEN6_3DPRIM_LINESTRIP;
170 gcc->vars.prim_type = GEN6_3DPRIM_TRISTRIP
1365 struct gs_compile_context gcc; local
1418 struct gs_compile_context gcc; local
    [all...]
  /external/valgrind/auxprogs/
update-demangler 9 # - old and new revisions of the C++ demangler related files from GCC's trunk
36 # 1) Check out files from old GCC revision
37 echo "Checking out GCC files @ $old_gcc_revision"
39 mkdir gcc-$old_gcc_revision
40 cd gcc-$old_gcc_revision
41 svn co -$old_gcc_revision svn://gcc.gnu.org/svn/gcc/trunk/libiberty libiberty > /dev/null
42 svn co -$old_gcc_revision svn://gcc.gnu.org/svn/gcc/trunk/include include > /dev/null
50 cp ../gcc-$old_gcc_revision/include/ansidecl.h
    [all...]
  /external/walt/android/WALT/app/src/main/jni/
Makefile 17 gcc -o ut sync_clock_linux.c sync_clock.
  /external/adhd/cras/examples/
Makefile 2 gcc -o cplay cplay.c -lcras
5 gcc -o cplay_buffer cplay_buffer.c -lcras
  /external/toolchain-utils/binary_search_tool/full_bisect_test/
build.sh 14 gcc -c build.c -o work/build.o
15 gcc -c preorder.c -o work/preorder.o
16 gcc -c inorder.c -o work/inorder.o
17 gcc -c main.c -o work/main.o
18 gcc -c stack.c -o work/stack.o
19 gcc -c preorder_norecurse.c -o work/preorder_norecurse.o
20 gcc -c inorder_norecurse.c -o work/inorder_norecurse.o
21 gcc -o bin-trees work/main.o work/preorder.o work/inorder.o work/build.o work/preorder_norecurse.o work/inorder_norecurse.o work/stack.o
chromeos_build.sh 14 x86_64-cros-linux-gnu-gcc -c build.c -o work/build.o
15 x86_64-cros-linux-gnu-gcc -c preorder.c -o work/preorder.o
16 x86_64-cros-linux-gnu-gcc -c inorder.c -o work/inorder.o
17 x86_64-cros-linux-gnu-gcc -c main.c -o work/main.o
18 x86_64-cros-linux-gnu-gcc -c stack.c -o work/stack.o
19 x86_64-cros-linux-gnu-gcc -c preorder_norecurse.c -o work/preorder_norecurse.o
20 x86_64-cros-linux-gnu-gcc -c inorder_norecurse.c -o work/inorder_norecurse.o
21 x86_64-cros-linux-gnu-gcc -o bin-trees work/main.o work/preorder.o work/inorder.o work/build.o work/preorder_norecurse.o work/inorder_norecurse.o work/stack.o
test_setup.sh 15 gcc -o bin-trees work/*.o
  /external/clang/utils/VtableTest/
check-zti 11 sed -n "/^__ZTI.*s$i:/,/\.[sg][el]/p" test-gcc.s |
12 grep -v '\.[sg][el]' | sed 's/(\([0-9][0-9]*\))/\1/' >test-gcc-zti
13 diff -U3 test-gcc-zti test-clang-zti
check-ztt 11 sed -n "/^__ZTT.*s$i:/,/\.[sgm][elo]/p" test-gcc.s |
12 grep -v '\.[sgm][elo]' | sed -e 's/[()]//g' -e 's/ + /+/' >test-gcc-ztt
13 diff -U3 test-gcc-ztt test-clang-ztt
check-zvt 10 sed -n "/^__ZTV.*s$i:/,/\.[sg][el]/p" test-gcc.s | grep -v '\.[sg][el]' >test-gcc-ztv
11 diff -U3 test-gcc-ztv test-clang-ztv
  /toolchain/binutils/binutils-2.27/config/
bootstrap-lto.mk 8 LTO_AR = $$r/$(HOST_SUBDIR)/prev-gcc/gcc-ar$(exeext) -B$$r/$(HOST_SUBDIR)/prev-gcc/
9 LTO_RANLIB = $$r/$(HOST_SUBDIR)/prev-gcc/gcc-ranlib$(exeext) -B$$r/$(HOST_SUBDIR)/prev-gcc/
  /external/autotest/client/tests/iosched_bugs/src/
Makefile 1 CC=gcc
  /external/autotest/client/tests/tracing_microbenchmark/src/
Makefile 1 CC = $(CROSS_COMPILE)gcc
  /frameworks/wilhelm/tools/permute/
Makefile 2 gcc -o $@ -Wall -Werror permute.c -lsndfile
  /device/google/contexthub/firmware/
toolchain-setup.sh 5 if [ ! -e $HOME/toolchains/gcc-arm-none-eabi-5_3-2016q1/bin ] ; then
8 wget https://launchpad.net/gcc-arm-embedded/5.0/5-2016-q1-update/+download/gcc-arm-none-eabi-5_3-2016q1-20160330-linux.tar.bz2 &&
9 tar xjf gcc-arm-none-eabi-5_3-2016q1-20160330-linux.tar.bz2 &&
14 export ARM_NONE_GCC_PATH=$HOME/toolchains/gcc-arm-none-eabi-5_3-2016q1
  /prebuilts/misc/linux-x86/analyzer/bin/
cxx-syntax 12 # with Android toolchain mostly gcc.
64 # isn't explicitly added in the commmand line. Likelywise for other gcc implicit
68 # sed -n '1,/BEGIN/!{ /END/,/BEING/!p; }' (*1), but forking gcc here adds overhead.
75 # (*2) prebuilts/tools/gcc-sdk/g++ -m64 -v -E - < /dev/null 2>&1 | \
80 # Please refer to prebuilts/tools/gcc-sdk/gcc for similar trick to determine
89 -I prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google
90 -I prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux
91 -I prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/backward
92 -I prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/includ
    [all...]
ccc-syntax 12 # with Android toolchain mostly gcc.
67 # isn't explicitly added in the commmand line. Likelywise for other gcc implicit
70 # We can query search paths by doing "gcc -v" and parsing the output with
71 # sed -n '1,/BEGIN/!{ /END/,/BEING/!p; }' (*1), but forking gcc here adds overhead.
78 # (*2) prebuilts/tools/gcc-sdk/gcc -m64 -v -E - < /dev/null 2>&1 | \
83 # Please refer to prebuilts/tools/gcc-sdk/gcc for similar trick to determine
92 -I prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/includ
    [all...]
  /device/linaro/bootloader/edk2/BeagleBoardPkg/Tools/
GNUmakefile 13 CC = gcc
  /external/autotest/client/tests/synctest/src/
Makefile 6 $(CROSS_COMPILE)gcc $(FLAGS) $^ -o $(TARGET)
  /external/e2fsprogs/util/
static-analysis-cleanup 3 # This script filters out gcc-wall crud that we're not interested in seeing.
7 /^gcc /d
  /external/freetype/builds/dos/
dos-gcc.mk 17 include $(TOP_DIR)/builds/compiler/gcc.mk
  /external/freetype/builds/os2/
os2-gcc.mk 2 # FreeType 2 configuration rules for the OS/2 + gcc
19 # include gcc-specific definitions
20 include $(TOP_DIR)/builds/compiler/gcc.mk
  /external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
Makefile 9 %.gcc.s: %.c
10 gcc -O0 -S $< -o $@
13 gcc -O0 -lm $< -o $@
  /external/nanopb-c/tests/
Makefile 11 scons CC=gcc-4.6 CXX=gcc-4.6

Completed in 1463 milliseconds

1 2 3 4 5 6 7 8 91011>>