/third_party/backends/backend/ |
H A D | hp4200.c | 2716 SANE_Action action, void *val, SANE_Int * info) in sane_control_option() 2725 if (info) in sane_control_option() 2726 *info = 0; in sane_control_option() 2821 if (info) in sane_control_option() 2822 *info = myinfo; in sane_control_option() 2715 sane_control_option(SANE_Handle handle, SANE_Int option, SANE_Action action, void *val, SANE_Int * info) sane_control_option() argument
|
H A D | gt68xx.c | 1659 SANE_Action action, void *val, SANE_Int * info) in sane_control_option() 1672 if (info) in sane_control_option() 1673 *info = 0; in sane_control_option() 1888 if (info) in sane_control_option() 1889 *info = myinfo; in sane_control_option() 1658 sane_control_option(SANE_Handle handle, SANE_Int option, SANE_Action action, void *val, SANE_Int * info) sane_control_option() argument
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_query.c | 107 b.shader->info.workgroup_size[0] = 64; in build_occlusion_query_shader() 242 b.shader->info.workgroup_size[0] = 64; in build_pipeline_statistics_query_shader() 407 b.shader->info.workgroup_size[0] = 64; in build_tfb_query_shader() 528 b.shader->info.workgroup_size[0] = 64; in build_timestamp_query_shader() 641 b.shader->info.workgroup_size[0] = 64; in build_pg_query_shader()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | s_client.c | 3267 union BIO_sock_info_u info; in print_stuff() local 3270 if ((info.addr = BIO_ADDR_new()) != NULL in print_stuff() 3271 && BIO_sock_info(sock, BIO_SOCK_INFO_ADDRESS, &info)) { in print_stuff() 3273 ntohs(BIO_ADDR_rawport(info.addr))); in print_stuff() 3275 BIO_ADDR_free(info.addr); in print_stuff()
|
/third_party/openssl/apps/ |
H A D | s_client.c | 3267 union BIO_sock_info_u info; in print_stuff() local 3270 if ((info.addr = BIO_ADDR_new()) != NULL in print_stuff() 3271 && BIO_sock_info(sock, BIO_SOCK_INFO_ADDRESS, &info)) { in print_stuff() 3273 ntohs(BIO_ADDR_rawport(info.addr))); in print_stuff() 3275 BIO_ADDR_free(info.addr); in print_stuff()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validate_extensions.cpp | 78 // Check that the operand of a debug info instruction |inst| at |word_index| 101 // For NonSemantic.Shader.DebugInfo.100 check that the operand of a debug info 131 // True if the operand of a debug info instruction |inst| at |word_index| 150 // Check that the operand of a debug info instruction |inst| at |word_index| 151 // is a result id of an debug info instruction whose debug instruction type 185 // Check that the operand of a debug info instruction |inst| at |word_index| 186 // is a result id of an debug info instruction with DebugTypeBasic. 194 // Check that the operand of a debug info instruction |inst| at |word_index| 218 // Check that the operand of a debug info instruction |inst| at |word_index| 362 auto info in ValidateArgInfo() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_extensions.cpp | 78 // Check that the operand of a debug info instruction |inst| at |word_index| 101 // For NonSemantic.Shader.DebugInfo.100 check that the operand of a debug info 131 // True if the operand of a debug info instruction |inst| at |word_index| 150 // Check that the operand of a debug info instruction |inst| at |word_index| 151 // is a result id of an debug info instruction whose debug instruction type 185 // Check that the operand of a debug info instruction |inst| at |word_index| 186 // is a result id of an debug info instruction with DebugTypeBasic. 194 // Check that the operand of a debug info instruction |inst| at |word_index| 218 // Check that the operand of a debug info instruction |inst| at |word_index| 362 auto info in ValidateArgInfo() local [all...] |
/third_party/skia/tests/ |
H A D | ResourceCacheTest.cpp | 37 SkImageInfo info = SkImageInfo::MakeN32Premul(gWidth, gHeight); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 38 auto surface(SkSurface::MakeRenderTarget(context, SkBudgeted::kNo, info)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 1828 auto info = SkImageInfo::Make(10, 10, kRGBA_8888_SkColorType, kPremul_SkAlphaType); in DEF_GPUTEST_FOR_MOCK_CONTEXT() local 1829 auto surf1 = SkSurface::MakeRenderTarget(context, SkBudgeted::kYes, info, 1, nullptr); in DEF_GPUTEST_FOR_MOCK_CONTEXT() 1830 auto surf2 = SkSurface::MakeRenderTarget(context, SkBudgeted::kYes, info, 1, nullptr); in DEF_GPUTEST_FOR_MOCK_CONTEXT()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | raw_hash_set_test.cc | 2044 start_size += sampler.Iterate([&](const HashtablezInfo& info) { in TEST() 2045 preexisting_info.insert(&info); in TEST() 2057 end_size += sampler.Iterate([&](const HashtablezInfo& info) { in TEST() 2058 if (preexisting_info.count(&info) == 0) { in TEST() 2059 observed_checksums[info.hashes_bitwise_xor.load( in TEST()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | sae.c | 557 const char *info, u8 *okm, size_t okm_len) in hkdf_expand() 559 size_t info_len = os_strlen(info); in hkdf_expand() 563 (const u8 *) info, info_len, in hkdf_expand() 568 (const u8 *) info, info_len, in hkdf_expand() 574 (const u8 *) info, info_len, in hkdf_expand() 556 hkdf_expand(size_t hash_len, const u8 *prk, size_t prk_len, const char *info, u8 *okm, size_t okm_len) hkdf_expand() argument
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.cpp | 2611 // We avoid a generic memcpy(data, &backup.Backup.., GDataTypeSize[info->Type] * info->Count), the overhead in Debug is not worth it. in PopStyleVar() 2613 const ImGuiStyleVarInfo* info = GetStyleVarInfo(backup.VarIdx); in PopStyleVar() local 2614 void* data = info->GetVarPtr(&g.Style); in PopStyleVar() 2615 if (info->Type == ImGuiDataType_Float && info->Count == 1) { ((float*)data)[0] = backup.BackupFloat[0]; } in PopStyleVar() 2616 else if (info->Type == ImGuiDataType_Float && info->Count == 2) { ((float*)data)[0] = backup.BackupFloat[0]; ((float*)data)[1] = backup.BackupFloat[1]; } in PopStyleVar() 3150 // This marking is solely to be able to provide info for IsItemDeactivatedAfterEdit(). in MarkItemEdited() 3918 // Update io.WantCaptureMouse for the user application (true = dispatch mouse info t in UpdateHoveredWindowAndCaptureFlags() 12193 ImGuiStackLevelInfo* info = &tool->Results[n]; ShowStackToolWindow() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/ |
H A D | niu.c | 6778 struct ethtool_drvinfo *info) in niu_get_drvinfo() 6783 strlcpy(info->driver, DRV_MODULE_NAME, sizeof(info->driver)); in niu_get_drvinfo() 6784 strlcpy(info->version, DRV_MODULE_VERSION, sizeof(info->version)); in niu_get_drvinfo() 6785 snprintf(info->fw_version, sizeof(info->fw_version), "%d.%d", in niu_get_drvinfo() 6788 strlcpy(info->bus_info, pci_name(np->pdev), in niu_get_drvinfo() 6789 sizeof(info->bus_info)); in niu_get_drvinfo() 8748 struct phy_probe_info *info) in fill_phy_probe_info() 6777 niu_get_drvinfo(struct net_device *dev, struct ethtool_drvinfo *info) niu_get_drvinfo() argument 8747 fill_phy_probe_info(struct niu *np, struct niu_parent *parent, struct phy_probe_info *info) fill_phy_probe_info() argument 8791 struct phy_probe_info *info = &parent->phy_probe_info; walk_phys() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/ |
H A D | niu.c | 6796 struct ethtool_drvinfo *info) in niu_get_drvinfo() 6801 strscpy(info->driver, DRV_MODULE_NAME, sizeof(info->driver)); in niu_get_drvinfo() 6802 strscpy(info->version, DRV_MODULE_VERSION, sizeof(info->version)); in niu_get_drvinfo() 6803 snprintf(info->fw_version, sizeof(info->fw_version), "%d.%d", in niu_get_drvinfo() 6806 strscpy(info->bus_info, pci_name(np->pdev), in niu_get_drvinfo() 6807 sizeof(info->bus_info)); in niu_get_drvinfo() 8772 struct phy_probe_info *info) in fill_phy_probe_info() 6795 niu_get_drvinfo(struct net_device *dev, struct ethtool_drvinfo *info) niu_get_drvinfo() argument 8771 fill_phy_probe_info(struct niu *np, struct niu_parent *parent, struct phy_probe_info *info) fill_phy_probe_info() argument 8815 struct phy_probe_info *info = &parent->phy_probe_info; walk_phys() local [all...] |
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_els.c | 4828 * info to the target using the vendor specific field. in lpfc_els_rsp_acc() 5622 desc->info.port_type = cpu_to_be32(type); in lpfc_rdp_res_link_error() 5624 desc->info.link_status.link_failure_cnt = in lpfc_rdp_res_link_error() 5626 desc->info.link_status.loss_of_synch_cnt = in lpfc_rdp_res_link_error() 5628 desc->info.link_status.loss_of_signal_cnt = in lpfc_rdp_res_link_error() 5630 desc->info.link_status.primitive_seq_proto_err = in lpfc_rdp_res_link_error() 5632 desc->info.link_status.invalid_trans_word = in lpfc_rdp_res_link_error() 5634 desc->info.link_status.invalid_crc_cnt = cpu_to_be32(stat->crcCnt); in lpfc_rdp_res_link_error() 5636 desc->length = cpu_to_be32(sizeof(desc->info)); in lpfc_rdp_res_link_error() 5832 desc->info in lpfc_rdp_res_fec_desc() [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_main_thread.cpp | 220 RS_LOGD("RSMainThread::soc perf info [%{public}d %{public}d]", perfRequestCode, onOffTag); in PerfRequest() 1343 // Reset BasicGeoTrans info at the beginning of cmd process in ConsumeAndUpdateAllNodes() 1865 DvsyncInfo info; in ProcessHgmFrameRate() local 1867 info.isRsDvsyncOn = rsVSyncDistributor_->IsDVsyncOn(); in ProcessHgmFrameRate() 1868 info.isUiDvsyncOn = rsVSyncDistributor_->IsUiDvsyncOn(); in ProcessHgmFrameRate() 1881 frameRateMgr->ProcessPendingRefreshRate(timestamp, vsyncId_, rsRate, info); in ProcessHgmFrameRate() 1883 HgmTaskHandleThread::Instance().PostTask([timestamp, info, rsCurrRange = rsCurrRange_, in ProcessHgmFrameRate() 1908 idleTimerExpiredFlag, info); in ProcessHgmFrameRate() 3245 // dump all node info in RenderServiceAllNodeDump() 3249 for (auto& [nodeId, info] in RenderServiceAllNodeDump() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/cadence/ |
H A D | macb_main.c | 1780 /* Save info to properly release resources */ in macb_tx_map() 1810 /* Save info to properly release resources */ in macb_tx_map() 3039 struct ethtool_ts_info *info) in gem_get_ts_info() 3044 ethtool_op_get_ts_info(dev, info); in gem_get_ts_info() 3048 info->so_timestamping = in gem_get_ts_info() 3055 info->tx_types = in gem_get_ts_info() 3059 info->rx_filters = in gem_get_ts_info() 3063 info->phc_index = bp->ptp_clock ? ptp_clock_index(bp->ptp_clock) : -1; in gem_get_ts_info() 3080 struct ethtool_ts_info *info) in macb_get_ts_info() 3085 return bp->ptp_info->get_ts_info(netdev, info); in macb_get_ts_info() 3038 gem_get_ts_info(struct net_device *dev, struct ethtool_ts_info *info) gem_get_ts_info() argument 3079 macb_get_ts_info(struct net_device *netdev, struct ethtool_ts_info *info) macb_get_ts_info() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/cadence/ |
H A D | macb_main.c | 2070 /* Save info to properly release resources */ in macb_tx_map() 2100 /* Save info to properly release resources */ in macb_tx_map() 3379 struct ethtool_ts_info *info) in gem_get_ts_info() 3384 ethtool_op_get_ts_info(dev, info); in gem_get_ts_info() 3388 info->so_timestamping = in gem_get_ts_info() 3395 info->tx_types = in gem_get_ts_info() 3399 info->rx_filters = in gem_get_ts_info() 3403 info->phc_index = bp->ptp_clock ? ptp_clock_index(bp->ptp_clock) : -1; in gem_get_ts_info() 3420 struct ethtool_ts_info *info) in macb_get_ts_info() 3425 return bp->ptp_info->get_ts_info(netdev, info); in macb_get_ts_info() 3378 gem_get_ts_info(struct net_device *dev, struct ethtool_ts_info *info) gem_get_ts_info() argument 3419 macb_get_ts_info(struct net_device *netdev, struct ethtool_ts_info *info) macb_get_ts_info() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | mac80211.c | 742 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb); in iwl_mvm_mac_tx() local 746 u32 link_id = u32_get_bits(info->control.flags, in iwl_mvm_mac_tx() 768 if (!sta && info->control.vif->type == NL80211_IFTYPE_STATION && in iwl_mvm_mac_tx() 771 iwl_mvm_vif_from_mac80211(info->control.vif); in iwl_mvm_mac_tx() 788 rcu_dereference(info->control.vif->link_conf[link_id]); in iwl_mvm_mac_tx() 4019 struct ieee80211_prep_tx_info *info) in iwl_mvm_mac_mgd_prepare_tx() 4024 iwl_mvm_protect_assoc(mvm, vif, info->duration); in iwl_mvm_mac_mgd_prepare_tx() 4030 struct ieee80211_prep_tx_info *info) in iwl_mvm_mac_mgd_complete_tx() 4035 if (info->success) in iwl_mvm_mac_mgd_complete_tx() 4418 /* Set the channel info dat in iwl_mvm_send_aux_roc_cmd() 4017 iwl_mvm_mac_mgd_prepare_tx(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_prep_tx_info *info) iwl_mvm_mac_mgd_prepare_tx() argument 4028 iwl_mvm_mac_mgd_complete_tx(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_prep_tx_info *info) iwl_mvm_mac_mgd_complete_tx() argument [all...] |
/third_party/vixl/src/aarch32/ |
H A D | assembler-aarch32.cc | 89 const ReferenceInfo* info) { in Link() 94 location->AddForwardRef(GetCursorOffset(), op, info); in Link() local 2667 const struct ReferenceInfo** info) { in adr_info() 2673 *info = &kT16DataInfo; in adr_info() 2681 *info = &kT32FarDataInfo; in adr_info() 2687 *info = &kA32AdrInfo; in adr_info() 3158 const struct ReferenceInfo** info) { in b_info() 3165 *info = &kT16ConditionalBranchInfo; in b_info() 3170 *info = &kT16BranchInfo; in b_info() 3176 *info in b_info() 86 Link(uint32_t instr, Location* location, const Location::EmitOperator& op, const ReferenceInfo* info) Link() argument 2663 adr_info(Condition cond, EncodingSize size, Register rd, Location* location, const struct ReferenceInfo** info) adr_info() argument 3155 b_info(Condition cond, EncodingSize size, Location* location, const struct ReferenceInfo** info) b_info() argument 3513 bl_info(Condition cond, Location* location, const struct ReferenceInfo** info) bl_info() argument 3600 blx_info(Condition cond, Location* location, const struct ReferenceInfo** info) blx_info() argument 3718 cbnz_info(Register rn, Location* location, const struct ReferenceInfo** info) cbnz_info() argument 3767 cbz_info(Register rn, Location* location, const struct ReferenceInfo** info) cbz_info() argument 5283 ldr_info(Condition cond, EncodingSize size, Register rt, Location* location, const struct ReferenceInfo** info) ldr_info() argument 5557 ldrb_info(Condition cond, Register rt, Location* location, const struct ReferenceInfo** info) ldrb_info() argument 5805 ldrd_info(Condition cond, Register rt, Register rt2, Location* location, const struct ReferenceInfo** info) ldrd_info() argument 6185 ldrh_info(Condition cond, Register rt, Location* location, const struct ReferenceInfo** info) ldrh_info() argument 6440 ldrsb_info(Condition cond, Register rt, Location* location, const struct ReferenceInfo** info) ldrsb_info() argument 6695 ldrsh_info(Condition cond, Register rt, Location* location, const struct ReferenceInfo** info) ldrsh_info() argument 8094 pld_info(Condition cond, Location* location, const struct ReferenceInfo** info) pld_info() argument 8458 pli_info(Condition cond, Location* location, const struct ReferenceInfo** info) pli_info() argument 19681 vldr_info(Condition cond, DataType dt, DRegister rd, Location* location, const struct ReferenceInfo** info) vldr_info() argument 19835 vldr_info(Condition cond, DataType dt, SRegister rd, Location* location, const struct ReferenceInfo** info) vldr_info() argument [all...] |
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
H A D | ui_ability_impl_test.cpp | 1382 AAFwk::LifeCycleStateInfo info; in HWTEST_F() local 1383 info.isNewWant = true; in HWTEST_F() 1384 abilityImpl_->SetLifeCycleStateInfo(info); in HWTEST_F() 1399 AAFwk::LifeCycleStateInfo info; in HWTEST_F() local 1400 info.isNewWant = true; in HWTEST_F() 1401 abilityImpl_->SetLifeCycleStateInfo(info); in HWTEST_F()
|
/foundation/multimodalinput/input/service/connect_manager/src/ |
H A D | multimodal_input_connect_proxy.cpp | 1388 DisplayBindInfo info; in GetDisplayBindInfo() local 1389 READINT32(reply, info.inputDeviceId, ERR_INVALID_VALUE); in GetDisplayBindInfo() 1390 READSTRING(reply, info.inputDeviceName, ERR_INVALID_VALUE); in GetDisplayBindInfo() 1391 READINT32(reply, info.displayId, ERR_INVALID_VALUE); in GetDisplayBindInfo() 1392 READSTRING(reply, info.displayName, ERR_INVALID_VALUE); in GetDisplayBindInfo() 1393 infos.push_back(info); in GetDisplayBindInfo()
|
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | ste_dma40.c | 2274 struct stedma40_chan_cfg *info = data; in stedma40_filter() local 2280 err = d40_validate_conf(d40c, info); in stedma40_filter() 2282 d40c->dma_cfg = *info; in stedma40_filter() 2614 struct stedma40_half_channel_info *info, in dma40_config_to_halfchannel() 2639 info->psize = psize; in dma40_config_to_halfchannel() 2640 info->flow_ctrl = STEDMA40_NO_FLOW_CTRL; in dma40_config_to_halfchannel() 2613 dma40_config_to_halfchannel(struct d40_chan *d40c, struct stedma40_half_channel_info *info, u32 maxburst) dma40_config_to_halfchannel() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mediatek/ |
H A D | mtk_eth_soc.c | 1199 /* TSO: fill MSS info in tcp checksum field */ in mtk_start_xmit() 2675 struct ethtool_drvinfo *info) in mtk_get_drvinfo() 2679 strlcpy(info->driver, mac->hw->dev->driver->name, sizeof(info->driver)); in mtk_get_drvinfo() 2680 strlcpy(info->bus_info, dev_name(mac->hw->dev), sizeof(info->bus_info)); in mtk_get_drvinfo() 2681 info->n_stats = ARRAY_SIZE(mtk_ethtool_stats); in mtk_get_drvinfo() 2674 mtk_get_drvinfo(struct net_device *dev, struct ethtool_drvinfo *info) mtk_get_drvinfo() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_flex_pipe.c | 898 u32 offset, info, i; in ice_update_pkg() local 909 last, &offset, &info, NULL); in ice_update_pkg() 914 status, offset, info); in ice_update_pkg() 939 u32 offset, info, i; in ice_dwnld_cfg_bufs() local 986 &offset, &info, NULL); in ice_dwnld_cfg_bufs() 993 status, offset, info); in ice_dwnld_cfg_bufs() 1374 /* initialize package info */ in ice_init_pkg() 1687 * creating a package buffer with the tunnel info and issuing an update package 2001 /* Block / table size info */ 3776 /* add profile info */ in ice_add_prof() [all...] |
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | adv7842.c | 2116 const struct adv7842_format_info *info; in adv7842_set_format() local 2124 info = adv7842_format_info(state, format->format.code); in adv7842_set_format() 2125 if (info == NULL) in adv7842_set_format() 2126 info = adv7842_format_info(state, MEDIA_BUS_FMT_YUYV8_2X8); in adv7842_set_format() 2129 format->format.code = info->code; in adv7842_set_format() 2137 state->format = info; in adv7842_set_format()
|