Home
last modified time | relevance | path

Searched refs:SO (Results 1 – 25 of 61) sorted by relevance

123

/trueos/contrib/llvm/lib/CodeGen/
HDMachineFunction.cpp654 const StackObject &SO = Objects[i]; in print() local
656 if (SO.Size == ~0ULL) { in print()
660 if (SO.Size == 0) in print()
663 OS << "size=" << SO.Size; in print()
664 OS << ", align=" << SO.Alignment; in print()
668 if (i < NumFixedObjects || SO.SPOffset != -1) { in print()
669 int64_t Off = SO.SPOffset - ValOffset; in print()
/trueos/contrib/llvm/utils/TableGen/
HDCodeEmitterGen.cpp147 std::pair<unsigned, unsigned> SO = CGI.Operands.getSubOperandNumber(OpIdx); in AddCodeToMergeInOperand() local
148 std::string &EncoderMethodName = CGI.Operands[SO.first].EncoderMethodName; in AddCodeToMergeInOperand()
156 if (SO.second == 0) { in AddCodeToMergeInOperand()
/trueos/share/i18n/esdb/ISO-2022/
HDISO-2022-KR.src6 VARIABLE "INIT0=94B 1=94$C SI SO"
HDISO-2022-CN.src6 VARIABLE "INIT0=94B 1=94$A 1=94$G 2=94$H SI SO SS2"
HDISO-2022-CN-EXT.src6 VARIABLE "INIT0=94B 1=94$A 1=94$E 1=94$G 2=94$H 3=94$I 3=94$J 3=94$K 3=94$L 3=94$M SI SO SS2 SS3"
/trueos/share/i18n/esdb/KOI/
HDKOI7-switched.src6 VARIABLE "INIT0=94@ 1=94N SO SI"
/trueos/contrib/ntp/include/
HDascii.h55 #define SO 14 macro
/trueos/share/i18n/esdb/CP/
HDCP50222.src6 VARIABLE "INIT0=94B INIT1=94I 0=94B 0=94J 0=94$B 0=94$@ 1=94I SI SO"
HDCP50221.src6 VARIABLE "INIT0=94B INIT1=94I 0=94B 0=94J 0=94$B 0=94$@ 0=94I 1=94I SI SO"
/trueos/usr.bin/col/
HDcol.c68 #define SO '\016' /* shift out to alternate character set */ macro
243 case SO: in main()
520 PUTC(SO); in flush_line()
/trueos/contrib/llvm/tools/clang/lib/AST/
HDCXXInheritance.cpp649 for (OverridingMethods::iterator SO = OM->second.begin(), in getFinalOverriders() local
651 SO != SOEnd; in getFinalOverriders()
652 ++SO) { in getFinalOverriders()
653 SmallVectorImpl<UniqueVirtualMethod> &Overriding = SO->second; in getFinalOverriders()
/trueos/contrib/llvm/lib/Target/ARM/MCTargetDesc/
HDARMAddressingModes.h407 static inline unsigned getAM2Opc(AddrOpc Opc, unsigned Imm12, ShiftOpc SO,
411 return Imm12 | ((int)isSub << 12) | (SO << 13) | (IdxMode << 16) ;
/trueos/usr.bin/ul/
HDul.c55 #define SO '\016' macro
191 case SO: in filter()
/trueos/share/colldef/
HDmap.ARMSCII-819 SO \x0e
HDmap.ISO8859-416 SO \x0e
HDmap.CP113116 SO \x0e
HDmap.ISO8859-916 SO \x0e
HDmap.CP86616 SO \x0e
HDmap.KOI8-R16 SO \x0e
HDmap.ISO8859-215 SO \x0e
HDmap.KOI8-U16 SO \x0e
HDmap.ISO8859-716 SO \x0e
HDmap.ISO8859-1515 SO \x0e
/trueos/contrib/netbsd-tests/usr.bin/sdiff/
HDd_tabs.out95 …native-socket: sockdom eq "AF_INET" and socktype eq "SO native-socket: sockdom eq "AF_INET" and…
100 …native-socket: sockdom eq "AF_INET" and socktype eq "SO native-socket: sockdom eq "AF_INET" and…
/trueos/usr.sbin/kbdcontrol/
HDlex.l92 SO|so { number = 14; return TNUM; }

123