Home
last modified time | relevance | path

Searched refs:readChars (Results 1 – 25 of 167) sorted by relevance

1234567

/dports/x11-wm/compiz-plugins-unsupported/compiz-plugins-unsupported-0.8.8/src/cubemodel/
H A DfileParser.c116 if (readChars < bufferSize) in getLine()
117 buf[readChars]='\0'; in getLine()
143 buf[readChars] = '\0'; in getLine()
165 if (readChars < bufferSize) in getLine()
166 buf[readChars]='\0'; in getLine()
186 if (readChars < bufferSize) in getLine()
242 if (readChars < bufferSize) in getLineToken()
243 buf[readChars]='\0'; in getLineToken()
297 buf[readChars] = '\0'; in getLineToken()
320 buf[readChars]='\0'; in getLineToken()
[all …]
/dports/audio/id3lib/id3lib-3.8.3/include/id3/
H A Dreader.h72 this->readChars(&ch, 1); in readChar()
87 virtual size_type readChars(char_type buf[], size_type len) = 0;
88 virtual size_type readChars(char buf[], size_type len) in readChars() function
90 return this->readChars(reinterpret_cast<char_type *>(buf), len); in readChars()
104 remaining -= this->readChars(bytes, (remaining < SIZE ? remaining : SIZE)); in skipChars()
H A Dreaders.h49 virtual size_type readChars(char buf[], size_type len) in readChars() function
51 return this->readChars(reinterpret_cast<uchar *>(buf), len); in readChars()
53 virtual size_type readChars(char_type buf[], size_type len) in readChars() function
128 virtual size_type readChars(char buf[], size_type len) in readChars() function
130 return this->readChars(reinterpret_cast<char_type *>(buf), len); in readChars()
132 virtual size_type readChars(char_type buf[], size_type len);
H A Dio_strings.h64 size_type readChars(char buf[], size_type len) in readChars() function
66 return this->readChars((char_type*) buf, len); in readChars()
68 virtual size_type readChars(char_type buf[], size_type len) in readChars() function
134 size_type readChars(char buf[], size_type len) in readChars() function
136 return this->readChars((char_type*) buf, len); in readChars()
138 virtual size_type readChars(char_type buf[], size_type len) in readChars() function
H A Dio_decorators.h83 size_type readChars(char_type buf[], size_type len);
84 size_type readChars(char buf[], size_type len) in readChars() function
86 return this->readChars((char_type*) buf, len); in readChars()
109 size_type readChars(char_type buf[], size_type len);
110 size_type readChars(char buf[], size_type len) in readChars() function
112 return this->readChars((char_type*) buf, len); in readChars()
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/util/
H A DStringReader.cpp28 int32_t readChars = std::min(length, (int32_t)str.length() - position); in read() local
29 std::wcsncpy(buffer + offset, str.c_str() + position, readChars); in read()
30 position += readChars; in read()
31 return readChars; in read()
/dports/audio/kwave/kwave-21.12.3/plugins/codec_mp3/
H A DID3_QIODeviceReader.cpp84 ID3_Reader::size_type Kwave::ID3_QIODeviceReader::readChars( in readChars() function in Kwave::ID3_QIODeviceReader
95 ID3_Reader::size_type Kwave::ID3_QIODeviceReader::readChars( in readChars() function in Kwave::ID3_QIODeviceReader
98 return this->readChars(reinterpret_cast<char_type *>(buf), len); in readChars()
H A DID3_QIODeviceReader.h67 virtual size_type readChars(char_type buf[], size_type len)
69 virtual size_type readChars(char buf[], size_type len)
/dports/lang/nim/nim-1.6.2/tests/stdlib/
H A Dtio.nim6 block: # readChars
16 let n2 = f.readChars(buf)
30 let n2 = f.readChars(toOpenArray(buf, 0, nSmall-1))
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/clucene/src/CLucene/store/
H A DIndexInput.cpp70 readChars(buffer, 0, ml); in readString()
79 readChars(buffer, 0, len); in readString()
96 readChars(ret, 0, len); in readString()
102 void IndexInput::readChars( TCHAR* buffer, const int32_t start, const int32_t len) { in readChars() function in IndexInput
/dports/devel/hadoop/hadoop-1.2.1/src/core/org/apache/hadoop/io/
H A DUTF8.java152 readChars(IBUF, buffer, length); in toString()
170 readChars(IBUF, buffer, length); in toStringChecked()
241 readChars(dbuf, buf, bytes.length); in fromBytes()
252 readChars(in, buffer, bytes); in readString()
256 private static void readChars(DataInput in, StringBuilder buffer, int nBytes) in readChars() method in UTF8
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/
H A DUTF8.java152 readChars(IBUF, buffer, length); in toString()
170 readChars(IBUF, buffer, length); in toStringChecked()
241 readChars(dbuf, buf, bytes.length); in fromBytes()
252 readChars(in, buffer, bytes); in readString()
256 private static void readChars(DataInput in, StringBuilder buffer, int nBytes) in readChars() method in UTF8
/dports/graphics/openexr/openexr-3.1.4/src/lib/OpenEXR/
H A DImfXdr.h273 S::readChars (in, (char *) c, n); in readSignedChars()
281 S::readChars (in, (char *) c, n); in readUnsignedChars()
506 S::readChars (in, &c, 1); in read()
515 S::readChars (in, &v, 1); in read()
688 S::readChars (in, v, n); in read()
698 S::readChars (in, v, 1); in read()
717 if (!S::readChars (in, c, sizeof (c))) in skip()
724 S::readChars (in, c, n); in skip()
H A DImfIO.h199 readChars (IStream &is, char c[/*n*/], int n) in readChars() function
216 readChars (const char *&ip, char c[/*n*/], int n) in readChars() function
/dports/devel/okteta/okteta-0.26.6/kasten/gui/liboktetawidgets/
H A Dbytearrayvalidator.cpp142 const int readChars = mValueCodec->decode(&byte, string, i); in toByteArray() local
143 if (readChars > 0) { in toByteArray()
144 i += readChars; in toByteArray()
/dports/textproc/clucene/clucene-core-2.3.3.4/src/core/CLucene/store/
H A DIndexInput.cpp88 readChars(buffer, 0, ml); in readString()
97 readChars(buffer, 0, len); in readString()
111 readChars(ret, 0, len); in readString()
122 void IndexInput::readChars( TCHAR* buffer, const int32_t start, const int32_t len) { in readChars() function in IndexInput
/dports/graphics/freeimage/FreeImage/Source/OpenEXR/IlmImf/
H A DImfIO.h227 readChars (IStream &is, char c[/*n*/], int n) in readChars() function
244 readChars (const char *&ip, char c[/*n*/], int n) in readChars() function
H A DImfXdr.h318 S::readChars (in, (char *) c, n); in readSignedChars()
326 S::readChars (in, (char *) c, n); in readUnsignedChars()
615 S::readChars (in, &c, 1); in read()
624 S::readChars (in, &v, 1); in read()
862 S::readChars (in, v, n); in read()
872 S::readChars (in, v, 1); in read()
891 if (!S::readChars (in, c, sizeof (c))) in skip()
898 S::readChars (in, c, n); in skip()
/dports/graphics/povray37/povray-3.7.0.10/libraries/openexr/IlmImf/
H A DImfIO.h227 readChars (IStream &is, char c[/*n*/], int n) in readChars() function
244 readChars (const char *&ip, char c[/*n*/], int n) in readChars() function
H A DImfXdr.h318 S::readChars (in, (char *) c, n); in readSignedChars()
326 S::readChars (in, (char *) c, n); in readUnsignedChars()
615 S::readChars (in, &c, 1); in read()
624 S::readChars (in, &v, 1); in read()
862 S::readChars (in, v, n); in read()
872 S::readChars (in, v, 1); in read()
891 if (!S::readChars (in, c, sizeof (c))) in skip()
898 S::readChars (in, c, n); in skip()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/openexr/IlmImf/
H A DImfXdr.h318 S::readChars (in, (char *) c, n); in readSignedChars()
326 S::readChars (in, (char *) c, n); in readUnsignedChars()
615 S::readChars (in, &c, 1); in read()
624 S::readChars (in, &v, 1); in read()
862 S::readChars (in, v, n); in read()
872 S::readChars (in, v, 1); in read()
891 if (!S::readChars (in, c, sizeof (c))) in skip()
898 S::readChars (in, c, n); in skip()
H A DImfIO.h236 readChars (IStream &is, char c[/*n*/], int n) in readChars() function
253 readChars (const char *&ip, char c[/*n*/], int n) in readChars() function
/dports/audio/id3lib/id3lib-3.8.3/src/
H A Dio_decorators.cpp136 ID3_Reader::size_type io::WindowedReader::readChars(char_type buf[], size_type len) in readChars() function in io::WindowedReader
142 size = _reader.readChars(buf, min<size_type>(len, _end - cur)); in readChars()
147 ID3_Reader::size_type io::CharReader::readChars(char_type buf[], size_type len) in readChars() function in io::CharReader
H A Dmp3_parse.cpp250 reader.readChars(buf, HEADERSIZE); in Parse()
446 reader.readChars(audiodata, sideinfo_len); in Parse()
483 reader.readChars(vbrheaderdata, VBR_HEADER_MIN_SIZE); in Parse()
505 … reader.readChars(&vbrheaderdata[VBR_HEADER_MIN_SIZE], vbr_header_size - VBR_HEADER_MIN_SIZE); in Parse()
/dports/www/lagrange/lagrange-1.7.3/lib/the_Foundation/src/platform/posix/
H A Dprocess.c189 static iBlock *readFromPipe_(int fd, iBlock *readChars) { in readFromPipe_() argument
196 appendData_Block(readChars, buf, num); in readFromPipe_()
202 return readChars; in readFromPipe_()

1234567