/third_party/ffmpeg/libavcodec/arm/ |
H A 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, RESUL [all...] |
/third_party/skia/src/sksl/ |
H A 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() 477 #undef RESULT Simplify() macro 486 #define RESULT Simplify() macro 500 #undef RESULT Simplify() macro [all...] |
/third_party/skia/src/gpu/vk/ |
H A D | GrVkUtil.h | 24 #define GR_VK_CALL_RESULT(GPU, RESULT, X) \ 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) \ 36 (RESULT) = GR_VK_CALL(GPU->vkInterface(), X); \ 37 GPU->checkVkResult(RESULT); \ [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | mlpdsp_init.c | 97 #define RESULT "%%rsi" macro 123 #define RESULT "%%eax" macro 165 "mov "RESULT" ,"ACCUM" \n\t" in mlp_filter_channel_x86() 166 "add (%2) ,"RESULT" \n\t" in mlp_filter_channel_x86() 167 "and %4 ,"RESULT" \n\t" in mlp_filter_channel_x86() 172 "sub "ACCUM" ,"RESULT" \n\t" in mlp_filter_channel_x86()
|
/third_party/ltp/testcases/network/nfsv4/locks/ |
H A 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...] |
H A D | locktests.h | 108 RESULT, enumerator
|
/third_party/mbedtls/tests/ |
H A D | compat.sh | 930 RESULT=0 934 RESULT=1 936 RESULT=2 955 RESULT=0 957 RESULT=2 963 RESULT=1 981 "0") RESULT=0 ;; 984 "2") RESULT=1 ;; 987 *) RESULT=2 ;; 992 RESULT [all...] |
/third_party/skia/third_party/externals/tint/src/sem/ |
H A 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/spirv-tools/kokoro/scripts/linux/ |
H A D | build.sh | 56 RESULT=$? 63 exit $RESULT
|
/third_party/mesa3d/.gitlab-ci/common/ |
H A D | init-stage2.sh | 134 RESULT=fail 158 [ ${EXIT_CODE} -eq 0 ] && RESULT=pass 161 echo "hwci: mesa: $RESULT"
|
/third_party/rust/crates/once_cell/examples/ |
H A D | test_synchronization.rs | 16 static RESULT: OnceCell<usize> = OnceCell::new(); consts 37 assert_eq!(RESULT.get_or_init(|| accum), &accum); in thread_main()
|
/third_party/python/Modules/ |
H A 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() macro
|
H A D | _testinternalcapi.c | 94 #define CHECK(X, RESULT) \ in test_popcount() 96 if (check_popcount(X, RESULT) < 0) { \ in test_popcount() 134 #define CHECK(X, RESULT) \ in test_bit_length() 136 if (check_bit_length(X, RESULT) < 0) { \ in test_bit_length()
|
H A D | _datetimemodule.c | 157 #define SIGNED_ADD_OVERFLOWED(RESULT, I, J) \ 158 ((((RESULT) ^ (I)) & ((RESULT) ^ (J))) < 0)
|
/third_party/eudev/test/ |
H A D | udev-test.pl | 210 KERNEL=="ttyACM0", PROGRAM=="/bin/echo -e \\101", RESULT=="A", SYMLINK+="aaa" 279 SUBSYSTEMS=="scsi", PROGRAM=="/bin/echo -n special-device", RESULT=="-special-*", SYMLINK+="not" 280 SUBSYSTEMS=="scsi", PROGRAM=="/bin/echo -n special-device", RESULT=="special-*", SYMLINK+="%c-%n" 288 SUBSYSTEMS=="scsi", PROGRAM=="/bin/echo test", RESULT=="test", SYMLINK+="newline_removed" 296 SUBSYSTEMS=="scsi", PROGRAM=="/bin/echo -n test-%b", RESULT=="test-0:0*", SYMLINK+="%c" 384 SUBSYSTEMS=="scsi", PROGRAM=="/bin/echo -n foo", RESULT=="foo", SYMLINK+="foo" 845 SUBSYSTEMS=="scsi", PROGRAM=="/bin/echo -n node link1 link2", RESULT=="node *", SYMLINK+="%c{2} %c{3}" 853 SUBSYSTEMS=="scsi", PROGRAM=="/bin/echo -n node link1 link2 link3 link4", RESULT=="node *", SYMLINK+="%c{2+}" 992 SUBSYSTEMS=="scsi", KERNEL=="sda1", PROGRAM=="/bin/echo -e name; (/usr/bin/badprogram)", RESULT=="name_ _/usr/bin/badprogram_", SYMLINK+="sane" 1000 SUBSYSTEMS=="scsi", KERNEL=="sda1", PROGRAM=="/bin/echo -e \\xc3\\xbcber" RESULT [all...] |
/third_party/python/Lib/unittest/test/ |
H A D | test_program.py | 181 RESULT = object() variable 196 return RESULT 298 self.assertIs(program.result, RESULT) 312 self.assertIs(program.result, RESULT) 345 self.assertIs(program.result, RESULT)
|
/third_party/python/Lib/ |
H A D | functools.py | 529 PREV, NEXT, KEY, RESULT = 0, 1, 2, 3 # names for the link fields 596 oldroot[RESULT] = result 605 oldresult = root[RESULT] 606 root[KEY] = root[RESULT] = None
|
/third_party/mesa3d/src/mesa/program/ |
H A D | program_parse.y | 193 %token RANGE RESULT ROW 1846 resultBinding: RESULT POSITION 1855 | RESULT FOGCOORD 1864 | RESULT resultColBinding 1868 | RESULT POINTSIZE 1877 | RESULT TEXCOORD optTexCoordUnitNum 1886 | RESULT DEPTH
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_common.h | 51 (VN_DEBUG(RESULT) ? vn_log_result((instance), (error), __func__) : (error))
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | parser_impl.h | 703 /// ResultType resolves to `T` for a `RESULT` of type Expect<T>. 704 template <typename RESULT> 705 using ResultType = typename RESULT::type;
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | Test.pm | 186 if (ok(open(RESULT, "foo.txt"), "reading foo.txt")) { 187 my $line = <RESULT>; 188 close RESULT;
|
/third_party/openssl/util/perl/OpenSSL/ |
H A D | Test.pm | 186 if (ok(open(RESULT, "foo.txt"), "reading foo.txt")) { 187 my $line = <RESULT>; 188 close RESULT;
|