OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TotalWidth
(Results
1 - 5
of
5
) sorted by null
/external/clang/lib/Format/
Encoding.h
83
unsigned
TotalWidth
= 0;
88
return
TotalWidth
+ columnWidth(Tail, Encoding);
89
TotalWidth
+= columnWidth(Tail.substr(0, TabPos), Encoding);
90
TotalWidth
+= TabWidth - (
TotalWidth
+ StartColumn) % TabWidth;
FormatToken.h
541
unsigned
TotalWidth
;
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Binary/AmdModulePkg/Common/
MemIscp.h
129
UINT16
TotalWidth
; ///< Total Width, in bits, of this memory device, including any check or error-correction bits.
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Smbios.h
318
UINT16
TotalWidth
;
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
SmBios.h
[
all
...]
Completed in 122 milliseconds