Home
last modified time | relevance | path

Searched refs:BODY (Results 1 - 25 of 31) sorted by relevance

12

/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DError.h122 #define DAWN_TRY_WITH_CLEANUP(EXPR, BODY) \
127 {BODY} /* comment to force the formatter to insert a newline */ \
172 #define DAWN_TRY_ASSIGN_WITH_CLEANUP_IMPL_3_(VAR, EXPR, BODY) \
173 DAWN_TRY_ASSIGN_WITH_CLEANUP_IMPL_4_(VAR, EXPR, BODY, std::move(error))
175 #define DAWN_TRY_ASSIGN_WITH_CLEANUP_IMPL_4_(VAR, EXPR, BODY, RET) \
180 {BODY} /* comment to force the formatter to insert a newline */ \
/third_party/vk-gl-cts/framework/common/
H A DtcuInterval.hpp254 #define TCU_SET_INTERVAL(DST, VAR, BODY) \
255 TCU_SET_INTERVAL_BOUNDS(DST, VAR, BODY, BODY)
257 //! Set the interval DST to the image of BODY on ARG, assuming that BODY on
258 //! ARG is a monotone function. In practice, BODY is evaluated on both the
260 //! results. While evaluating BODY, PARAM is bound to the bound of ARG, and
261 //! the output of BODY should be stored in VAR.
262 #define TCU_INTERVAL_APPLY_MONOTONE1(DST, PARAM, ARG, VAR, BODY) do \
275 BODY; \
[all...]
/third_party/node/deps/v8/src/bigint/
H A Dmul-schoolbook.cc28 #define BODY(min, max) \ macro
43 // of Y (or vice versa), we loop over Z. The {BODY} macro above is what
63 BODY(0, 1); in MultiplySchoolbook()
72 BODY(0, i); in MultiplySchoolbook()
85 BODY(min_x_index, max_x_index); in MultiplySchoolbook()
94 #undef BODY macro
/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.cc305 #define RVV_VI_LOOP_MASK_SKIP(BODY) \
314 #define RVV_VI_VV_LOOP(BODY) \
319 BODY \
322 BODY \
325 BODY \
328 BODY \
335 #define RVV_VI_VV_ULOOP(BODY) \
340 BODY \
343 BODY \
346 BODY \
[all...]
/third_party/skia/third_party/externals/tint/src/writer/glsl/
H A Dtest_helper.h33 template <typename BODY>
34 class TestHelperBase : public BODY, public ProgramBuilder {
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dtest_helper.h33 template <typename BODY>
34 class TestHelperBase : public BODY, public ProgramBuilder {
/third_party/icu/icu4j/perf-tests/
H A Ddateformatperf.pl85 <BODY>
146 </BODY>
H A Dnormperf.pl134 <BODY>
195 </BODY>
H A Ddecimalformatperf.pl81 <BODY>
141 </BODY>
H A Dconverterperf.pl100 <BODY>
161 </BODY>
H A Ducharacterperf.pl82 <BODY>
143 </BODY>
H A Dunicodesetperf.pl72 <BODY>
133 </BODY>
/third_party/icu/icu4j/perf-tests/perldriver/
H A DOutput.pm236 <BODY bgcolor="#FFFFFF" LINK="#006666" VLINK="#000000">
253 </BODY>
/third_party/icu/icu4c/source/test/perf/perldriver/
H A DOutput.pm236 <BODY bgcolor="#FFFFFF" LINK="#006666" VLINK="#000000">
253 </BODY>
/third_party/zlib/examples/
H A Dgzlog.c337 #define BODY sizeof(log_gzbody) macro
841 write(log->fd, log_gzbody, BODY) != BODY) { in log_open()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fTextureWrapTests.cpp327 #define FOR_EACH(ITERATOR, ARRAY, BODY) \ in init()
329 BODY in init()
H A Des2fTextureFilteringTests.cpp696 #define FOR_EACH(ITERATOR, ARRAY, BODY) \ in init()
698 BODY in init()
H A Des2fVertexTextureTests.cpp1093 #define FOR_EACH(ITERATOR, ARRAY, BODY) \ in init()
1095 BODY in init()
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pTextureUploadTests.cpp536 #define FOR_EACH(ITERATOR, ARRAY, BODY) \ in init()
538 BODY in init()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fLifetimeTests.cpp95 #define GLSL(VERSION, BODY) ("#version " #VERSION "\n" #BODY "\n")
H A Des3fTextureWrapTests.cpp415 #define FOR_EACH(ITERATOR, ARRAY, BODY) \ in init()
417 BODY in init()
/third_party/vk-gl-cts/modules/glshared/
H A DglsLifetimeTests.cpp88 #define GLSL100_SRC(BODY) ("#version 100\n" #BODY "\n")
/third_party/vk-gl-cts/modules/gles2/accuracy/
H A Des2aTextureFilteringTests.cpp712 #define FOR_EACH(ITERATOR, ARRAY, BODY) \ in init()
714 BODY in init()
/third_party/vk-gl-cts/modules/gles3/accuracy/
H A Des3aTextureFilteringTests.cpp717 #define FOR_EACH(ITERATOR, ARRAY, BODY) \ in init()
719 BODY in init()
/third_party/node/deps/openssl/openssl/util/
H A Dcheck-format.pl1132 $line_body_start = $contents =~ m/LONG BODY/ ? 0 : $line if $line_function_start != 0;

Completed in 28 milliseconds

12