/third_party/ltp/testcases/network/lib6/ |
H A D | asapi_02.c | 65 #define DESC(x, y, z) .tname = "ICMP6_" #x ", send type: " #y ", filter type: " \ macro 75 {DESC(FILTER_SETPASS, 20, 20), .pass_packet = 1}, 76 {DESC(FILTER_SETPASS, 20, 21)}, 77 {DESC(FILTER_SETBLOCK, 20, 20)}, 78 {DESC(FILTER_SETBLOCK, 20, 21), .pass_packet = 1}, 79 {DESC(FILTER_PASSALL, 20, 20), .pass_packet = 1}, 80 {DESC(FILTER_PASSALL, 21, 0), .pass_packet = 1}, 81 {DESC(FILTER_BLOCKALL, 20, 0)}, 82 {DESC(FILTER_BLOCKALL, 21, 0)}, 83 {DESC(FILTER_WILLBLOC [all...] |
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_qpu_disasm.c | 243 #define DESC(array, index) \ macro 267 fprintf(out, "%s", DESC(qpu_pack_mul, pack)); in vc4_qpu_disasm_pack_mul() 273 fprintf(out, "%s", DESC(qpu_pack_a, pack)); in vc4_qpu_disasm_pack_a() 280 fprintf(out, ".%s", DESC(qpu_unpack, unpack)); in vc4_qpu_disasm_unpack() 286 fprintf(out, "%s", DESC(qpu_cond, cond)); in vc4_qpu_disasm_cond() 292 fprintf(out, "%s", DESC(qpu_cond_branch, cond)); in vc4_qpu_disasm_cond_branch() 350 fprintf(stderr, "%s", DESC(special_read_a, raddr - 32)); in print_alu_src() 352 fprintf(stderr, "%s", DESC(special_read_b, raddr - 32)); in print_alu_src() 373 fprintf(stderr, "%s", DESC(qpu_add_opcodes, op_add)); in print_add_op() 407 fprintf(stderr, "%s", DESC(qpu_mul_opcode in print_mul_op() [all...] |
/third_party/nghttp2/contrib/ |
H A D | nghttpx-init.in | 18 DESC="HTTP/2 reverse proxy" 88 [ "$VERBOSE" != no ] && log_daemon_msg "Starting $DESC" "$NAME" 96 [ "$VERBOSE" != no ] && log_daemon_msg "Stopping $DESC" "$NAME" 107 log_daemon_msg "Upgrading $DESC" "$NAME" 141 log_daemon_msg "Restarting $DESC" "$NAME"
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | Statistic.h | 167 #define STATISTIC(VARNAME, DESC) \ 168 static llvm::Statistic VARNAME = {DEBUG_TYPE, #VARNAME, DESC} 172 #define ALWAYS_ENABLED_STATISTIC(VARNAME, DESC) \ 173 static llvm::TrackingStatistic VARNAME = {DEBUG_TYPE, #VARNAME, DESC}
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | Statistic.h | 150 #define STATISTIC(VARNAME, DESC) \ 151 static llvm::Statistic VARNAME = {DEBUG_TYPE, #VARNAME, DESC, {0}, false}
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | DebugCounter.h | 183 #define DEBUG_COUNTER(VARNAME, COUNTERNAME, DESC) \ 185 DebugCounter::registerCounter(COUNTERNAME, DESC)
|
H A D | CommandLine.h | 665 #define clEnumVal(ENUMVAL, DESC) \ 666 llvm::cl::OptionEnumValue { #ENUMVAL, int(ENUMVAL), DESC } 667 #define clEnumValN(ENUMVAL, FLAGNAME, DESC) \ 668 llvm::cl::OptionEnumValue { FLAGNAME, int(ENUMVAL), DESC }
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglColorClearTests.cpp | 82 #define CASE(NAME, DESC, BITS, NUMCFG) { NAME, DESC, BITS, renderable<BITS>, NUMCFG } in init()
|
/third_party/ffmpeg/libpostproc/ |
H A D | Makefile | 2 DESC = FFmpeg postprocessing library macro
|
/third_party/ffmpeg/libavresample/ |
H A D | Makefile | 2 DESC = Libav audio resampling library macro
|
/third_party/ffmpeg/libswscale/ |
H A D | Makefile | 2 DESC = FFmpeg image rescaling library macro
|
/third_party/ffmpeg/libswresample/ |
H A D | Makefile | 2 DESC = FFmpeg audio resampling library macro
|
/third_party/rust/crates/bindgen/csmith-fuzzing/ |
H A D | driver.py | 11 DESC = """ 24 description=DESC.strip())
|
H A D | predicate.py | 11 DESC = """ 33 description=DESC.strip())
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | MVETailPredication.cpp | 48 #define DESC "Transform predicated vector loops to use MVE tail predication" macro 551 INITIALIZE_PASS_BEGIN(MVETailPredication, DEBUG_TYPE, DESC, false, false) 552 INITIALIZE_PASS_END(MVETailPredication, DEBUG_TYPE, DESC, false, false)
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fBufferWriteTests.cpp | 617 #define RECREATE_STORE_CASE(NAME, DESC, SPECLIST) \ in init() 622 recreateStoreGroup->addChild(new RecreateBufferDataStoreCase(m_context, #NAME, DESC, &specs[0], (int)specs.size(), VERIFY_AS_VERTEX_ARRAY)); \ in init() 710 #define PARTIAL_SPECIFY_CASE(NAME, DESC, TARGET, USAGE, SIZE, RANGELIST) \ in init() 715 partialSpecifyGroup->addChild(new SubDataToUndefinedCase(m_context, #NAME, DESC, TARGET, USAGE, SIZE, &ranges[0], (int)ranges.size(), VERIFY_AS_VERTEX_ARRAY)); \ in init()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fBufferWriteTests.cpp | 609 #define RECREATE_STORE_CASE(NAME, DESC, SPECLIST) \ in init() 614 recreateStoreGroup->addChild(new RecreateBufferDataStoreCase(m_context, #NAME, DESC, &specs[0], (int)specs.size(), VERIFY_AS_VERTEX_ARRAY)); \ in init() 710 #define PARTIAL_SPECIFY_CASE(NAME, DESC, TARGET, USAGE, SIZE, RANGELIST) \ in init() 715 partialSpecifyGroup->addChild(new SubDataToUndefinedCase(m_context, #NAME, DESC, TARGET, USAGE, SIZE, &ranges[0], (int)ranges.size(), VERIFY_AS_VERTEX_ARRAY)); \ in init()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pShaderCompilationCases.cpp | 2066 #define LOG_COMPILE_SPECIALIZE_TIME_STAT(NAME, DESC, FUNC) \ 2067 log << TestLog::Float(statNamePrefix + "CompilationTime" + (NAME), (DESC) + string(" of compilation time"), "ms", QP_KEY_TAG_TIME, (FUNC)(rangeTotalTimes)/1000.0f) \ 2068 << TestLog::Float(statNamePrefix + "SpecializationTime" + (NAME), (DESC) + string(" of specialization time"), "ms", QP_KEY_TAG_TIME, (FUNC)(rangeSpecializationTimes)/1000.0f) 2070 #define LOG_COMPILE_SPECIALIZE_RELATIVE_STAT(NAME, DESC, FUNC) \ 2071 log << TestLog::Float(statNamePrefix + "CompilationTime" + (NAME), (DESC) + string(" of compilation time"), "", QP_KEY_TAG_NONE, (FUNC)(rangeTotalTimes)) \ 2072 << TestLog::Float(statNamePrefix + "SpecializationTime" + (NAME), (DESC) + string(" of specialization time"), "", QP_KEY_TAG_NONE, (FUNC)(rangeSpecializationTimes)) 2118 #define LOG_TIME(NAME, DESC, DATA) log << TestLog::Float(statNamePrefix + (NAME) + singular, singular + " of " + (DESC), "ms", QP_KEY_TAG_TIME, func(vectorLowestPercentage((DATA), rangeSizeRatio))/1000.0f) 2604 #define LOG_TIME_STAT(NAME, DESC, FUNC) log << TestLog::Float(statNamePrefix + "TotalTime" + (NAME), (DESC) [all...] |
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pShaderCompilationCases.cpp | 2046 #define LOG_COMPILE_SPECIALIZE_TIME_STAT(NAME, DESC, FUNC) \ 2047 log << TestLog::Float(statNamePrefix + "CompilationTime" + (NAME), (DESC) + string(" of compilation time"), "ms", QP_KEY_TAG_TIME, (FUNC)(rangeTotalTimes)/1000.0f) \ 2048 << TestLog::Float(statNamePrefix + "SpecializationTime" + (NAME), (DESC) + string(" of specialization time"), "ms", QP_KEY_TAG_TIME, (FUNC)(rangeSpecializationTimes)/1000.0f) 2050 #define LOG_COMPILE_SPECIALIZE_RELATIVE_STAT(NAME, DESC, FUNC) \ 2051 log << TestLog::Float(statNamePrefix + "CompilationTime" + (NAME), (DESC) + string(" of compilation time"), "", QP_KEY_TAG_NONE, (FUNC)(rangeTotalTimes)) \ 2052 << TestLog::Float(statNamePrefix + "SpecializationTime" + (NAME), (DESC) + string(" of specialization time"), "", QP_KEY_TAG_NONE, (FUNC)(rangeSpecializationTimes)) 2098 #define LOG_TIME(NAME, DESC, DATA) log << TestLog::Float(statNamePrefix + (NAME) + singular, singular + " of " + (DESC), "ms", QP_KEY_TAG_TIME, func(vectorLowestPercentage((DATA), rangeSizeRatio))/1000.0f) 2584 #define LOG_TIME_STAT(NAME, DESC, FUNC) log << TestLog::Float(statNamePrefix + "TotalTime" + (NAME), (DESC) [all...] |
/third_party/ffmpeg/libavdevice/ |
H A D | Makefile | 2 DESC = FFmpeg device handling library macro
|
/third_party/ffmpeg/ffbuild/ |
H A D | library.mak | 59 $$(M) $$(SRC_PATH)/ffbuild/pkgconfig_generate.sh $(NAME) "$(DESC)"
|
/third_party/ffmpeg/libavutil/ |
H A D | Makefile | 2 DESC = FFmpeg utility library macro
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
H A D | macro_checker_file.py | 129 DESC = 'desc' variable in Attrib 1077 if Attrib.DESC.value in attribs: 1078 attrib = attribs[Attrib.DESC.value]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | CommandLine.h | 588 #define clEnumVal(ENUMVAL, DESC) \ 589 llvm::cl::OptionEnumValue { #ENUMVAL, int(ENUMVAL), DESC } 590 #define clEnumValN(ENUMVAL, FLAGNAME, DESC) \ 591 llvm::cl::OptionEnumValue { FLAGNAME, int(ENUMVAL), DESC }
|
/third_party/python/Lib/test/ |
H A D | test_nntplib.py | 87 self.assertIn(self.DESC, desc) 317 DESC = 'Python' variable in NetworkedNNTPTests 361 DESC = 'test' variable in NetworkedNNTP_SSLTests
|