Home
last modified time | relevance | path

Searched refs:extra (Results 801 - 825 of 2744) sorted by relevance

1...<<31323334353637383940>>...110

/kernel/linux/linux-5.10/drivers/xen/
H A Dgrant-table.c1519 unsigned int cur, extra; in gnttab_expand() local
1522 extra = ((req_entries + gnttab_interface->grefs_per_grant_frame - 1) / in gnttab_expand()
1524 if (cur + extra > gnttab_max_grant_frames()) { in gnttab_expand()
1526 " cur=%u extra=%u limit=%u" in gnttab_expand()
1528 cur, extra, gnttab_max_grant_frames(), in gnttab_expand()
1533 rc = gnttab_map(cur, cur + extra - 1); in gnttab_expand()
1535 rc = grow_gnttab_list(extra); in gnttab_expand()
/kernel/linux/linux-6.6/drivers/xen/
H A Dgrant-table.c1601 unsigned int cur, extra; in gnttab_expand() local
1604 extra = ((req_entries + gnttab_interface->grefs_per_grant_frame - 1) / in gnttab_expand()
1606 if (cur + extra > gnttab_max_grant_frames()) { in gnttab_expand()
1608 " cur=%u extra=%u limit=%u" in gnttab_expand()
1610 cur, extra, gnttab_max_grant_frames(), in gnttab_expand()
1615 rc = gnttab_map(cur, cur + extra - 1); in gnttab_expand()
1617 rc = grow_gnttab_list(extra); in gnttab_expand()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dtrace_tx.h25 TP_PROTO(struct send_context *sc, int extra),
26 TP_ARGS(sc, extra),
30 __field(int, extra)
35 __entry->extra = extra;
37 TP_printk("[%s] ctxt %u(%u) extra %d",
41 __entry->extra
/third_party/rust/crates/proc-macro2/src/
H A Dwrapper.rs25 extra: Vec<proc_macro::TokenTree>,
54 extra: Vec::new(), in new()
59 self.stream.is_empty() && self.extra.is_empty() in is_empty()
63 // If-check provides a fast short circuit for the common case of `extra` in evaluate_now()
66 if !self.extra.is_empty() { in evaluate_now()
67 self.stream.extend(self.extra.drain(..)); in evaluate_now()
228 tts.extra.push(into_compiler_token(token)); in extend()
/third_party/rust/crates/serde/test_suite/tests/
H A Dtest_annotations.rs114 extra: HashMap<String, u32>,
1593 let mut extra = HashMap::new(); in test_collect_other() variables
1594 extra.insert("c".into(), 3); in test_collect_other()
1596 &CollectOther { a: 1, b: 2, extra }, in test_collect_other()
2638 extra: Any, in test_flatten_any_after_flatten_struct()
2648 extra: Any, in test_flatten_any_after_flatten_struct()
2910 extra: HashMap<String, String>,
2925 extra: HashMap::from_iter([("extra_key".into(), "extra value".into())]), in newtype()
2935 Token::Str("extra valu in newtype()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dbss.c458 char extra[50]; in wpa_bss_add() local
515 os_snprintf(extra, sizeof(extra), " HESSID " MACSTR, in wpa_bss_add()
518 extra[0] = '\0'; in wpa_bss_add()
522 bss->freq, extra); in wpa_bss_add()
526 bss->freq, extra, get_realtime_microsecond()); in wpa_bss_add()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_fsm.c371 LnnEventExtra extra = { 0 }; in DfxRecordLnnAuthEnd() local
372 LnnEventExtraInit(&extra); in DfxRecordLnnAuthEnd()
373 extra.errcode = reason; in DfxRecordLnnAuthEnd()
374 extra.authCostTime = (int32_t)costTime; in DfxRecordLnnAuthEnd()
375 extra.result = (reason == SOFTBUS_OK) ? EVENT_STAGE_RESULT_OK : EVENT_STAGE_RESULT_FAILED; in DfxRecordLnnAuthEnd()
378 extra.authLinkType = authFsm->info.connInfo.type; in DfxRecordLnnAuthEnd()
379 extra.authId = (int32_t)authFsm->authSeq; in DfxRecordLnnAuthEnd()
380 extra.authRequestId = (int32_t)authFsm->info.requestId; in DfxRecordLnnAuthEnd()
382 LNN_EVENT(EVENT_SCENE_JOIN_LNN, EVENT_STAGE_AUTH, extra); in DfxRecordLnnAuthEnd()
/third_party/skia/src/xps/
H A DSkXPSDevice.cpp367 size_t extra; in subset_typeface()
370 extra = sizeof(SkTTCFHeader) + (ttcCount * sizeof(SK_OT_ULONG)); in subset_typeface()
371 fontPackageBuffer.realloc(bytesWritten + extra); in subset_typeface()
373 memmove(fontPackageBuffer.get() + extra, fontPackageBuffer.get(), bytesWritten); in subset_typeface()
382 *offsetPtr = SkEndian_SwapBE32(SkToU32(extra)); in subset_typeface()
386 SkSFNTHeader* sfntHeader = SkTAddOffset<SkSFNTHeader>(fontPackageBuffer.get(), extra); in subset_typeface()
392 SkToU32(SkEndian_SwapBE32(SkToU32(tableDirectory->offset)) + extra)); in subset_typeface()
395 extra = 0; in subset_typeface()
400 newStream->setMemoryOwned(fontPackageBuffer.release(), bytesWritten + extra); in subset_typeface()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p_pd.c184 size_t extra = 0; in p2p_build_prov_disc_req() local
192 extra = wpabuf_len(p2p->wfd_ie_prov_disc_req); in p2p_build_prov_disc_req()
196 extra += wpabuf_len(p2p->vendor_elem[VENDOR_ELEM_P2P_PD_REQ]); in p2p_build_prov_disc_req()
199 extra += os_strlen(p2p->p2ps_prov->info) + 1 + in p2p_build_prov_disc_req()
202 buf = wpabuf_alloc(1000 + extra); in p2p_build_prov_disc_req()
260 size_t extra = 0; in p2p_build_prov_disc_resp() local
281 extra = wpabuf_len(wfd_ie); in p2p_build_prov_disc_resp()
285 extra += wpabuf_len(p2p->vendor_elem[VENDOR_ELEM_P2P_PD_RESP]); in p2p_build_prov_disc_resp()
287 buf = wpabuf_alloc(1000 + extra); in p2p_build_prov_disc_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p_pd.c184 size_t extra = 0; in p2p_build_prov_disc_req() local
192 extra = wpabuf_len(p2p->wfd_ie_prov_disc_req); in p2p_build_prov_disc_req()
196 extra += wpabuf_len(p2p->vendor_elem[VENDOR_ELEM_P2P_PD_REQ]); in p2p_build_prov_disc_req()
199 extra += os_strlen(p2p->p2ps_prov->info) + 1 + in p2p_build_prov_disc_req()
202 buf = wpabuf_alloc(1000 + extra); in p2p_build_prov_disc_req()
260 size_t extra = 0; in p2p_build_prov_disc_resp() local
281 extra = wpabuf_len(wfd_ie); in p2p_build_prov_disc_resp()
285 extra += wpabuf_len(p2p->vendor_elem[VENDOR_ELEM_P2P_PD_RESP]); in p2p_build_prov_disc_resp()
287 buf = wpabuf_alloc(1000 + extra); in p2p_build_prov_disc_resp()
/kernel/linux/linux-5.10/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c320 int i, extra = 0, n_cdesc = 0, ret = 0, cache_len, skip = 0; in safexcel_ahash_send_req() local
333 extra = queued & (HASH_CACHE_SIZE - 1); in safexcel_ahash_send_req()
338 if (!extra) in safexcel_ahash_send_req()
339 extra = HASH_CACHE_SIZE; in safexcel_ahash_send_req()
342 req->cache_next, extra, in safexcel_ahash_send_req()
343 areq->nbytes - extra); in safexcel_ahash_send_req()
345 queued -= extra; in safexcel_ahash_send_req()
353 extra = 0; in safexcel_ahash_send_req()
361 extra = AES_BLOCK_SIZE - cache_len; in safexcel_ahash_send_req()
366 skip = min_t(u64, tmp, extra); in safexcel_ahash_send_req()
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/common/
H A Daudio_module_info.h130 std::string extra; member
/foundation/multimedia/media_foundation/test/scenetest/helper/
H A Dlite_player.cpp42 void OnInfo(int type, int extra) override
H A Dstd_audio_recorder.cpp42 void OnInfo(InfoType type, int32_t extra) override
/foundation/multimedia/drm_framework/services/drm_service/server/include/
H A Dkey_session_service.h62 int32_t SendEvent(OHOS::HDI::Drm::V1_0::EventType eventType, int32_t extra,
/foundation/multimedia/media_lite/interfaces/kits/recorder_lite/
H A Drecorder.h204 * @param extra Indicates other information, for example, the start time position of a recording file.
208 virtual void OnInfo(int32_t type, int32_t extra) = 0;
/foundation/multimedia/media_lite/interfaces/kits/player_lite/js/builtin/include/
H A Daudio_player.h58 void OnInfo(int type, int extra) override;
/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Davmetadatahelper.h340 * @param extra Indicates other information, for example, the current state in metadata helper server.
343 virtual void OnInfo(HelperOnInfoType type, int32_t extra, const Format &infoBody = {}) = 0;
/foundation/multimedia/media_lite/services/player_lite/server/include/
H A Dplayer_server.h30 void OnInfo(int type, int extra);
/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_callback.h43 void OnInfo(int32_t type, int32_t extra) override;
/foundation/multimedia/player_framework/services/services/engine_intf/
H A Di_recorder_engine.h69 virtual void OnInfo(InfoType type, int32_t extra) = 0;
/foundation/multimedia/player_framework/services/services/avmetadatahelper/server/
H A Davmetadatahelper_server.h55 void NotifyInfoCallback(HelperOnInfoType type, int32_t extra);
/foundation/multimedia/player_framework/test/fuzztest/common/
H A Dtest_recorder.h100 void OnInfo(int32_t type, int32_t extra) override;
/foundation/multimedia/player_framework/services/services/transcoder/server/
H A Dtranscoder_server.h68 void OnInfo(TransCoderOnInfoType type, int32_t extra) override;
/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/
H A Dlnn_event_form.h161 LnnReportEventExtra extra; member

Completed in 28 milliseconds

1...<<31323334353637383940>>...110