Searched refs:BUF (Results 1 - 10 of 10) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_buf.h | 54 #define nghttp2_buf_len(BUF) ((size_t)((BUF)->last - (BUF)->pos)) 55 #define nghttp2_buf_avail(BUF) ((size_t)((BUF)->end - (BUF)->last)) 56 #define nghttp2_buf_mark_avail(BUF) ((size_t)((BUF)->mark - (BUF)->last)) 57 #define nghttp2_buf_cap(BUF) ((size_ [all...] |
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_buf.h | 54 #define nghttp2_buf_len(BUF) ((size_t)((BUF)->last - (BUF)->pos)) 55 #define nghttp2_buf_avail(BUF) ((size_t)((BUF)->end - (BUF)->last)) 56 #define nghttp2_buf_mark_avail(BUF) ((size_t)((BUF)->mark - (BUF)->last)) 57 #define nghttp2_buf_cap(BUF) ((size_ [all...] |
/third_party/python/Lib/ctypes/test/ |
H A D | test_strings.py | 7 BUF = c_char * 4 9 buf = BUF(b"a", b"b", b"c") 47 BUF = c_char * 4 48 buf = BUF() 52 BUF = c_char * 4 53 buf = BUF() 54 ## print BUF.from_param(c_char_p("python")) 55 ## print BUF.from_param(BUF(*"pyth")) 58 BUF [all...] |
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_buf.h | 65 #define ngtcp2_buf_left(BUF) (size_t)((BUF)->end - (BUF)->last) 71 #define ngtcp2_buf_len(BUF) (size_t)((BUF)->last - (BUF)->pos)
|
/third_party/ltp/testcases/kernel/syscalls/fsync/ |
H A D | fsync01.c | 16 #define BUF "davef" macro 23 SAFE_WRITE(SAFE_WRITE_ALL, fd, BUF, sizeof(BUF)); in verify_fsync()
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | startcode_armv6.S | 25 BUF .req a1 label 75 mov PTR, BUF 145 13: sub RESULT, PTR, BUF 157 sub RESULT, PTR, BUF 161 sub RESULT, PTR, BUF 166 sub RESULT, PTR, BUF 183 sub RESULT, PTR, BUF 242 .unreq BUF
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | av_tx.c | 32 #define randomize_complex(BUF, LEN, TYPE, SCALE) \ 34 TYPE *buf = (TYPE *)BUF; \
|
/third_party/node/deps/openssl/openssl/crypto/err/ |
H A D | err_all_legacy.c | 64 IMPLEMENT_LEGACY_ERR_LOAD(BUF)
|
/third_party/openssl/crypto/err/ |
H A D | err_all_legacy.c | 64 IMPLEMENT_LEGACY_ERR_LOAD(BUF)
|
/third_party/node/src/crypto/ |
H A D | crypto_util.cc | 508 V(BUF) \ in SetFipsCrypto()
|
Completed in 5 milliseconds