Home
last modified time | relevance | path

Searched defs:VAR (Results 1 – 25 of 31) sorted by relevance

12

/third_party/boost/libs/utility/identity_type/test/
Dvar_error.cpp11 #define VAR(type, n) type var ## n macro
Dvar.cpp10 #define VAR(type, n) type var ## n macro
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DError.h137 #define DAWN_TRY_ASSIGN(VAR, EXPR) DAWN_TRY_ASSIGN_WITH_CLEANUP(VAR, EXPR, {}) argument
172 #define DAWN_TRY_ASSIGN_WITH_CLEANUP_IMPL_3_(VAR, EXPR, BODY) \ argument
175 #define DAWN_TRY_ASSIGN_WITH_CLEANUP_IMPL_4_(VAR, EXPR, BODY, RET) \ argument
/third_party/skia/third_party/externals/dawn/src/tests/
DDawnNativeTest.h27 #define DAWN_ASSERT_AND_ASSIGN(VAR, EXPR) \ argument
/third_party/vk-gl-cts/framework/common/
DtcuInterval.hpp232 #define TCU_SET_INTERVAL_BOUNDS(DST, VAR, SETLOW, SETHIGH) do \ argument
253 #define TCU_SET_INTERVAL(DST, VAR, BODY) \ argument
261 #define TCU_INTERVAL_APPLY_MONOTONE1(DST, PARAM, ARG, VAR, BODY) do \ argument
287 #define TCU_INTERVAL_APPLY_MONOTONE2(DST, P0, A0, P1, A1, VAR, BODY) \ argument
292 #define TCU_INTERVAL_APPLY_MONOTONE3(DST, P0, A0, P1, A1, P2, A2, VAR, BODY) \ argument
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dadam_weight_decay_cpu_kernel.h42 enum input_list_ { VAR, M, V, LR, BETA1, BETA2, EPSILON, DECAY, GRAD }; enumerator
Dadam_cpu_kernel.h45 enum input_list_ { VAR, M, V, BETA1_POWER, BETA2_POWER, LR, BETA1, BETA2, EPSILON, GRAD }; enumerator
Dfused_cast_adam_weight_decay_cpu_kernel.h48 enum input_list_ { VAR, M, V, LR, BETA1, BETA2, EPSILON, DECAY, GRAD }; enumerator
/third_party/ltp/testcases/kernel/syscalls/kill/
Dkill02.c155 #define CHILD_EXIT(VAR) ((VAR >> 8) & 0377) /*Exit value from the child. */ argument
156 #define CHILD_SIG(VAR) (VAR & 0377) /*Signal value from the termination of child. */ argument
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/opencl/
Dcommon.h37 constexpr Tensor::Category VAR = Tensor::VAR; variable
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DError.h73 #define DAWN_TRY_ASSIGN(VAR, EXPR) \ argument
/third_party/icu/icu4c/source/test/intltest/
Dloctest.h193 VAR, enumerator
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/
DRuleParser.java34 private static final Pattern VAR = Pattern.compile("^%([A-Z])=(.*)$"); field in RuleParser
/third_party/mesa3d/src/mesa/math/
Dm_debug_util.h303 enum { NIL = 0, ONE = 1, NEG = -1, VAR = 2 }; enumerator
/third_party/python/Python/
Dpreconfig.c506 #define COPY_FLAG(ATTR, VAR) \ in preconfig_set_global_vars() argument
510 #define COPY_NOT_FLAG(ATTR, VAR) \ in preconfig_set_global_vars() argument
Dinitconfig.c191 #define SET_ITEM_INT(VAR) \ in _Py_GetGlobalVariablesAsDict() argument
197 #define SET_ITEM_STR(VAR) \ in _Py_GetGlobalVariablesAsDict() argument
1424 #define COPY_FLAG(ATTR, VAR) \ in config_set_global_vars() argument
1428 #define COPY_NOT_FLAG(ATTR, VAR) \ in config_set_global_vars() argument
/third_party/protobuf/php/tests/proto/
Dtest_reserved_enum_value_upper.proto67 VAR = 61; enumerator
Dtest_reserved_message_upper.proto66 message VAR {} message
Dtest_reserved_enum_upper.proto66 enum VAR { ZERO62 = 0; } enum
/third_party/mindspore/mindspore/lite/src/
Dtensor.h60 VAR, // activation tensor enumerator
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb.hh515 #define VAR 1 macro
/third_party/boost/boost/phoenix/function/
Dlazy_reuse.hpp57 struct VAR {}; struct
/third_party/vk-gl-cts/framework/delibs/debase/
DdeDefs.h356 #define DE_UNREF(VAR) ((void)(VAR)) argument
/third_party/toybox/toys/pending/
Dcrond.c42 } VAR; typedef
/third_party/boost/boost/
Dforeach.hpp1105 #define BOOST_FOREACH(VAR, COL) … argument
1123 #define BOOST_REVERSE_FOREACH(VAR, COL) … argument

12