/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
|
H A D | config.c | 4891 int result = 0; in wpa_config_dump_values() local 4907 result += tmp; in wpa_config_dump_values() 4909 return result; in wpa_config_dump_values()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
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...] |
H A D | config.c | 5463 int result = 0; in wpa_config_dump_values() local 5479 result += tmp; in wpa_config_dump_values() 5481 return result; in wpa_config_dump_values()
|
/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...] |
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
H A D | hmac_config.c | 302 hi_u32 result; in hmac_config_ampdu_start() local 337 result = hmac_mgmt_tx_action(hmac_vap, hmac_user, &action_args); in hmac_config_ampdu_start() 338 if (result != HI_SUCCESS) { in hmac_config_ampdu_start() 5840 if (rsp->result != 0) { /* 失败 */ in hmac_report_mfg_test() 5856 printk("ERROR\r\nInvalid rsp num %d\r\n", rsp->result); in hmac_report_mfg_test()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cbiditst.c | 102 uint32_t option, UBiDiLevel level, char *result); 1500 log_err("\nWrong result length, should be 5, got %d\n", destLen); in doMisc() 1564 log_err("\nWrong result #1, should be 'abc', got '%s'\n", in doMisc() 1575 log_err("\nWrong result #2, length should be 0, got %d\n", destLen); in doMisc() 1582 log_err("\nWrong result #3, should be ' ', got '%s'\n", in doMisc() 1590 log_err("\nWrong result #4, should be 'abc', got '%s'\n", in doMisc() 1599 log_err("\nWrong result #5, should be '%s', got '%s'\n", in doMisc() 1608 log_err("\nWrong result #6, should be '%s', got '%s'\n", in doMisc() 1617 log_err("\nWrong result #7, should be '%s', got '%s'\n", in doMisc() 1626 log_err("\nWrong result # in doMisc() 4384 inverseBasic(UBiDi *pBiDi, const char *srcChars, int32_t srcLen, uint32_t option, UBiDiLevel level, char *result) inverseBasic() argument [all...] |
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | macro-assembler-mips.cc | 2062 // Canonicalize the result. in CallRecordWriteStub() 2667 void TurboAssembler::TryInlineTruncateDoubleToI(Register result, in CallRecordWriteStub() argument 2676 mfc1(result, single_scratch); in CallRecordWriteStub() 2688 Register result, in CallRecordWriteStub() 2693 TryInlineTruncateDoubleToI(result, double_input, &done); in CallRecordWriteStub() 2710 lw(result, MemOperand(sp, 0)); in CallRecordWriteStub() 2687 TruncateDoubleToI(Isolate* isolate, Zone* zone, Register result, DoubleRegister double_input, StubCallMode stub_mode) CallRecordWriteStub() argument
|
/third_party/googletest/googletest/test/ |
H A D | gtest_unittest.cc | 634 // Tests that encoding an invalid code-point generates the expected result. 709 // Tests that encoding an invalid code-point generates the expected result. 723 // generates the expected result. 1995 ExpectNonFatalFailureRecordingPropertyWithReservedKey(*test_info->result(), in ExpectNonFatalFailureRecordingPropertyWithReservedKeyForCurrentTest() 2588 // Tests that IsSubstring() returns the correct result when the input 2599 // Tests that IsSubstring() returns the correct result when the input 2623 // Tests that IsSubstring returns the correct result when the input 2631 // Tests that IsSubstring returns the correct result when the input 2655 // Tests that IsNotSubstring() returns the correct result when the input 2662 // Tests that IsNotSubstring() returns the correct result whe [all...] |
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | instruction-selector-arm.cc | 808 // or the result of a shift operation, so only consider the addressing in VisitUnalignedLoad() 1220 // The high word of the result is not used, so we emit the standard 32 bit in VisitInt32PairAdd() 1245 // The high word of the result is not used, so we emit the standard 32 bit in VisitInt32PairSub() 1268 // The high word of the result is not used, so we emit the standard 32 bit in VisitInt32PairMul() 1493 // result operand needs shift operator. in EmitInt32MulWithOverflow() 1947 // If we can deoptimize as a result of the binop, we need to make sure in VisitWordCompare() 1948 // that the deopt inputs are not overwritten by the binop result. One way in VisitWordCompare() 2054 Node* const result = NodeProperties::FindProjection(node, 0); in VisitWordCompareZero() local 2055 if (!result || IsDefined(result)) { in VisitWordCompareZero() [all...] |
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | instruction-selector-mips64.cc | 801 // Select Ext for Shr(And(x, mask), imm) where the result of the mask is in VisitWord32Shr() 892 // Select Dext for Shr(And(x, mask), imm) where the result of the mask is in VisitWord64Shr() 2375 // TempRegister(0) is used to store the comparison result. in VisitStackPointerGreaterThan() 2475 Node* const result = NodeProperties::FindProjection(node, 0); in VisitWordCompareZero() local 2476 if (result == nullptr || IsDefined(result)) { in VisitWordCompareZero()
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
H A D | instruction-selector-loong64.cc | 785 // Select Bstrpick_w for Shr(And(x, mask), imm) where the result of the in VisitWord32Shr() 876 // Select Bstrpick_d for Shr(And(x, mask), imm) where the result of the in VisitWord64Shr() 2119 // TempRegister(0) is used to store the comparison result. in VisitStackPointerGreaterThan() 2219 Node* const result = NodeProperties::FindProjection(node, 0); in VisitWordCompareZero() local 2220 if (result == nullptr || IsDefined(result)) { in VisitWordCompareZero()
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | instruction-selector-riscv64.cc | 321 // If we can deoptimize as a result of the binop, we need to make sure that in VisitBinop() 322 // the deopt inputs are not overwritten by the binop result. One way in VisitBinop() 2333 Node* const result = NodeProperties::FindProjection(node, 0); in VisitWordCompareZero() local 2334 if (result == nullptr || IsDefined(result)) { in VisitWordCompareZero()
|
/third_party/rust/crates/libc/src/ |
H A D | psp.rs | 1998 pub result: i32, 2036 pub result: i32, 2081 pub result: SceUtilityOskResult,
|
/third_party/python/Lib/test/ |
H A D | pickletester.py | 196 result = pickling_metaclass(name, bases, dict()) 197 result.reduce_args = (name, bases) 198 return result 2473 # the same result as Python 2.x did. 3799 # in this case, the callback returns an invalid result (not a 2-5
|
H A D | test_tarfile.py | 3238 result = ( 3256 assert stat.filemode(result)[1:] == mode[1:] 3258 return result 3336 """Extracts `tar` to `self.destdir` and allows checking the result 3673 # only check the filter result.
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeBasicComputeShaderTests.cpp | 4303 uint32_t result = 0; 4304 deMemcpy(&result, bufferData, sizeof(uint32_t)); 4305 if (result != 1)
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageCompressionTranscodingSupport.cpp | 155 const void *result, in BinaryCompare() 163 if (deMemCmp(reference, result, (size_t)sizeInBytes) == 0) in BinaryCompare() 177 const deUint32 *pui32ResVal = (deUint32*)result; in BinaryCompare() 189 // and the result image has the HDR error colour (or vice versa as the test in BinaryCompare() 2153 // Make reference and result images readable in verifyDecompression() 2191 // Decompress result image in verifyDecompression() 2212 // Compare decompressed pixel data in reference and result images in verifyDecompression() 154 BinaryCompare(const void *reference, const void *result, VkDeviceSize sizeInBytes, VkFormat formatForVerify, BinaryCompareMode mode) BinaryCompare() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktDynamicRenderingTests.cpp | 1344 de::MovePtr<tcu::TextureLevel> result(new tcu::TextureLevel(mapVkFormat(m_formatStencilDepthImage), in verifyDepth() 1346 tcu::copy(tcu::getEffectiveDepthStencilAccess(result->getAccess(), tcu::Sampler::MODE_DEPTH), resultDepthImage); in verifyDepth() 1348 const tcu::ConstPixelBufferAccess depthResult = tcu::getEffectiveDepthStencilAccess(result->getAccess(), tcu::Sampler::MODE_DEPTH); in verifyDepth()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageCompressionTranscodingSupport.cpp | 155 const void *result, in BinaryCompare() 163 if (deMemCmp(reference, result, (size_t)sizeInBytes) == 0) in BinaryCompare() 177 const deUint32 *pui32ResVal = (deUint32*)result; in BinaryCompare() 189 // and the result image has the HDR error colour (or vice versa as the test in BinaryCompare() 2138 // Make reference and result images readable in verifyDecompression() 2176 // Decompress result image in verifyDecompression() 2197 // Compare decompressed pixel data in reference and result images in verifyDecompression() 154 BinaryCompare(const void *reference, const void *result, VkDeviceSize sizeInBytes, VkFormat formatForVerify, BinaryCompareMode mode) BinaryCompare() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | formatutils.cpp | 1495 FormatSet result; in BuildAllSizedInternalFormatSet() local 1507 result.insert(internalFormat.first); in BuildAllSizedInternalFormatSet() 1512 return result; in BuildAllSizedInternalFormatSet()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | TextureStorage11.cpp | 269 DropStencil result = DropStencil::CREATED; in getSRVForSampler() local 270 ANGLE_TRY(ensureDropStencilTexture(context, &result)); in getSRVForSampler() 273 // TODO(jmadill): Re-use find query result. in getSRVForSampler() 275 if (result == DropStencil::CREATED && srvEntry != mSrvCacheForSampler.end()) in getSRVForSampler()
|
/third_party/elfutils/src/ |
H A D | readelf.c | 7914 Dwarf_Die result; in print_debug_units() local 7957 dwarf_cu_die (cu, &result, NULL, &abbroffset, &addrsize, &offsize, in print_debug_units() 8139 dwarf_cu_die (split_cu, &result, NULL, &abbroffset, in print_debug_units() 13080 int result = elf_errno (); in dump_archive_index() local 13081 if (unlikely (result != ELF_E_NO_INDEX)) in dump_archive_index() 13083 fname, elf_errmsg (result)); in dump_archive_index()
|