Home
last modified time | relevance | path

Searched defs:RESULT (Results 1 – 11 of 11) sorted by relevance

/third_party/rust/crates/once_cell/examples/
Dtest_synchronization.rs16 static RESULT: OnceCell<usize> = OnceCell::new(); variable
/third_party/skia/src/gpu/vk/
DGrVkUtil.h24 #define GR_VK_CALL_RESULT(GPU, RESULT, X) \ argument
34 #define GR_VK_CALL_RESULT_NOCHECK(GPU, RESULT, X) \ argument
/third_party/ffmpeg/libavcodec/x86/
Dmlpdsp_init.c97 #define RESULT "%%rsi" macro
123 #define RESULT "%%eax" macro
/third_party/ffmpeg/libavcodec/arm/
Dstartcode_armv6.S24 RESULT .req a1 label
/third_party/python/Modules/
D_testinternalcapi.c88 #define CHECK(X, RESULT) \ in test_popcount() argument
127 #define CHECK(X, RESULT) \ in test_bit_length() argument
D_localemodule.c260 #define RESULT(key, obj)\ in _locale_localeconv_impl() macro
D_datetimemodule.c152 #define SIGNED_ADD_OVERFLOWED(RESULT, I, J) \ argument
/third_party/skia/src/sksl/
DSkSLConstantFolder.cpp430 #define RESULT(Op) fold_int_expression(line, \ in Simplify() macro
486 #define RESULT(Op) fold_float_expression(line, leftVal Op rightVal, &resultType) in Simplify() macro
/third_party/ltp/testcases/network/nfsv4/locks/
Dlocktests.h108 RESULT, enumerator
/third_party/jsframework/runtime/main/extend/systemplugin/ohos/
DuserIAMuserAuth.js41 RESULT: 1, property
/third_party/python/Lib/unittest/test/
Dtest_program.py157 RESULT = object() variable