Home
last modified time | relevance | path

Searched refs:InternalRead (Results 1 – 3 of 3) sorted by relevance

/third_party/giflib/
Ddgif_lib.c33 static int InternalRead(GifFileType *gif, GifByteType *buf, int len) { in InternalRead() function
126 if (InternalRead(GifFile, (unsigned char *)Buf, GIF_STAMP_LEN) != GIF_STAMP_LEN) { in DGifOpenFileHandle()
203 if (InternalRead(GifFile, (unsigned char *)Buf, GIF_STAMP_LEN) != GIF_STAMP_LEN) { in DGifOpen()
260 if (InternalRead(GifFile, Buf, 3) != 3) { in DGifGetScreenDesc()
284 if (InternalRead(GifFile, Buf, 3) != 3) { in DGifGetScreenDesc()
333 if (InternalRead(GifFile, &Buf, 1) != 1) { in DGifGetRecordType()
376 if (InternalRead(GifFile, Buf, 1) != 1) { in DGifGetImageHeader()
403 if (InternalRead(GifFile, Buf, 3) != 3) { in DGifGetImageHeader()
577 if (InternalRead(GifFile, &Buf, 1) != 1) { in DGifGetExtension()
599 if (InternalRead(GifFile, &Buf, 1) != 1) { in DGifGetExtensionNext()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstrBuilder.h51 InternalRead = 0x100, enumerator
101 flags & RegState::InternalRead,
486 return B ? RegState::InternalRead : 0; in getInternalReadRegState()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1353 Flags |= RegState::InternalRead; in parseRegisterFlag()
1518 Flags & RegState::InternalRead, Flags & RegState::Renamable); in parseRegisterOperand()