/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | default_value_objectwriter.cc | 491 root_.reset(CreateNewNode(std::string(name), &type_, OBJECT, in StartObject() 542 root_.reset(CreateNewNode(std::string(name), &type_, LIST, in StartList() 569 root_.reset(nullptr); in WriteRoot()
|
/third_party/skia/include/private/ |
H A D | SkTArray.h | 134 void reset() { in reset() function in SkTArray 142 void reset(int n) { in reset() function in SkTArray 160 void reset(const T* array, int count) { in reset() function in SkTArray 173 * until the array size grows above n and subsequently shrinks below n, any version of reset()
|
/third_party/skia/include/core/ |
H A D | SkMatrix.h | 607 SkMatrix& reset(); 615 Also called reset(); use the one that provides better inline 618 SkMatrix& setIdentity() { return this->reset(); } in setIdentity() 1202 inverse->reset(); in invert()
|
/third_party/zlib/ |
H A D | gzwrite.c | 66 reset to start a new gzip stream. If gz->direct is true, then simply write 93 /* check for a pending reset */ in gz_comp() 94 if (state->reset) { in gz_comp() 99 state->reset = 0; in gz_comp() 139 state->reset = 1; in gz_comp()
|
/kernel/linux/linux-5.10/drivers/scsi/csiostor/ |
H A D | csio_hw.c | 1094 * csio_do_reset- Perform the device reset. 1096 * @fw_rst: FW reset 1098 * If fw_rst is set, issues FW reset mbox cmd otherwise 1099 * does PIO reset. 1100 * Performs reset of the function. 1109 /* PIO reset */ in csio_do_reset() 1164 * csio_hw_fw_halt - issue a reset/halt to FW and put uP into RESET 1240 * @reset: if we want to do a RESET to restart things 1252 * reset to 0) or we timeout. 1259 csio_hw_fw_restart(struct csio_hw *hw, uint32_t mbox, int32_t reset) in csio_hw_fw_restart() argument 1326 int reset, ret; csio_hw_fw_upgrade() local 2052 csio_hw_use_fwconfig(struct csio_hw *hw, int reset, u32 *fw_cfg_param) csio_hw_use_fwconfig() argument 2314 csio_hw_prep_fw(struct csio_hw *hw, struct fw_info *fw_info, const u8 *fw_data, unsigned int fw_size, struct fw_hdr *card_fw, enum csio_dev_state state, int *reset) csio_hw_prep_fw() argument 2406 csio_hw_flash_fw(struct csio_hw *hw, int *reset) csio_hw_flash_fw() argument 2479 int reset = 1; csio_hw_configure() local [all...] |
/kernel/linux/linux-6.6/drivers/scsi/csiostor/ |
H A D | csio_hw.c | 1094 * csio_do_reset- Perform the device reset. 1096 * @fw_rst: FW reset 1098 * If fw_rst is set, issues FW reset mbox cmd otherwise 1099 * does PIO reset. 1100 * Performs reset of the function. 1109 /* PIO reset */ in csio_do_reset() 1164 * csio_hw_fw_halt - issue a reset/halt to FW and put uP into RESET 1240 * @reset: if we want to do a RESET to restart things 1252 * reset to 0) or we timeout. 1259 csio_hw_fw_restart(struct csio_hw *hw, uint32_t mbox, int32_t reset) in csio_hw_fw_restart() argument 1326 int reset, ret; csio_hw_fw_upgrade() local 2052 csio_hw_use_fwconfig(struct csio_hw *hw, int reset, u32 *fw_cfg_param) csio_hw_use_fwconfig() argument 2314 csio_hw_prep_fw(struct csio_hw *hw, struct fw_info *fw_info, const u8 *fw_data, unsigned int fw_size, struct fw_hdr *card_fw, enum csio_dev_state state, int *reset) csio_hw_prep_fw() argument 2406 csio_hw_flash_fw(struct csio_hw *hw, int *reset) csio_hw_flash_fw() argument 2479 int reset = 1; csio_hw_configure() local [all...] |
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
H A D | cvmx-pko-defs.h | 1863 uint64_t reset:1; member 1871 uint64_t reset:1; 1883 uint64_t reset:1; member 1891 uint64_t reset:1; 1901 uint64_t reset:1; member 1909 uint64_t reset:1; 1922 uint64_t reset:1; member 1930 uint64_t reset:1;
|
H A D | cvmx-lmcx-defs.h | 491 uint64_t reset:1; member 507 uint64_t reset:1; 540 uint64_t reset:1; member 556 uint64_t reset:1; 583 uint64_t reset:1; member 599 uint64_t reset:1; 627 uint64_t reset:1; member 643 uint64_t reset:1; 1789 uint64_t reset:1; member 1815 uint64_t reset [all...] |
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/ |
H A D | cvmx-pko-defs.h | 1863 uint64_t reset:1; member 1871 uint64_t reset:1; 1883 uint64_t reset:1; member 1891 uint64_t reset:1; 1901 uint64_t reset:1; member 1909 uint64_t reset:1; 1922 uint64_t reset:1; member 1930 uint64_t reset:1;
|
H A D | cvmx-lmcx-defs.h | 491 uint64_t reset:1; member 507 uint64_t reset:1; 540 uint64_t reset:1; member 556 uint64_t reset:1; 583 uint64_t reset:1; member 599 uint64_t reset:1; 627 uint64_t reset:1; member 643 uint64_t reset:1; 1789 uint64_t reset:1; member 1815 uint64_t reset [all...] |
/kernel/linux/linux-5.10/drivers/iio/imu/st_lsm6dsx/ |
H A D | st_lsm6dsx_core.c | 94 .reset = { 199 .reset = { 365 .reset = { 531 .reset = { 747 .reset = { 955 .reset = { 1128 .reset = { 2078 * flush hw FIFO before device reset in order to avoid in st_lsm6dsx_reset_device() 2080 * line is asserted during hw reset the device will work in in st_lsm6dsx_reset_device() 2087 /* device sw reset */ in st_lsm6dsx_reset_device() [all...] |
/kernel/linux/linux-5.10/drivers/usb/core/ |
H A D | hcd.c | 1852 * To reset a device's configuration (put the device in the ADDRESSED state), 1905 goto reset; in usb_hcd_alloc_bandwidth() 1911 goto reset; in usb_hcd_alloc_bandwidth() 1929 goto reset; in usb_hcd_alloc_bandwidth() 1941 * The USB core just reset the device, so the xHCI host in usb_hcd_alloc_bandwidth() 1944 * setting installed before the reset as cur_alt. Dig in usb_hcd_alloc_bandwidth() 1959 goto reset; in usb_hcd_alloc_bandwidth() 1966 goto reset; in usb_hcd_alloc_bandwidth() 1970 reset: in usb_hcd_alloc_bandwidth() 1996 * usb_hcd_reset_endpoint - reset hos [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/ |
H A D | txrx.c | 1377 struct wsm_reset reset = { in cw1200_link_id_gc_work() local 1413 reset.link_id = i + 1; in cw1200_link_id_gc_work() 1414 wsm_reset(priv, &reset); in cw1200_link_id_gc_work() 1431 reset.link_id = i + 1; in cw1200_link_id_gc_work() 1432 wsm_reset(priv, &reset); in cw1200_link_id_gc_work() 1444 reset.link_id = i + 1; in cw1200_link_id_gc_work() 1446 wsm_reset(priv, &reset); in cw1200_link_id_gc_work() 1461 reset.link_id); in cw1200_link_id_gc_work()
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | sunxi_nand.c | 30 #include <linux/reset.h> 231 * @reset: NAND controller reset line 246 struct reset_control *reset; member 344 dev_err(nfc->dev, "wait for NAND controller reset timedout\n"); in sunxi_nfc_rst() 2109 nfc->reset = devm_reset_control_get_optional_exclusive(dev, "ahb"); in sunxi_nfc_probe() 2110 if (IS_ERR(nfc->reset)) in sunxi_nfc_probe() 2111 return PTR_ERR(nfc->reset); in sunxi_nfc_probe() 2113 ret = reset_control_deassert(nfc->reset); in sunxi_nfc_probe() 2115 dev_err(dev, "reset er in sunxi_nfc_probe() [all...] |
/kernel/linux/linux-6.6/drivers/net/dsa/ |
H A D | lantiq_gswip.c | 44 #include <linux/reset.h> 123 #define GSWIP_SWRES_R1 BIT(1) /* GSWIP Software reset */ 124 #define GSWIP_SWRES_R0 BIT(0) /* GSWIP Hardware reset */ 265 struct reset_control *reset; member 1911 reset_control_assert(gphy_fw->reset); in gswip_gphy_fw_load() 1913 /* The vendor BSP uses a 200ms delay after asserting the reset line. in gswip_gphy_fw_load() 1948 reset_control_deassert(gphy_fw->reset); in gswip_gphy_fw_load() 1991 gphy_fw->reset = of_reset_control_array_get_exclusive(gphy_fw_np); in gswip_gphy_fw_probe() 1992 if (IS_ERR(gphy_fw->reset)) in gswip_gphy_fw_probe() 1993 return dev_err_probe(dev, PTR_ERR(gphy_fw->reset), in gswip_gphy_fw_probe() [all...] |
/kernel/linux/linux-6.6/drivers/usb/core/ |
H A D | hcd.c | 1831 * To reset a device's configuration (put the device in the ADDRESSED state), 1884 goto reset; in usb_hcd_alloc_bandwidth() 1890 goto reset; in usb_hcd_alloc_bandwidth() 1908 goto reset; in usb_hcd_alloc_bandwidth() 1920 * The USB core just reset the device, so the xHCI host in usb_hcd_alloc_bandwidth() 1923 * setting installed before the reset as cur_alt. Dig in usb_hcd_alloc_bandwidth() 1938 goto reset; in usb_hcd_alloc_bandwidth() 1945 goto reset; in usb_hcd_alloc_bandwidth() 1949 reset: in usb_hcd_alloc_bandwidth() 1975 * usb_hcd_reset_endpoint - reset hos [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/st/cw1200/ |
H A D | txrx.c | 1373 struct wsm_reset reset = { in cw1200_link_id_gc_work() local 1409 reset.link_id = i + 1; in cw1200_link_id_gc_work() 1410 wsm_reset(priv, &reset); in cw1200_link_id_gc_work() 1427 reset.link_id = i + 1; in cw1200_link_id_gc_work() 1428 wsm_reset(priv, &reset); in cw1200_link_id_gc_work() 1440 reset.link_id = i + 1; in cw1200_link_id_gc_work() 1442 wsm_reset(priv, &reset); in cw1200_link_id_gc_work() 1457 reset.link_id); in cw1200_link_id_gc_work()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | selftest_hangcheck.c | 358 /* Check that we can reset during non-user portions of requests */ in igt_reset_nop() 431 /* Check that we can engine-reset during non-user portions */ in igt_reset_nop_engine() 445 * more. Thus a nop batch cannot be used as a reset test in igt_reset_nop_engine() 462 >->reset.flags)); in igt_reset_nop_engine() 467 pr_err("%s failed to idle before reset\n", in igt_reset_nop_engine() 506 pr_err("Full GPU reset recorded! (engine reset expected)\n"); in igt_reset_nop_engine() 513 pr_err("%s engine reset not recorded!\n", in igt_reset_nop_engine() 519 clear_and_wake_up_bit(I915_RESET_ENGINE + id, >->reset.flags); in igt_reset_nop_engine() 551 /* Check that we can recover from engine-reset failue in igt_reset_fail_engine() [all...] |
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_locks.py | 1105 # and reset 1106 await barrier.reset() 1328 asyncio.create_task(barrier.reset()) 1345 await barrier.reset() 1351 # reset the barrier 1376 await barrier.reset() 1405 # reset now: raise asyncio.BrokenBarrierError for waiting tasks 1406 await barrier.reset() 1445 # reset barrier, N-1 waiting tasks raise an BrokenBarrierError 1446 asyncio.create_task(barrier.reset()) [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/ |
H A D | vktExternalMemoryUtil.cpp | 211 reset(); in ~NativeHandle() 214 void NativeHandle::reset (void) in reset() function in vkt::ExternalMemoryUtil::NativeHandle 284 reset(); in operator =() 293 reset(); in operator =() 302 reset(); in operator =() 309 reset(); in setWin32Handle() 317 reset(); in setZirconHandle() 324 reset(); in setHostPtr()
|
/third_party/skia/src/gpu/v1/ |
H A D | ClipStack.cpp | 447 fShape.reset(); 536 fShape.reset(); in simplify() 590 fShape.reset(); in simplify() 629 this->fShape.reset(); in combine() 656 fShape.reset(); in combine() 773 fKey.reset(); in invalidate() 872 void ClipStack::SaveRecord::reset(const SkIRect& bounds) { in reset() function in skgpu::v1::ClipStack::SaveRecord 1539 save.reset(fDeviceBounds); in replaceClip()
|
/third_party/skia/src/pdf/ |
H A D | SkPDFDevice.cpp | 320 void SkPDFDevice::reset() { in reset() function in SkPDFDevice 321 fGraphicStateResources.reset(); in reset() 322 fXObjectResources.reset(); in reset() 323 fShaderResources.reset(); in reset() 324 fFontResources.reset(); in reset() 325 fContent.reset(); in reset() 1095 inverseTransform.reset(); in makeFormXObjectFromDevice() 1108 this->reset(); in makeFormXObjectFromDevice()
|
/third_party/skia/src/utils/ |
H A D | SkPolyUtils.cpp | 438 insetPolygon->reset(); in SkInsetConvexPolygon() 1397 offsetPolygon->reset(); in SkOffsetSimplePolygon() 1519 fGrid[i].reset(); in init() 1757 void reset() { in reset() function 1785 ConvexTracker() { this->reset(); } in ConvexTracker() 1787 void reset() { in reset() function 1789 fDSign.reset(); in reset() 1790 fCSign.reset(); in reset()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
H A D | LowLevel.cpp | 121 reset(); \ in TEST_F() 134 reset(); \ in TEST_F() 148 reset(); \ in TEST_F() 163 reset(); \ in TEST_F() 179 reset(); \ in TEST_F() 196 reset(); \ in TEST_F() 214 reset(); \ in TEST_F() 232 reset(); \ in TEST_F()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglRobustnessTests.cpp | 1187 << "Check the reset notification strategy returned by glGetIntegerv() equals GL_NO_RESET_NOTIFICATION\n\n" in iterate() 1215 glw::GLint reset = 0; in iterate() local 1216 gl.getIntegerv(GL_RESET_NOTIFICATION_STRATEGY, &reset); in iterate() 1219 if (reset != GL_NO_RESET_NOTIFICATION) in iterate() 1222 << "Test failed! glGetIntegerv() returned wrong value. [" << glu::getErrorStr(reset) << ", expected " << glu::getErrorStr(GL_NO_RESET_NOTIFICATION) << "]" in iterate() 1247 << "Check the reset notification strategy returned by glGetIntegerv() equals GL_LOSE_CONTEXT_ON_RESET\n\n" in iterate() 1270 glw::GLint reset = 0; in iterate() local 1271 gl.getIntegerv(GL_RESET_NOTIFICATION_STRATEGY, &reset); in iterate() 1274 if (reset != GL_LOSE_CONTEXT_ON_RESET) in iterate() 1277 << "Test failed! glGetIntegerv() returned wrong value. [" << reset << ", expecte in iterate() [all...] |