Searched refs:Spacing (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 4896 int Spacing = 0; in parseVectorList() local 4906 Spacing = 1; // double-spacing requires explicit D registers, otherwise in parseVectorList() 4919 if (!Spacing) in parseVectorList() 4920 Spacing = 1; // Register range implies a single spaced list. in parseVectorList() 4921 else if (Spacing == 2) in parseVectorList() 4968 Spacing = 1; in parseVectorList() 4977 if (!Spacing) in parseVectorList() 4978 Spacing = 1; // Register range implies a single spaced list. in parseVectorList() 4979 else if (Spacing == 2) in parseVectorList() 5001 if (!Spacing) in parseVectorList() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | Format.cpp | 666 static void mapping(IO &IO, FormatStyle::SpaceBeforeParensCustom &Spacing) { in mapping() 667 IO.mapOptional("AfterControlStatements", Spacing.AfterControlStatements); in mapping() 668 IO.mapOptional("AfterForeachMacros", Spacing.AfterForeachMacros); in mapping() 670 Spacing.AfterFunctionDefinitionName); in mapping() 672 Spacing.AfterFunctionDeclarationName); in mapping() 673 IO.mapOptional("AfterIfMacros", Spacing.AfterIfMacros); in mapping() 674 IO.mapOptional("AfterOverloadedOperator", Spacing.AfterOverloadedOperator); in mapping() 675 IO.mapOptional("AfterPlacementOperator", Spacing.AfterPlacementOperator); in mapping() 676 IO.mapOptional("AfterRequiresInClause", Spacing.AfterRequiresInClause); in mapping() 678 Spacing.AfterRequiresInExpression); in mapping() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.cpp | 937 int Spacing = 1; in copyPhysReg() local 969 Spacing = 2; in copyPhysReg() 974 Spacing = 2; in copyPhysReg() 979 Spacing = 2; in copyPhysReg() 1024 BeginIdx = BeginIdx + ((SubRegs - 1) * Spacing); in copyPhysReg() 1025 Spacing = -Spacing; in copyPhysReg() 1031 Register Dst = TRI->getSubReg(DestReg, BeginIdx + i * Spacing); in copyPhysReg() 1032 Register Src = TRI->getSubReg(SrcReg, BeginIdx + i * Spacing); in copyPhysReg()
|
/freebsd/share/misc/ |
H A D | usb_hid_usages | 1174 0x3F Character Spacing Horizontal 1175 0x40 Character Spacing Vertical
|
H A D | usb_vendors | 25173 03f Character Spacing Horizontal 25174 040 Character Spacing Vertical
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/ |
H A D | BEGEMOT-WIRELESS-MIB.txt | 986 Spacing (RIFS) is enabled for an interface operating in 802.11n
|
/freebsd/contrib/diff/doc/ |
H A D | diff.texi | 290 @section Suppressing Differences in Blank and Tab Spacing
|
/freebsd/contrib/ncurses/misc/ |
H A D | terminfo.src | 24495 # SCS Set Char. Spacing * \E [ Pn SPC g - - - 24501 # SHS Select Char. Spacing * \E [ Ps SPC K 0 - - 24507 # SLS Set Line Spacing * \E [ Pn SPC h - - - 24515 # SPI Spacing Increment \E [ Pn ; Pn SPC G none FE - 24532 # SVS Select Line Spacing * \E [ Pn SPC \ 1 - -
|