Home
last modified time | relevance | path

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

/third_party/giflib/
Degif_lib.c581 const int ExtLen, in EGifPutExtensionBlock() argument
593 Buf = ExtLen; in EGifPutExtensionBlock()
595 InternalWrite(GifFile, Extension, ExtLen); in EGifPutExtensionBlock()
631 const int ExtLen, in EGifPutExtension() argument
644 InternalWrite(GifFile, (GifByteType *)&ExtLen, 1); in EGifPutExtension()
648 Buf[2] = ExtLen; /* Extension length */ in EGifPutExtension()
651 InternalWrite(GifFile, Extension, ExtLen); in EGifPutExtension()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLoweringHVX.cpp448 unsigned ExtLen = ExtTy.getVectorNumElements(); in buildHvxVectorReg() local
449 if (ExtLen == VecLen || ExtLen == 2*VecLen) { in buildHvxVectorReg()
454 BitVector Used(ExtLen); in buildHvxVectorReg()
466 for (unsigned I = 0; I != ExtLen; ++I) { in buildHvxVectorReg()
467 if (Mask.size() == ExtLen) in buildHvxVectorReg()
475 if (ExtLen == VecLen) in buildHvxVectorReg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DDWARFYAML.cpp133 IO.mapRequired("ExtLen", LineTableOpcode.ExtLen); in mapping()
DDWARFEmitter.cpp243 encodeULEB128(Op.ExtLen, OS); in EmitDebugLine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h118 uint64_t ExtLen; member