Searched refs:TabSize (Results 1 – 11 of 11) sorted by relevance
71 static const uptr TabSize = 1 << TabBits; variable72 static const uptr TabMask = TabSize - 1;73 atomic_u32 Tab[TabSize];
71 static const uptr TabSize = 1 << TabBits; variable72 static const uptr TabMask = TabSize - 1;73 atomic_u32 Tab[TabSize] = {};
42 uint32_t TabSize; member
32 unsigned NumSpaces = Opts.TabSize - (ColNum % Opts.TabSize); in escape()
850 cl::opt<uint32_t> TabSize( in doShow() local875 ViewOpts.TabSize = TabSize; in doShow()
122 def TabSize: Property<"tab-size", "UInt64">,
3755 TabSize float64 `json:"tabSize"` member
731 TiXmlParsingData data( p, TabSize(), location.row, location.col ); in Parse()
1506 int TabSize() const { return tabsize; } in TabSize() function