Home
last modified time | relevance | path

Searched refs:LineLen (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/LineEditor/
DLineEditor.cpp259 int LineLen = 0; in readLine() local
260 const char *Line = ::el_gets(Data->EL, &LineLen); in readLine()
263 if (!Line || LineLen == 0) in readLine()
267 while (LineLen > 0 && in readLine()
268 (Line[LineLen - 1] == '\n' || Line[LineLen - 1] == '\r')) in readLine()
269 --LineLen; in readLine()
272 if (LineLen > 0) in readLine()
275 return std::string(Line, LineLen); in readLine()
/external/llvm/lib/LineEditor/
DLineEditor.cpp259 int LineLen = 0; in readLine() local
260 const char *Line = ::el_gets(Data->EL, &LineLen); in readLine()
263 if (!Line || LineLen == 0) in readLine()
267 while (LineLen > 0 && in readLine()
268 (Line[LineLen - 1] == '\n' || Line[LineLen - 1] == '\r')) in readLine()
269 --LineLen; in readLine()
272 if (LineLen > 0) in readLine()
275 return std::string(Line, LineLen); in readLine()
/external/giflib/
Degif_lib.c38 int LineLen);
445 EGifPutLine(GifFileType * GifFile, GifPixelType *Line, int LineLen) in EGifPutLine() argument
457 if (!LineLen) in EGifPutLine()
458 LineLen = GifFile->Image.Width; in EGifPutLine()
459 if (Private->PixelCount < (unsigned)LineLen) { in EGifPutLine()
463 Private->PixelCount -= LineLen; in EGifPutLine()
468 for (i = 0; i < LineLen; i++) in EGifPutLine()
471 return EGifCompressLine(GifFile, Line, LineLen); in EGifPutLine()
883 const int LineLen) in EGifCompressLine() argument
898 while (i < LineLen) { /* Decode LineLen items. */ in EGifCompressLine()
Ddgif_lib.c38 int LineLen);
442 DGifGetLine(GifFileType *GifFile, GifPixelType *Line, int LineLen) in DGifGetLine() argument
453 if (!LineLen) in DGifGetLine()
454 LineLen = GifFile->Image.Width; in DGifGetLine()
456 if ((Private->PixelCount -= LineLen) > 0xffff0000UL) { in DGifGetLine()
461 if (DGifDecompressLine(GifFile, Line, LineLen) == GIF_OK) { in DGifGetLine()
802 DGifDecompressLine(GifFileType *GifFile, GifPixelType *Line, int LineLen) in DGifDecompressLine() argument
824 while (StackPtr != 0 && i < LineLen) in DGifDecompressLine()
828 while (i < LineLen) { /* Decode LineLen items. */ in DGifDecompressLine()
896 while (StackPtr != 0 && i < LineLen) in DGifDecompressLine()
/external/clang/lib/Rewrite/
DHTMLRewrite.cpp535 unsigned LineLen = Expansion.size(); in HighlightMacros() local
548 if (LineLen > 60) { in HighlightMacros()
550 LineLen = 0; in HighlightMacros()
553 LineLen -= Expansion.size(); in HighlightMacros()
563 LineLen += Expansion.size(); in HighlightMacros()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DREADME.txt330 int foo(int StackPtr, unsigned char *Line, unsigned char *Stack, int LineLen) {
334 while (StackPtr != 0 && i < (((LineLen) < (32768))? (LineLen) : (32768)))
336 if (LineLen > 32768)
338 while (StackPtr != 0 && i < LineLen)
/external/llvm/lib/Target/ARM/
DREADME.txt330 int foo(int StackPtr, unsigned char *Line, unsigned char *Stack, int LineLen) {
334 while (StackPtr != 0 && i < (((LineLen) < (32768))? (LineLen) : (32768)))
336 if (LineLen > 32768)
338 while (StackPtr != 0 && i < LineLen)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DREADME.txt330 int foo(int StackPtr, unsigned char *Line, unsigned char *Stack, int LineLen) {
334 while (StackPtr != 0 && i < (((LineLen) < (32768))? (LineLen) : (32768)))
336 if (LineLen > 32768)
338 while (StackPtr != 0 && i < LineLen)