Home
last modified time | relevance | path

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

123

/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.old9 COMMON=../../sanitizer_common
33 $(wildcard $(COMMON)/*.h)
37 COMMON_SRC=$(wildcard $(COMMON)/*.cc)
42 $(patsubst $(COMMON)/%.cc,%.o,$(COMMON_SRC))
50 %.o: $(COMMON)/%.cc Makefile.old $(LIBTSAN_HEADERS)
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
DMakefile.am138 COMMON = $(API_XML) gl_XML.py glX_XML.py license.py typeexpr.py macro
141 $(COMMON) \
149 COMMON_GLX = $(COMMON) glX_API.xml glX_XML.py glX_proto_common.py
189 $(MESA_GLAPI_DIR)/glprocs.h: gl_procs.py $(COMMON)
192 $(MESA_GLAPI_DIR)/glapitemp.h: gl_apitemp.py $(COMMON)
195 $(MESA_GLAPI_DIR)/glapitable.h: gl_table.py $(COMMON)
198 $(MESA_GLAPI_DIR)/glapi_gentable.c: gl_gentable.py $(COMMON)
203 $(MESA_GLAPI_DIR)/glapi_x86.S: gl_x86_asm.py $(COMMON)
206 $(MESA_GLAPI_DIR)/glapi_x86-64.S: gl_x86-64_asm.py $(COMMON)
209 $(MESA_GLAPI_DIR)/glapi_sparc.S: gl_SPARC_asm.py $(COMMON)
[all …]
/external/mesa3d/src/mapi/glapi/gen/
DMakefile.am138 COMMON = $(API_XML) gl_XML.py glX_XML.py license.py typeexpr.py macro
141 $(COMMON) \
149 COMMON_GLX = $(COMMON) glX_API.xml glX_XML.py glX_proto_common.py
189 $(MESA_GLAPI_DIR)/glprocs.h: gl_procs.py $(COMMON)
192 $(MESA_GLAPI_DIR)/glapitemp.h: gl_apitemp.py $(COMMON)
195 $(MESA_GLAPI_DIR)/glapitable.h: gl_table.py $(COMMON)
198 $(MESA_GLAPI_DIR)/glapi_gentable.c: gl_gentable.py $(COMMON)
203 $(MESA_GLAPI_DIR)/glapi_x86.S: gl_x86_asm.py $(COMMON)
206 $(MESA_GLAPI_DIR)/glapi_x86-64.S: gl_x86-64_asm.py $(COMMON)
209 $(MESA_GLAPI_DIR)/glapi_sparc.S: gl_SPARC_asm.py $(COMMON)
[all …]
/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/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/chromium_org/net/quic/crypto/
Dcert_compressor.cc165 COMMON = 3, enumerator
221 entry.type = CertEntry::COMMON; in MatchCerts()
247 case CertEntry::COMMON: in CertEntriesSize()
271 case CertEntry::COMMON: in SerializeCertEntries()
388 case CertEntry::COMMON: { in ParseEntries()
634 case CertEntry::COMMON: in DecompressChain()
/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/chromium_org/tools/gyp/test/configurations/inheritance/
Dconfigurations.c8 #ifdef COMMON in main()
Dconfigurations.gyp15 'defines': ['COMMON'],
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/amd64/
Delfso64.asm12 ; [7] Define a COMMON symbol
32 [COMMON commvar 4:4] ; [7]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm64/
Dmachotest64.asm13 ; [7] Define a COMMON symbol
34 [COMMON _commvar 4] ; [7]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/tests/
Dstabs-elf.asm14 ; [7] Define a COMMON symbol
34 [COMMON commvar 4] ; [7]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
Delftest.asm14 ; [7] Define a COMMON symbol
34 [COMMON commvar 4] ; [7]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/
Dwin32test.asm13 ; [7] Define a COMMON symbol
33 [COMMON _commvar 4] ; [7]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm32/
Dmachotest.asm13 ; [7] Define a COMMON symbol
33 [COMMON _commvar 4] ; [7]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/tests/
Dcofftest.asm13 ; [7] Define a COMMON symbol
33 [COMMON _commvar 4] ; [7]
/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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
DREADME1 GALLIUM REMOTE DEBUGGING COMMON CODE
/external/mesa3d/src/gallium/auxiliary/rbug/
DREADME1 GALLIUM REMOTE DEBUGGING COMMON CODE
/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

123