Home
last modified time | relevance | path

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

12345678910>>...109

/dports/lang/micropython/micropython-1.17/ports/nrf/drivers/bluetooth/
H A Dringbuffer.h79 BUF.elems = (T*)calloc(BUF.size, sizeof(T))
82 #define bufferDestroy(BUF) free(BUF->elems) argument
83 #define nextStartIndex(BUF) ((BUF->start + 1) % BUF->size) argument
84 #define nextEndIndex(BUF) ((BUF->end + 1) % BUF->size) argument
85 #define isBufferEmpty(BUF) (BUF->end == BUF->start) argument
86 #define isBufferFull(BUF) (nextEndIndex(BUF) == BUF->start) argument
89 BUF->elems[BUF->end] = ELEM; \
90 BUF->end = (BUF->end + 1) % BUF->size; \
92 BUF->start = nextStartIndex(BUF); \
96 ELEM = BUF->elems[BUF->start]; \
[all …]
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/src/
H A Dmsfort_intel.F30 CHARACTER*80 BUF local
87 CALL GETARG(I,BUF,ISTAT)
90 & BUF(1:2).EQ.'-w')THEN
93 & BUF(1:2).EQ.'-h')THEN
96 & BUF(1:5).EQ.'-svga')THEN
101 & BUF(1:6).EQ.'-large')THEN
106 & BUF(1:7).EQ.'-laptop')THEN
126 & BUF(1:5).EQ.'-tile')THEN
129 & BUF(1:7).EQ.'-notile')THEN
132 & BUF(1:5).EQ.'-true')THEN
[all …]
/dports/graphics/pgplot/pgplot/drivers/old/
H A Dimdriv.f60 BYTE BUF(100), COLOR local
199 BUF(4) = 0
200 BUF(5) = 0
202 BUF(7) = 0
203 BUF(8) = 0
219 CALL GRIM00(BUF(6), J0)
220 CALL GRIM00(BUF(8), I1)
240 BUF(1) = 219 ! ENDPAGE
330 BYTE BUF(2), WORD(2) local
332 BUF(1) = WORD(2)
[all …]
H A Dvidriv.f56 BYTE BUF(100), COLOR local
195 BUF(2) = 29 ! 0 0 3 5
196 BUF(3) = 135 ! SET_ABS_H
197 BUF(4) = 0
198 BUF(5) = 0
199 BUF(6) = 137 ! SET_ABS_V
200 BUF(7) = 0
201 BUF(8) = 0
217 CALL GRIM00(BUF(6), J0)
218 CALL GRIM00(BUF(8), I1)
[all …]
/dports/games/powder/powder118_src/
H A Dgrammar.h51 BUF
53 BUF
58 BUF
60 BUF
64 BUF
66 BUF
129 BUF
131 BUF
135 BUF
139 BUF
[all …]
H A Dbuf.cpp140 BUF::BUF() in BUF() function in BUF
145 BUF::BUF(int len) in BUF() function in BUF
152 BUF::~BUF() in ~BUF()
158 BUF::BUF(const BUF &buf) in BUF() function in BUF
164 BUF &
165 BUF::operator=(const BUF &buf) in operator =()
176 BUF::buffer() const in buffer()
291 BUF::clear() in clear()
415 BUF newtext; in appendSprintf()
438 BUF::evildata() in evildata()
[all …]
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Mayaqua/
H A DMemory.h43 struct BUF struct
208 BUF *NewBuf();
212 void WriteBufBuf(BUF *b, BUF *bb);
213 void WriteBufBufWithOffset(BUF *b, BUF *bb);
216 BUF *ReadBufFromBuf(BUF *b, UINT size);
221 void FreeBuf(BUF *b);
244 BUF *CloneBuf(BUF *b);
247 BUF *ReadRemainBuf(BUF *b);
249 bool CompareBuf(BUF *b1, BUF *b2);
343 BUF *CompressBuf(BUF *src_buf);
[all …]
/dports/math/scalapack/scalapack-2.1.0/SRC/
H A Dpdlaed3.f210 CALL DLAED4( K, KK, DLAMDA, W, BUF, RHO, BUF( K+I ), IINFO )
234 CALL DCOPY( MYKLR, BUF( K+1 ), 1, BUF( IPD ), 1 )
241 CALL DCOPY( KLR, BUF( K+1 ), 1, BUF( IPD ), 1 )
255 CALL DCOPY( MYKL, BUF( 2*K+1 ), 1, BUF( K+1 ), 1 )
267 CALL DCOPY( KL, BUF( K+1 ), 1, BUF( IPD ), 1 )
283 CALL DCOPY( K, Z, 1, BUF, 1 )
284 CALL DCOPY( K, BUF( 2*K+1 ), 1, BUF( K+1 ), 1 )
288 CALL DCOPY( K, BUF, 1, Z, 1 )
297 D( GI ) = BUF( K+I )
332 BUF( I ) = Z( I ) / BUF( I )
[all …]
H A Dpslaed3.f208 CALL SLAED4( K, KK, DLAMDA, W, BUF, RHO, BUF( K+I ), IINFO )
232 CALL SCOPY( MYKLR, BUF( K+1 ), 1, BUF( IPD ), 1 )
239 CALL SCOPY( KLR, BUF( K+1 ), 1, BUF( IPD ), 1 )
253 CALL SCOPY( MYKL, BUF( 2*K+1 ), 1, BUF( K+1 ), 1 )
265 CALL SCOPY( KL, BUF( K+1 ), 1, BUF( IPD ), 1 )
281 CALL SCOPY( K, Z, 1, BUF, 1 )
282 CALL SCOPY( K, BUF( 2*K+1 ), 1, BUF( K+1 ), 1 )
286 CALL SCOPY( K, BUF, 1, Z, 1 )
295 D( GI ) = BUF( K+I )
330 BUF( I ) = Z( I ) / BUF( I )
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/connect/
H A Dncbi_buffer.h82 (BUF* pBuf,
104 (BUF* pBuf,
118 (BUF* pBuf,
133 (BUF* pBuf,
146 (BUF* pBuf,
163 (BUF* pBuf,
176 (BUF* pBuf,
186 (BUF buf,
202 (BUF buf,
224 (BUF buf,
[all …]
/dports/biology/ncbi-toolkit/ncbi/connect/
H A Dncbi_buffer.h80 (BUF* pBuf,
100 (BUF* pBuf,
114 (BUF* pBuf,
127 (BUF* pBuf,
140 (BUF* pBuf,
156 (BUF* pBuf,
168 (BUF* pBuf,
178 (BUF buf,
192 (BUF buf,
211 (BUF buf,
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/connect/
H A Dncbi_buffer.h82 (BUF* pBuf,
104 (BUF* pBuf,
118 (BUF* pBuf,
133 (BUF* pBuf,
146 (BUF* pBuf,
163 (BUF* pBuf,
176 (BUF* pBuf,
186 (BUF buf,
202 (BUF buf,
224 (BUF buf,
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/lib/
H A 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
64 (BUF)->pos += AMT; \
65 (BUF)->last += AMT; \
68 #define nghttp2_buf_shift_left(BUF, AMT) \ argument
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmnghttp2/lib/
H A 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
64 (BUF)->pos += AMT; \
65 (BUF)->last += AMT; \
68 #define nghttp2_buf_shift_left(BUF, AMT) \ argument
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmnghttp2/lib/
H A 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
64 (BUF)->pos += AMT; \
65 (BUF)->last += AMT; \
68 #define nghttp2_buf_shift_left(BUF, AMT) \ argument
[all …]
/dports/devel/cmake/cmake-3.22.1/Utilities/cmnghttp2/lib/
H A 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
64 (BUF)->pos += AMT; \
65 (BUF)->last += AMT; \
68 #define nghttp2_buf_shift_left(BUF, AMT) \ argument
[all …]
/dports/net/proby/proby-1.0.2/cargo-crates/libnghttp2-sys-0.1.4+1.41.0/nghttp2/lib/
H A 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
64 (BUF)->pos += AMT; \
65 (BUF)->last += AMT; \
68 #define nghttp2_buf_shift_left(BUF, AMT) \ argument
[all …]
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/lib/
H A 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
64 (BUF)->pos += AMT; \
65 (BUF)->last += AMT; \
68 #define nghttp2_buf_shift_left(BUF, AMT) \ argument
[all …]
/dports/www/libnghttp2/nghttp2-1.46.0/lib/
H A 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
64 (BUF)->pos += AMT; \
65 (BUF)->last += AMT; \
68 #define nghttp2_buf_shift_left(BUF, AMT) \ argument
[all …]
/dports/devel/pecl-swoole/swoole-4.8.5/thirdparty/nghttp2/
H A Dnghttp2_buf.h49 #define nghttp2_buf_len(BUF) ((size_t)((BUF)->last - (BUF)->pos)) argument
50 #define nghttp2_buf_avail(BUF) ((size_t)((BUF)->end - (BUF)->last)) argument
51 #define nghttp2_buf_mark_avail(BUF) ((size_t)((BUF)->mark - (BUF)->last)) argument
52 #define nghttp2_buf_cap(BUF) ((size_t)((BUF)->end - (BUF)->begin)) argument
54 #define nghttp2_buf_pos_offset(BUF) ((size_t)((BUF)->pos - (BUF)->begin)) argument
55 #define nghttp2_buf_last_offset(BUF) ((size_t)((BUF)->last - (BUF)->begin)) argument
57 #define nghttp2_buf_shift_right(BUF, AMT) \ argument
59 (BUF)->pos += AMT; \
60 (BUF)->last += AMT; \
63 #define nghttp2_buf_shift_left(BUF, AMT) \ argument
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/libnghttp2-sys/nghttp2/lib/
H A 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
64 (BUF)->pos += AMT; \
65 (BUF)->last += AMT; \
68 #define nghttp2_buf_shift_left(BUF, AMT) \ argument
[all …]
/dports/www/node10/node-v10.24.1/deps/nghttp2/lib/
H A 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
64 (BUF)->pos += AMT; \
65 (BUF)->last += AMT; \
68 #define nghttp2_buf_shift_left(BUF, AMT) \ argument
[all …]
/dports/www/nghttp2/nghttp2-1.46.0/lib/
H A 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
64 (BUF)->pos += AMT; \
65 (BUF)->last += AMT; \
68 #define nghttp2_buf_shift_left(BUF, AMT) \ argument
[all …]
/dports/shells/yash/yash-2.51/lineedit/
H A Dcompparse.c187 switch (BUF[INDEX]) { in cparse_commands()
210 while (BUF[INDEX] == L'\n' || iswblank(BUF[INDEX])) in skip_blanks_and_newlines()
301 switch (BUF[INDEX]) { in cparse_simple_command()
352 if (BUF[index] == L'=' || iswdigit(BUF[index])) in ctryparse_assignment()
378 if (BUF[INDEX] != L'\0' && is_token_delimiter_char(BUF[INDEX])) { in ctryparse_assignment()
487 if (BUF[INDEX] == L';' || BUF[INDEX] == L'\n') { in cparse_for_command()
492 if (BUF[INDEX] != L'\0' && is_token_delimiter_char(BUF[INDEX])) { in cparse_for_command()
681 INDEX = end - BUF; in cparse_word()
888 && (BUF[INDEX + 1] == L'{' || BUF[INDEX + 1] == L'('))) { in cparse_paramexp_in_brace()
971 } else if (BUF[INDEX] == BUF[INDEX + 1]) { in cparse_paramexp_in_brace()
[all …]
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/cineon.imageio/libcineon/
H A DReaderInternal.h108 BUF *obuf = data + bufoff; in Read10bitFilled()
124 template <typename IR, typename BUF>
132 template <typename IR, typename BUF>
145 BUF *obuf = data + bufoff; in UnPackPacked()
234 template <typename IR, typename BUF>
241 template <typename IR, typename BUF>
297 template <typename IR, typename BUF>
346 …return Read10bitFilledMethodA<IR, BUF>(dpxHeader, readBuf, fd, block, reinterpret_cast<BUF *>(data… in ReadImageBlock()
348 …return Read10bitFilledMethodB<IR, BUF>(dpxHeader, readBuf, fd, block, reinterpret_cast<BUF *>(data… in ReadImageBlock()
350 return Read10bitPacked<IR, BUF>(dpxHeader, readBuf, fd, block, reinterpret_cast<BUF *>(data)); in ReadImageBlock()
[all …]

12345678910>>...109