Home
last modified time | relevance | path

Searched refs:update (Results 2501 - 2525 of 2572) sorted by relevance

1...<<101102103

/kernel/linux/linux-5.10/tools/perf/scripts/python/
H A Dexported-sql-viewer.py2025 self.update()
2355 self.item.update(self.item.boundingRect())
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H A Dexported-sql-viewer.py2026 self.update()
2356 self.item.update(self.item.boundingRect())
/kernel/linux/linux-6.6/net/sctp/
H A Dsocket.c2161 /* If skb's length exceeds the user's buffer, update the skb and in sctp_recvmsg()
2501 int update = (trans->param_flags & SPP_PMTUD_DISABLE) && in sctp_apply_peer_addr_params() local
2505 if (update) { in sctp_apply_peer_addr_params()
7260 * RTO update took place. obs_rto_ipaddr will be bogus in sctp_getsockopt_assoc_stats()
8614 /* If we are already listening, just update the backlog */ in sctp_inet_listen()
/third_party/node/deps/undici/
H A Dundici.js1459 let actualValue = crypto.createHash(algorithm).update(bytes).digest("base64");
7702 assert(!httpSocket, "httpSocket can only be sent on TLS update");
11828 const digest = crypto.createHash("sha1").update(keyValue + uid).digest("base64");
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiExternalMemoryTests.cpp782 .update(vk, device); in submitAtomicCalculationsAndGetSemaphoreNative()
919 .update(vk, device); in submitAtomicCalculationsAndGetFenceNative()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiExternalMemoryTests.cpp771 .update(vk, device); in submitAtomicCalculationsAndGetSemaphoreNative()
908 .update(vk, device); in submitAtomicCalculationsAndGetFenceNative()
/third_party/python/Lib/test/
H A Dtest_ssl.py965 trust_oids.update(trust)
2865 stats.update({
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1091 Hasher.update(Str); in addToStrtab()
4213 Hasher.update(ArrayRef<uint8_t>((const uint8_t *)&(Buffer)[BlockStartPos], in writeModuleHash()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DAttributor.cpp407 ChangeStatus AbstractAttribute::update(Attributor &A) { in update() function in AbstractAttribute
620 /// information in \p R and indicate/return if \p S did change (as-in update is
1162 // encountered an overdefined one during an update. in checkForAllReturnedValuesAndReturnInsts()
2162 /// so that we don't reprocess them in every update.
2389 /// See AbstractAttribute::update(...).
3046 // refilled with instructions the next update has to look at. in updateImpl()
4274 // If a candicate was found in this update, return CHANGED.
4301 // If a candicate was found in this update, return CHANGED.
4347 // If a candicate was found in this update, return CHANGED.
5926 if (AA->update(*thi
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp4076 updateBuilder.update(vkd, device); in iterate()
4137 updateBuilder.update(vkd, device); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingMiscTests.cpp8330 .update ( deviceInterface, in runTest()
8611 updateBuilder.update(vkd, device); in nullMissInstance()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_raii.hpp4460 VULKAN_HPP_NAMESPACE::Bool32 update,
9144 void update( const VULKAN_HPP_NAMESPACE::VideoSessionParametersUpdateInfoKHR & updateInfo ) const;
11636 VULKAN_HPP_INLINE void VideoSessionParametersKHR::update( in update() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::VideoSessionParametersKHR
11649 throwResultException( result, VULKAN_HPP_NAMESPACE_STRING "::VideoSessionParametersKHR::update" ); in update()
14158 VULKAN_HPP_NAMESPACE::Bool32 update,
14172 static_cast<VkBool32>( update ),
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp3582 // https://blogs.msdn.microsoft.com/vcblog/2015/12/02/partial-support-for-expression-sfinae-in-vs-2015-update-1/
17920 // capacity has changed: update all parents
19208 // capacity has changed: update all parents
20305 /// @sa https://json.nlohmann.me/api/basic_json/update/
20306 void update(const_reference j, bool merge_objects = false)
20308 update(j.begin(), j.end(), merge_objects);
20312 /// @sa https://json.nlohmann.me/api/basic_json/update/
20313 void update(const_iterator first, const_iterator last, bool merge_objects = false)
20325 JSON_THROW(type_error::create(312, "cannot use update() with " + std::string(type_name()), *this));
20337 JSON_THROW(type_error::create(312, "cannot use update() wit
[all...]
/third_party/json/single_include/nlohmann/
H A Djson.hpp3677 // https://blogs.msdn.microsoft.com/vcblog/2015/12/02/partial-support-for-expression-sfinae-in-vs-2015-update-1/
19930 // capacity has changed: update all parents
21252 // capacity has changed: update all parents
22577 /// @sa https://json.nlohmann.me/api/basic_json/update/
22578 void update(const_reference j, bool merge_objects = false)
22580 update(j.begin(), j.end(), merge_objects);
22584 /// @sa https://json.nlohmann.me/api/basic_json/update/
22585 void update(const_iterator first, const_iterator last, bool merge_objects = false)
22597 JSON_THROW(type_error::create(312, detail::concat("cannot use update() with ", type_name()), this));
22609 JSON_THROW(type_error::create(312, detail::concat("cannot use update() wit
[all...]
/kernel/linux/linux-5.10/drivers/crypto/chelsio/
H A Dchcr_algo.c1133 * for subsequent update requests
4474 a_hash->update = chcr_ahash_update; in chcr_register_alg()
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c1659 * considerable TX slowdown with update sizes that fill the in dsi_get_line_buf_size()
4907 .update = dsi_update,
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c1773 * considerable TX slowdown with update sizes that fill the in dsi_get_line_buf_size()
5026 .update = dsi_update,
/kernel/linux/linux-6.6/fs/f2fs/
H A Df2fs.h275 * bitmap for update case
284 UPDATE_INO, /* for update ino list */
779 FI_UPDATE_WRITE, /* inode has in-place-update data */
1058 unsigned int ipu_policy; /* in-place-update policy */
1059 unsigned int min_ipu_util; /* in-place-update threshold */
1689 atomic_t inplace_count; /* # of inplace update */
1752 * If we are in irq context, let's update error information into
2981 #define F2FS_NOATIME_FL 0x00000080 /* do not update atime */
3925 int inline_xattr, inline_inode, inline_dir, append, update, orphans; member
4547 /* don't update i_compr_block in f2fs_i_compr_blocks_update()
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c1778 * considerable TX slowdown with update sizes that fill the in dsi_get_line_buf_size()
5024 .update = dsi_update,
/kernel/linux/linux-6.6/drivers/crypto/chelsio/
H A Dchcr_algo.c1126 * for subsequent update requests
4470 a_hash->update = chcr_ahash_update; in chcr_register_alg()
/kernel/linux/linux-6.6/arch/x86/events/intel/
H A Dcore.c2614 * Avoid update event->count for this case. in __icl_update_topdown_event()
2674 * Check and update this event, which may have been cleared in intel_update_topdown_event()
4969 .update = intel_pmu_update,
5115 pr_info("PEBS enabled due to microcode update\n"); in intel_snb_check_microcode()
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c1254 * considerable TX slowdown with update sizes that fill the in dsi_get_line_buf_size()
2210 * we can improve performance by setting the update window in dsi_vc_write_common()
4274 .update = dsi_update_all,
/test/xts/acts/security/huks/security_huks_reformed_test/huks_hmac_callback_BasicTest/entry/src/ohosTest/js/test/HMAC/
H A DSecurityHuksImportJsunit.test.js880 console.log(`update size invalid isFinished = ${isFinished}`);
/third_party/mbedtls/tests/scripts/
H A Dall.sh592 git update-index --no-skip-worktree Makefile library/Makefile programs/Makefile tests/Makefile programs/fuzz/Makefile
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dphonemetadata.pb.h13 #error incompatible with your Protocol Buffer headers. Please update

Completed in 215 milliseconds

1...<<101102103