Home
last modified time | relevance | path

Searched refs:DESC (Results 1 - 25 of 32) sorted by relevance

12

/third_party/ltp/testcases/network/lib6/
H A Dasapi_02.c65 #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 Dvc4_qpu_disasm.c243 #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 Dnghttpx-init.in18 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 DStatistic.h167 #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 DStatistic.h150 #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 DDebugCounter.h183 #define DEBUG_COUNTER(VARNAME, COUNTERNAME, DESC) \
185 DebugCounter::registerCounter(COUNTERNAME, DESC)
H A DCommandLine.h665 #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 DteglColorClearTests.cpp82 #define CASE(NAME, DESC, BITS, NUMCFG) { NAME, DESC, BITS, renderable<BITS>, NUMCFG } in init()
/third_party/ffmpeg/libpostproc/
H A DMakefile2 DESC = FFmpeg postprocessing library macro
/third_party/ffmpeg/libavresample/
H A DMakefile2 DESC = Libav audio resampling library macro
/third_party/ffmpeg/libswscale/
H A DMakefile2 DESC = FFmpeg image rescaling library macro
/third_party/ffmpeg/libswresample/
H A DMakefile2 DESC = FFmpeg audio resampling library macro
/third_party/rust/crates/bindgen/csmith-fuzzing/
H A Ddriver.py11 DESC = """
24 description=DESC.strip())
H A Dpredicate.py11 DESC = """
33 description=DESC.strip())
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp48 #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 Des2fBufferWriteTests.cpp617 #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 Des3fBufferWriteTests.cpp609 #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 Des3pShaderCompilationCases.cpp2066 #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 Des2pShaderCompilationCases.cpp2046 #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 DMakefile2 DESC = FFmpeg device handling library macro
/third_party/ffmpeg/ffbuild/
H A Dlibrary.mak59 $$(M) $$(SRC_PATH)/ffbuild/pkgconfig_generate.sh $(NAME) "$(DESC)"
/third_party/ffmpeg/libavutil/
H A DMakefile2 DESC = FFmpeg utility library macro
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H A Dmacro_checker_file.py129 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 DCommandLine.h588 #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 Dtest_nntplib.py87 self.assertIn(self.DESC, desc)
317 DESC = 'Python' variable in NetworkedNNTPTests
361 DESC = 'test' variable in NetworkedNNTP_SSLTests

Completed in 24 milliseconds

12