Home
last modified time | relevance | path

Searched refs:bufferEnd (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/GeneratedSaxParser/src/
H A DGeneratedSaxParserParserTemplateBase.cpp21 …return toDataPrefix<float, Utils::toFloat>(prefixedBuffer, prefixedBufferEnd, buffer, bufferEnd, f… in toFloatPrefix()
28 …return toDataPrefix<double, Utils::toDouble>(prefixedBuffer, prefixedBufferEnd, buffer, bufferEnd,… in toDoublePrefix()
36 …return toDataPrefix<sint8, Utils::toSint8>(prefixedBuffer, prefixedBufferEnd, buffer, bufferEnd, f… in toSint8Prefix()
42 …return toDataPrefix<uint8, Utils::toUint8>(prefixedBuffer, prefixedBufferEnd, buffer, bufferEnd, f… in toUint8Prefix()
48 …return toDataPrefix<sint16, Utils::toSint16>(prefixedBuffer, prefixedBufferEnd, buffer, bufferEnd,… in toSint16Prefix()
54 …return toDataPrefix<uint16, Utils::toUint16>(prefixedBuffer, prefixedBufferEnd, buffer, bufferEnd,… in toUint16Prefix()
60 …return toDataPrefix<sint32, Utils::toSint32>(prefixedBuffer, prefixedBufferEnd, buffer, bufferEnd,… in toSint32Prefix()
66 …return toDataPrefix<uint32, Utils::toUint32>(prefixedBuffer, prefixedBufferEnd, buffer, bufferEnd,… in toUint32Prefix()
72 …return toDataPrefix<sint64, Utils::toSint64>(prefixedBuffer, prefixedBufferEnd, buffer, bufferEnd,… in toSint64Prefix()
78 …return toDataPrefix<uint64, Utils::toUint64>(prefixedBuffer, prefixedBufferEnd, buffer, bufferEnd,… in toUint64Prefix()
[all …]
H A DGeneratedSaxParserUtils.cpp192 if ( s == bufferEnd ) in toFloatingPoint()
195 *buffer = bufferEnd; in toFloatingPoint()
203 if ( s == bufferEnd ) in toFloatingPoint()
206 *buffer = bufferEnd; in toFloatingPoint()
260 if ( s == bufferEnd ) in toFloatingPoint()
293 if ( s == bufferEnd ) in toFloatingPoint()
910 if ( s == bufferEnd )
913 *buffer = bufferEnd;
921 if ( s == bufferEnd )
924 *buffer = bufferEnd;
[all …]
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/GeneratedSaxParser/include/
H A DGeneratedSaxParserParserTemplateBase.h225 const ParserChar* bufferEnd,
241 const ParserChar* bufferEnd,
309 … DataType (*toData)(const ParserChar** buffer, const ParserChar* bufferEnd, bool& failed)>
327 const ParserChar* bufferEnd,
330 … (*baseConversionFunctionPtr)(const ParserChar** buffer, const ParserChar* bufferEnd, bool& failed)
348 return toEnum(buffer, bufferEnd, failed, enumMap, baseConversionFunctionPtr); in toEnumDataPrefix()
375 const ParserChar* bufferEnd, in toDataPrefix() argument
390 return toData(buffer, bufferEnd, failed); in toDataPrefix()
394 while ( !Utils::isWhiteSpace(*bufferPos) && bufferPos < bufferEnd ) in toDataPrefix()
420 const ParserChar* bufferEnd, in toDataPrefix() argument
[all …]
H A DGeneratedSaxParserUtils.h103 static float toFloat(const ParserChar** buffer, const ParserChar* bufferEnd, bool& failed);
121 static double toDouble(const ParserChar** buffer, const ParserChar* bufferEnd, bool& failed);
190 static sint8 toSint8(const ParserChar** buffer, const ParserChar* bufferEnd, bool& failed);
208 static uint8 toUint8(const ParserChar** buffer, const ParserChar* bufferEnd, bool& failed);
227 static sint16 toSint16(const ParserChar** buffer, const ParserChar* bufferEnd, bool& failed);
247 static uint16 toUint16(const ParserChar** buffer, const ParserChar* bufferEnd, bool& failed);
268 static sint32 toSint32(const ParserChar** buffer, const ParserChar* bufferEnd, bool& failed);
364 const ParserChar* bufferEnd,
383 static bool toBool(const ParserChar** buffer, const ParserChar* bufferEnd, bool& failed);
501 const ParserChar* bufferEnd, in toEnum() argument
[all …]
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/io/
H A DFileTokenizer.cpp32 bufferEnd(buffer), in FileTokenizer()
58 if (nextToken == bufferEnd) { in get_string()
68 bufferEnd = buffer + count; in get_string()
93 if (nextToken == bufferEnd) { in get_string()
104 bufferEnd = nextToken + count; in get_string()
112 *bufferEnd = '\0'; in get_string()
113 ++bufferEnd; in get_string()
395 if (nextToken == bufferEnd) { in get_newline()
405 bufferEnd = buffer + count; in get_newline()
430 if (nextToken != bufferEnd) { in get_binary()
[all …]
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADASaxFrameworkLoader/src/generated15/
H A DCOLLADASaxFWLColladaParserAutoGen15PrivateEnums.cpp29 const ParserChar* bufferEnd, in toEnum_ENUM__version_enum() argument
49 const ParserChar* bufferEnd, in toEnum_ENUM__altitude_mode_enum() argument
70 const ParserChar* bufferEnd, in toEnum_ENUM__up_axis_enum() argument
94 const ParserChar* bufferEnd, in toEnum_ENUM__sampler_behavior_enum() argument
114 const ParserChar* bufferEnd, in toEnum_ENUM__morph_method_enum() argument
139 const ParserChar* bufferEnd, in toEnum_ENUM__fx_modifier_enum() argument
162 const ParserChar* bufferEnd, in toEnum_ENUM__fx_sampler_wrap_enum() argument
183 const ParserChar* bufferEnd, in toEnum_ENUM__fx_sampler_min_filter_enum() argument
203 const ParserChar* bufferEnd, in toEnum_ENUM__fx_sampler_mag_filter_enum() argument
224 const ParserChar* bufferEnd, in toEnum_ENUM__fx_sampler_mip_filter_enum() argument
[all …]
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADASaxFrameworkLoader/include/generated14/
H A DCOLLADASaxFWLColladaParserAutoGen14Enums.h57 const ParserChar* bufferEnd,
79 const ParserChar* bufferEnd,
100 const ParserChar* bufferEnd,
126 const ParserChar* bufferEnd,
152 const ParserChar* bufferEnd,
177 const ParserChar* bufferEnd,
203 const ParserChar* bufferEnd,
227 const ParserChar* bufferEnd,
249 const ParserChar* bufferEnd,
272 const ParserChar* bufferEnd,
[all …]
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADASaxFrameworkLoader/include/generated15/
H A DCOLLADASaxFWLColladaParserAutoGen15Enums.h56 const ParserChar* bufferEnd,
77 const ParserChar* bufferEnd,
99 const ParserChar* bufferEnd,
124 const ParserChar* bufferEnd,
145 const ParserChar* bufferEnd,
171 const ParserChar* bufferEnd,
195 const ParserChar* bufferEnd,
217 const ParserChar* bufferEnd,
238 const ParserChar* bufferEnd,
260 const ParserChar* bufferEnd,
[all …]
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADASaxFrameworkLoader/src/generated14/
H A DCOLLADASaxFWLColladaParserAutoGen14PrivateEnums.cpp30 const ParserChar* bufferEnd, in toEnum_ENUM__VersionType() argument
51 const ParserChar* bufferEnd, in toEnum_ENUM__UpAxisType() argument
71 const ParserChar* bufferEnd, in toEnum_ENUM__MorphMethodType() argument
96 const ParserChar* bufferEnd, in toEnum_ENUM__fx_modifier_enum_common() argument
121 const ParserChar* bufferEnd, in toEnum_ENUM__fx_surface_type_enum() argument
145 const ParserChar* bufferEnd, in toEnum_ENUM__fx_surface_face_enum() argument
170 const ParserChar* bufferEnd, in toEnum_ENUM__fx_surface_format_hint_channels_enum() argument
193 const ParserChar* bufferEnd, in toEnum_ENUM__fx_surface_format_hint_range_enum() argument
214 const ParserChar* bufferEnd, in toEnum_ENUM__fx_surface_format_hint_precision_enum() argument
236 const ParserChar* bufferEnd, in toEnum_ENUM__fx_surface_format_hint_option_enum() argument
[all …]
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/mesquite/Misc/
H A DFileTokenizer.cpp39 bufferEnd( buffer ), in FileTokenizer()
62 if (nextToken == bufferEnd) in get_string()
75 bufferEnd = buffer + count; in get_string()
100 if (nextToken == bufferEnd) in get_string()
103 size_t remaining = bufferEnd - result; in get_string()
115 bufferEnd = nextToken + count; in get_string()
122 if (nextToken == bufferEnd) // EOF in get_string()
124 *bufferEnd = '\0'; in get_string()
125 ++bufferEnd; in get_string()
450 if (nextToken == bufferEnd) in get_newline()
[all …]
/dports/lang/rhino/rhino1_7R4/toolsrc/org/mozilla/javascript/tools/idswitch/
H A DFileBody.java28 private int bufferEnd; field in FileBody
55 bufferEnd = offset; in readData()
59 w.write(buffer, 0, bufferEnd); in writeInitialData()
72 int tail = bufferEnd - offset; in writeData()
123 if (nextLineStart == bufferEnd) { in nextLine()
127 for (i = nextLineStart; i != bufferEnd; ++i) { in nextLine()
133 if (i == bufferEnd) { in nextLine()
136 else if (c == '\r' && i + 1 != bufferEnd && buffer[i + 1] == '\n') { in nextLine()
/dports/java/apache-commons-lang/commons-lang-2.6-src/src/main/java/org/apache/commons/lang/text/
H A DStrMatcher.java244 public abstract int isMatch(char[] buffer, int pos, int bufferStart, int bufferEnd); in isMatch() argument
298 public int isMatch(char[] buffer, int pos, int bufferStart, int bufferEnd) { in isMatch() argument
330 public int isMatch(char[] buffer, int pos, int bufferStart, int bufferEnd) { in isMatch() argument
362 public int isMatch(char[] buffer, int pos, int bufferStart, int bufferEnd) { in isMatch() argument
364 if (pos + len > bufferEnd) { in isMatch()
398 public int isMatch(char[] buffer, int pos, int bufferStart, int bufferEnd) { in isMatch() argument
425 public int isMatch(char[] buffer, int pos, int bufferStart, int bufferEnd) { in isMatch() argument
/dports/games/openmw/openmw-openmw-0.47.0/components/files/
H A Dmemorystream.hpp14 , bufferEnd(bufferStart + size) in MemBuf()
16 this->setg(bufferStart, bufferStart, bufferEnd); in MemBuf()
24 … setg(bufferStart, (dir == std::ios_base::beg ? bufferStart : bufferEnd) + off, bufferEnd); in seekoff()
36 char* bufferEnd; member
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/neon/
H A Dcert_verification.cc56 unsigned char * bufferEnd; member
196 bool typeOk = der_read_tag_number (data->start, data->bufferEnd, in der_read_content()
202 content->bufferEnd = data->bufferEnd; in der_read_content()
203 return der_read_content_length (lengthStart, data->bufferEnd, in der_read_content()
216 currentContent->bufferEnd, & lengthStart, & nextContent->type); in der_read_next()
222 return der_read_content_length (lengthStart, currentContent->bufferEnd, in der_read_next()
248 data.bufferEnd = certDer + derLength; in cert_get_hash()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/elements/adapters/
H A DMemoryBlockContentAdapter.java151 …BigInteger bufferEnd = loadAddress.add(BigInteger.valueOf(descriptor.getPostBuffer() * addressable… in loadContentForExtendedMemoryBlock() local
152bufferEnd = bufferEnd.add(BigInteger.valueOf(descriptor.getNumLines() * addressableUnitsPerLine)); in loadContentForExtendedMemoryBlock()
161 if (bufferEnd.compareTo(mbEnd) > 0) { in loadContentForExtendedMemoryBlock()
162 bufferEnd = mbEnd; in loadContentForExtendedMemoryBlock()
164 …int numLines = bufferEnd.subtract(bufferStart).divide(BigInteger.valueOf(addressableUnitsPerLine))… in loadContentForExtendedMemoryBlock()
168 …bufferStart = bufferEnd.subtract(BigInteger.valueOf(descriptor.getNumLines() * addressableUnitsPer… in loadContentForExtendedMemoryBlock()
181 if (bufferEnd.compareTo(bufferStart) <= 0) { in loadContentForExtendedMemoryBlock()
185 …int numLines = bufferEnd.subtract(bufferStart).divide(BigInteger.valueOf(addressableUnitsPerLine))… in loadContentForExtendedMemoryBlock()
193 if (bufferEnd.compareTo(mbEnd) > 0) { in loadContentForExtendedMemoryBlock()
195 bufferEnd = mbEnd; in loadContentForExtendedMemoryBlock()
[all …]
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/mongo/gridfs/
H A Ddownload_stream.go37 bufferEnd int member
153 if ds.bufferStart >= ds.bufferEnd {
168 copied := copy(p[bytesCopied:], ds.buffer[ds.bufferStart:ds.bufferEnd])
196 if ds.bufferStart >= ds.bufferEnd {
209 bufferRemaining := ds.bufferEnd - ds.bufferStart
265 ds.bufferEnd = copied
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/mongo/gridfs/
H A Ddownload_stream.go37 bufferEnd int member
153 if ds.bufferStart >= ds.bufferEnd {
168 copied := copy(p[bytesCopied:], ds.buffer[ds.bufferStart:ds.bufferEnd])
196 if ds.bufferStart >= ds.bufferEnd {
209 bufferRemaining := ds.bufferEnd - ds.bufferStart
265 ds.bufferEnd = copied
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/mongo/gridfs/
H A Ddownload_stream.go37 bufferEnd int member
156 if ds.bufferStart >= ds.bufferEnd {
171 copied := copy(p[bytesCopied:], ds.buffer[ds.bufferStart:ds.bufferEnd])
199 if ds.bufferStart >= ds.bufferEnd {
212 bufferRemaining := ds.bufferEnd - ds.bufferStart
273 ds.bufferEnd = copied
/dports/chinese/opencc/OpenCC-ver.1.0.5/src/tools/
H A DCommandLine.cpp72 static const char* bufferEnd; in Convert() local
79 bufferEnd = buffer.c_str() + BUFFER_SIZE; in Convert()
110 while (lastChPtr < bufferEnd) { in Convert()
112 if (lastChPtr + nextCharLen > bufferEnd) { in Convert()
117 remainingLength = bufferEnd - lastChPtr; in Convert()
/dports/emulators/mgba/mgba-0.9.2/src/util/
H A Dring-fifo.c58 uintptr_t bufferEnd = (uintptr_t) buffer->data + buffer->capacity; in RingFIFOWrite() local
59 remaining = bufferEnd - (uintptr_t) data; in RingFIFOWrite()
90 uintptr_t bufferEnd = (uintptr_t) buffer->data + buffer->capacity; in RingFIFORead() local
91 remaining = bufferEnd - (uintptr_t) data; in RingFIFORead()
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/dragstr/
H A DBufferedReferenceBases.java29 private long bufferEnd; field in BufferedReferenceBases
39 this.bufferEnd = -1; in BufferedReferenceBases()
52 bufferEnd = newEnd; in loadStartingAt()
90 } else if (location > bufferEnd) { in byteAt()
/dports/games/libretro-mgba/mgba-6186d45/src/util/
H A Dring-fifo.c58 uintptr_t bufferEnd = (uintptr_t) buffer->data + buffer->capacity; in RingFIFOWrite() local
59 remaining = bufferEnd - (uintptr_t) data; in RingFIFOWrite()
90 uintptr_t bufferEnd = (uintptr_t) buffer->data + buffer->capacity; in RingFIFORead() local
91 remaining = bufferEnd - (uintptr_t) data; in RingFIFORead()
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.mongodb.org/mongo-driver/mongo/gridfs/
H A Ddownload_stream.go38 bufferEnd int member
96 if ds.bufferStart >= ds.bufferEnd {
107 copied := copy(p[bytesCopied:], ds.buffer[ds.bufferStart:ds.bufferEnd])
202 ds.bufferEnd = copied
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/go.mongodb.org/mongo-driver/mongo/gridfs/
H A Ddownload_stream.go36 bufferEnd int member
93 if ds.bufferStart >= ds.bufferEnd {
108 copied := copy(p[bytesCopied:], ds.buffer[ds.bufferStart:ds.bufferEnd])
203 ds.bufferEnd = copied
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/go.mongodb.org/mongo-driver/mongo/gridfs/
H A Ddownload_stream.go36 bufferEnd int member
93 if ds.bufferStart >= ds.bufferEnd {
108 copied := copy(p[bytesCopied:], ds.buffer[ds.bufferStart:ds.bufferEnd])
203 ds.bufferEnd = copied

12345678910>>...12