Searched refs:SS (Results 26 - 50 of 58) sorted by relevance

123

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/tests/scripts/
H A Dtest039-glue-ldap-concurrency194 -i '!REFERRAL' -i '*INVALID_CREDENTIALS' -SS
/macosx-10.10/groff-38/groff/font/devps/generate/
H A DMakefile36 GREEKFONTS=SS
190 SS: $(srcdir)/symbolsl.afm
/macosx-10.10/iodbc-42.5/iodbc/iodbcinst/
H A Ddlf.c704 static int saved_status = SS$_NORMAL;
731 saved_status = SS$_UNSUPPORTED;
738 saved_status = SS$_INSFMEM;
780 saved_status = SS$_NORMAL;
854 saved_status = SS$_NORMAL;
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DRegAllocFast.cpp187 int SS = StackSlotForVirtReg[VirtReg]; local
188 if (SS != -1)
189 return SS; // Already has space allocated?
899 int SS = StackSlotForVirtReg[Reg]; local
900 if (SS == -1) {
912 TII->emitFrameIndexDebugValue(*MF, SS, Offset, MDPtr, DL)) {
/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp110 void EmitSIBByte(unsigned SS, unsigned Index, unsigned Base,
113 EmitByte(ModRMByte(SS, Index, Base), CurByte, OS);
410 // Calculate what the SS field value should be...
412 unsigned SS = SSTable[Scale.getImm()]; local
422 EmitSIBByte(SS, IndexRegNo, 5, CurByte, OS);
429 EmitSIBByte(SS, IndexRegNo, GetX86RegNum(Base), CurByte, OS);
823 case X86::SS: EmitByte(0x36, CurByte, OS); break;
H A DX86MCTargetDesc.cpp282 case X86::SS: return 2;
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/inc/Test/
H A DSimple.pm159 0 SS$_NORMAL all tests successful
160 4 SS$_ABORT something went wrong
/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/
H A DX86CodeEmitter.cpp106 void emitSIBByte(unsigned SS, unsigned Index, unsigned Base);
375 void Emitter<CodeEmitter>::emitSIBByte(unsigned SS,
379 MCE.emitByte(ModRMByte(SS, Index, Base));
571 // Calculate what the SS field value should be...
573 unsigned SS = SSTable[Scale.getImm()];
583 emitSIBByte(SS, IndexRegNo, 5);
591 emitSIBByte(SS, IndexRegNo, BaseRegNo);
785 case X86::SS: MCE.emitByte(0x36); break;
H A DX86RegisterInfo.cpp338 Reserved.set(X86::SS);
/macosx-10.10/tcl-105/tcl/tcl/tools/
H A Dtcltk-man2html.tcl610 .SH - .SS {
657 .SH - .SS {
703 if {$context ne ".SH" && $context ne ".SS"} {
1125 .SH - .SS {
1132 if {$code ne ".SS"} {
1172 || [next-op-is .SS rest]
1201 if {[next-op-is .SH rest] || [next-op-is .SS rest]} {
1228 if {[next-op-is .SH rest] || [next-op-is .SS rest]} {
1596 .SH - .SS {
H A Dman2html2.tcl326 SS {
702 # Subsection head; handles the .SH and .SS macros.
H A Dman2help2.tcl382 SS {
752 # Subsection head; handles the .SH and .SS macros.
/macosx-10.10/tcl-105/tcl84/tcl/tools/
H A Dtcltk-man2html.tcl501 .SH - .SS {
549 [string compare $context ".SS"]
972 .SH - .SS {
979 if {[string compare .SS $code]} {
1016 || [next-op-is .SS rest]
1045 if {[next-op-is .SH rest] || [next-op-is .SS rest]} {
1072 if {[next-op-is .SH rest] || [next-op-is .SS rest]} {
1401 .SH - .SS {
/macosx-10.10/llvmCore-3425.0.34/include/llvm/MC/
H A DMCAssembler.h611 void setSize(const MCExpr *SS) { argument
612 SymbolSize = SS;
/macosx-10.10/ruby-106/ruby/test/psych/
H A Dtest_yaml.rb205 # Name "Sammy Sosa" scalar SS
206 - &SS Sammy Sosa
209 - *SS
/macosx-10.10/xnu-2782.1.97/bsd/dev/i386/
H A Ddtrace_isa.c81 REG_SS /* SS */
187 if (reg <= SS) {
190 reg -= (SS + 1);
250 /* beyond register SS */
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/dns/
H A Ddns.tcl527 append qsection [binary format SS \
796 binary scan $state(reply) SS id flags
1058 binary scan [string range $data $ndx $index] SS qtype qclass
/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h245 ENTRY(SS) \
H A DX86Disassembler.cpp622 X86::SS,
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalc-forms.el140 m mm bm s ss bss SS BS C
695 ((memq x '(s ss bs SS BS))
697 (not (and (memq x '(SS BS)) (math-zerop math-fd-second)))
699 (format (cond ((memq x '(ss SS)) "%02d")
704 (cond ((memq x '(ss SS)) "0")
984 (and (if (memq next '(MM DD ddd hh HH mm ss SS))
1006 ((memq this '(s ss bs SS BS))
1019 hh HH mm ss SS)))
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp702 if (IntrinsicInst *SS = dyn_cast<IntrinsicInst>(II->getArgOperand(0))) {
703 if (SS->getIntrinsicID() == Intrinsic::stacksave) {
704 BasicBlock::iterator BI = SS;
H A DInstructionCombining.cpp2064 DEBUG(raw_string_ostream SS(OrigI); I->print(SS); OrigI = SS.str(););
/macosx-10.10/curl-83.1.2/curl/packages/vms/
H A Dbuild_vms.com919 $ on control_y then goto EndLoop ! SS$_CONTROLY
920 $ sts = 1 ! SS$_NORMAL.
983 $ on control_y then return ctrl_y ! SS$_CONTROLY
1021 $ on control_y then return ctrl_y ! SS$_CONTROLY
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A DCommandLine.cpp1144 raw_string_ostream SS(Str); \
1145 SS << V; \
/macosx-10.10/OpenSSL098-52/src/crypto/seed/
H A Dseed.c38 static seed_word SS[4][256] = { { variable

Completed in 578 milliseconds

123