Home
last modified time | relevance | path

Searched defs:BUF (Results 1 – 6 of 6) sorted by relevance

/third_party/nghttp2/lib/
Dnghttp2_buf.h54 #define nghttp2_buf_len(BUF) ((size_t)((BUF)->last - (BUF)->pos)) argument
55 #define nghttp2_buf_avail(BUF) ((size_t)((BUF)->end - (BUF)->last)) argument
56 #define nghttp2_buf_mark_avail(BUF) ((size_t)((BUF)->mark - (BUF)->last)) argument
57 #define nghttp2_buf_cap(BUF) ((size_t)((BUF)->end - (BUF)->begin)) argument
59 #define nghttp2_buf_pos_offset(BUF) ((size_t)((BUF)->pos - (BUF)->begin)) argument
60 #define nghttp2_buf_last_offset(BUF) ((size_t)((BUF)->last - (BUF)->begin)) argument
62 #define nghttp2_buf_shift_right(BUF, AMT) \ argument
68 #define nghttp2_buf_shift_left(BUF, AMT) \ argument
/third_party/node/deps/nghttp2/lib/
Dnghttp2_buf.h54 #define nghttp2_buf_len(BUF) ((size_t)((BUF)->last - (BUF)->pos)) argument
55 #define nghttp2_buf_avail(BUF) ((size_t)((BUF)->end - (BUF)->last)) argument
56 #define nghttp2_buf_mark_avail(BUF) ((size_t)((BUF)->mark - (BUF)->last)) argument
57 #define nghttp2_buf_cap(BUF) ((size_t)((BUF)->end - (BUF)->begin)) argument
59 #define nghttp2_buf_pos_offset(BUF) ((size_t)((BUF)->pos - (BUF)->begin)) argument
60 #define nghttp2_buf_last_offset(BUF) ((size_t)((BUF)->last - (BUF)->begin)) argument
62 #define nghttp2_buf_shift_right(BUF, AMT) \ argument
68 #define nghttp2_buf_shift_left(BUF, AMT) \ argument
/third_party/node/deps/ngtcp2/ngtcp2/lib/
Dngtcp2_buf.h65 #define ngtcp2_buf_left(BUF) (size_t)((BUF)->end - (BUF)->last) argument
71 #define ngtcp2_buf_len(BUF) (size_t)((BUF)->last - (BUF)->pos) argument
/third_party/ltp/testcases/kernel/syscalls/fsync/
Dfsync01.c16 #define BUF "davef" macro
/third_party/ffmpeg/libavcodec/arm/
Dstartcode_armv6.S25 BUF .req a1 label
/third_party/ffmpeg/tests/checkasm/
Dav_tx.c32 #define randomize_complex(BUF, LEN, TYPE, SCALE) \ argument