Home
last modified time | relevance | path

Searched refs:Slack (Results 1 – 7 of 7) sorted by relevance

/external/brotli/csharp/org/brotli/dec/
DBitReader.cs17 private const int Slack = 16; field in Org.Brotli.Dec.BitReader
19 private const int IntBufferSize = Capacity + Slack;
/external/llvm/lib/CodeGen/
DEarlyIfConversion.cpp729 unsigned Slack = TailTrace.getInstrSlack(*PI.PHI); in shouldConvertIf() local
730 unsigned MaxDepth = Slack + TailTrace.getInstrCycles(*PI.PHI).Depth; in shouldConvertIf()
731 DEBUG(dbgs() << "Slack " << Slack << ":\t" << *PI.PHI); in shouldConvertIf()
/external/curl/docs/
DTHANKS1251 Quinn Slack
/external/python/cpython2/Modules/zlib/
DChangeLog246 - Apply Darwin patches for 64-bit file offsets to contrib/minizip [Slack]
/external/zlib/src/
DChangeLog289 - Apply Darwin patches for 64-bit file offsets to contrib/minizip [Slack]
/external/python/cpython3/Modules/zlib/
DChangeLog289 - Apply Darwin patches for 64-bit file offsets to contrib/minizip [Slack]
/external/libxml2/
DNEWS461 Fix a compilation problem with --minimum (Brandon Slack),