Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Utils/
DAMDGPUEmitPrintf.cpp202 size_t SpecPos = 0; in locateCStrings() local
206 while ((SpecPos = Str.find_first_of('%', SpecPos)) != StringRef::npos) { in locateCStrings()
207 if (Str[SpecPos + 1] == '%') { in locateCStrings()
208 SpecPos += 2; in locateCStrings()
211 auto SpecEnd = Str.find_first_of(ConvSpecifiers, SpecPos); in locateCStrings()
214 auto Spec = Str.slice(SpecPos, SpecEnd + 1); in locateCStrings()
219 SpecPos = SpecEnd + 1; in locateCStrings()
/external/lzma/C/
DLzmaDec.c133 #define SpecPos (-kStartOffset) macro
134 #define IsRep0Long (SpecPos + kNumFullDistances)
458 prob = probs + SpecPos; in LZMA_DECODE_REAL()
819 prob = probs + SpecPos + ((2 | (posSlot & 1)) << numDirectBits); in LzmaDec_TryDummy()
/external/lzma/Asm/x86/
DLzmaDecOpt.asm483 SpecPos equ (-kStartOffset) define
484 IsRep0Long equ (SpecPos + kNumFullDistances)