Home
last modified time | relevance | path

Searched refs:CS_ (Results 1 – 9 of 9) sorted by relevance

/external/curl/include/curl/
DMakefile.am28 CHECKSRC = $(CS_$(V))
31 CS_ = $(CS_0) macro
/external/curl/tests/server/
DMakefile.am59 CHECKSRC = $(CS_$(V))
62 CS_ = $(CS_0) macro
/external/curl/docs/examples/
DMakefile.am64 CHECKSRC = $(CS_$(V))
67 CS_ = $(CS_0) macro
/external/curl/tests/unit/
DMakefile.am67 CHECKSRC = $(CS_$(V))
70 CS_ = $(CS_0) macro
/external/curl/tests/libtest/
DMakefile.am137 CHECKSRC = $(CS_$(V))
140 CS_ = $(CS_0) macro
/external/curl/src/
DMakefile.am102 CHECKSRC = $(CS_$(V))
105 CS_ = $(CS_0) macro
/external/curl/lib/
DMakefile.am135 CHECKSRC = $(CS_$(V))
138 CS_ = $(CS_0) macro
/external/swiftshader/third_party/subzero/src/
DIceGlobalContext.h94 #define X(str, tag) CS_##tag,
DIceGlobalContext.cpp257 Str << "|" << Name << "|" str "|" << Stats[CS_##tag] << "\n"; in dump()