HomeSort by relevance Sort by last modified time
    Searched defs:EndOfLine (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
MemoryFile.c 152 CHAR8 *EndOfLine;
180 EndOfLine = memchr (InputFile->CurrentFilePointer, '\n', BytesToEof);
185 if (EndOfLine == 0) {
194 CharsToCopy = EndOfLine - InputFile->CurrentFilePointer;
ParseInf.c 54 CHAR8 *EndOfLine;
74 EndOfLine = strchr (InputFile->CurrentFilePointer, '\n');
79 if (EndOfLine == 0) {
84 } else if (EndOfLine >= InputFile->Eof) {
93 CharsToCopy = EndOfLine - InputFile->CurrentFilePointer;
  /external/pdfium/testing/libfuzzer/
pdf_codec_fax_fuzzer.cc 25 bool EndOfLine = !(data[20] & 0x01);
33 fax_module.CreateDecoder(data, size, width, height, K, EndOfLine,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
ParseInf.c 58 CHAR8 *EndOfLine;
78 EndOfLine = strchr (InputFile->CurrentFilePointer, '\n');
83 if (EndOfLine == 0) {
88 } else if (EndOfLine >= InputFile->Eof) {
97 CharsToCopy = EndOfLine - InputFile->CurrentFilePointer;
  /external/pdfium/core/fpdfapi/parser/
fpdf_parser_decode.cpp 255 bool EndOfLine = false;
262 EndOfLine = !!pParams->GetIntegerFor("EndOfLine");
272 src_buf, src_size, width, height, K, EndOfLine, ByteAlign, BlackIs1,
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [all...]

Completed in 572 milliseconds