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

  /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/chromium/net/base/
telnet_server.cc 48 SB = 250, // Interpret as subnegotiation.
214 if (iac_command_ != TelnetProtocol::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 306 case SB:
constants-mips.h 201 SB = ((5 << 3) + 0) << kOpcodeShift,
simulator-mips.cc     [all...]
assembler-mips.cc 790 void Assembler::sb(Register rd, const MemOperand& rs) { function in class:v8::internal::Assembler
791 GenInstrImmediate(SB, rs.rm(), rd, rs.offset_);
  /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,
  /external/grub/netboot/
sis900.h 55 SB = 0x00000040,

Completed in 741 milliseconds