/third_party/ffmpeg/libavcodec/arm/ |
D | startcode_armv6.S | 24 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/ |
D | adapt_function.hpp | 16 #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/ |
D | SkSLConstantFolder.cpp | 430 #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/ |
D | GrVkUtil.h | 24 #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/ |
D | has_binary_operators.hpp | 20 #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
|
D | has_postfix_operators.hpp | 14 #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
|
D | has_prefix_operators.hpp | 19 #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/ |
D | autobahn-test-server.sh | 20 RESULT=0 69 RESULT=1 84 RESULT=$(( $RESULT + 2 )) 90 echo $RESULT 91 exit $RESULT
|
D | autobahn-test-client.sh | 25 RESULT=0 93 RESULT=1 99 echo $RESULT 100 exit $RESULT
|
/third_party/python/Misc/ |
D | python-config.sh.in | 18 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/ |
D | mlpdsp_init.c | 94 #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/ |
D | fsxtest | 40 RESULT=$? 42 if [ $RESULT -eq "0" ]; then 50 exit $RESULT
|
D | fsxtest02 | 36 RESULT=$? 38 if [ $RESULT -eq "0" ]; then 44 exit $RESULT
|
/third_party/alsa-utils/alsactl/init/ |
D | 00main | 20 # 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"
|
D | hda | 9 RESULT="false", EXIT="return" 24 RESULT="true", EXIT="return" 39 RESULT="true", EXIT="return"
|
/third_party/mbedtls/tests/ |
D | compat.sh | 893 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/ |
D | locktests.c | 691 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/ |
D | info.h | 61 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/ |
D | init-stage2.sh | 64 RESULT=fail 66 RESULT=pass 78 echo "hwci: mesa: $RESULT"
|
/third_party/boost/libs/graph/doc/ |
D | Makefile | 11 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/ |
D | devtools_util.h | 41 bool IsResult() const { return status_ == RESULT; } in IsResult() 64 RESULT, // Result message. enumerator
|
/third_party/python/Modules/ |
D | _testinternalcapi.c | 88 #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.c | 260 #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/ |
D | opencl.cmake | 37 RESULT_VARIABLE RESULT) 38 if(NOT RESULT EQUAL "0")
|
/third_party/python/Lib/unittest/test/ |
D | test_program.py | 157 RESULT = object() variable 172 return RESULT 273 self.assertIs(program.result, RESULT) 287 self.assertIs(program.result, RESULT) 320 self.assertIs(program.result, RESULT)
|