Searched refs:available_bytes (Results 1 – 5 of 5) sorted by relevance
131 uint16_t available_bytes; in llcp_sdp_send_sdreq() local148 available_bytes = GKI_get_buf_size(llcp_cb.sdp_cb.p_snl) - NFC_HDR_SIZE - in llcp_sdp_send_sdreq()154 if ((available_bytes >= LLCP_SDREQ_MIN_LEN + name_len) && in llcp_sdp_send_sdreq()226 uint16_t available_bytes; in llcp_sdp_send_sdres() local243 available_bytes = GKI_get_buf_size(llcp_cb.sdp_cb.p_snl) - NFC_HDR_SIZE - in llcp_sdp_send_sdres()247 if ((available_bytes >= 2 + LLCP_SDRES_LEN) && in llcp_sdp_send_sdres()
857 uint16_t info_len, available_bytes; in llcp_dlc_proc_i_pdu() local950 available_bytes = GKI_get_buf_size(p_last_buf) - NFC_HDR_SIZE - in llcp_dlc_proc_i_pdu()954 if (available_bytes >= LLCP_PDU_AGF_LEN_SIZE + info_len) { in llcp_dlc_proc_i_pdu()
959 uint16_t available_bytes; in llcp_link_proc_ui_pdu() local996 available_bytes = GKI_get_buf_size(p_last_buf) - NFC_HDR_SIZE - in llcp_link_proc_ui_pdu()1000 if (available_bytes >= LLCP_PDU_AGF_LEN_SIZE + ui_pdu_length) { in llcp_link_proc_ui_pdu()
128 size_t available_bytes; member in __anon19030e590111::dir136 if (available_bytes != 0) return true; in fill()141 available_bytes = rc; in fill()147 dir() : fd(-1), available_bytes(0), next(nullptr) {} in dir()153 available_bytes(0), in dir()158 available_bytes(0), in dir()163 available_bytes(0), in dir()183 available_bytes = 0; in reset()199 available_bytes = 0; in rewind()207 available_bytes -= next->d_reclen; in read()
224 uint64_t available_bytes = sfs.f_bsize * sfs.f_bavail; in PerformFileChecks() local225 if (available_bytes <= file_size) { in PerformFileChecks()