Home
last modified time | relevance | path

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

/components/utilities/ulog/backend/
A Dfile_be.c130 const unsigned char *buf_ptr_end = be->file_buf + be->buf_size; in ulog_file_backend_output_with_buf() local
135 free_len = buf_ptr_end - be->buf_ptr_now; in ulog_file_backend_output_with_buf()
151 RT_ASSERT(be->buf_ptr_now <= buf_ptr_end); in ulog_file_backend_output_with_buf()
153 if (buf_ptr_end == be->buf_ptr_now) in ulog_file_backend_output_with_buf()
156 if (buf_ptr_end == be->buf_ptr_now) in ulog_file_backend_output_with_buf()

Completed in 2 milliseconds