/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/Mock/ |
H A D | mock_wifi_settings.h | 52 virtual int GetIpInfo(IpInfo &info, int instId = 0) = 0;
53 virtual int SaveIpInfo(const IpInfo &info, int instId = 0) = 0;
54 virtual int GetLinkedInfo(WifiLinkedInfo &info, int instId = 0) = 0;
55 virtual int SaveLinkedInfo(const WifiLinkedInfo &info, int instId = 0) = 0;
89 virtual int SaveIpV6Info(const IpV6Info &info, int instId = 0) = 0;
90 virtual int GetIpv6Info(IpV6Info &info, int instId = 0) = 0;
174 virtual int ManageStation(const StationInfo &info, int mode, int id = 0) = 0;
177 virtual int ManageBlockList(const StationInfo &info, int mode, int id = 0) = 0;
178 virtual int FindConnStation(const StationInfo &info, int id = 0) = 0;
203 virtual int GetScanControlInfo(ScanControlInfo &info, in [all...] |
/foundation/distributeddatamgr/data_share/test/native/unittest/mediadatashare_test/src/ |
H A D | slientaccess_test.cpp | 174 HapInfoParams info = { in SetUpTestCase() local 198 AccessTokenKit::AllocHapToken(info, policy); in SetUpTestCase() 200 info.userID, info.bundleName, info.instIndex); in SetUpTestCase() 600 HapInfoParams info = { in HWTEST_F() local 621 AccessTokenKit::AllocHapToken(info, policy); in HWTEST_F() 623 info.userID, info.bundleName, info in HWTEST_F() 643 HapInfoParams info = { HWTEST_F() local 687 HapInfoParams info = { HWTEST_F() local [all...] |
/foundation/distributeddatamgr/preferences/frameworks/js/napi/sendable_preferences/src/ |
H A D | napi_preferences.cpp | 131 napi_value PreferencesProxy::New(napi_env env, napi_callback_info info) in New() argument 134 NAPI_CALL(env, napi_get_cb_info(env, info, nullptr, nullptr, &thiz, nullptr)); in New() 182 napi_value PreferencesProxy::GetAll(napi_env env, napi_callback_info info) in GetAll() argument 201 context->SetAction(env, info, input, exec, output); in GetAll() 207 napi_value PreferencesProxy::GetValue(napi_env env, napi_callback_info info) in GetValue() argument 238 context->SetAction(env, info, input, exec, output); in GetValue() 244 napi_value PreferencesProxy::SetValue(napi_env env, napi_callback_info info) in SetValue() argument 269 context->SetAction(env, info, input, exec, output); in SetValue() 275 napi_value PreferencesProxy::Delete(napi_env env, napi_callback_info info) in Delete() argument 299 context->SetAction(env, info, inpu in Delete() 305 HasKey(napi_env env, napi_callback_info info) HasKey() argument 336 Flush(napi_env env, napi_callback_info info) Flush() argument 365 Clear(napi_env env, napi_callback_info info) Clear() argument 394 RegisterObserver(napi_env env, napi_callback_info info) RegisterObserver() argument 436 UnregisterObserver(napi_env env, napi_callback_info info) UnregisterObserver() argument [all...] |
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/ |
H A D | service_incremental.cpp | 299 for (auto info : backupInfos) { in AppendBundlesIncrementalBackupSession() 300 HILOGI("Current backupInfo bundleName:%{public}s, index:%{public}d, extName:%{public}s", info.name.c_str(), in AppendBundlesIncrementalBackupSession() 301 info.appIndex, info.extensionName.c_str()); in AppendBundlesIncrementalBackupSession() 302 std::string bundleNameIndexInfo = BJsonUtil::BuildBundleNameIndexInfo(info.name, info.appIndex); in AppendBundlesIncrementalBackupSession() 303 session_->SetBundleDataSize(bundleNameIndexInfo, info.increSpaceOccupied); in AppendBundlesIncrementalBackupSession() 304 session_->SetBackupExtName(bundleNameIndexInfo, info.extensionName); in AppendBundlesIncrementalBackupSession() 305 if (info.allToBackup == false) { in AppendBundlesIncrementalBackupSession() 371 for (auto &info in HandleCurGroupIncBackupInfos() [all...] |
/foundation/window/window_manager/window_scene/interfaces/kits/napi/screen_session_manager/ |
H A D | js_screen_session.cpp | 107 napi_value JsScreenSession::LoadContent(napi_env env, napi_callback_info info) in LoadContent() argument 109 JsScreenSession* me = CheckParamsAndGetThis<JsScreenSession>(env, info); in LoadContent() 110 return (me != nullptr) ? me->OnLoadContent(env, info) : nullptr; in LoadContent() 113 napi_value JsScreenSession::OnLoadContent(napi_env env, napi_callback_info info) in OnLoadContent() argument 118 napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr); in OnLoadContent() 172 napi_value JsScreenSession::SetScreenRotationLocked(napi_env env, napi_callback_info info) in SetScreenRotationLocked() argument 174 JsScreenSession* me = CheckParamsAndGetThis<JsScreenSession>(env, info); in SetScreenRotationLocked() 175 return (me != nullptr) ? me->OnSetScreenRotationLocked(env, info) : nullptr; in SetScreenRotationLocked() 178 napi_value JsScreenSession::OnSetScreenRotationLocked(napi_env env, napi_callback_info info) in OnSetScreenRotationLocked() argument 183 napi_get_cb_info(env, info, in OnSetScreenRotationLocked() 229 SetTouchEnabled(napi_env env, napi_callback_info info) SetTouchEnabled() argument 235 OnSetTouchEnabled(napi_env env, napi_callback_info info) OnSetTouchEnabled() argument 274 RegisterCallback(napi_env env, napi_callback_info info) RegisterCallback() argument 281 OnRegisterCallback(napi_env env, napi_callback_info info) OnRegisterCallback() argument [all...] |
/kernel/linux/linux-5.10/drivers/block/paride/ |
H A D | pcd.c | 201 struct cdrom_device_info info; /* uniform cdrom interface */ member 239 ret = cdrom_open(&cd->info, bdev, mode); in pcd_block_open() 249 cdrom_release(&cd->info, mode); in pcd_block_release() 260 ret = cdrom_ioctl(&cd->info, bdev, mode, cmd, arg); in pcd_block_ioctl() 270 return cdrom_check_events(&cd->info, clearing); in pcd_block_check_events() 337 cd->name = &cd->info.name[0]; in pcd_init_units() 338 snprintf(cd->name, sizeof(cd->info.name), "%s%d", name, unit); in pcd_init_units() 339 cd->info.ops = &pcd_dops; in pcd_init_units() 340 cd->info.handle = cd; in pcd_init_units() 341 cd->info in pcd_init_units() [all...] |
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | signal32.c | 48 __siginfo32_t info; member 53 /* Only valid if (info.si_regs.psr & (PSR_VERS|PSR_IMPL)) == PSR_V8PLUS */ 60 compat_siginfo_t info; member 107 if (get_user(ufp, &sf->info.si_regs.u_regs[UREG_FP])) in do_sigreturn32() 113 if (__get_user(pc, &sf->info.si_regs.pc) || in do_sigreturn32() 114 __get_user(npc, &sf->info.si_regs.npc)) in do_sigreturn32() 128 err = __get_user(regs->y, &sf->info.si_regs.y); in do_sigreturn32() 129 err |= __get_user(psr, &sf->info.si_regs.psr); in do_sigreturn32() 132 err |= __get_user(regs->u_regs[i], &sf->info.si_regs.u_regs[i]); in do_sigreturn32() 161 err |= __get_user(seta.sig[0], &sf->info in do_sigreturn32() [all...] |
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | signal32.c | 47 __siginfo32_t info; member 52 /* Only valid if (info.si_regs.psr & (PSR_VERS|PSR_IMPL)) == PSR_V8PLUS */ 59 compat_siginfo_t info; member 106 if (get_user(ufp, &sf->info.si_regs.u_regs[UREG_FP])) in do_sigreturn32() 112 if (__get_user(pc, &sf->info.si_regs.pc) || in do_sigreturn32() 113 __get_user(npc, &sf->info.si_regs.npc)) in do_sigreturn32() 127 err = __get_user(regs->y, &sf->info.si_regs.y); in do_sigreturn32() 128 err |= __get_user(psr, &sf->info.si_regs.psr); in do_sigreturn32() 131 err |= __get_user(regs->u_regs[i], &sf->info.si_regs.u_regs[i]); in do_sigreturn32() 160 err |= __get_user(seta.sig[0], &sf->info in do_sigreturn32() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
H A D | xmit.c | 238 struct ieee80211_tx_info *info, in b43_generate_txhdr() 247 int use_encryption = !!info->control.hw_key; in b43_generate_txhdr() 264 txrate = ieee80211_get_tx_rate(dev->wl->hw, info); in b43_generate_txhdr() 267 fbrate = ieee80211_get_alt_retry_rate(dev->wl->hw, info, 0) ? : txrate; in b43_generate_txhdr() 288 dev->wl->hw, info->control.vif, info->band, in b43_generate_txhdr() 294 u8 key_idx = info->control.hw_key->hw_key_idx; in b43_generate_txhdr() 312 plcp_fragment_len += info->control.hw_key->icv_len; in b43_generate_txhdr() 326 ieee80211_get_tkip_p1k(info->control.hw_key, skb_frag, phase1key); in b43_generate_txhdr() 335 iv_len = min_t(size_t, info in b43_generate_txhdr() 235 b43_generate_txhdr(struct b43_wldev *dev, u8 *_txhdr, struct sk_buff *skb_frag, struct ieee80211_tx_info *info, u16 cookie) b43_generate_txhdr() argument [all...] |
/kernel/linux/linux-5.10/drivers/ps3/ |
H A D | ps3av_cmd.c | 604 static void ps3av_cnv_info(struct ps3av_audio_info_frame *info, in ps3av_cnv_info() argument 607 info->pb1.cc = mode->audio_num_of_ch + 1; /* CH2:0x01 --- CH8:0x07 */ in ps3av_cnv_info() 608 info->pb1.ct = 0; in ps3av_cnv_info() 609 info->pb2.sf = 0; in ps3av_cnv_info() 610 info->pb2.ss = 0; in ps3av_cnv_info() 612 info->pb3 = 0; /* check mode->audio_format ?? */ in ps3av_cnv_info() 613 info->pb4 = mode->audio_layout; in ps3av_cnv_info() 614 info->pb5.dm = mode->audio_downmix; in ps3av_cnv_info() 615 info->pb5.lsv = mode->audio_downmix_level; in ps3av_cnv_info() 645 ps3av_cnv_info(¶m->info, audio_mod in ps3av_cmd_set_av_audio_param() 892 ps3av_cmd_video_get_monitor_info(struct ps3av_pkt_av_get_monitor_info *info, u32 avport) ps3av_cmd_video_get_monitor_info() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/sunxi/sun6i-csi/ |
H A D | sun6i_csi_capture.c | 337 const struct v4l2_format_info *info; in sun6i_csi_capture_buffer_configure() local 352 info = v4l2_format_info(pixelformat); in sun6i_csi_capture_buffer_configure() 354 if (!info) in sun6i_csi_capture_buffer_configure() 357 if (info->comp_planes > 1) { in sun6i_csi_capture_buffer_configure() 358 address += info->bpp[0] * width * height; in sun6i_csi_capture_buffer_configure() 364 if (info->comp_planes > 2) { in sun6i_csi_capture_buffer_configure() 365 address += info->bpp[1] * DIV_ROUND_UP(width, info->hdiv) * in sun6i_csi_capture_buffer_configure() 366 DIV_ROUND_UP(height, info->vdiv); in sun6i_csi_capture_buffer_configure() 377 const struct v4l2_format_info *info; in sun6i_csi_capture_configure() local 669 const struct v4l2_format_info *info; sun6i_csi_capture_format_prepare() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | ktls_tx.c | 623 u32 tcp_seq, int datalen, struct tx_sync_info *info) in tx_sync_info_get() 633 record = tls_get_record(tx_ctx, tcp_seq, &info->rcd_sn); in tx_sync_info_get() 644 * 3. packet ends before tls record info starts: drop, in tx_sync_info_get() 645 * this packet was already acknowledged and its record info in tx_sync_info_get() 658 info->sync_len = tcp_seq - tls_record_start_seq(record); in tx_sync_info_get() 659 remaining = info->sync_len; in tx_sync_info_get() 665 info->frags[i++] = *frag; in tx_sync_info_get() 669 skb_frag_size_add(&info->frags[i - 1], remaining); in tx_sync_info_get() 670 info->nr_frags = i; in tx_sync_info_get() 688 struct tls12_crypto_info_aes_gcm_128 *info in tx_post_resync_params() local 622 tx_sync_info_get(struct mlx5e_ktls_offload_context_tx *priv_tx, u32 tcp_seq, int datalen, struct tx_sync_info *info) tx_sync_info_get() argument 695 struct tls12_crypto_info_aes_gcm_256 *info = &priv_tx->crypto_info.crypto_info_256; tx_post_resync_params() local 778 struct tx_sync_info info = {}; mlx5e_ktls_tx_handle_ooo() local [all...] |
/kernel/linux/linux-6.6/drivers/net/dsa/sja1105/ |
H A D | sja1105_clocking.c | 116 const struct sja1105_regs *regs = priv->info->regs; in sja1105_cgu_idiv_config() 154 const struct sja1105_regs *regs = priv->info->regs; in sja1105_cgu_mii_tx_clk_config() 194 const struct sja1105_regs *regs = priv->info->regs; in sja1105_cgu_mii_rx_clk_config() 221 const struct sja1105_regs *regs = priv->info->regs; in sja1105_cgu_mii_ext_tx_clk_config() 248 const struct sja1105_regs *regs = priv->info->regs; in sja1105_cgu_mii_ext_rx_clk_config() 341 const struct sja1105_regs *regs = priv->info->regs; in sja1105_cgu_rgmii_tx_clk_config() 349 if (speed == priv->info->port_speed[SJA1105_SPEED_1000MBPS]) { in sja1105_cgu_rgmii_tx_clk_config() 393 const struct sja1105_regs *regs = priv->info->regs; in sja1105_rgmii_cfg_pad_tx_config() 422 const struct sja1105_regs *regs = priv->info->regs; in sja1105_cfg_pad_rx_config() 511 const struct sja1105_regs *regs = priv->info in sja1105pqrs_setup_rgmii_delay() [all...] |
/kernel/linux/linux-6.6/fs/notify/fanotify/ |
H A D | fanotify.c | 113 struct fanotify_info *info1 = &fne1->info; in fanotify_name_event_equal() 114 struct fanotify_info *info2 = &fne2->info; in fanotify_name_event_equal() 157 * FAN_RENAME event is reported with special info record types, in fanotify_should_merge() 606 struct fanotify_info *info; in fanotify_alloc_name_event() local 632 info = &fne->info; in fanotify_alloc_name_event() 633 fanotify_info_init(info); in fanotify_alloc_name_event() 635 dfh = fanotify_info_dir_fh(info); in fanotify_alloc_name_event() 637 fanotify_info_set_dir_fh(info, len); in fanotify_alloc_name_event() 640 dfh = fanotify_info_dir2_fh(info); in fanotify_alloc_name_event() [all...] |
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | cpcap-battery.c | 96 struct power_supply_info info; member 369 .info.technology = POWER_SUPPLY_TECHNOLOGY_LION, 370 .info.voltage_max_design = 4351000, 371 .info.voltage_min_design = 3100000, 372 .info.charge_full_design = 1740000, 379 .info.technology = POWER_SUPPLY_TECHNOLOGY_LION, 380 .info.voltage_max_design = 4200000, 381 .info.voltage_min_design = 3200000, 382 .info.charge_full_design = 2760000, 392 .info [all...] |
/kernel/linux/linux-6.6/drivers/ps3/ |
H A D | ps3av_cmd.c | 604 static void ps3av_cnv_info(struct ps3av_audio_info_frame *info, in ps3av_cnv_info() argument 607 info->pb1.cc = mode->audio_num_of_ch + 1; /* CH2:0x01 --- CH8:0x07 */ in ps3av_cnv_info() 608 info->pb1.ct = 0; in ps3av_cnv_info() 609 info->pb2.sf = 0; in ps3av_cnv_info() 610 info->pb2.ss = 0; in ps3av_cnv_info() 612 info->pb3 = 0; /* check mode->audio_format ?? */ in ps3av_cnv_info() 613 info->pb4 = mode->audio_layout; in ps3av_cnv_info() 614 info->pb5.dm = mode->audio_downmix; in ps3av_cnv_info() 615 info->pb5.lsv = mode->audio_downmix_level; in ps3av_cnv_info() 645 ps3av_cnv_info(¶m->info, audio_mod in ps3av_cmd_set_av_audio_param() 892 ps3av_cmd_video_get_monitor_info(struct ps3av_pkt_av_get_monitor_info *info, u32 avport) ps3av_cmd_video_get_monitor_info() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/ |
H A D | xmit.c | 238 struct ieee80211_tx_info *info, in b43_generate_txhdr() 247 int use_encryption = !!info->control.hw_key; in b43_generate_txhdr() 264 txrate = ieee80211_get_tx_rate(dev->wl->hw, info); in b43_generate_txhdr() 267 fbrate = ieee80211_get_alt_retry_rate(dev->wl->hw, info, 0) ? : txrate; in b43_generate_txhdr() 288 dev->wl->hw, info->control.vif, info->band, in b43_generate_txhdr() 294 u8 key_idx = info->control.hw_key->hw_key_idx; in b43_generate_txhdr() 312 plcp_fragment_len += info->control.hw_key->icv_len; in b43_generate_txhdr() 326 ieee80211_get_tkip_p1k(info->control.hw_key, skb_frag, phase1key); in b43_generate_txhdr() 335 iv_len = min_t(size_t, info in b43_generate_txhdr() 235 b43_generate_txhdr(struct b43_wldev *dev, u8 *_txhdr, struct sk_buff *skb_frag, struct ieee80211_tx_info *info, u16 cookie) b43_generate_txhdr() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_display.c | 157 if (drm->client.device.info.chipset >= 0xc0) in nouveau_decode_mod() 198 if (drm->client.device.info.family < NV_DEVICE_INFO_V0_TESLA) { in nouveau_validate_decode_mod() 242 BUG_ON(drm->client.device.info.family < NV_DEVICE_INFO_V0_TESLA); in nouveau_get_height_in_blocks() 244 if (drm->client.device.info.family < NV_DEVICE_INFO_V0_FERMI) in nouveau_get_height_in_blocks() 262 BUG_ON(drm->client.device.info.family < NV_DEVICE_INFO_V0_TESLA); in nouveau_check_bl_size() 264 if (drm->client.device.info.chipset >= 0xc0) { in nouveau_check_bl_size() 273 if (drm->client.device.info.family < NV_DEVICE_INFO_V0_FERMI) in nouveau_check_bl_size() 302 const struct drm_format_info *info; in nouveau_framebuffer_new() local 309 if (drm->client.device.info.family < NV_DEVICE_INFO_V0_TESLA && in nouveau_framebuffer_new() 337 info in nouveau_framebuffer_new() 549 struct acpi_bus_event *info = data; nouveau_display_acpi_ntfy() local [all...] |
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | btf_dumper.c | 37 struct bpf_prog_info info = {}; in dump_prog_id_as_func_ptr() local 38 __u32 info_len = sizeof(info); in dump_prog_id_as_func_ptr() 60 err = bpf_prog_get_info_by_fd(prog_fd, &info, &info_len); in dump_prog_id_as_func_ptr() 64 if (!info.btf_id || !info.nr_func_info) in dump_prog_id_as_func_ptr() 67 finfo_rec_size = info.func_info_rec_size; in dump_prog_id_as_func_ptr() 68 memset(&info, 0, sizeof(info)); in dump_prog_id_as_func_ptr() 69 info.nr_func_info = 1; in dump_prog_id_as_func_ptr() 70 info in dump_prog_id_as_func_ptr() [all...] |
H A D | common.c | 342 struct bpf_prog_info info = {}; in get_prog_full_name() local 343 __u32 info_len = sizeof(info); in get_prog_full_name() 353 info.nr_func_info = 1; in get_prog_full_name() 354 info.func_info_rec_size = prog_info->func_info_rec_size; in get_prog_full_name() 355 if (info.func_info_rec_size > sizeof(finfo)) in get_prog_full_name() 356 info.func_info_rec_size = sizeof(finfo); in get_prog_full_name() 357 info.func_info = ptr_to_u64(&finfo); in get_prog_full_name() 359 if (bpf_prog_get_info_by_fd(prog_fd, &info, &info_len)) in get_prog_full_name() 362 prog_btf = btf__load_from_kernel_by_id(info.btf_id); in get_prog_full_name() 743 struct bpf_prog_info info in prog_fd_by_nametag() local 903 struct bpf_map_info info = {}; map_fd_by_name() local 1032 map_parse_fd_and_info(int *argc, char ***argv, struct bpf_map_info *info, __u32 *info_len) map_parse_fd_and_info() argument [all...] |
/kernel/linux/linux-6.6/sound/soc/qcom/qdsp6/ |
H A D | q6apm.c | 42 struct audioreach_graph_info *info; in q6apm_get_audioreach_graph() local 55 info = idr_find(&apm->graph_info_idr, graph_id); in q6apm_get_audioreach_graph() 57 if (!info) in q6apm_get_audioreach_graph() 65 graph->info = info; in q6apm_get_audioreach_graph() 68 graph->graph = audioreach_alloc_graph_pkt(apm, info); in q6apm_get_audioreach_graph() 96 struct audioreach_graph_info *info = graph->info; in audioreach_graph_mgmt_cmd() local 97 int num_sub_graphs = info->num_sub_graphs; in audioreach_graph_mgmt_cmd() 120 list_for_each_entry(sg, &info in audioreach_graph_mgmt_cmd() 173 __q6apm_find_module_by_mid(struct q6apm *apm, struct audioreach_graph_info *info, uint32_t mid) __q6apm_find_module_by_mid() argument 368 struct audioreach_graph_info *info = graph->info; q6apm_graph_media_format_pcm() local 761 struct audioreach_graph_info *info = graph->info; q6apm_find_module_by_mid() local [all...] |
/third_party/mesa3d/src/panfrost/bifrost/valhall/ |
H A D | va_pack.c | 317 struct va_opcode_info info = valhall_opcodes[I->op]; in va_pack_alu() local 442 if (info.has_dest && info.nr_staging_dests == 0) { in va_pack_alu() 444 } else if (info.nr_staging_dests == 0 && info.nr_staging_srcs == 0) { in va_pack_alu() 454 for (unsigned i = 0; i < info.nr_srcs; ++i) { in va_pack_alu() 457 struct va_src_info src_info = info.srcs[i]; in va_pack_alu() 519 if (info.clamp) hex |= (uint64_t) I->clamp << 32; in va_pack_alu() 520 if (info.round_mode) hex |= (uint64_t) I->round << 30; in va_pack_alu() 521 if (info in va_pack_alu() 654 struct va_opcode_info info = valhall_opcodes[I->op]; va_pack_instr() local [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-subset-cff1.cc | 118 : info (info_), in top_dict_modifiers_t() 122 const cff1_sub_table_info_t &info; member 138 if (mod.info.charset_link) in serialize() 139 return_trace (FontDict::serialize_link4_op(c, op, mod.info.charset_link, whence_t::Absolute)); in serialize() 144 if (mod.info.encoding_link) in serialize() 145 return_trace (FontDict::serialize_link4_op(c, op, mod.info.encoding_link, whence_t::Absolute)); in serialize() 150 return_trace (UnsizedByteStr::serialize_int2 (c, mod.info.privateDictInfo.size) && in serialize() 151 Dict::serialize_link4_op (c, op, mod.info.privateDictInfo.link, whence_t::Absolute)); in serialize() 179 return_trace (cff_top_dict_op_serializer_t<cff1_top_dict_val_t>::serialize (c, opstr, mod.info)); in serialize() 365 : info (), in cff_subset_plan() 672 cff1_sub_table_info_t info; global() member [all...] |
/third_party/skia/modules/skparagraph/src/ |
H A D | Run.cpp | 194 const SkShaper::RunHandler::RunInfo& info, in scaleFontWithCompressionConfig() 202 , fTextRange(firstChar + info.utf8Range.begin(), firstChar + info.utf8Range.end()) in scaleFontWithCompressionConfig() 204 , fFont(info.fFont) in scaleFontWithCompressionConfig() 215 fBidiLevel = info.fBidiLevel; in scaleFontWithCompressionConfig() 216 fAdvance = info.fAdvance; in scaleFontWithCompressionConfig() 218 fUtf8Range = info.utf8Range; in scaleFontWithCompressionConfig() 221 fGlyphs.push_back_n(info.glyphCount); in scaleFontWithCompressionConfig() 222 fPositions.push_back_n(info.glyphCount + 1); in scaleFontWithCompressionConfig() 223 fOffsets.push_back_n(info in scaleFontWithCompressionConfig() 193 Run(ParagraphImpl* owner, const SkShaper::RunHandler::RunInfo& info, size_t firstChar, SkScalar heightMultiplier, bool useHalfLeading, SkScalar baselineShift, size_t index, SkScalar offsetX) scaleFontWithCompressionConfig() argument [all...] |
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_conntrack_netlink.c | 1590 const struct nfnl_info *info, in ctnetlink_del_conntrack() 1593 u8 family = info->nfmsg->nfgen_family; in ctnetlink_del_conntrack() 1611 u_int8_t u3 = info->nfmsg->version ? family : AF_UNSPEC; in ctnetlink_del_conntrack() 1613 return ctnetlink_flush_conntrack(info->net, cda, in ctnetlink_del_conntrack() 1615 nlmsg_report(info->nlh), u3); in ctnetlink_del_conntrack() 1621 h = nf_conntrack_find_get(info->net, &zone, &tuple); in ctnetlink_del_conntrack() 1636 nf_ct_delete(ct, NETLINK_CB(skb).portid, nlmsg_report(info->nlh)); in ctnetlink_del_conntrack() 1643 const struct nfnl_info *info, in ctnetlink_get_conntrack() 1646 u_int8_t u3 = info->nfmsg->nfgen_family; in ctnetlink_get_conntrack() 1654 if (info in ctnetlink_get_conntrack() 1589 ctnetlink_del_conntrack(struct sk_buff *skb, const struct nfnl_info *info, const struct nlattr * const cda[]) ctnetlink_del_conntrack() argument 1642 ctnetlink_get_conntrack(struct sk_buff *skb, const struct nfnl_info *info, const struct nlattr * const cda[]) ctnetlink_get_conntrack() argument 1813 ctnetlink_get_ct_dying(struct sk_buff *skb, const struct nfnl_info *info, const struct nlattr * const cda[]) ctnetlink_get_ct_dying() argument 1828 ctnetlink_get_ct_unconfirmed(struct sk_buff *skb, const struct nfnl_info *info, const struct nlattr * const cda[]) ctnetlink_get_ct_unconfirmed() argument 2387 ctnetlink_new_conntrack(struct sk_buff *skb, const struct nfnl_info *info, const struct nlattr * const cda[]) ctnetlink_new_conntrack() argument 2551 ctnetlink_stat_ct_cpu(struct sk_buff *skb, const struct nfnl_info *info, const struct nlattr * const cda[]) ctnetlink_stat_ct_cpu() argument 2595 ctnetlink_stat_ct(struct sk_buff *skb, const struct nfnl_info *info, const struct nlattr * const cda[]) ctnetlink_stat_ct() argument 3292 ctnetlink_get_expect(struct sk_buff *skb, const struct nfnl_info *info, const struct nlattr * const cda[]) ctnetlink_get_expect() argument 3386 ctnetlink_del_expect(struct sk_buff *skb, const struct nfnl_info *info, const struct nlattr * const cda[]) ctnetlink_del_expect() argument 3639 ctnetlink_new_expect(struct sk_buff *skb, const struct nfnl_info *info, const struct nlattr * const cda[]) ctnetlink_new_expect() argument 3738 ctnetlink_stat_exp_cpu(struct sk_buff *skb, const struct nfnl_info *info, const struct nlattr * const cda[]) ctnetlink_stat_exp_cpu() argument [all...] |