Home
last modified time | relevance | path

Searched refs:COMMON (Results 1 – 25 of 42) sorted by relevance

12

/external/grub/netboot/
Dlinux-asm-string.h100 #define COMMON(x) \ in __constant_memcpy() macro
111 case 0: COMMON(""); return to; in __constant_memcpy()
112 case 1: COMMON("\n\tmovsb"); return to; in __constant_memcpy()
113 case 2: COMMON("\n\tmovsw"); return to; in __constant_memcpy()
114 default: COMMON("\n\tmovsw\n\tmovsb"); return to; in __constant_memcpy()
118 #undef COMMON in __constant_memcpy()
218 #define COMMON(x) \ in __constant_c_and_count_memset() macro
228 case 0: COMMON(""); return s; in __constant_c_and_count_memset()
229 case 1: COMMON("\n\tstosb"); return s; in __constant_c_and_count_memset()
230 case 2: COMMON("\n\tstosw"); return s; in __constant_c_and_count_memset()
[all …]
/external/compiler-rt/lib/tsan/rtl/
DMakefile.old11 COMMON=../../sanitizer_common
35 $(wildcard $(COMMON)/*.h)
39 COMMON_SRC=$(wildcard $(COMMON)/*.cc)
44 $(patsubst $(COMMON)/%.cc,%.o,$(COMMON_SRC))
52 %.o: $(COMMON)/%.cc Makefile.old $(LIBTSAN_HEADERS)
/external/kernel-headers/original/asm-x86/
Dstring_32.h229 #define COMMON(x) \ in __constant_c_and_count_memset() macro
239 case 0: COMMON(""); return s; in __constant_c_and_count_memset()
240 case 1: COMMON("\n\tstosb"); return s; in __constant_c_and_count_memset()
241 case 2: COMMON("\n\tstosw"); return s; in __constant_c_and_count_memset()
242 default: COMMON("\n\tstosw\n\tstosb"); return s; in __constant_c_and_count_memset()
246 #undef COMMON in __constant_c_and_count_memset()
/external/webkit/Tools/android/flex-2.5.4a/MISC/Borland/
DMakefile67 COMMON = -A -c -m$(MODEL) $(SizeOPT) $(DATASEG) $(Defines) $(debugCompile) macro
68 CFLAGS = -o$@ $(COMMON)
69 CCFLAGS = -o$@ $(COMMON) -Pcc
/external/eigen/test/eigen2/
Dtestsuite.cmake43 # COMMON="ctest -S $WORK_DIR/testsuite.cmake,EIGEN_WORK_DIR=$WORK_DIR,EIGEN_SITE=$SITE,EIGEN_MODE=$…
44 # $COMMON-gcc-3.4.6,EIGEN_CXX=g++-3.4
45 # $COMMON-gcc-4.0.1,EIGEN_CXX=g++-4.0.1
46 # $COMMON-gcc-4.3.2,EIGEN_CXX=g++-4.3,EIGEN_EXPLICIT_VECTORIZATION=novec
47 # $COMMON-gcc-4.3.2,EIGEN_CXX=g++-4.3,EIGEN_EXPLICIT_VECTORIZATION=SSE2
48 # $COMMON-icc-11.0,EIGEN_CXX=icpc
/external/eigen/test/
Dtestsuite.cmake50 # COMMON="ctest -S $WORK_DIR/testsuite.cmake,EIGEN_WORK_DIR=$WORK_DIR,EIGEN_SITE=$SITE,EIGEN_MODE=$…
51 # $COMMON-gcc-3.4.6,EIGEN_CXX=g++-3.4
52 # $COMMON-gcc-4.0.1,EIGEN_CXX=g++-4.0.1
53 # $COMMON-gcc-4.3.2,EIGEN_CXX=g++-4.3,EIGEN_EXPLICIT_VECTORIZATION=novec
54 # $COMMON-gcc-4.3.2,EIGEN_CXX=g++-4.3,EIGEN_EXPLICIT_VECTORIZATION=SSE2
55 # $COMMON-icc-11.0,EIGEN_CXX=icpc
/external/icu4c/samples/layout/
DMakefile.in30 COMMON=cmaps.o UnicodeReader.o GnomeGUISupport.o FontMap.o GnomeFontMap.o ScriptCompositeFontInstan…
65 $(RMV) $(COMMON) $(OBJECTS) $(COBJECTS) $(TARGET)
/external/qemu-pc-bios/bochs/bios/
Drombios32.ld11 .bss : { __bss_start = .; *(.bss) *(COMMON); __bss_end = .;}
/external/wpa_supplicant_8/src/drivers/
Ddrivers.mak13 ##### COMMON DRIVERS
176 ##### COMMON VARS
/external/checkpolicy/
Dpolicy_scan.l67 COMMON |
68 common { return(COMMON); }
/external/smali/baksmali/
DAndroid.mk30 intermediates := $(call local-intermediates-dir,COMMON)
/external/linux-tools-perf/Documentation/
Dperf-lock.txt27 COMMON OPTIONS
Dperf-bench.txt17 COMMON OPTIONS
/external/smali/smali/
DAndroid.mk30 intermediates := $(call local-intermediates-dir,COMMON)
/external/webkit/Tools/android/flex-2.5.4a/MISC/Borland.old/
DBorland-2.4347 COMMON = -A -c -m$(MODEL) $(SizeOPT) $(DATASEG) $(Defines) $(debugCompile)
348 CFLAGS = -o$@ $(COMMON)
349 CCFLAGS = -o$@ $(COMMON) -Pcc
/external/llvm/test/ExecutionEngine/MCJIT/
Dtest-common-symbols.ll3 ; The intention of this test is to verify that symbols mapped to COMMON in ELF
Dpr13727.ll3 ; The intention of this test is to verify that symbols mapped to COMMON in ELF
Dtest-common-symbols-remote.ll4 ; The intention of this test is to verify that symbols mapped to COMMON in ELF
/external/llvm/test/ExecutionEngine/
Dtest-common-symbols.ll4 ; The intention of this test is to verify that symbols mapped to COMMON in ELF
/external/qemu/
Dalpha.ld89 *(COMMON)
Di386-vl.ld102 *(COMMON)
Darm.ld115 *(COMMON)
Di386.ld115 *(COMMON)
Dsparc.ld111 *(COMMON)
/external/elfutils/src/
Delf32-i386.script178 *(COMMON)

12