Home
last modified time | relevance | path

Searched refs:ba_data (Results 1 – 19 of 19) sorted by relevance

/dports/sysutils/lnav/lnav-0.10.1/src/
H A Dbyte_array.hh50 memcpy(this->ba_data, other.ba_data, BYTE_COUNT); in byte_array()
55 return memcmp(this->ba_data, other.ba_data, BYTE_COUNT) < 0; in operator <()
60 return memcmp(this->ba_data, other.ba_data, BYTE_COUNT) != 0; in operator !=()
65 return memcmp(this->ba_data, other.ba_data, BYTE_COUNT) == 0; in operator ==()
70 memset(this->ba_data, 0, BYTE_COUNT); in clear()
78 snprintf(&buffer[lpc * 2], 3, "%02x", this->ba_data[lpc]); in to_string()
90 const unsigned char *in() const { return this->ba_data; }; in in()
93 T *ptr = (T *)this->ba_data; in out()
98 unsigned char ba_data[BYTE_COUNT]; member
/dports/benchmarks/libmicro/libMicro-0.4.1/
H A Dlibmicro.c691 b->ba_data[b->ba_batches % b->ba_datasize] = in update_stats()
1165 qsort((void *)b->ba_data, n, sizeof (double), doublecmp); in print_histo()
1166 min = b->ba_data[0] + 0.000001; in print_histo()
1168 p95 = b->ba_data[i95]; in print_histo()
1202 j = (HISTOSIZE - 1) * (b->ba_data[i] - min) / scale; in print_histo()
1209 histo[j].sum += b->ba_data[i]; in print_histo()
1212 sum += b->ba_data[i]; in print_histo()
1244 sum += b->ba_data[i]; in print_histo()
1279 b->ba_data[i] /= 1000.0; in compute_stats()
1298 removed = remove_outliers(b->ba_data, b->ba_batches, in compute_stats()
[all …]
H A Dlibmicro.h119 double ba_data[1]; /* start of data ararry */ member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drxmq.c706 struct iwl_mvm_baid_data *ba_data; in iwl_mvm_del_ba() local
716 ba_data = rcu_dereference(mvm->baid_map[baid]); in iwl_mvm_del_ba()
717 if (WARN_ON_ONCE(!ba_data)) in iwl_mvm_del_ba()
720 sta = rcu_dereference(mvm->fw_id_to_mac_id[ba_data->sta_id]); in iwl_mvm_del_ba()
724 reorder_buf = &ba_data->reorder_buf[queue]; in iwl_mvm_del_ba()
728 iwl_mvm_release_frames(mvm, sta, NULL, ba_data, reorder_buf, in iwl_mvm_del_ba()
746 struct iwl_mvm_baid_data *ba_data; in iwl_mvm_release_frames_from_notif() local
757 ba_data = rcu_dereference(mvm->baid_map[baid]); in iwl_mvm_release_frames_from_notif()
758 if (WARN_ON_ONCE(!ba_data)) in iwl_mvm_release_frames_from_notif()
765 reorder_buf = &ba_data->reorder_buf[queue]; in iwl_mvm_release_frames_from_notif()
[all …]
H A Dsta.c227 struct iwl_mvm_baid_data *ba_data; in iwl_mvm_rx_agg_session_expired() local
234 ba_data = rcu_dereference(*rcu_ptr); in iwl_mvm_rx_agg_session_expired()
236 if (WARN_ON(!ba_data)) in iwl_mvm_rx_agg_session_expired()
239 if (!ba_data->timeout) in iwl_mvm_rx_agg_session_expired()
242 timeout = ba_data->last_rx + TU_TO_JIFFIES(ba_data->timeout * 2); in iwl_mvm_rx_agg_session_expired()
244 mod_timer(&ba_data->session_timer, timeout); in iwl_mvm_rx_agg_session_expired()
249 sta = rcu_dereference(ba_data->mvm->fw_id_to_mac_id[ba_data->sta_id]); in iwl_mvm_rx_agg_session_expired()
264 sta->addr, ba_data->tid); in iwl_mvm_rx_agg_session_expired()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drxmq.c706 struct iwl_mvm_baid_data *ba_data; in iwl_mvm_del_ba() local
716 ba_data = rcu_dereference(mvm->baid_map[baid]); in iwl_mvm_del_ba()
717 if (WARN_ON_ONCE(!ba_data)) in iwl_mvm_del_ba()
720 sta = rcu_dereference(mvm->fw_id_to_mac_id[ba_data->sta_id]); in iwl_mvm_del_ba()
724 reorder_buf = &ba_data->reorder_buf[queue]; in iwl_mvm_del_ba()
728 iwl_mvm_release_frames(mvm, sta, NULL, ba_data, reorder_buf, in iwl_mvm_del_ba()
746 struct iwl_mvm_baid_data *ba_data; in iwl_mvm_release_frames_from_notif() local
757 ba_data = rcu_dereference(mvm->baid_map[baid]); in iwl_mvm_release_frames_from_notif()
758 if (WARN_ON_ONCE(!ba_data)) in iwl_mvm_release_frames_from_notif()
765 reorder_buf = &ba_data->reorder_buf[queue]; in iwl_mvm_release_frames_from_notif()
[all …]
H A Dsta.c227 struct iwl_mvm_baid_data *ba_data; in iwl_mvm_rx_agg_session_expired() local
234 ba_data = rcu_dereference(*rcu_ptr); in iwl_mvm_rx_agg_session_expired()
236 if (WARN_ON(!ba_data)) in iwl_mvm_rx_agg_session_expired()
239 if (!ba_data->timeout) in iwl_mvm_rx_agg_session_expired()
242 timeout = ba_data->last_rx + TU_TO_JIFFIES(ba_data->timeout * 2); in iwl_mvm_rx_agg_session_expired()
244 mod_timer(&ba_data->session_timer, timeout); in iwl_mvm_rx_agg_session_expired()
249 sta = rcu_dereference(ba_data->mvm->fw_id_to_mac_id[ba_data->sta_id]); in iwl_mvm_rx_agg_session_expired()
264 sta->addr, ba_data->tid); in iwl_mvm_rx_agg_session_expired()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drxmq.c706 struct iwl_mvm_baid_data *ba_data; in iwl_mvm_del_ba() local
716 ba_data = rcu_dereference(mvm->baid_map[baid]); in iwl_mvm_del_ba()
717 if (WARN_ON_ONCE(!ba_data)) in iwl_mvm_del_ba()
720 sta = rcu_dereference(mvm->fw_id_to_mac_id[ba_data->sta_id]); in iwl_mvm_del_ba()
724 reorder_buf = &ba_data->reorder_buf[queue]; in iwl_mvm_del_ba()
728 iwl_mvm_release_frames(mvm, sta, NULL, ba_data, reorder_buf, in iwl_mvm_del_ba()
746 struct iwl_mvm_baid_data *ba_data; in iwl_mvm_release_frames_from_notif() local
757 ba_data = rcu_dereference(mvm->baid_map[baid]); in iwl_mvm_release_frames_from_notif()
758 if (WARN_ON_ONCE(!ba_data)) in iwl_mvm_release_frames_from_notif()
765 reorder_buf = &ba_data->reorder_buf[queue]; in iwl_mvm_release_frames_from_notif()
[all …]
H A Dsta.c227 struct iwl_mvm_baid_data *ba_data; in iwl_mvm_rx_agg_session_expired() local
234 ba_data = rcu_dereference(*rcu_ptr); in iwl_mvm_rx_agg_session_expired()
236 if (WARN_ON(!ba_data)) in iwl_mvm_rx_agg_session_expired()
239 if (!ba_data->timeout) in iwl_mvm_rx_agg_session_expired()
242 timeout = ba_data->last_rx + TU_TO_JIFFIES(ba_data->timeout * 2); in iwl_mvm_rx_agg_session_expired()
244 mod_timer(&ba_data->session_timer, timeout); in iwl_mvm_rx_agg_session_expired()
249 sta = rcu_dereference(ba_data->mvm->fw_id_to_mac_id[ba_data->sta_id]); in iwl_mvm_rx_agg_session_expired()
264 sta->addr, ba_data->tid); in iwl_mvm_rx_agg_session_expired()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/rdi-share/
H A Drxtx.h156 void *ba_data; /* data to pass to ba_calback */ member
H A Drx.c187 packet, rxstate->config->ba_data)) { in Angel_RxEngine()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/rdi-share/
H A Drxtx.h156 void *ba_data; /* data to pass to ba_calback */ member
H A Drx.c187 packet, rxstate->config->ba_data)) { in Angel_RxEngine()
/dports/graphics/klatexformula/klatexformula-4.0.0/src/klftools/
H A Dklfdatautil.cpp258 static QList<QByteArray> decaps_list(const QByteArray& ba_data) in decaps_list() argument
260 klfDbg("decaps_list, data="<<ba_data); in decaps_list()
261 QByteArray data = ba_data.trimmed(); in decaps_list()
310 static QList<QPair<QByteArray,QByteArray> > decaps_map(const QByteArray& ba_data, bool allow_empty_… in decaps_map() argument
312 QByteArray data = ba_data.trimmed(); in decaps_map()
/dports/lang/ocaml/ocaml-4.05.0/asmcomp/
H A Dcmmgen.ml2215 bind "ba_data"
2217 (fun ba_data ->
2235 bind "ba_data"
2237 (fun ba_data ->
2255 bind "ba_data"
2257 (fun ba_data ->
2500 bind "ba_data"
2502 (fun ba_data ->
2523 bind "ba_data"
2525 (fun ba_data ->
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/asmcomp/
H A Dcmmgen.ml2215 bind "ba_data"
2217 (fun ba_data ->
2235 bind "ba_data"
2237 (fun ba_data ->
2255 bind "ba_data"
2257 (fun ba_data ->
2500 bind "ba_data"
2502 (fun ba_data ->
2523 bind "ba_data"
2525 (fun ba_data ->
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/usb/
H A Dr8152.c1115 __le16 ba_data; member
4906 __le16_to_cpu(phy->ba_data)); in rtl8152_fw_phy_nc_apply()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/usb/
H A Dr8152.c1115 __le16 ba_data; member
4906 __le16_to_cpu(phy->ba_data)); in rtl8152_fw_phy_nc_apply()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/usb/
H A Dr8152.c1115 __le16 ba_data; member
4906 __le16_to_cpu(phy->ba_data)); in rtl8152_fw_phy_nc_apply()