HomeSort by relevance Sort by last modified time
    Searched full:numloops (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Transforms/IPO/
LoopExtractor.cpp 39 unsigned NumLoops;
41 explicit LoopExtractor(unsigned numLoops = ~0)
42 : LoopPass(ID), NumLoops(numLoops) {
139 if (NumLoops == 0) return Changed;
140 --NumLoops;
  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp 708 int numLoops = 0;
723 numLoops++;
771 // last <numLoops> entries from mDecodedSizes to resynchronize the in/out lists.
774 for (int i = 0; i < numLoops; i++) {
775 n += mDecodedSizes.itemAt(mDecodedSizes.size() - numLoops + i);
    [all...]
  /external/ppp/pppd/
lcp.h 110 int numloops; /* Number of loops during magic number neg. */ member in struct:lcp_options
lcp.c 653 wo->numloops = 0;
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 285 milliseconds