HomeSort by relevance Sort by last modified time
    Searched refs:SB (Results 1 - 25 of 26) sorted by null

1 2

  /external/valgrind/main/lackey/tests/
true.stderr.exp 16 guest instrs : SB entered = ... : ...
17 IRStmts : SB entered = ... : ...
  /external/llvm/lib/MC/
MCObjectWriter.cpp 57 const MCSymbol &SB = B->getSymbol();
58 if (SA.AliasedSymbol().isUndefined() || SB.AliasedSymbol().isUndefined())
62 const MCSymbolData &DataB = Asm.getSymbolData(SB);
MCExpr.cpp 300 const MCSymbol &SB = B->getSymbol();
302 if (SA.isUndefined() || SB.isUndefined())
309 MCSymbolData &BD = Asm->getSymbolData(SB);
  /external/llvm/lib/Support/
MemoryBuffer.cpp 147 MemoryBuffer *SB = getNewUninitMemBuffer(Size, BufferName);
148 if (!SB) return 0;
149 memset(const_cast<char*>(SB->getBufferStart()), 0, Size);
150 return SB;
320 OwningPtr<MemoryBuffer> SB(Buf);
321 char *BufPtr = const_cast<char*>(SB->getBufferStart());
338 result.swap(SB);
345 result.swap(SB);
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.c 126 this->hidden->SB[0]->sb_DBufInfo->dbi_SafeMessage.mn_ReplyPort=this->hidden->SB[0]->sb_DBufInfo->dbi_DispMessage.mn_ReplyPort=NULL;
127 this->hidden->SB[1]->sb_DBufInfo->dbi_SafeMessage.mn_ReplyPort=this->hidden->SB[1]->sb_DBufInfo->dbi_DispMessage.mn_ReplyPort=NULL;
129 if(this->hidden->SB[1])
130 FreeScreenBuffer(SDL_Display,this->hidden->SB[1]);
131 if(this->hidden->SB[0])
132 FreeScreenBuffer(SDL_Display,this->hidden->SB[0]);
135 this->hidden->SB[0]=this->hidden->SB[1]=NULL
    [all...]
SDL_cgxvideo.h 108 struct ScreenBuffer *SB[2];
SDL_cgximage.c 260 if(ChangeScreenBuffer(SDL_Display,this->hidden->SB[current^1]))
262 surface->hwdata->bmap=SDL_RastPort->BitMap=this->hidden->SB[current]->sb_BitMap;
  /external/tcpdump/
print-telnet.c 145 case SB:
155 if (c != SB)
157 /* IAC SB .... IAC SE */
telnet.h 51 #define SB 250 /* interpret as subnegotiation */
73 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /external/clang/lib/Lex/
Preprocessor.cpp 406 llvm::MemoryBuffer *SB =
408 assert(SB && "Cannot create predefined source buffer");
409 FileID FID = SourceMgr.createFileIDForMemBuffer(SB);
  /bionic/libc/include/arpa/
telnet.h 43 #define SB 250 /* interpret as subnegotiation */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /development/ndk/platforms/android-9/include/arpa/
telnet.h 43 #define SB 250 /* interpret as subnegotiation */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /external/v8/src/mips/
constants-mips.cc 329 case SB:
constants-mips.h 234 SB = ((5 << 3) + 0) << kOpcodeShift,
assembler-mips.cc 1381 void Assembler::sb(Register rd, const MemOperand& rs) { function in class:v8::internal::Assembler
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
telnet.h 43 #define SB 250 /* interpret as subnegotiation */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/arpa/
telnet.h 43 #define SB 250 /* interpret as subnegotiation */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/arpa/
telnet.h 43 #define SB 250 /* interpret as subnegotiation */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/arpa/
telnet.h 43 #define SB 250 /* interpret as subnegotiation */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /external/clang/lib/Frontend/
FrontendAction.cpp 287 llvm::MemoryBuffer *SB =
289 CI.getSourceManager().createMainFileIDForMemBuffer(SB);
CompilerInstance.cpp 572 llvm::OwningPtr<llvm::MemoryBuffer> SB;
573 if (llvm::MemoryBuffer::getSTDIN(SB)) {
578 const FileEntry *File = FileMgr.getVirtualFile(SB->getBufferIdentifier(),
579 SB->getBufferSize(), 0);
581 SourceMgr.overrideFileContents(File, SB.take());
    [all...]
  /frameworks/compile/slang/
slang.cpp 299 llvm::MemoryBuffer *SB =
301 mSourceMgr->createMainFileIDForMemBuffer(SB);
  /external/grub/netboot/
sis900.h 55 SB = 0x00000040,
  /external/llvm/lib/Target/MBlaze/Disassembler/
MBlazeDisassembler.cpp 57 MBlaze::SB, MBlaze::SH, MBlaze::SW, UNSUPPORTED, //34,35,36,37
383 case 0x0: return MBlaze::SB;
476 case MBlaze::SB: return decodeSB(insn);
  /external/llvm/lib/Transforms/Scalar/
ObjCARC.cpp 673 const Value *SB = StripPointerCastsAndObjCCalls(LocB.Ptr);
676 Location(SB, LocB.Size, LocB.TBAATag));
683 const Value *UB = GetUnderlyingObjCPtr(SB);
684 if (UA != SA || UB != SB) {
    [all...]

Completed in 497 milliseconds

1 2