HomeSort by relevance Sort by last modified time
    Searched defs:ProfileCount (Results 1 - 3 of 3) sorted by null

  /external/dng_sdk/source/
dng_negative.cpp 1236 uint32 dng_negative::ProfileCount () const
1248 DNG_ASSERT (index < ProfileCount (),
1266 uint32 profileCount = ProfileCount ();
1268 if (profileCount == 0)
1278 for (index = 0; index < profileCount; index++)
1300 for (index = 0; index < profileCount; index++)
1321 for (index = 0; index < profileCount; index++)
1352 for (index = 0; index < profileCount; index++)
1411 uint32 count = ProfileCount ();
    [all...]
  /external/llvm/include/llvm/IR/
ModuleSummaryIndex.h 37 uint64_t ProfileCount;
38 CalleeInfo() : CallsiteCount(0), ProfileCount(0) {}
39 CalleeInfo(unsigned CallsiteCount, uint64_t ProfileCount)
40 : CallsiteCount(CallsiteCount), ProfileCount(ProfileCount) {}
43 ProfileCount += RHSProfileCount;
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 114 milliseconds