Home
last modified time | relevance | path

Searched refs:RESULT (Results 1 – 25 of 69) sorted by relevance

123

/third_party/ffmpeg/libavcodec/arm/
Dstartcode_armv6.S24 RESULT .req a1 label
145 13: sub RESULT, PTR, BUF
157 sub RESULT, PTR, BUF
161 sub RESULT, PTR, BUF
162 sub RESULT, RESULT, #1
166 sub RESULT, PTR, BUF
167 sub RESULT, RESULT, #4
172 addpl RESULT, RESULT, #2
174 teq RESULT, #0
198 subeq RESULT, RESULT, #1
[all …]
/third_party/boost/boost/phoenix/function/
Dadapt_function.hpp16 #define BOOST_PHOENIX_ADAPT_FUNCTION_NULLARY(RESULT, NAME, FUNC) \ argument
21 typedef RESULT result_type; \
43 #define BOOST_PHOENIX_ADAPT_FUNCTION(RESULT, NAME, FUNC, N) \ argument
53 {typedef RESULT type;}; \
56 RESULT \
83 #define BOOST_PHOENIX_ADAPT_FUNCTION_VARARG(RESULT, NAME, FUNC) \ argument
89 , (RESULT, NAME, FUNC) \
/third_party/skia/src/sksl/
DSkSLConstantFolder.cpp430 #define RESULT(Op) fold_int_expression(line, \ in Simplify() macro
443 return RESULT(/); in Simplify()
449 return RESULT(%); in Simplify()
450 case Token::Kind::TK_BITWISEAND: return RESULT(&); in Simplify()
451 case Token::Kind::TK_BITWISEOR: return RESULT(|); in Simplify()
452 case Token::Kind::TK_BITWISEXOR: return RESULT(^); in Simplify()
453 case Token::Kind::TK_EQEQ: return RESULT(==); in Simplify()
454 case Token::Kind::TK_NEQ: return RESULT(!=); in Simplify()
455 case Token::Kind::TK_GT: return RESULT(>); in Simplify()
456 case Token::Kind::TK_GTEQ: return RESULT(>=); in Simplify()
[all …]
/third_party/skia/src/gpu/vk/
DGrVkUtil.h24 #define GR_VK_CALL_RESULT(GPU, RESULT, X) \ argument
26 (RESULT) = GR_VK_CALL(GPU->vkInterface(), X); \
27 SkASSERT(VK_SUCCESS == RESULT || VK_ERROR_DEVICE_LOST == RESULT); \
28 if (RESULT != VK_SUCCESS && !GPU->isDeviceLost()) { \
29 SkDebugf("Failed vulkan call. Error: %d," #X "\n", RESULT); \
31 GPU->checkVkResult(RESULT); \
34 #define GR_VK_CALL_RESULT_NOCHECK(GPU, RESULT, X) \ argument
36 (RESULT) = GR_VK_CALL(GPU->vkInterface(), X); \
37 GPU->checkVkResult(RESULT); \
/third_party/boost/libs/type_traits/test/
Dhas_binary_operators.hpp20 #define TEST_T(TYPE,RESULT) BOOST_CHECK_INTEGRAL_CONSTANT((::boost::BOOST_TT_TRAIT_NAME<TYPE>::valu… argument
22 #define TEST_TR(TYPE,RET,RESULT) BOOST_CHECK_INTEGRAL_CONSTANT((::boost::BOOST_TT_TRAIT_NAME<TYPE,T… argument
24 #define TEST_TT(TYPE1,TYPE2,RESULT) BOOST_CHECK_INTEGRAL_CONSTANT((::boost::BOOST_TT_TRAIT_NAME<TYP… argument
26 … TEST_TTR(TYPE1,TYPE2,RET,RESULT) BOOST_CHECK_INTEGRAL_CONSTANT((::boost::BOOST_TT_TRAIT_NAME<TYPE… argument
Dhas_postfix_operators.hpp14 #define TEST_T(TYPE,RESULT) BOOST_CHECK_INTEGRAL_CONSTANT((::boost::BOOST_TT_TRAIT_NAME<TYPE>::valu… argument
16 #define TEST_TR(TYPE,RET,RESULT) BOOST_CHECK_INTEGRAL_CONSTANT((::boost::BOOST_TT_TRAIT_NAME<TYPE,R… argument
Dhas_prefix_operators.hpp19 #define TEST_T(TYPE,RESULT) BOOST_CHECK_INTEGRAL_CONSTANT((::boost::BOOST_TT_TRAIT_NAME<TYPE>::valu… argument
21 #define TEST_TR(TYPE,RET,RESULT) BOOST_CHECK_INTEGRAL_CONSTANT((::boost::BOOST_TT_TRAIT_NAME<TYPE,R… argument
/third_party/libwebsockets/scripts/
Dautobahn-test-server.sh20 RESULT=0
69 RESULT=1
84 RESULT=$(( $RESULT + 2 ))
90 echo $RESULT
91 exit $RESULT
Dautobahn-test-client.sh25 RESULT=0
93 RESULT=1
99 echo $RESULT
100 exit $RESULT
/third_party/python/Misc/
Dpython-config.sh.in18 RESULT=$(dirname $(cd $(dirname "$1") && pwd -P))
20 if readlink -f "$RESULT" >/dev/null 2>&1; then
21 RESULT=$(readlink -f "$RESULT")
24 echo $RESULT
/third_party/ffmpeg/libavcodec/x86/
Dmlpdsp_init.c94 #define RESULT "%%rsi" macro
120 #define RESULT "%%eax" macro
162 "mov "RESULT" ,"ACCUM" \n\t" in mlp_filter_channel_x86()
163 "add (%2) ,"RESULT" \n\t" in mlp_filter_channel_x86()
164 "and %4 ,"RESULT" \n\t" in mlp_filter_channel_x86()
169 "sub "ACCUM" ,"RESULT" \n\t" in mlp_filter_channel_x86()
/third_party/ltp/testcases/kernel/fs/fsx-linux/
Dfsxtest40 RESULT=$?
42 if [ $RESULT -eq "0" ]; then
50 exit $RESULT
Dfsxtest0236 RESULT=$?
38 if [ $RESULT -eq "0" ]; then
44 exit $RESULT
/third_party/alsa-utils/alsactl/init/
D00main20 # 2) if RESULT=="skip", skip ALSA standard configuration files
23 # 5) if RESULT!="true", initialize hardware using a guess method,
28 RESULT="unknown"
30 RESULT=="skip", GOTO="init_end"
39 RESULT=="true", GOTO="00main_end"
Dhda9 RESULT="false", EXIT="return"
24 RESULT="true", EXIT="return"
39 RESULT="true", EXIT="return"
/third_party/mbedtls/tests/
Dcompat.sh893 RESULT=0
897 RESULT=1
899 RESULT=2
918 RESULT=0
920 RESULT=2
926 RESULT=1
944 "0") RESULT=0 ;;
947 "2") RESULT=1 ;;
950 *) RESULT=2 ;;
955 RESULT=2
[all …]
/third_party/ltp/testcases/network/nfsv4/locks/
Dlocktests.c691 state = RESULT; in master()
702 state = RESULT; in master()
707 case RESULT: in master()
787 state = RESULT; in slave()
798 state = RESULT; in slave()
806 state = RESULT; in slave()
816 state = RESULT; in slave()
826 state = RESULT; in slave()
845 state = RESULT; in slave()
853 state = RESULT; in slave()
[all …]
/third_party/skia/third_party/externals/tint/src/sem/
Dinfo.h61 typename RESULT = GetResultType<SEM, AST_OR_TYPE>>
62 const RESULT* Get(const AST_OR_TYPE* node) const { in Get()
67 return As<RESULT>(it->second); in Get()
/third_party/mesa3d/.gitlab-ci/common/
Dinit-stage2.sh64 RESULT=fail
66 RESULT=pass
78 echo "hwci: mesa: $RESULT"
/third_party/boost/libs/graph/doc/
DMakefile11 RESULT = ps macro
15 RESULT = pdf macro
67 default: isomorphism-impl-v3.$(RESULT)
69 final: isomorphism-impl-v3.$(RESULT)
/third_party/cef/libcef/browser/devtools/
Ddevtools_util.h41 bool IsResult() const { return status_ == RESULT; } in IsResult()
64 RESULT, // Result message. enumerator
/third_party/python/Modules/
D_testinternalcapi.c88 #define CHECK(X, RESULT) \ in test_popcount() argument
90 if (check_popcount(X, RESULT) < 0) { \ in test_popcount()
127 #define CHECK(X, RESULT) \ in test_bit_length() argument
129 if (check_bit_length(X, RESULT) < 0) { \ in test_bit_length()
D_localemodule.c260 #define RESULT(key, obj)\ in _locale_localeconv_impl() macro
280 RESULT(#s, x); \ in _locale_localeconv_impl()
286 RESULT(#i, x); \ in _locale_localeconv_impl()
294 RESULT("mon_grouping", x); in _locale_localeconv_impl()
329 RESULT("grouping", x); in _locale_localeconv_impl()
337 #undef RESULT in _locale_localeconv_impl()
/third_party/mindspore/cmake/external_libs/
Dopencl.cmake37 RESULT_VARIABLE RESULT)
38 if(NOT RESULT EQUAL "0")
/third_party/python/Lib/unittest/test/
Dtest_program.py157 RESULT = object() variable
172 return RESULT
273 self.assertIs(program.result, RESULT)
287 self.assertIs(program.result, RESULT)
320 self.assertIs(program.result, RESULT)

123