Home
last modified time | relevance | path

Searched refs:extra (Results 751 - 775 of 1672) sorted by relevance

1...<<31323334353637383940>>...67

/kernel/linux/linux-6.6/drivers/hwmon/
H A Dit87.c294 u8 smbus_bitmap; /* SMBus enable bits in extra config register */
602 u8 extra; /* Register value (IT87_REG_TEMP_EXTRA) */ member
966 data->extra = it87_read_value(data, IT87_REG_TEMP_EXTRA); in it87_update_device()
1176 u8 reg, extra; in get_temp_type() local
1183 extra = it87_read_value(data, IT87_REG_IFSEL); in get_temp_type()
1184 if ((extra & 0x70) == 0x40) in get_temp_type()
1203 extra = it87_read_value(data, IT87_REG_TEMP_EXTRA); in get_temp_type()
1206 (has_temp_old_peci(data, index) && (extra & 0x80))) in get_temp_type()
1236 u8 reg, extra; in set_temp_type() local
1251 extra in set_temp_type()
[all...]
/third_party/lzma/C/
H A DLzmaEnc.c266 CExtra extra; member
269 // > 1 : MATCH (extra-1) : LIT : REP0 (len)
1127 #define MakeAs_Lit(p) { (p)->dist = MARK_LIT; (p)->extra = 0; }
1128 #define MakeAs_ShortRep(p) { (p)->dist = 0; (p)->extra = 0; }
1176 unsigned extra = (unsigned)p->opt[cur].extra; in Backward() local
1179 if (extra) in Backward()
1183 cur -= extra; in Backward()
1184 len = extra; in Backward()
1185 if (extra in Backward()
[all...]
/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_trans.c105 ConnAuditExtra extra = { in ConnBrTransReadOneFrame() local
110 CONN_AUDIT(STATS_SCENE_CONN_BT_RECV_FAILED, extra); in ConnBrTransReadOneFrame()
117 ConnAuditExtra extra = { in ConnBrTransReadOneFrame() local
122 CONN_AUDIT(STATS_SCENE_CONN_BT_RECV_FAILED, extra); in ConnBrTransReadOneFrame()
/kernel/linux/linux-5.10/arch/x86/boot/
H A Dheader.S495 # data, plus a small amount extra to keep the algorithm safe. The
514 # All of which is enough to compute an amount of extra data that is required
515 # to be safe. To avoid problems at the block level allocating 5 extra bytes
517 # block adding an extra 32767 bytes (the worst case uncompressed block size)
520 # To avoid problems with the compressed data's meta information an extra 18
/kernel/linux/linux-6.6/arch/x86/boot/
H A Dheader.S437 # data, plus a small amount extra to keep the algorithm safe. The
456 # All of which is enough to compute an amount of extra data that is required
457 # to be safe. To avoid problems at the block level allocating 5 extra bytes
459 # block adding an extra 32767 bytes (the worst case uncompressed block size)
462 # To avoid problems with the compressed data's meta information an extra 18
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/
H A Dliquidio_common.h589 u64 extra:28; member
613 u64 extra:25; member
632 u64 extra:28;
650 u64 extra:25;
/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/
H A Dttm_memory.c238 bool from_wq, uint64_t extra) in ttm_zones_above_swap_target()
254 target = (extra > target) ? 0ULL : target; in ttm_zones_above_swap_target()
270 uint64_t extra, struct ttm_operation_ctx *ctx) in ttm_shrink()
276 while (ttm_zones_above_swap_target(glob, from_wq, extra)) { in ttm_shrink()
237 ttm_zones_above_swap_target(struct ttm_mem_global *glob, bool from_wq, uint64_t extra) ttm_zones_above_swap_target() argument
269 ttm_shrink(struct ttm_mem_global *glob, bool from_wq, uint64_t extra, struct ttm_operation_ctx *ctx) ttm_shrink() argument
/kernel/linux/linux-6.6/include/net/sctp/
H A Dsctp.h574 __u32 mtu, __u32 extra) in __sctp_mtu_payload()
576 __u32 overhead = sizeof(struct sctphdr) + extra; in __sctp_mtu_payload()
593 __u32 mtu, __u32 extra) in sctp_mtu_payload()
595 return __sctp_mtu_payload(sp, NULL, mtu, extra); in sctp_mtu_payload()
572 __sctp_mtu_payload(const struct sctp_sock *sp, const struct sctp_transport *t, __u32 mtu, __u32 extra) __sctp_mtu_payload() argument
592 sctp_mtu_payload(const struct sctp_sock *sp, __u32 mtu, __u32 extra) sctp_mtu_payload() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/
H A Dliquidio_common.h589 u64 extra:28; member
613 u64 extra:25; member
632 u64 extra:28;
650 u64 extra:25;
/kernel/linux/linux-6.6/net/wireless/
H A Dibss.c309 struct iw_freq *wextfreq, char *extra) in cfg80211_ibss_wext_siwfreq()
366 struct iw_freq *freq, char *extra) in cfg80211_ibss_wext_giwfreq()
461 struct sockaddr *ap_addr, char *extra) in cfg80211_ibss_wext_siwap()
518 struct sockaddr *ap_addr, char *extra) in cfg80211_ibss_wext_giwap()
307 cfg80211_ibss_wext_siwfreq(struct net_device *dev, struct iw_request_info *info, struct iw_freq *wextfreq, char *extra) cfg80211_ibss_wext_siwfreq() argument
364 cfg80211_ibss_wext_giwfreq(struct net_device *dev, struct iw_request_info *info, struct iw_freq *freq, char *extra) cfg80211_ibss_wext_giwfreq() argument
459 cfg80211_ibss_wext_siwap(struct net_device *dev, struct iw_request_info *info, struct sockaddr *ap_addr, char *extra) cfg80211_ibss_wext_siwap() argument
516 cfg80211_ibss_wext_giwap(struct net_device *dev, struct iw_request_info *info, struct sockaddr *ap_addr, char *extra) cfg80211_ibss_wext_giwap() argument
/kernel/linux/linux-6.6/mm/
H A Dmigrate_device.c325 * One extra ref because caller holds an extra reference, either from in migrate_vma_check_page()
329 int extra = 1 + (page == fault_page); in migrate_vma_check_page() local
339 /* Page from ZONE_DEVICE have one extra reference */ in migrate_vma_check_page()
341 extra++; in migrate_vma_check_page()
345 extra += 1 + page_has_private(page); in migrate_vma_check_page()
347 if ((page_count(page) - extra) > page_mapcount(page)) in migrate_vma_check_page()
866 * This also unlocks the pages and puts them back on the lru, or drops the extra
/third_party/python/Lib/distutils/
H A Dccompiler.py311 extra):
333 if extra is None:
334 extra = []
351 return macros, objects, extra, pp_opts, build
547 DOS/Windows), they are most likely lists of strings: extra
589 as 'objects', the extra object files supplied to
/third_party/skia/src/core/
H A DSkString.cpp47 // format it. Format the string into our heap buffer. `set` automatically reserves an extra in apply_format_string()
197 static size_t check_add32(size_t base, size_t extra) { in check_add32() argument
200 if (base + extra > UINT32_MAX) { in check_add32()
201 extra = UINT32_MAX - base; in check_add32()
204 return extra; in check_add32()
/third_party/openssl/test/helpers/
H A Dssl_test_ctx.c755 ssl_test_extra_conf_free_data(&ctx->extra); in ssl_test_ctx_free_extra_data()
857 if (!parse_client_options(&ctx->extra.client, conf, option->value)) in SSL_TEST_CTX_create()
860 if (!parse_server_options(&ctx->extra.server, conf, option->value)) in SSL_TEST_CTX_create()
863 if (!parse_server_options(&ctx->extra.server2, conf, option->value)) in SSL_TEST_CTX_create()
/third_party/python/Lib/test/
H A Dtest_code.py768 extra = ctypes.c_voidp()
775 extra = ctypes.c_voidp()
776 GetExtra(f.__code__, FREE_INDEX, extra)
777 self.assertEqual(extra.value, 300)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dsae_pk.c749 size_t extra; in sae_pk_valid_fingerprint() local
751 /* Zero out the extra bits in the last octet */ in sae_pk_valid_fingerprint()
752 extra = 8 - tmp->fingerprint_bits % 8; in sae_pk_valid_fingerprint()
754 *pos = (*pos >> extra) << extra; in sae_pk_valid_fingerprint()
/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_connection.c388 ConnEventExtra extra = { in ConnBleUpdateConnectionRc() local
396 CONN_EVENT(EVENT_SCENE_CONNECT, EVENT_STAGE_CONNECT_UPDATE_CONNECTION_RC, extra); in ConnBleUpdateConnectionRc()
647 ConnEventExtra extra = { in SendBasicInfo() local
655 CONN_EVENT(EVENT_SCENE_CONNECT, EVENT_STAGE_CONNECT_SEND_BASIC_INFO, extra); in SendBasicInfo()
740 ConnEventExtra extra = { in ParseBasicInfo() local
750 extra.peerDeviceType = devType; in ParseBasicInfo()
752 CONN_EVENT(EVENT_SCENE_CONNECT, EVENT_STAGE_CONNECT_PARSE_BASIC_INFO, extra); in ParseBasicInfo()
/kernel/linux/linux-5.10/sound/usb/
H A Dendpoint.c202 unsigned int extra = 0; in prepare_silent_urb() local
208 extra = sizeof(packet_length); in prepare_silent_urb()
223 offset = offs * ep->stride + extra * i; in prepare_silent_urb()
225 urb->iso_frame_desc[i].length = length + extra; in prepare_silent_urb()
226 if (extra) { in prepare_silent_urb()
231 memset(urb->transfer_buffer + offset + extra, in prepare_silent_urb()
237 urb->transfer_buffer_length = offs * ep->stride + ctx->packets * extra; in prepare_silent_urb()
/base/security/device_security_level/interfaces/inner_api/src/standard/
H A Ddevice_security_level_proxy.cpp73 data.WriteUint32(option.extra); in RequestDeviceSecurityLevel()
/base/security/security_guard/test/unittest/model_manager/include/
H A Dconfig_define.h54 std::string extra; variable
/base/security/security_guard/test/unittest/mock/config_manager/
H A Dconfig_define.h54 std::string extra; variable
/base/security/security_guard/test/unittest/data_collect/include/
H A Dconfig_define.h54 std::string extra; variable
/base/security/selinux_adapter/interfaces/policycoreutils/include/
H A Dhap_restorecon.h39 unsigned int extra = 0; member
/base/security/security_guard/services/security_collector/src/
H A Dsecurity_collector_run_manager.cpp32 return subscriber_->GetSecurityCollectorSubscribeInfo().GetEvent().extra; in GetExtraInfo()
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dmedia_adapter.h60 virtual void OnInfo(PlayerOnInfoType type, int32_t extra, int32_t value) = 0;

Completed in 29 milliseconds

1...<<31323334353637383940>>...67