HomeSort by relevance Sort by last modified time
    Searched refs:Percentage (Results 1 - 25 of 27) sorted by null

1 2

  /external/llvm/include/llvm/Support/
CachePruning.h 45 /// Define the maximum size for the cache directory, in terms of percentage of
50 CachePruning &setMaxSize(unsigned Percentage) {
51 PercentageOfAvailableSpace = std::min(100u, Percentage);
  /external/llvm/include/llvm/LTO/legacy/
ThinLTOCodeGenerator.h 114 unsigned MaxPercentageOfAvailableSpace = 75; // percentage.
137 * of percentage of the available space on the the disk. Set to 100 to
148 void setMaxCacheSizeRelativeToAvailableSpace(unsigned Percentage) {
149 if (Percentage)
150 CacheOptions.MaxPercentageOfAvailableSpace = Percentage;
  /external/llvm/lib/Analysis/
IndirectCallPromotionAnalysis.cpp 48 cl::desc("The percentage threshold for the promotion"));
66 unsigned Percentage = (Count * 100) / TotalCount;
67 return (Percentage >= ICPPercentThreshold);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/legacy/
ThinLTOCodeGenerator.h 167 * of percentage of the available space on the the disk. Set to 100 to
178 void setMaxCacheSizeRelativeToAvailableSpace(unsigned Percentage) {
179 if (Percentage)
180 CacheOptions.Policy.PercentageOfAvailableSpace = Percentage;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/LTO/legacy/
ThinLTOCodeGenerator.h 167 * of percentage of the available space on the the disk. Set to 100 to
178 void setMaxCacheSizeRelativeToAvailableSpace(unsigned Percentage) {
179 if (Percentage)
180 CacheOptions.Policy.PercentageOfAvailableSpace = Percentage;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/LTO/legacy/
ThinLTOCodeGenerator.h 167 * of percentage of the available space on the the disk. Set to 100 to
178 void setMaxCacheSizeRelativeToAvailableSpace(unsigned Percentage) {
179 if (Percentage)
180 CacheOptions.Policy.PercentageOfAvailableSpace = Percentage;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/LTO/legacy/
ThinLTOCodeGenerator.h 167 * of percentage of the available space on the the disk. Set to 100 to
178 void setMaxCacheSizeRelativeToAvailableSpace(unsigned Percentage) {
179 if (Percentage)
180 CacheOptions.Policy.MaxSizePercentageOfAvailableSpace = Percentage;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/LTO/legacy/
ThinLTOCodeGenerator.h 167 * of percentage of the available space on the the disk. Set to 100 to
178 void setMaxCacheSizeRelativeToAvailableSpace(unsigned Percentage) {
179 if (Percentage)
180 CacheOptions.Policy.MaxSizePercentageOfAvailableSpace = Percentage;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/LTO/legacy/
ThinLTOCodeGenerator.h 167 * of percentage of the available space on the the disk. Set to 100 to
178 void setMaxCacheSizeRelativeToAvailableSpace(unsigned Percentage) {
179 if (Percentage)
180 CacheOptions.Policy.MaxSizePercentageOfAvailableSpace = Percentage;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/LTO/legacy/
ThinLTOCodeGenerator.h 167 * of percentage of the available space on the the disk. Set to 100 to
178 void setMaxCacheSizeRelativeToAvailableSpace(unsigned Percentage) {
179 if (Percentage)
180 CacheOptions.Policy.MaxSizePercentageOfAvailableSpace = Percentage;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/legacy/
ThinLTOCodeGenerator.h 167 * of percentage of the available space on the the disk. Set to 100 to
178 void setMaxCacheSizeRelativeToAvailableSpace(unsigned Percentage) {
179 if (Percentage)
180 CacheOptions.Policy.PercentageOfAvailableSpace = Percentage;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/LTO/legacy/
ThinLTOCodeGenerator.h 167 * of percentage of the available space on the the disk. Set to 100 to
178 void setMaxCacheSizeRelativeToAvailableSpace(unsigned Percentage) {
179 if (Percentage)
180 CacheOptions.Policy.PercentageOfAvailableSpace = Percentage;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/LTO/legacy/
ThinLTOCodeGenerator.h 167 * of percentage of the available space on the the disk. Set to 100 to
178 void setMaxCacheSizeRelativeToAvailableSpace(unsigned Percentage) {
179 if (Percentage)
180 CacheOptions.Policy.PercentageOfAvailableSpace = Percentage;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/LTO/legacy/
ThinLTOCodeGenerator.h 167 * of percentage of the available space on the the disk. Set to 100 to
178 void setMaxCacheSizeRelativeToAvailableSpace(unsigned Percentage) {
179 if (Percentage)
180 CacheOptions.Policy.MaxSizePercentageOfAvailableSpace = Percentage;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/LTO/legacy/
ThinLTOCodeGenerator.h 167 * of percentage of the available space on the the disk. Set to 100 to
178 void setMaxCacheSizeRelativeToAvailableSpace(unsigned Percentage) {
179 if (Percentage)
180 CacheOptions.Policy.MaxSizePercentageOfAvailableSpace = Percentage;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/LTO/legacy/
ThinLTOCodeGenerator.h 167 * of percentage of the available space on the the disk. Set to 100 to
178 void setMaxCacheSizeRelativeToAvailableSpace(unsigned Percentage) {
179 if (Percentage)
180 CacheOptions.Policy.MaxSizePercentageOfAvailableSpace = Percentage;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/LTO/legacy/
ThinLTOCodeGenerator.h 167 * of percentage of the available space on the the disk. Set to 100 to
178 void setMaxCacheSizeRelativeToAvailableSpace(unsigned Percentage) {
179 if (Percentage)
180 CacheOptions.Policy.MaxSizePercentageOfAvailableSpace = Percentage;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
clfsmgmt.h 64 ULONG Percentage;
89 ULONG Percentage;
naptypes.h 150 typedef UINT8 Percentage;
163 Percentage percentage; member in struct:tagFixupInfo
poclass.h 294 typedef VOID (*PDEVICE_PASSIVE_COOLING)(PVOID Context, ULONG Percentage);
  /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/ast/expr/
LiteralStringValueExprTest.java 24 import org.assertj.core.data.Percentage;
147 assertThat(posFloat.asDouble()).isCloseTo(3.4028235e38f, Percentage.withPercentage(1));
148 assertThat(negFloat.asDouble()).isCloseTo(1.40e-45f, Percentage.withPercentage(1));
  /external/llvm/tools/lto/
lto.cpp 542 thinlto_code_gen_t cg, unsigned Percentage) {
543 return unwrap(cg)->setMaxCacheSizeRelativeToAvailableSpace(Percentage);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
GenFds.py     [all...]
  /art/compiler/driver/
compiler_driver.cc 100 static double Percentage(size_t x, size_t y) {
108 LOG(INFO) << Percentage(x, y) << "% of " << str << " for " << (x + y) << " cases";
    [all...]
  /prebuilts/tools/common/m2/repository/org/assertj/assertj-core/3.8.0/
assertj-core-3.8.0.jar 

Completed in 646 milliseconds

1 2