/third_party/pulseaudio/src/modules/ |
H A D | module-stream-restore.c | 745 bool updated; in handle_entry_set_device() local 756 updated = (e->device_valid != !!device[0]) || !pa_safe_streq(e->device, device); in handle_entry_set_device() 758 if (updated) { in handle_entry_set_device() 802 bool updated = false; in handle_entry_set_volume() local 814 updated = (e->volume_valid != !!map.channels) || !pa_cvolume_equal(&e->volume, &vol); in handle_entry_set_volume() 816 if (updated) { in handle_entry_set_volume() 855 bool updated; in handle_entry_set_mute() local 866 updated = !e->muted_valid || e->muted != mute; in handle_entry_set_mute() 868 if (updated) { in handle_entry_set_mute()
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | platform_ohos.c | 251 EGLBoolean updated = EGL_FALSE; in ohos_window_dequeue_buffer() local 258 updated = EGL_TRUE; in ohos_window_dequeue_buffer() 263 if (!updated) { in ohos_window_dequeue_buffer()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/rtl8192e/ |
H A D | rtl_wx.c | 327 range->max_qual.updated = 7; /* Updated all three */ in _rtl92e_wx_get_range() 332 range->avg_qual.updated = 7; /* Updated all three */ in _rtl92e_wx_get_range() 1194 wstats->qual.updated = IW_QUAL_ALL_UPDATED | IW_QUAL_DBM; in _rtl92e_get_wireless_stats() 1205 wstats->qual.updated = IW_QUAL_ALL_UPDATED | IW_QUAL_DBM; in _rtl92e_get_wireless_stats()
|
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/rtl8192e/ |
H A D | rtl_wx.c | 317 range->max_qual.updated = 7; /* Updated all three */ in _rtl92e_wx_get_range() 322 range->avg_qual.updated = 7; /* Updated all three */ in _rtl92e_wx_get_range() 1129 wstats->qual.updated = IW_QUAL_ALL_UPDATED | IW_QUAL_DBM; in _rtl92e_get_wireless_stats() 1140 wstats->qual.updated = IW_QUAL_ALL_UPDATED | IW_QUAL_DBM; in _rtl92e_get_wireless_stats()
|
/kernel/linux/linux-6.6/drivers/net/wwan/iosm/ |
H A D | iosm_ipc_mux_codec.c | 746 /* Clear the DG count and QLT updated status for new ADB */ in ipc_mux_ul_skb_alloc() 1351 int updated = 0; in ipc_mux_ul_data_encode() local 1388 updated = ipc_mux_ul_adgh_encode(ipc_mux, session_id, in ipc_mux_ul_data_encode() 1393 updated = mux_ul_adb_encode(ipc_mux, session_id, in ipc_mux_ul_data_encode() 1400 return updated == 1; in ipc_mux_ul_data_encode()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/ |
H A D | rtw_ap.c | 205 u8 updated = false; in expire_timeout_chk() local 326 updated = ap_free_sta(padapter, psta, false, WLAN_REASON_DEAUTH_LEAVING); in expire_timeout_chk() 398 updated = ap_free_sta(padapter, psta, false, WLAN_REASON_DEAUTH_LEAVING); in expire_timeout_chk() 407 associated_clients_update(padapter, updated); in expire_timeout_chk() 920 /* update capability after cur_wireless_mode updated */ in start_bss_network() 1912 void associated_clients_update(struct adapter *padapter, u8 updated) in associated_clients_update() argument 1915 if (updated) { in associated_clients_update() 2075 DBG_871X("%s, updated =%d\n", __func__, beacon_updated); in bss_cap_update_on_sta_join() 2139 DBG_871X("%s, updated =%d\n", __func__, beacon_updated); in bss_cap_update_on_sta_leave()
|
H A D | rtw_mlme.c | 1878 * @return true: candidate is updated 1879 * @return false: candidate is not updated 1884 int updated = false; in rtw_check_roaming_candidate() local 1920 updated = true; in rtw_check_roaming_candidate() 1923 return updated; in rtw_check_roaming_candidate() 1989 * @return true: candidate is updated 1990 * @return false: candidate is not updated 1995 int updated = false; in rtw_check_join_candidate() local 2024 updated = true; in rtw_check_join_candidate() 2027 if (updated) { in rtw_check_join_candidate() [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/ |
H A D | rtw_ap.c | 168 u8 updated = 0; in expire_timeout_chk() local 269 updated = ap_free_sta(padapter, psta, true, in expire_timeout_chk() 330 updated = ap_free_sta(padapter, psta, true, in expire_timeout_chk() 339 associated_clients_update(padapter, updated); in expire_timeout_chk() 713 /* update capability after cur_wireless_mode updated */ in start_bss_network() 1336 void associated_clients_update(struct adapter *padapter, u8 updated) in associated_clients_update() argument 1339 if (updated) { in associated_clients_update() 1494 DBG_88E("%s, updated =%d\n", __func__, beacon_updated); in bss_cap_update_on_sta_join() 1557 DBG_88E("%s, updated =%d\n", __func__, beacon_updated); in bss_cap_update_on_sta_leave()
|
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/ |
H A D | rtw_ap.c | 177 u8 updated = false; in expire_timeout_chk() local 258 updated = ap_free_sta(padapter, psta, false, WLAN_REASON_DEAUTH_LEAVING); in expire_timeout_chk() 311 updated = ap_free_sta(padapter, psta, false, in expire_timeout_chk() 321 associated_clients_update(padapter, updated); in expire_timeout_chk() 792 /* update capability after cur_wireless_mode updated */ in start_bss_network() 1681 void associated_clients_update(struct adapter *padapter, u8 updated) in associated_clients_update() argument 1684 if (updated) { in associated_clients_update()
|
H A D | rtw_mlme.c | 1695 * @return true: candidate is updated 1696 * @return false: candidate is not updated 1701 int updated = false; in rtw_check_roaming_candidate() local 1728 updated = true; in rtw_check_roaming_candidate() 1731 return updated; in rtw_check_roaming_candidate() 1778 * @return true: candidate is updated 1779 * @return false: candidate is not updated 1784 int updated = false; in rtw_check_join_candidate() local 1813 updated = true; in rtw_check_join_candidate() 1817 return updated; in rtw_check_join_candidate() [all...] |
/kernel/linux/linux-6.6/drivers/usb/typec/ucsi/ |
H A D | ucsi.c | 411 struct ucsi_altmode updated[UCSI_MAX_ALTMODES]; in ucsi_register_altmodes_nvidia() local 424 memset(updated, 0, sizeof(updated)); in ucsi_register_altmodes_nvidia() 455 multi_dp = ucsi->ops->update_altmodes(ucsi, orig, updated); in ucsi_register_altmodes_nvidia() 461 desc.svid = updated[i].svid; in ucsi_register_altmodes_nvidia() 462 desc.vdo = updated[i].mid; in ucsi_register_altmodes_nvidia()
|
/kernel/linux/linux-5.10/drivers/crypto/ux500/hash/ |
H A D | hash_alg.h | 341 * @updated: Indicates if hardware is initialized for new operations. 346 u8 updated; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | thermal.h | 101 bool updated; /* true if the cooling device does not need update */ member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/calcs/ |
H A D | dcn_calcs.c | 638 bool updated = false; in dcn_bw_apply_registry_override() local 643 updated = true; in dcn_bw_apply_registry_override() 650 updated = true; in dcn_bw_apply_registry_override() 657 updated = true; in dcn_bw_apply_registry_override() 664 updated = true; in dcn_bw_apply_registry_override() 672 updated = true; in dcn_bw_apply_registry_override() 678 return updated; in dcn_bw_apply_registry_override()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/calcs/ |
H A D | dcn_calcs.c | 640 bool updated = false; in dcn_bw_apply_registry_override() local 644 updated = true; in dcn_bw_apply_registry_override() 651 updated = true; in dcn_bw_apply_registry_override() 658 updated = true; in dcn_bw_apply_registry_override() 665 updated = true; in dcn_bw_apply_registry_override() 673 updated = true; in dcn_bw_apply_registry_override() 678 return updated; in dcn_bw_apply_registry_override()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_wext.c | 1279 if (iwe->u.qual.updated & IW_QUAL_QUAL_INVALID) in wext_get_scan_qual() 1281 if (iwe->u.qual.updated & IW_QUAL_LEVEL_INVALID) in wext_get_scan_qual() 1283 if (iwe->u.qual.updated & IW_QUAL_NOISE_INVALID) in wext_get_scan_qual() 1285 if (iwe->u.qual.updated & IW_QUAL_DBM) in wext_get_scan_qual() 1287 if ((iwe->u.qual.updated & IW_QUAL_DBM) || in wext_get_scan_qual() 2444 ((stats.qual.updated & IW_QUAL_DBM) ? 0x100 : 0); in wpa_driver_wext_signal_poll() 2446 ((stats.qual.updated & IW_QUAL_DBM) ? 0x100 : 0); in wpa_driver_wext_signal_poll()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | neighbour.c | 275 !time_in_range(n->updated, tref, jiffies)) in neigh_forced_gc() 501 n->updated = n->used = now; in neigh_alloc() 1049 neigh->updated = jiffies; 1108 neigh->updated = jiffies; in neigh_timer_handler() 1114 neigh->updated = jiffies; in neigh_timer_handler() 1124 neigh->updated = jiffies; in neigh_timer_handler() 1131 neigh->updated = jiffies; in neigh_timer_handler() 1194 neigh->updated = now; in __neigh_event_send() 1206 neigh->updated = jiffies; in __neigh_event_send() 1216 neigh->updated in __neigh_event_send() [all...] |
/kernel/linux/linux-5.10/drivers/usb/typec/ucsi/ |
H A D | ucsi.h | 55 struct ucsi_altmode *updated);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | thermal.h | 107 bool updated; /* true if the cooling device does not need update */ member
|
/kernel/linux/linux-6.6/drivers/net/vxlan/ |
H A D | vxlan_private.h | 31 unsigned long updated; /* jiffies */ member
|
/third_party/node/test/parallel/ |
H A D | test-v8-serdes.js | 181 When that happens, the "desStr" variable must be updated to the new value
|
/third_party/node/deps/npm/lib/commands/ |
H A D | token.js | 145 delete result.updated
|
/third_party/typescript/tests/baselines/reference/tsc/cancellationToken/ |
H A D | when-emitting-buildInfo.js | 242 No shapes updated in the builder::
|
H A D | when-using-state.js | 242 No shapes updated in the builder::
|
/third_party/ffmpeg/libavformat/ |
H A D | dashdec.c | 717 int updated = 0; in resolve_content_path() local 737 updated = AVERROR(ENOMEM); in resolve_content_path() 750 updated = AVERROR(ENOMEM); in resolve_content_path() 772 updated = 1; in resolve_content_path() 806 updated = 1; in resolve_content_path() 818 return updated; in resolve_content_path()
|