/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/ |
H A D | instant_statistics.cpp | 929 .result = EVENT_STAGE_RESULT_OK,
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9lpf_16bpp.asm | 136 ; if dont_store is set, don't write the result into memory, instead keep the
|
/third_party/benchmark/include/benchmark/ |
H A D | benchmark.h | 408 virtual void Stop(Result& result) = 0; 623 // In the end, invert the result. This is always done last! 1204 // is not repeated then the single result is always reported. 1721 // Interface for custom benchmark result printers.
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind.tex | 233 targeting a cross-platform will result in a link-time error
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | ArchiveCommandLine.cpp | 900 bool ParseComplexSize(const wchar_t *s, UInt64 &result);
|
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | v3d_compiler.h | 1136 struct qreg result);
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ir.h | 293 * negative one. For boolean types, the result is always \c false. 1315 * and the value in *result if result is non-NULL. 1320 ir_constant **result);
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/modes/ |
H A D | ghash-armv4.S | 530 veor d4,d4,d3 @ Xh|Xl - 256-bit result
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/modes/ |
H A D | ghash-armv4.S | 530 veor d4,d4,d3 @ Xh|Xl - 256-bit result
|
/third_party/node/src/ |
H A D | util.h | 853 int ReadFileSync(std::string* result, const char* path);
|
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | macro-assembler-x64.h | 208 // Tag an word-size value. The result must be known to be a valid smi value. 253 // Add an integer constant to a tagged smi, giving a tagged smi as result. 254 // No overflow testing on the result is done. 345 Register result, const StringConstantBase* string, 801 // Always use unsigned comparisons: below_equal for a positive result.
|
/third_party/node/deps/v8/src/ic/ |
H A D | keyed-store-generic.cc | 1206 ExitPoint exit_point(this, [&](TNode<Object> result) { Goto(&done); }); in StoreProperty()
|
/third_party/node/deps/v8/src/execution/riscv64/ |
H A D | simulator-riscv64.h | 758 // if any input or result is NaN, the result is quiet_NaN in CanonicalizeFPUOpFMA() 776 // if any input or result is NaN, the result is quiet_NaN in CanonicalizeFPUOp3() 793 // if any input or result is NaN, the result is quiet_NaN in CanonicalizeFPUOp2() 808 // if any input or result is NaN, the result is quiet_NaN in CanonicalizeFPUOp1() 935 void SetFpResult(const double& result);
|
/third_party/rust/crates/libc/src/unix/hermit/ |
H A D | mod.rs | 983 result: *mut *mut passwd, in getpwuid_r()
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-ucm.c | 658 pa_log_info("Add role %s to device %s(%s), result %s", role, dev_name, role_name, pa_proplist_gets(dev->proplist, in add_role_to_device() 1086 This way, the result will always be less than the individual components, in ucm_add_port_combination() 1087 yet higher components will lead to higher result. */ in ucm_add_port_combination()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | IntermNode.h | 412 TConstantUnion *result) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeAnalyzer.cpp | 911 Hash = Hasher.result(); in parseBlock()
|
/third_party/rust/crates/libc/src/unix/redox/ |
H A D | mod.rs | 325 pub const ERANGE: ::c_int = 34; /* Math result not representable */ 1024 result: *mut *mut passwd, in getpwuid_r()
|
/third_party/selinux/libselinux/src/ |
H A D | selinux_restorecon.c | 383 new_entry->result = digest_result; in add_xattr_entry() 1025 "ignore cfg parsing result %d \n", in selinux_restorecon_thread()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | wpa_supplicant_i.h | 1106 result);
|
H A D | ctrl_iface.c | 3155 /* Format one result on one text line into a buffer. */ 3761 int result; local 3772 result = wpa_supplicant_remove_network(wpa_s, id); 3773 if (result == -1) { 3778 if (result == -2) { 9540 result) 9543 " src=" MACSTR " bssid=" MACSTR " result=%s", 9545 result == OFFCHANNEL_SEND_ACTION_SUCCESS ? 9546 "SUCCESS" : (result == OFFCHANNEL_SEND_ACTION_NO_ACK ? 9549 " src=" MACSTR_SEC " bssid=" MACSTR_SEC " result 9535 wpas_ctrl_iface_mgmt_tx_cb(struct wpa_supplicant *wpa_s, unsigned int freq, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *data, size_t data_len, enum offchannel_send_action_result result) global() argument [all...] |
/third_party/astc-encoder/Source/ |
H A D | tinyexr.h | 2423 #define TINFL_CR_RETURN(state_index, result) \ 2425 status = result; \ 2431 #define TINFL_CR_RETURN_FOREVER(state_index, result) \ 2434 TINFL_CR_RETURN(state_index, result); \ 3046 int result = 0; in tinfl_decompress_mem_to_callback() local 3065 result = (status == TINFL_STATUS_DONE); in tinfl_decompress_mem_to_callback() 3072 return result; in tinfl_decompress_mem_to_callback() 6539 mz_bool result = MZ_FALSE; in mz_zip_writer_add_file() local 6579 result = MZ_TRUE; in mz_zip_writer_add_file() 6587 if (!result) { in mz_zip_writer_add_file() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 824 bool result = false; in ParseSummaryEntry() 827 result = ParseGVEntry(SummaryID); in ParseSummaryEntry() 830 result = ParseModuleEntry(SummaryID); in ParseSummaryEntry() 833 result = ParseTypeIdEntry(SummaryID); in ParseSummaryEntry() 836 result = ParseTypeIdCompatibleVtableEntry(SummaryID); in ParseSummaryEntry() 839 result = Error(Lex.getLoc(), "unexpected summary kind"); in ParseSummaryEntry() 843 return result; in ParseSummaryEntry() 5660 default: llvm_unreachable("Unknown ParseInstruction result!"); 5665 // With a normal result, we check to see if the instruction is followed by 5909 return Error(TypeLoc, "value doesn't match function result typ [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | ctrl_iface.c | 2818 /* Format one result on one text line into a buffer. */ 3383 int result; in wpa_supplicant_ctrl_iface_remove_network() local 3419 result = wpa_supplicant_remove_network(wpa_s, id); in wpa_supplicant_ctrl_iface_remove_network() 3420 if (result == -1) { in wpa_supplicant_ctrl_iface_remove_network() 3425 if (result == -2) { in wpa_supplicant_ctrl_iface_remove_network() 8589 result) in wpas_ctrl_iface_mgmt_tx_cb() 8592 " src=" MACSTR " bssid=" MACSTR " result=%s", in wpas_ctrl_iface_mgmt_tx_cb() 8594 result == OFFCHANNEL_SEND_ACTION_SUCCESS ? in wpas_ctrl_iface_mgmt_tx_cb() 8595 "SUCCESS" : (result == OFFCHANNEL_SEND_ACTION_NO_ACK ? in wpas_ctrl_iface_mgmt_tx_cb() 8584 wpas_ctrl_iface_mgmt_tx_cb(struct wpa_supplicant *wpa_s, unsigned int freq, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *data, size_t data_len, enum offchannel_send_action_result result) wpas_ctrl_iface_mgmt_tx_cb() argument
|
/third_party/vixl/test/aarch64/ |
H A D | test-assembler-sve-aarch64.cc | 2732 // given result and governing predicate. 3000 // There are no active lanes in in0, so the result is simply the first active 3089 // There are no active lanes in in0, so the result is simply the first active 3177 // There are no active lanes in in0, so the result is simply the first active 3242 // There are no active lanes in in0, so the result is simply the first active 3313 // active lane in pdn, so the result should always be zero. 3900 T result; in QAdd() local 3905 result = (max - x) < static_cast<T>(y) ? max : x + y; in QAdd() 3908 result = (x - min) < static_cast<T>(-y) ? min : x + y; in QAdd() 3910 result in QAdd() [all...] |