Home
last modified time | relevance | path

Searched refs:result (Results 16076 - 16100 of 17105) sorted by relevance

1...<<641642643644645646647648649650>>...685

/third_party/rust/crates/regex/regex-syntax/src/hir/
H A Dmod.rs8 use std::result;
729 /// The result of this is a valid regular expression pattern string.
878 /// result in the class containing both the ranges `a-z` and `A-Z`.
897 /// result in the class containing both the ranges `a-z` and `A-Z`.
906 ) -> result::Result<(), CaseFoldError> { in try_case_fold_simple()
1120 /// then applying case folding will result in the class containing both the
/third_party/rust/crates/nix/test/
H A Dtest_unistd.rs91 let result = mkstemp(&path); in test_mkstemp()
92 match result { in test_mkstemp()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/modifiers/
H A DvktModifiersTests.cpp933 tcu::ConstPixelBufferAccess result (referenceTextureFormat, imageSize.x(), imageSize.y(), 1, outputBuffer->getAllocation().getHostPtr()); in exportImportMemoryExplicitModifiersCase()
938 return tcu::intThresholdCompare(context.getTestContext().getLog(), "Compare", "Result comparison", referenceImage, result, threshold, tcu::COMPARE_LOG_RESULT); in exportImportMemoryExplicitModifiersCase()
952 return tcu::TestStatus::fail("Unexpected copy image result"); in exportImportMemoryExplicitModifiersCase()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustness1VertexAccessTests.cpp463 const auto result = allocateVertex( in GenerateTriangles()
471 return result; in GenerateTriangles()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Deapol_test.c421 static void eapol_sm_cb(struct eapol_sm *eapol, enum eapol_supp_result result, in eapol_sm_cb() argument
425 printf("eapol_sm_cb: result=%d\n", result); in eapol_sm_cb()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Deapol_test.c421 static void eapol_sm_cb(struct eapol_sm *eapol, enum eapol_supp_result result, in eapol_sm_cb() argument
425 printf("eapol_sm_cb: result=%d\n", result); in eapol_sm_cb()
/device/soc/hisilicon/common/platform/mmc/himci_v200/
H A Dhimci.c1245 uint32_t result; in HimciSendTuning() local
1255 (void)MmcStopTransmission(cntlr, true, &result); in HimciSendTuning()
1256 (void)MmcSendStatus(cntlr, &result); in HimciSendTuning()
/kernel/linux/linux-5.10/drivers/crypto/inside-secure/
H A Dsafexcel.c765 /* Enable result descriptor rings */ in safexcel_hw_init()
911 "result descriptor error (%x)", in safexcel_rdesc_check_errors()
967 struct safexcel_inv_result *result = req->data; in safexcel_inv_complete() local
972 result->error = error; in safexcel_inv_complete()
973 complete(&result->completion); in safexcel_inv_complete()
996 /* Prepare result descriptor */ in safexcel_invalidate_cache()
1038 dev_err(priv->dev, "failed to handle result (%d)\n", in safexcel_handle_result_descriptor()
1350 /* now the size of the descr is this 1st part plus the result struct */ in safexcel_configure()
/kernel/linux/linux-5.10/drivers/crypto/
H A Ds5p-sss.c341 * @digest: Digest message or IV for partial result
825 * s5p_hash_copy_result() - copy digest into req->result
832 if (!req->result) in s5p_hash_copy_result()
835 memcpy(req->result, ctx->digest, ctx->nregs * HASH_REG_SIZEOF); in s5p_hash_copy_result()
1559 ctx->bufcnt, req->result); in s5p_hash_final()
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dsetox.S20 | The returned result is within 0.85 ulps in 64 significant bit, i.e.
21 | within 0.5001 ulp to 53 bits if the result is subsequently rounded
22 | to double precision. The result is provably monotonic in double
205 | with an inexact result. Thus, 9.5 always raises the
271 | bigger than 2^(-67.7) compared to the final result.
/kernel/linux/linux-5.10/drivers/crypto/ux500/hash/
H A Dhash_core.c943 memcpy(req->result, digest, ctx->digestsize); in hash_dma_final()
996 memcpy(req->result, &zero_hash[0], ctx->digestsize); in hash_hw_final()
1046 memcpy(req->result, digest, ctx->digestsize); in hash_hw_final()
1287 /* Copy result into digest array */ in hash_get_digest()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_resource.c1766 enum dc_status result = DC_OK; in dcn21_patch_unknown_plane_state() local
1773 result = dcn20_patch_unknown_plane_state(plane_state); in dcn21_patch_unknown_plane_state()
1774 return result; in dcn21_patch_unknown_plane_state()
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dsetox.S20 | The returned result is within 0.85 ulps in 64 significant bit, i.e.
21 | within 0.5001 ulp to 53 bits if the result is subsequently rounded
22 | to double precision. The result is provably monotonic in double
205 | with an inexact result. Thus, 9.5 always raises the
271 | bigger than 2^(-67.7) compared to the final result.
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dusbtouchscreen.c1523 dev_err(dev, "%s - usb_submit_urb failed with result: %d\n", in usbtouch_irq()
1585 int result = 0; in usbtouch_resume() local
1589 result = usb_submit_urb(usbtouch->irq, GFP_NOIO); in usbtouch_resume()
1592 return result; in usbtouch_resume()
1794 "%s - usb_submit_urb failed with result: %d\n", in usbtouch_probe()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/
H A Dmthca_cmd.c180 int result; member
399 context->result = 0; in mthca_cmd_event()
441 err = context->result; in mthca_cmd_wait()
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
H A Ddst.c89 static int dst_gpio_inb(struct dst_state *state, u8 *result) in dst_gpio_inb() argument
94 *result = 0; in dst_gpio_inb()
99 *result = (u8) rd_packet.rd.value; in dst_gpio_inb()
/kernel/linux/linux-5.10/drivers/media/pci/cx23885/
H A Dcx23885-core.c858 struct v4l2_subdev *result = NULL; in cx23885_find_hw() local
864 result = sd; in cx23885_find_hw()
869 return result; in cx23885_find_hw()
1609 * The end-result of all this that you only get an interrupt when a buffer
/kernel/linux/linux-5.10/drivers/media/pci/ngene/
H A Dngene-core.c324 int result; in ngene_command() local
327 result = ngene_command_mutex(dev, com); in ngene_command()
329 return result; in ngene_command()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Dar9003_phy.c2163 u8 result; in ar9003_hw_disable_phy_restart() local
2171 result = MS(ah->bb_watchdog_last_status, AR_PHY_WATCHDOG_RX_OFDM_SM); in ar9003_hw_disable_phy_restart()
2173 if ((result == 0xb) || ah->bb_hang_rx_ofdm) { in ar9003_hw_disable_phy_restart()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmac80211_if.c898 bool result; in brcms_tx_flush_completed() local
901 result = brcms_c_tx_flush_completed(wl->wlc); in brcms_tx_flush_completed()
903 return result; in brcms_tx_flush_completed()
1302 * does the driver registration, which result in brcms_bcma_probe()
/kernel/linux/linux-5.10/drivers/pinctrl/
H A Dcore.c270 * result of successful pinctrl_get_device_gpio_range calls)!
745 bool result; in pinctrl_gpio_can_use_line() local
761 result = pinmux_can_be_used_for_gpio(pctldev, pin); in pinctrl_gpio_can_use_line()
765 return result; in pinctrl_gpio_can_use_line()
/kernel/linux/linux-5.10/drivers/scsi/
H A Dstorvsc_drv.c534 * This I/O will result in an error for devices that have been in storvsc_host_scan()
1104 scmnd->result = vm_srb->scsi_status; in storvsc_command_completion()
1106 if (scmnd->result) { in storvsc_command_completion()
1662 scmnd->result = ILLEGAL_REQUEST << 16; in storvsc_scsi_cmd_ok()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/os_dep/
H A Dos_intfs.c1018 int result; in rtw_ips_pwr_up() local
1021 result = ips_netdrv_open(padapter); in rtw_ips_pwr_up()
1024 return result; in rtw_ips_pwr_up()
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dicom.c973 unsigned int result; in icom_get_mctrl() local
979 result = ((status & ICOM_DCD) ? TIOCM_CAR : 0) in icom_get_mctrl()
983 return result; in icom_get_mctrl()
/kernel/linux/linux-5.10/net/sched/
H A Dsch_htb.c216 int result; in htb_classify() local
235 while (tcf && (result = tcf_classify(skb, tcf, &res, false)) >= 0) { in htb_classify()
237 switch (result) { in htb_classify()

Completed in 59 milliseconds

1...<<641642643644645646647648649650>>...685