Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_buf.h53 #define nghttp2_buf_len(BUF) ((size_t)((BUF)->last - (BUF)->pos)) argument
54 #define nghttp2_buf_avail(BUF) ((size_t)((BUF)->end - (BUF)->last)) argument
55 #define nghttp2_buf_mark_avail(BUF) ((size_t)((BUF)->mark - (BUF)->last)) argument
56 #define nghttp2_buf_cap(BUF) ((size_t)((BUF)->end - (BUF)->begin)) argument
58 #define nghttp2_buf_pos_offset(BUF) ((size_t)((BUF)->pos - (BUF)->begin)) argument
59 #define nghttp2_buf_last_offset(BUF) ((size_t)((BUF)->last - (BUF)->begin)) argument
61 #define nghttp2_buf_shift_right(BUF, AMT) \ argument
63 (BUF)->pos += AMT; \
67 #define nghttp2_buf_shift_left(BUF, AMT) \ argument
69 (BUF)->pos -= AMT; \
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/bin/
A Dkm0_image2_all.bin852 ��BUFBUF

Completed in 7 milliseconds