Home
last modified time | relevance | path

Searched refs:TabSize (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstack_depot.h114 uptr TabSize = TabMask + 1; in isValid() local
115 if (!isPowerOfTwo(TabSize)) in isValid()
117 uptr TabBytes = sizeof(atomic_u32) * TabSize; in isValid()
H A Dcombined.h1671 u32 TabSize = static_cast<u32>(roundUpPowerOfTwo(kStacksPerRingBufferEntry * in initRingBufferMaybe() local
1673 if (TabSize > UINT32_MAX / kFramesPerStack) in initRingBufferMaybe()
1675 u32 RingSize = static_cast<u32>(TabSize * kFramesPerStack); in initRingBufferMaybe()
1678 sizeof(atomic_u32) * TabSize; in initRingBufferMaybe()
1684 Depot->init(RingSize, TabSize); in initRingBufferMaybe()
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageViewOptions.h52 uint32_t TabSize;
49 uint32_t TabSize; global() member
H A DCodeCoverage.cpp1022 cl::opt<uint32_t> TabSize( in doShow() local
1099 ViewOpts.TabSize = TabSize; in doShow()
H A DSourceCoverageViewHTML.cpp33 unsigned NumSpaces = Opts.TabSize - (ColNum % Opts.TabSize); in escape()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DCoreProperties.td187 def TabSize: Property<"tab-size", "UInt64">,