Home
last modified time | relevance | path

Searched refs:_bufptr (Results 1 – 25 of 41) sorted by relevance

12

/dports/print/texlive-base/texlive-20150521-source/texk/dvisvgm/dvisvgm-1.9.2/src/
H A DInputBuffer.cpp30 …: _is(is), _bufsize(bufsize), _buf1(new UInt8[_bufsize]), _buf2(new UInt8[_bufsize]), _bufptr(_buf… in StreamInputBuffer()
49 _bufptr = _buf1; in get()
52 UInt8 c = *_bufptr++; in get()
61 return *_bufptr; in peek()
69 return *(_bufptr+n); in peek()
/dports/math/topcom/topcom-0.17.8/lib-src/
H A DRefCount.hh65 static RefCountData* _bufptr; member in SmartPtr
201 _bufptr = _ptr; in operator ->()
203 data_allocator.construct(_ptr, *_bufptr); in operator ->()
224 _bufptr = _ptr; in operator *()
226 data_allocator.construct(_ptr, *_bufptr); in operator *()
244 typename SmartPtr<T>::RefCountData* SmartPtr<T>::_bufptr = NULL; member in SmartPtr<T>
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libmeminfo/libdmabufinfo/
H A Ddmabufinfo_test.cpp166 #define EXPECT_ONE_BUF_EQ(_bufptr, _name, _fdrefs, _maprefs, _expname, _count, _size) \ argument
168 EXPECT_EQ(_bufptr->name(), _name); \
169 EXPECT_EQ(_bufptr->fdrefs().size(), _fdrefs); \
170 EXPECT_EQ(_bufptr->maprefs().size(), _maprefs); \
171 EXPECT_EQ(_bufptr->exporter(), _expname); \
172 EXPECT_EQ(_bufptr->count(), _count); \
173 EXPECT_EQ(_bufptr->size(), _size); \
176 #define EXPECT_PID_IN_FDREFS(_bufptr, _pid, _expect) \ argument
178 const std::unordered_map<pid_t, int>& _fdrefs = _bufptr->fdrefs(); \
183 #define EXPECT_PID_IN_MAPREFS(_bufptr, _pid, _expect) \ argument
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/ci/
H A DciReplay.cpp99 char* _bufptr; member in CompileReplay
126 _bufptr = _buffer; in CompileReplay()
143 _bufptr = _buffer; in test()
179 _bufptr += read; in parse_int()
194 _bufptr += read; in parse_intptr_t()
201 while (*_bufptr == ' ' || *_bufptr == '\t') { in skip_ws()
202 _bufptr++; in skip_ws()
209 while (*_bufptr != delim && *_bufptr != '\0') { in scan_and_terminate()
210 _bufptr++; in scan_and_terminate()
235 _bufptr++; in parse_quoted_string()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/ci/
H A DciReplay.cpp99 char* _bufptr; member in CompileReplay
126 _bufptr = _buffer; in CompileReplay()
143 _bufptr = _buffer; in test()
179 _bufptr += read; in parse_int()
194 _bufptr += read; in parse_intptr_t()
201 while (*_bufptr == ' ' || *_bufptr == '\t') { in skip_ws()
202 _bufptr++; in skip_ws()
209 while (*_bufptr != delim && *_bufptr != '\0') { in scan_and_terminate()
210 _bufptr++; in scan_and_terminate()
235 _bufptr++; in parse_quoted_string()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/ci/
H A DciReplay.cpp106 char* _bufptr; member in CompileReplay
133 _bufptr = _buffer; in CompileReplay()
150 _bufptr = _buffer; in test()
186 _bufptr += read; in parse_int()
201 _bufptr += read; in parse_intptr_t()
208 while (*_bufptr == ' ' || *_bufptr == '\t') { in skip_ws()
209 _bufptr++; in skip_ws()
216 while (*_bufptr != delim && *_bufptr != '\0') { in scan_and_terminate()
217 _bufptr++; in scan_and_terminate()
242 _bufptr++; in parse_quoted_string()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/ci/
H A DciReplay.cpp110 char* _bufptr; member in CompileReplay
137 _bufptr = _buffer; in CompileReplay()
154 _bufptr = _buffer; in test()
190 _bufptr += read; in parse_int()
205 _bufptr += read; in parse_intptr_t()
212 while (*_bufptr == ' ' || *_bufptr == '\t') { in skip_ws()
213 _bufptr++; in skip_ws()
220 while (*_bufptr != delim && *_bufptr != '\0') { in scan_and_terminate()
221 _bufptr++; in scan_and_terminate()
246 _bufptr++; in parse_quoted_string()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/ci/
H A DciReplay.cpp106 char* _bufptr; member in CompileReplay
133 _bufptr = _buffer; in CompileReplay()
150 _bufptr = _buffer; in test()
186 _bufptr += read; in parse_int()
201 _bufptr += read; in parse_intptr_t()
208 while (*_bufptr == ' ' || *_bufptr == '\t') { in skip_ws()
209 _bufptr++; in skip_ws()
216 while (*_bufptr != delim && *_bufptr != '\0') { in scan_and_terminate()
217 _bufptr++; in scan_and_terminate()
242 _bufptr++; in parse_quoted_string()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/ci/
H A DciReplay.cpp115 char* _bufptr; member in CompileReplay
142 _bufptr = _buffer; in CompileReplay()
159 _bufptr = _buffer; in test()
195 _bufptr += read; in parse_int()
210 _bufptr += read; in parse_intptr_t()
217 while (*_bufptr == ' ' || *_bufptr == '\t') { in skip_ws()
218 _bufptr++; in skip_ws()
225 while (*_bufptr != delim && *_bufptr != '\0') { in scan_and_terminate()
226 _bufptr++; in scan_and_terminate()
251 _bufptr++; in parse_quoted_string()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/ci/
H A DciReplay.cpp117 char* _bufptr; member in CompileReplay
144 _bufptr = _buffer; in CompileReplay()
161 _bufptr = _buffer; in test()
197 _bufptr += read; in parse_int()
212 _bufptr += read; in parse_intptr_t()
219 while (*_bufptr == ' ' || *_bufptr == '\t') { in skip_ws()
220 _bufptr++; in skip_ws()
227 while (*_bufptr != delim && *_bufptr != '\0') { in scan_and_terminate()
228 _bufptr++; in scan_and_terminate()
253 _bufptr++; in parse_quoted_string()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/ci/
H A DciReplay.cpp106 char* _bufptr; member in CompileReplay
133 _bufptr = _buffer; in CompileReplay()
150 _bufptr = _buffer; in test()
186 _bufptr += read; in parse_int()
201 _bufptr += read; in parse_intptr_t()
208 while (*_bufptr == ' ' || *_bufptr == '\t') { in skip_ws()
209 _bufptr++; in skip_ws()
216 while (*_bufptr != delim && *_bufptr != '\0') { in scan_and_terminate()
217 _bufptr++; in scan_and_terminate()
242 _bufptr++; in parse_quoted_string()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/ci/
H A DciReplay.cpp110 char* _bufptr; member in CompileReplay
137 _bufptr = _buffer; in CompileReplay()
154 _bufptr = _buffer; in test()
190 _bufptr += read; in parse_int()
205 _bufptr += read; in parse_intptr_t()
212 while (*_bufptr == ' ' || *_bufptr == '\t') { in skip_ws()
213 _bufptr++; in skip_ws()
220 while (*_bufptr != delim && *_bufptr != '\0') { in scan_and_terminate()
221 _bufptr++; in scan_and_terminate()
246 _bufptr++; in parse_quoted_string()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/ci/
H A DciReplay.cpp110 char* _bufptr; member in CompileReplay
137 _bufptr = _buffer; in CompileReplay()
154 _bufptr = _buffer; in test()
190 _bufptr += read; in parse_int()
205 _bufptr += read; in parse_intptr_t()
212 while (*_bufptr == ' ' || *_bufptr == '\t') { in skip_ws()
213 _bufptr++; in skip_ws()
220 while (*_bufptr != delim && *_bufptr != '\0') { in scan_and_terminate()
221 _bufptr++; in scan_and_terminate()
246 _bufptr++; in parse_quoted_string()
[all …]
/dports/multimedia/gstreamer1-plugins-v4l2/gst-plugins-good-1.16.2/gst/rtp/
H A Ddboolhuff.h52 #define VP8DX_BOOL_DECODER_FILL(_count,_value,_bufptr,_bufend) \ argument
57 size_t bits_left = ((_bufend)-(_bufptr))*CHAR_BIT; \
70 (_value) |= (VP8_BD_VALUE)*(_bufptr)++ << shift; \
/dports/multimedia/gstreamer1-plugins-vpx/gst-plugins-good-1.16.2/gst/rtp/
H A Ddboolhuff.h52 #define VP8DX_BOOL_DECODER_FILL(_count,_value,_bufptr,_bufend) \ argument
57 size_t bits_left = ((_bufend)-(_bufptr))*CHAR_BIT; \
70 (_value) |= (VP8_BD_VALUE)*(_bufptr)++ << shift; \
/dports/multimedia/gstreamer1-plugins-dv/gst-plugins-good-1.16.2/gst/rtp/
H A Ddboolhuff.h52 #define VP8DX_BOOL_DECODER_FILL(_count,_value,_bufptr,_bufend) \ argument
57 size_t bits_left = ((_bufend)-(_bufptr))*CHAR_BIT; \
70 (_value) |= (VP8_BD_VALUE)*(_bufptr)++ << shift; \
/dports/multimedia/gstreamer1-plugins-good/gst-plugins-good-1.16.2/gst/rtp/
H A Ddboolhuff.h52 #define VP8DX_BOOL_DECODER_FILL(_count,_value,_bufptr,_bufend) \ argument
57 size_t bits_left = ((_bufend)-(_bufptr))*CHAR_BIT; \
70 (_value) |= (VP8_BD_VALUE)*(_bufptr)++ << shift; \
/dports/audio/gstreamer1-plugins-twolame/gst-plugins-good-1.16.2/gst/rtp/
H A Ddboolhuff.h52 #define VP8DX_BOOL_DECODER_FILL(_count,_value,_bufptr,_bufend) \ argument
57 size_t bits_left = ((_bufend)-(_bufptr))*CHAR_BIT; \
70 (_value) |= (VP8_BD_VALUE)*(_bufptr)++ << shift; \
/dports/audio/gstreamer1-plugins-shout2/gst-plugins-good-1.16.2/gst/rtp/
H A Ddboolhuff.h52 #define VP8DX_BOOL_DECODER_FILL(_count,_value,_bufptr,_bufend) \ argument
57 size_t bits_left = ((_bufend)-(_bufptr))*CHAR_BIT; \
70 (_value) |= (VP8_BD_VALUE)*(_bufptr)++ << shift; \
/dports/audio/gstreamer1-plugins-lame/gst-plugins-good-1.16.2/gst/rtp/
H A Ddboolhuff.h52 #define VP8DX_BOOL_DECODER_FILL(_count,_value,_bufptr,_bufend) \ argument
57 size_t bits_left = ((_bufend)-(_bufptr))*CHAR_BIT; \
70 (_value) |= (VP8_BD_VALUE)*(_bufptr)++ << shift; \
/dports/audio/gstreamer1-plugins-jack/gst-plugins-good-1.16.2/gst/rtp/
H A Ddboolhuff.h52 #define VP8DX_BOOL_DECODER_FILL(_count,_value,_bufptr,_bufend) \ argument
57 size_t bits_left = ((_bufend)-(_bufptr))*CHAR_BIT; \
70 (_value) |= (VP8_BD_VALUE)*(_bufptr)++ << shift; \
/dports/audio/gstreamer1-plugins-mpg123/gst-plugins-good-1.16.2/gst/rtp/
H A Ddboolhuff.h52 #define VP8DX_BOOL_DECODER_FILL(_count,_value,_bufptr,_bufend) \ argument
57 size_t bits_left = ((_bufend)-(_bufptr))*CHAR_BIT; \
70 (_value) |= (VP8_BD_VALUE)*(_bufptr)++ << shift; \
/dports/devel/gstreamer1-plugins-soup/gst-plugins-good-1.16.2/gst/rtp/
H A Ddboolhuff.h52 #define VP8DX_BOOL_DECODER_FILL(_count,_value,_bufptr,_bufend) \ argument
57 size_t bits_left = ((_bufend)-(_bufptr))*CHAR_BIT; \
70 (_value) |= (VP8_BD_VALUE)*(_bufptr)++ << shift; \
/dports/graphics/gstreamer1-plugins-png/gst-plugins-good-1.16.2/gst/rtp/
H A Ddboolhuff.h52 #define VP8DX_BOOL_DECODER_FILL(_count,_value,_bufptr,_bufend) \ argument
57 size_t bits_left = ((_bufend)-(_bufptr))*CHAR_BIT; \
70 (_value) |= (VP8_BD_VALUE)*(_bufptr)++ << shift; \
/dports/graphics/gstreamer1-plugins-qt/gst-plugins-good-1.16.2/gst/rtp/
H A Ddboolhuff.h52 #define VP8DX_BOOL_DECODER_FILL(_count,_value,_bufptr,_bufend) \ argument
57 size_t bits_left = ((_bufend)-(_bufptr))*CHAR_BIT; \
70 (_value) |= (VP8_BD_VALUE)*(_bufptr)++ << shift; \

12