/kernel/linux/linux-6.6/drivers/vdpa/mlx5/net/ |
H A D | mlx5_vnet.c | 269 MLX5_SET(tisc, tisc, transport_domain, ndev->res.tdn); in create_tis() 270 err = mlx5_vdpa_create_tis(mvdev, in, &ndev->res.tisn); in create_tis() 279 mlx5_vdpa_destroy_tis(&ndev->mvdev, ndev->res.tisn); in destroy_tis() 361 MLX5_SET(create_qp_in, in, uid, ndev->mvdev.res.uid); in qp_prepare() 375 MLX5_SET(qpc, qpc, pd, ndev->mvdev.res.pdn); in qp_prepare() 377 MLX5_SET(qpc, qpc, uar_page, ndev->mvdev.res.uar->index); in qp_prepare() 431 MLX5_SET(qpc, qpc, pd, ndev->mvdev.res.pdn); in qp_create() 441 vqp->mqp.uid = ndev->mvdev.res.uid; in qp_create() 465 MLX5_SET(destroy_qp_in, in, uid, ndev->mvdev.res.uid); in qp_destroy() 512 void __iomem *uar_page = ndev->mvdev.res in mlx5_vdpa_cq_comp() 3240 struct mlx5_vdpa_net_resources *res = &ndev->res; alloc_resources() local 3267 struct mlx5_vdpa_net_resources *res = &ndev->res; free_resources() local [all...] |
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse.c | 192 int res; in fuse_load_so_module() local 199 res = fuse_load_so_name(soname); in fuse_load_so_module() 201 return res; in fuse_load_so_module() 1076 int res; in hidden_name() local 1098 res = fuse_fs_getattr(f->fs, newpath, &buf); in hidden_name() 1099 if (res == -ENOENT) in hidden_name() 1103 } while(res == 0 && --failctr); in hidden_name() 1139 int res = clock_gettime(clockid, now); in curr_time() local 1140 if (res == -1 && errno == EINVAL) { in curr_time() 1142 res in curr_time() 1167 int res; lookup_path() local 1935 int res; fuse_lib_read() local 1978 int res; fuse_lib_write() local 2365 int res; fuse_lib_getxattr() local 2411 int res; fuse_lib_listxattr() local [all...] |
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_test3.cpp | 444 bool res = sceneSession->UpdateScaleInner(10.0f, 10.0f, 10.0f, 10.0f);
in HWTEST_F() local 445 EXPECT_EQ(true, res);
in HWTEST_F() 446 res = sceneSession->UpdateScaleInner(10.0f, 9.0f, 10.0f, 10.0f);
in HWTEST_F() 447 res = sceneSession->UpdateScaleInner(10.0f, 9.0f, 9.0f, 10.0f);
in HWTEST_F() 448 res = sceneSession->UpdateScaleInner(10.0f, 9.0f, 9.0f, 9.0f);
in HWTEST_F() 449 EXPECT_EQ(true, res);
in HWTEST_F() 450 res = sceneSession->UpdateScaleInner(10.0f, 9.0f, 9.0f, 9.0f);
in HWTEST_F() 451 EXPECT_EQ(false, res);
in HWTEST_F() 455 res = sceneSession->UpdateScaleInner(1.0f, 2.0f, 3.0f, 4.0f);
in HWTEST_F() 456 EXPECT_EQ(true, res);
in HWTEST_F() 472 int res = sceneSession->UpdateZOrderInner(10); HWTEST_F() local [all...] |
/kernel/linux/linux-5.10/arch/s390/pci/ |
H A D | pci.c | 218 resource_size_t pcibios_align_resource(void *data, const struct resource *res, in pcibios_align_resource() argument 507 struct resource *res; in zpci_setup_bus_resources() local 534 res = __alloc_res(zdev, addr, size, flags); in zpci_setup_bus_resources() 535 if (!res) { in zpci_setup_bus_resources() 539 zdev->bars[i].res = res; in zpci_setup_bus_resources() 540 pci_add_resource(resources, res); in zpci_setup_bus_resources() 551 if (!zdev->bars[i].size || !zdev->bars[i].res) in zpci_cleanup_bus_resources() 555 release_resource(zdev->bars[i].res); in zpci_cleanup_bus_resources() 556 kfree(zdev->bars[i].res); in zpci_cleanup_bus_resources() 563 struct resource *res; pcibios_add_device() local [all...] |
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | twl4030-power.c | 157 #define TWL_RESOURCE_SET(res, state) \ 158 { MSG_SINGULAR(DEV_GRP_NULL, (res), (state)), TWL_DFLT_DELAY } 159 #define TWL_RESOURCE_ON(res) TWL_RESOURCE_SET(res, RES_STATE_ACTIVE) 160 #define TWL_RESOURCE_OFF(res) TWL_RESOURCE_SET(res, RES_STATE_OFF) 161 #define TWL_RESOURCE_RESET(res) TWL_RESOURCE_SET(res, RES_STATE_WRST) 166 #define TWL_RESOURCE_SET_ACTIVE(res, state) \ 167 { MSG_SINGULAR(DEV_GRP_NULL, (res), RES_STATE_ACTIV [all...] |
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/ |
H A D | coresight-stm.c | 693 static int of_stm_get_stimulus_area(struct device *dev, struct resource *res) in of_stm_get_stimulus_area() argument 713 return of_address_to_resource(np, index, res); in of_stm_get_stimulus_area() 717 struct resource *res) in of_stm_get_stimulus_area() 724 static int acpi_stm_get_stimulus_area(struct device *dev, struct resource *res) in acpi_stm_get_stimulus_area() argument 745 if (resource_type(rent->res) != IORESOURCE_MEM) in acpi_stm_get_stimulus_area() 748 *res = *rent->res; in acpi_stm_get_stimulus_area() 761 struct resource *res) in acpi_stm_get_stimulus_area() 767 static int stm_get_stimulus_area(struct device *dev, struct resource *res) in stm_get_stimulus_area() argument 772 return of_stm_get_stimulus_area(dev, res); in stm_get_stimulus_area() 716 of_stm_get_stimulus_area(struct device *dev, struct resource *res) of_stm_get_stimulus_area() argument 760 acpi_stm_get_stimulus_area(struct device *dev, struct resource *res) acpi_stm_get_stimulus_area() argument 862 struct resource *res = &adev->res; stm_probe() local [all...] |
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | user.c | 121 static void compat_output(struct dlm_lock_result *res, in compat_output() argument 126 res32->version[0] = res->version[0]; in compat_output() 127 res32->version[1] = res->version[1]; in compat_output() 128 res32->version[2] = res->version[2]; in compat_output() 130 res32->user_astaddr = (__u32)(long)res->user_astaddr; in compat_output() 131 res32->user_astparam = (__u32)(long)res->user_astparam; in compat_output() 132 res32->user_lksb = (__u32)(long)res->user_lksb; in compat_output() 133 res32->bast_mode = res->bast_mode; in compat_output() 135 res32->lvb_offset = res->lvb_offset; in compat_output() 136 res32->length = res in compat_output() [all...] |
/kernel/linux/linux-5.10/fs/hfsplus/ |
H A D | inode.c | 73 int i, res = 1; in hfsplus_releasepage() local 99 res = 0; in hfsplus_releasepage() 100 if (res && node) { in hfsplus_releasepage() 115 res = 0; in hfsplus_releasepage() 123 return res ? try_to_free_buffers(page) : 0; in hfsplus_releasepage() 491 int res = 0; in hfsplus_cat_read_inode() local 502 res = -EIO; in hfsplus_cat_read_inode() 526 res = -EIO; in hfsplus_cat_read_inode() 557 res = -EIO; in hfsplus_cat_read_inode() 560 return res; in hfsplus_cat_read_inode() 568 int res = 0; hfsplus_cat_write_inode() local [all...] |
/kernel/linux/linux-5.10/drivers/pci/controller/dwc/ |
H A D | pci-dra7xx.c | 408 unsigned int res, bit, ctrl; in dra7xx_pcie_bottom_mask() local 414 res = ctrl * MSI_REG_CTRL_BLOCK_SIZE; in dra7xx_pcie_bottom_mask() 418 dw_pcie_writel_dbi(pci, PCIE_MSI_INTR0_MASK + res, in dra7xx_pcie_bottom_mask() 428 unsigned int res, bit, ctrl; in dra7xx_pcie_bottom_unmask() local 434 res = ctrl * MSI_REG_CTRL_BLOCK_SIZE; in dra7xx_pcie_bottom_unmask() 438 dw_pcie_writel_dbi(pci, PCIE_MSI_INTR0_MASK + res, in dra7xx_pcie_bottom_unmask() 448 unsigned int res, bit, ctrl; in dra7xx_pcie_bottom_ack() local 451 res = ctrl * MSI_REG_CTRL_BLOCK_SIZE; in dra7xx_pcie_bottom_ack() 454 dw_pcie_writel_dbi(pci, PCIE_MSI_INTR0_STATUS + res, BIT(bit)); in dra7xx_pcie_bottom_ack() 581 struct resource *res; in dra7xx_add_pcie_ep() local [all...] |
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | twl4030-power.c | 157 #define TWL_RESOURCE_SET(res, state) \ 158 { MSG_SINGULAR(DEV_GRP_NULL, (res), (state)), TWL_DFLT_DELAY } 159 #define TWL_RESOURCE_ON(res) TWL_RESOURCE_SET(res, RES_STATE_ACTIVE) 160 #define TWL_RESOURCE_OFF(res) TWL_RESOURCE_SET(res, RES_STATE_OFF) 161 #define TWL_RESOURCE_RESET(res) TWL_RESOURCE_SET(res, RES_STATE_WRST) 166 #define TWL_RESOURCE_SET_ACTIVE(res, state) \ 167 { MSG_SINGULAR(DEV_GRP_NULL, (res), RES_STATE_ACTIV [all...] |
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | user.c | 124 static void compat_output(struct dlm_lock_result *res, in compat_output() argument 129 res32->version[0] = res->version[0]; in compat_output() 130 res32->version[1] = res->version[1]; in compat_output() 131 res32->version[2] = res->version[2]; in compat_output() 133 res32->user_astaddr = (__u32)(__force long)res->user_astaddr; in compat_output() 134 res32->user_astparam = (__u32)(__force long)res->user_astparam; in compat_output() 135 res32->user_lksb = (__u32)(__force long)res->user_lksb; in compat_output() 136 res32->bast_mode = res->bast_mode; in compat_output() 138 res32->lvb_offset = res->lvb_offset; in compat_output() 139 res32->length = res in compat_output() [all...] |
/kernel/linux/linux-6.6/fs/hfsplus/ |
H A D | inode.c | 74 bool res = true; in hfsplus_release_folio() local 100 res = false; in hfsplus_release_folio() 101 if (res && node) { in hfsplus_release_folio() 116 res = false; in hfsplus_release_folio() 124 return res ? try_to_free_buffers(folio) : false; in hfsplus_release_folio() 505 int res = 0; in hfsplus_cat_read_inode() local 516 res = -EIO; in hfsplus_cat_read_inode() 541 res = -EIO; in hfsplus_cat_read_inode() 573 res = -EIO; in hfsplus_cat_read_inode() 576 return res; in hfsplus_cat_read_inode() 584 int res = 0; hfsplus_cat_write_inode() local [all...] |
/kernel/linux/linux-6.6/drivers/nvdimm/ |
H A D | pmem.c | 455 struct resource *res = &nsio->res; in pmem_attach_disk() local 486 pmem->phys_addr = res->start; in pmem_attach_disk() 487 pmem->size = resource_size(res); in pmem_attach_disk() 494 if (!devm_request_mem_region(dev, res->start, resource_size(res), in pmem_attach_disk() 496 dev_warn(dev, "could not reserve region %pR\n", res); in pmem_attach_disk() 514 pmem->pfn_pad = resource_size(res) - in pmem_attach_disk() 520 pmem->pgmap.range.start = res->start; in pmem_attach_disk() 521 pmem->pgmap.range.end = res in pmem_attach_disk() [all...] |
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/ |
H A D | coresight-stm.c | 654 static int of_stm_get_stimulus_area(struct device *dev, struct resource *res) in of_stm_get_stimulus_area() argument 674 return of_address_to_resource(np, index, res); in of_stm_get_stimulus_area() 678 struct resource *res) in of_stm_get_stimulus_area() 685 static int acpi_stm_get_stimulus_area(struct device *dev, struct resource *res) in acpi_stm_get_stimulus_area() argument 706 if (resource_type(rent->res) != IORESOURCE_MEM) in acpi_stm_get_stimulus_area() 709 *res = *rent->res; in acpi_stm_get_stimulus_area() 722 struct resource *res) in acpi_stm_get_stimulus_area() 728 static int stm_get_stimulus_area(struct device *dev, struct resource *res) in stm_get_stimulus_area() argument 733 return of_stm_get_stimulus_area(dev, res); in stm_get_stimulus_area() 677 of_stm_get_stimulus_area(struct device *dev, struct resource *res) of_stm_get_stimulus_area() argument 721 acpi_stm_get_stimulus_area(struct device *dev, struct resource *res) acpi_stm_get_stimulus_area() argument 814 struct resource *res = &adev->res; stm_probe() local [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_node/interop/ |
H A D | Core.h | 470 auto res = Converter<T>::FromJS(env, value, v); in FromJS() local 471 if (!res) { in FromJS() 472 return res; in FromJS() 495 auto res = Converter<T>::FromJS(env, arr[static_cast<uint32_t>(i)], vec[i]); in FromJS() local 496 if (!res) { in FromJS() 497 return res.Append("for array element ", i); in FromJS() 556 auto res = Converter<TY>::FromJS(env, value, v); in TryFromJS() local 557 if (!res) { in TryFromJS() 671 auto res = FromJS(info.Env(), value, out.value); in FromJS() 672 if (!res) { in FromJS() [all...] |
/third_party/pulseaudio/src/modules/ |
H A D | module-waveout.c | 121 MMRESULT res; in do_write() local 173 res = waveOutPrepareHeader(u->hwo, hdr, sizeof(WAVEHDR)); in do_write() 174 if (res != MMSYSERR_NOERROR) in do_write() 175 pa_log_error("Unable to prepare waveOut block: %d", res); in do_write() 177 res = waveOutWrite(u->hwo, hdr, sizeof(WAVEHDR)); in do_write() 178 if (res != MMSYSERR_NOERROR) in do_write() 179 pa_log_error("Unable to write waveOut block: %d", res); in do_write() 197 MMRESULT res; in do_read() local 234 res = waveInPrepareHeader(u->hwi, hdr, sizeof(WAVEHDR)); in do_read() 235 if (res ! in do_read() [all...] |
/third_party/python/Modules/_io/ |
H A D | winconsoleio.c | 194 PyObject *res; in _io__WindowsConsoleIO_close_impl() local 197 res = PyObject_CallMethodOneArg((PyObject*)&PyRawIOBase_Type, in _io__WindowsConsoleIO_close_impl() 201 return res; in _io__WindowsConsoleIO_close_impl() 203 if (res == NULL) in _io__WindowsConsoleIO_close_impl() 206 if (res == NULL) in _io__WindowsConsoleIO_close_impl() 209 Py_CLEAR(res); in _io__WindowsConsoleIO_close_impl() 210 return res; in _io__WindowsConsoleIO_close_impl() 544 BOOL res = ReadConsoleW(handle, &buf[off], len, &n, NULL); in read_console_w() local 546 if (!res) { in read_console_w() 955 BOOL res in _io__WindowsConsoleIO_write_impl() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | wnm_ap.c | 53 int res; in ieee802_11_send_wnmsleep_resp() local 143 res = -1; in ieee802_11_send_wnmsleep_resp() 165 res = wpa_wnmsleep_igtk_subelem(sta->wpa_sm, pos); in ieee802_11_send_wnmsleep_resp() 166 if (res < 0) in ieee802_11_send_wnmsleep_resp() 168 igtk_elem_len = res; in ieee802_11_send_wnmsleep_resp() 175 res = wpa_wnmsleep_bigtk_subelem(sta->wpa_sm, pos); in ieee802_11_send_wnmsleep_resp() 176 if (res < 0) in ieee802_11_send_wnmsleep_resp() 178 bigtk_elem_len = res; in ieee802_11_send_wnmsleep_resp() 207 res = hostapd_drv_send_action(hapd, hapd->iface->freq, 0, in ieee802_11_send_wnmsleep_resp() 210 if (!res) { in ieee802_11_send_wnmsleep_resp() 371 int res; ieee802_11_send_bss_trans_mgmt_request() local [all...] |
/third_party/vulkan-loader/loader/ |
H A D | debug_utils.c | 181 VkResult res = VK_SUCCESS; in terminator_CreateDebugUtilsMessengerEXT() local 189 res = VK_ERROR_OUT_OF_HOST_MEMORY; in terminator_CreateDebugUtilsMessengerEXT() 199 res = icd_term->dispatch.CreateDebugUtilsMessengerEXT(icd_term->instance, pCreateInfo, pAllocator, &icd_info[storage_idx]); in terminator_CreateDebugUtilsMessengerEXT() 201 if (res != VK_SUCCESS) { in terminator_CreateDebugUtilsMessengerEXT() 213 res = VK_ERROR_OUT_OF_HOST_MEMORY; in terminator_CreateDebugUtilsMessengerEXT() 231 if (VK_SUCCESS != res) { in terminator_CreateDebugUtilsMessengerEXT() 247 return res; in terminator_CreateDebugUtilsMessengerEXT() 437 VkResult res = VK_SUCCESS; in terminator_CreateDebugReportCallbackEXT() local 444 res = VK_ERROR_OUT_OF_HOST_MEMORY; in terminator_CreateDebugReportCallbackEXT() 454 res in terminator_CreateDebugReportCallbackEXT() [all...] |
/third_party/python/Modules/ |
H A D | posixmodule.c | 564 PyObject *func, *res; in run_at_forkers() local 566 res = _PyObject_CallNoArgs(func); in run_at_forkers() 567 if (res == NULL) in run_at_forkers() 570 Py_DECREF(res); in run_at_forkers() 1186 PyObject *func, *res; in path_converter() local 1192 res = _PyObject_CallNoArgs(func); in path_converter() 1194 if (NULL == res) { in path_converter() 1197 else if (PyUnicode_Check(res)) { in path_converter() 1200 else if (PyBytes_Check(res)) { in path_converter() 1207 _PyType_Name(Py_TYPE(res))); in path_converter() 1772 int res; posix_fildes_fd() local 1778 res = (*func)(fd); posix_fildes_fd() local 3114 PyObject *res = PyUnicode_DecodeFSDefault(buffer); os_ttyname_impl() local 3391 int res; os_fchmod_impl() local 3400 res = fchmod(fd, mode); os_fchmod_impl() local 3428 int res; os_lchmod_impl() local 3433 res = lchmod(path->narrow, mode); os_lchmod_impl() local 3512 int res; os_lchflags_impl() local 3517 res = lchflags(path->narrow, flags); os_lchflags_impl() local 3540 int res; os_chroot_impl() local 3542 res = chroot(path->narrow); os_chroot_impl() local 3734 int res; os_fchown_impl() local 3743 res = fchown(fd, uid, gid); os_fchown_impl() local 3772 int res; os_lchown_impl() local 3777 res = lchown(path->narrow, uid, gid); os_lchown_impl() local 5200 int res; os_uname_impl() local 5204 res = uname(&u); os_uname_impl() local 6495 pid_t res; _rtp_spawn() local 6646 PyObject *res = NULL; os_spawnve_impl() local 6972 PyObject *res; os_sched_param_impl() local 6997 convert_sched_param(PyObject *module, PyObject *param, struct sched_param *res) convert_sched_param() argument 7288 PyObject *res = NULL; os_sched_getaffinity_impl() local 8477 pid_t res; os_wait4_impl() local 8485 res = wait4(pid, &status, options, &ru); os_wait4_impl() local 8520 int res; os_waitid_impl() local 8527 res = waitid(idtype, id, &si, options); os_waitid_impl() local 8575 pid_t res; os_waitpid_impl() local 8582 res = waitpid(pid, &status, options); os_waitpid_impl() local 8611 intptr_t res; os_waitpid_impl() local 8617 res = _cwait(&status, pid, options); os_waitpid_impl() local 9364 int res; os_close_impl() local 9371 res = close(fd); os_close_impl() local 9432 int res = 0; os_dup2_impl() local 9446 res = dup2(fd, fd2); os_dup2_impl() local 9464 res = fcntl(fd, F_DUP2FD_CLOEXEC, fd2); os_dup2_impl() local 9478 res = dup3(fd, fd2, O_CLOEXEC); os_dup2_impl() local 9494 res = dup2(fd, fd2); os_dup2_impl() local 9536 int res; os_lockf_impl() local 9543 res = lockf(fd, command, length); os_lockf_impl() local 10199 int res; os_fstat_impl() local 10204 res = FSTAT(fd, &st); os_fstat_impl() local 10264 int res; os_pipe_impl() local 10346 int res; os_pipe2_impl() local [all...] |
/third_party/skia/third_party/externals/libwebp/swig/ |
H A D | libwebp_python_wrap.c | 225 int res = SWIG_ConvertPtr(obj,vptr,ty.flags); 226 if (SWIG_IsOK(res)) { 235 int res = SWIG_ConvertPtr(obj,(void **)(&ptr),ty.flags); 236 if (SWIG_IsOK(res)) { 238 if (SWIG_IsNewObj(res) { 837 int res; in PyString_FromFormat() local 839 res = vsnprintf(buf, sizeof(buf), fmt, ap); in PyString_FromFormat() 841 return (res < 0 || res >= (int)sizeof(buf)) ? 0 : PyString_FromString(buf); in PyString_FromFormat() 1557 PyObject *res in SwigPyObject_format() local 1635 PyObject* res; SwigPyObject_richcompare() local 1693 PyObject *res; SwigPyObject_dealloc() local 2346 int res; SWIG_Python_ConvertPtrAndOwn() local 2943 int res = -1; SWIG_Python_NonDynamicSetAttr() local 3179 int res = SWIG_TypeError; SWIG_AsVal_double() local 3294 int res = SWIG_AddCast(SWIG_AsVal_double (obj,&d)); SWIG_AsVal_unsigned_SS_long() local 3325 int res = SWIG_TypeError; SWIG_AsVal_unsigned_SS_long_SS_long() local 3365 int res = SWIG_TypeError; SWIG_AsVal_size_t() local 3543 int res = SWIG_AddCast(SWIG_AsVal_double (obj,&d)); global() local 3559 int res = SWIG_AsVal_long (obj, &v); SWIG_AsVal_int() local 3613 int res = SWIG_AsVal_double (obj, &v); SWIG_AsVal_float() local 5272 PyObject *res = NULL; swig_varlink_getattr() local 5289 int res = 1; swig_varlink_setattr() local [all...] |
/kernel/linux/linux-6.6/drivers/acpi/arm64/ |
H A D | iort.c | 1434 struct resource *res) in acpi_iort_register_irq() 1445 res->start = irq; in acpi_iort_register_irq() 1446 res->end = irq; in acpi_iort_register_irq() 1447 res->flags = IORESOURCE_IRQ; in acpi_iort_register_irq() 1448 res->name = name; in acpi_iort_register_irq() 1505 static void __init arm_smmu_v3_init_resources(struct resource *res, in arm_smmu_v3_init_resources() argument 1514 res[num_res].start = smmu->base_address; in arm_smmu_v3_init_resources() 1515 res[num_res].end = smmu->base_address + in arm_smmu_v3_init_resources() 1517 res[num_res].flags = IORESOURCE_MEM; in arm_smmu_v3_init_resources() 1524 &res[num_re in arm_smmu_v3_init_resources() 1432 acpi_iort_register_irq(int hwirq, const char *name, int trigger, struct resource *res) acpi_iort_register_irq() argument 1613 arm_smmu_init_resources(struct resource *res, struct acpi_iort_node *node) arm_smmu_init_resources() argument 1680 arm_smmu_v3_pmcg_init_resources(struct resource *res, struct acpi_iort_node *node) arm_smmu_v3_pmcg_init_resources() argument [all...] |
/third_party/nghttp2/lib/ |
H A D | nghttp2_hd.c | 552 nghttp2_hd_entry *res = NULL; in hd_map_find() local 561 if (!res) { in hd_map_find() 562 res = p; in hd_map_find() 568 res = p; in hd_map_find() 574 return res; in hd_map_find() 848 * This function stores the decoded integer in |*res| if it succeed, 853 static ssize_t decode_length(uint32_t *res, size_t *shift_ptr, int *fin, in decode_length() argument 865 *res = (*in) & k; in decode_length() 873 *res = n; in decode_length() 908 *res in decode_length() 1174 search_result res = {token, 0}; search_static_table() local 1200 search_result res = {-1, 0}; search_hd_table() local 1345 search_result res; deflate_nv() local 2300 nghttp2_hd_decode_length(uint32_t *res, size_t *shift_ptr, int *fin, uint32_t initial, size_t shift, uint8_t *in, uint8_t *last, size_t prefix) nghttp2_hd_decode_length() argument [all...] |
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_hd.c | 552 nghttp2_hd_entry *res = NULL; in hd_map_find() local 561 if (!res) { in hd_map_find() 562 res = p; in hd_map_find() 568 res = p; in hd_map_find() 574 return res; in hd_map_find() 848 * This function stores the decoded integer in |*res| if it succeed, 853 static ssize_t decode_length(uint32_t *res, size_t *shift_ptr, int *fin, in decode_length() argument 865 *res = (*in) & k; in decode_length() 873 *res = n; in decode_length() 908 *res in decode_length() 1174 search_result res = {token, 0}; search_static_table() local 1200 search_result res = {-1, 0}; search_hd_table() local 1345 search_result res; deflate_nv() local 2300 nghttp2_hd_decode_length(uint32_t *res, size_t *shift_ptr, int *fin, uint32_t initial, size_t shift, uint8_t *in, uint8_t *last, size_t prefix) nghttp2_hd_decode_length() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeCooperativeMatrixTests.cpp | 1338 qpTestResult res = QP_TEST_RESULT_PASS; in iterate() local 1383 res = QP_TEST_RESULT_FAIL; in iterate() 1401 res = QP_TEST_RESULT_FAIL; in iterate() 1405 res == QP_TEST_RESULT_PASS) in iterate() 1406 res = QP_TEST_RESULT_QUALITY_WARNING; in iterate() 1410 res = QP_TEST_RESULT_FAIL; in iterate() 1417 res = QP_TEST_RESULT_FAIL; in iterate() 1421 res = QP_TEST_RESULT_FAIL; in iterate() 1429 res = QP_TEST_RESULT_FAIL; in iterate() 1441 res in iterate() [all...] |