Home
last modified time | relevance | path

Searched refs:u64_t (Results 1 – 11 of 11) sorted by relevance

/device/soc/asrmicro/asr582x/liteos_m/sdk/drivers/iperf/
Dlwip_app_iperf.h29 typedef unsigned long long u64_t; typedef
81 u64_t lastByte;
82 u64_t currentByte;
83 u64_t lastPacketNum;
84 u64_t currentPacketNum;
Dlwip_iperf.c41 void iperf_value_format(char *format_value, int format_value_len, u64_t value) in iperf_value_format()
43 u64_t gv = value / (1000000000ULL); in iperf_value_format()
44 u64_t mv = value / (1000000ULL); in iperf_value_format()
45 u64_t kv = value / (1000ULL); in iperf_value_format()
69 u64_t bytes = outputInfo->currentByte; in do_iperf_terminate_timer()
70 u64_t packets = outputInfo->currentPacketNum; in do_iperf_terminate_timer()
75 … iperf_value_format(bitFormat, sizeof(bitFormat), (bytes * (8ULL)) / ((u64_t)outputInfo->seconds)); in do_iperf_terminate_timer()
194 u64_t bytes = outputInfo->currentByte - outputInfo->lastByte; in do_iperf_output()
195 u64_t packets = outputInfo->currentPacketNum - outputInfo->lastPacketNum; in do_iperf_output()
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/mesh/src/
Dfriend.h26 u64_t *seq_auth, u8_t seg_count);
30 u64_t *seq_auth, u8_t seg_count,
34 u64_t *seq_auth, u8_t seg_count,
38 u16_t dst, u64_t *seq_auth);
Dtransport.c49 #define BLOCK_COMPLETE(seg_n) (u32_t)(((u64_t)1 << ((seg_n) + 1)) - 1)
51 #define SEQ_AUTH(iv_index, seq) (((u64_t)(iv_index)) << 24 | (u64_t)(seq))
68 u64_t seq_auth;
81 u64_t seq_auth;
731 struct os_mbuf *buf, u64_t *seq_auth) in trans_ack()
827 struct os_mbuf *buf, u64_t *seq_auth) in ctl_recv()
898 u64_t *seq_auth) in trans_unseg()
952 size_t data_len, u64_t *seq_auth, in bt_mesh_ctl_send()
984 u8_t ttl, u64_t *seq_auth, u32_t block, u8_t obo) in send_ack()
1083 const u64_t *seq_auth) in seg_rx_find()
[all …]
Dfriend.c1151 static bool is_segack(struct os_mbuf *buf, u64_t *seqauth, u16_t src) in is_segack()
1186 static void friend_purge_old_ack(struct bt_mesh_friend *frnd, u64_t *seq_auth, in friend_purge_old_ack()
1209 u64_t *seq_auth, u8_t seg_count, in friend_lpn_enqueue_rx()
1258 u64_t *seq_auth, u8_t seg_count, in friend_lpn_enqueue_tx()
1339 u64_t *seq_auth, u8_t seg_count) in friend_queue_has_space()
1370 u64_t *seq_auth, u8_t seg_count) in bt_mesh_friend_queue_has_space()
1404 u64_t *seq_auth, u8_t seg_count) in friend_queue_prepare_space()
1436 u64_t *seq_auth, u8_t seg_count, in bt_mesh_friend_enqueue_rx()
1470 u64_t *seq_auth, u8_t seg_count, in bt_mesh_friend_enqueue_tx()
1506 u16_t dst, u64_t *seq_auth) in bt_mesh_friend_clear_incomplete()
Dtransport.h92 size_t data_len, u64_t *seq_auth,
Dnet.c64 static u64_t msg_cache[MYNEWT_VAL(BLE_MESH_MSG_CACHE_SIZE)];
110 static u64_t msg_hash(struct bt_mesh_net_rx *rx, struct os_mbuf *pdu) in msg_hash()
117 return ((u64_t)hash1 << 32) | (u64_t)hash2; // 32:byte alignment in msg_hash()
123 u64_t hash = msg_hash(rx, pdu); in msg_cache_match()
Dcrypto.c205 if (mic_size == sizeof(u64_t)) { in bt_mesh_ccm_decrypt()
359 if (mic_size == sizeof(u64_t)) { in bt_mesh_ccm_encrypt()
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
Darch.h119 typedef uint64_t u64_t; typedef
Dtcp.h207 if (((u64_t)(wnd) * (mss)) < TCP_WND_MAX(pcb)) { \
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/mesh/include/mesh/
Dglue.h59 #define u64_t uint64_t macro