Home
last modified time | relevance | path

Searched refs:ExtLen (Results 1 – 5 of 5) sorted by relevance

/external/giflib/
Degif_lib.c571 const int ExtLen, in EGifPutExtensionBlock() argument
583 Buf = ExtLen; in EGifPutExtensionBlock()
585 InternalWrite(GifFile, Extension, ExtLen); in EGifPutExtensionBlock()
621 const int ExtLen, in EGifPutExtension() argument
634 InternalWrite(GifFile, (GifByteType *)&ExtLen, 1); in EGifPutExtension()
638 Buf[2] = ExtLen; /* Extension length */ in EGifPutExtension()
641 InternalWrite(GifFile, Extension, ExtLen); in EGifPutExtension()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp294 NewOp.ExtLen = LineData.getULEB128(&Offset); in dumpDebugLines()
308 while (Offset < StartExt + NewOp.ExtLen) in dumpDebugLines()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DDWARFYAML.cpp134 IO.mapRequired("ExtLen", LineTableOpcode.ExtLen); in mapping()
DDWARFEmitter.cpp244 encodeULEB128(Op.ExtLen, OS); in EmitDebugLine()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h119 uint64_t ExtLen; member