Home
last modified time | relevance | path

Searched refs:SB (Results 1 – 25 of 204) sorted by relevance

123456789

/external/llvm/test/Transforms/InstCombine/
D2004-11-27-SetCCForCastLargerAndConstant.ll14 define i1 @lt_signed_to_large_unsigned(i8 %SB) {
15 %Y = sext i8 %SB to i32 ; <i32> [#uses=1]
18 ; CHECK: %C1 = icmp sgt i8 %SB, -1
22 define i1 @lt_signed_to_large_signed(i8 %SB) {
23 %Y = sext i8 %SB to i32 ; <i32> [#uses=1]
29 define i1 @lt_signed_to_large_negative(i8 %SB) {
30 %Y = sext i8 %SB to i32 ; <i32> [#uses=1]
36 define i1 @lt_signed_to_small_unsigned(i8 %SB) {
37 %Y = sext i8 %SB to i32
40 ; CHECK: %C = icmp ult i8 %SB, 17
[all …]
D2006-10-19-SignedToUnsignedCastAndConst-2.ll5 define i1 @eq_signed_to_small_unsigned(i8 %SB) {
6 %Y = sext i8 %SB to i32 ; <i32> [#uses=1]
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Collections.pas338 SB: TStringBuilder;
342 SB := TStringBuilder.Create;
346 SB.Append('{');
351 SB.Append(', ');
352 SB.AppendFormat('%d=%s', [E.Key, ListToString(E.Value)]);
355 SB.Append('}');
358 SB.Insert(0, 'null');
359 Result := SB.ToString;
361 SB.Free;
368 SB: TStringBuilder;
[all …]
/external/llvm/lib/Support/
DMemoryBuffer.cpp145 MemoryBuffer *SB = getNewUninitMemBuffer(Size, BufferName); in getNewMemBuffer() local
146 if (!SB) return 0; in getNewMemBuffer()
147 memset(const_cast<char*>(SB->getBufferStart()), 0, Size); in getNewMemBuffer()
148 return SB; in getNewMemBuffer()
328 OwningPtr<MemoryBuffer> SB(Buf); in getOpenFile() local
329 char *BufPtr = const_cast<char*>(SB->getBufferStart()); in getOpenFile()
359 result.swap(SB); in getOpenFile()
/external/llvm/lib/MC/
DMCObjectWriter.cpp65 const MCSymbol &SB = B->getSymbol(); in IsSymbolRefDifferenceFullyResolved() local
66 if (SA.AliasedSymbol().isUndefined() || SB.AliasedSymbol().isUndefined()) in IsSymbolRefDifferenceFullyResolved()
70 const MCSymbolData &DataB = Asm.getSymbolData(SB); in IsSymbolRefDifferenceFullyResolved()
DMCExpr.cpp321 const MCSymbol &SB = B->getSymbol(); in AttemptToFoldSymbolOffsetDifference() local
323 if (SA.isUndefined() || SB.isUndefined()) in AttemptToFoldSymbolOffsetDifference()
330 MCSymbolData &BD = Asm->getSymbolData(SB); in AttemptToFoldSymbolOffsetDifference()
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
DSDL_cgxvideo.c126 …this->hidden->SB[0]->sb_DBufInfo->dbi_SafeMessage.mn_ReplyPort=this->hidden->SB[0]->sb_DBufInfo->d… in DestroyScreen()
127 …this->hidden->SB[1]->sb_DBufInfo->dbi_SafeMessage.mn_ReplyPort=this->hidden->SB[1]->sb_DBufInfo->d… in DestroyScreen()
129 if(this->hidden->SB[1]) in DestroyScreen()
130 FreeScreenBuffer(SDL_Display,this->hidden->SB[1]); in DestroyScreen()
131 if(this->hidden->SB[0]) in DestroyScreen()
132 FreeScreenBuffer(SDL_Display,this->hidden->SB[0]); in DestroyScreen()
135 this->hidden->SB[0]=this->hidden->SB[1]=NULL; in DestroyScreen()
827 SDL_RastPort->BitMap=this->hidden->SB[1]->sb_BitMap; in CGX_CreateWindow()
998 if(this->hidden->SB[0]=AllocScreenBuffer(SDL_Display,NULL,SB_SCREEN_BITMAP)) { in CGX_SetVideoMode()
1000 if(this->hidden->SB[1]=AllocScreenBuffer(SDL_Display,NULL,0L)) { in CGX_SetVideoMode()
[all …]
DSDL_cgxvideo.h108 struct ScreenBuffer *SB[2]; member
/external/valgrind/main/lackey/tests/
Dtrue.stderr.exp16 guest instrs : SB entered = ... : ...
17 IRStmts : SB entered = ... : ...
/external/valgrind/main/gdbserver_tests/
DmcinfcallWSRU.vgtest4 # We would like to have two threads running (i.e. -S-SB-B-)
6 args: 100 100000000 1000000000 -S-S-SB-
/external/icu4c/data/unidata/
DPropertyValueAliases.txt1016 # Sentence_Break (SB)
1018 SB ; AT ; ATerm
1019 SB ; CL ; Close
1020 SB ; CR ; CR
1021 SB ; EX ; Extend
1022 SB ; FO ; Format
1023 SB ; LE ; OLetter
1024 SB ; LF ; LF
1025 SB ; LO ; Lower
1026 SB ; NU ; Numeric
[all …]
/external/tcpdump/
Dprint-telnet.c145 case SB: in telnet_parse()
155 if (c != SB) in telnet_parse()
Dtelnet.h51 #define SB 250 /* interpret as subnegotiation */ macro
/external/valgrind/main/docs/internals/
Darm_thumb_notes_gdbserver.txt30 When instrumenting a SB for gdbserver, a PUT of the current instruction
45 instruction must be discarded to have the SB re-instrumented for gdbserver.
81 * Derive the thumb bit for a SB from the extent address.
82 This was discarded as this implies that an SB cannot mix thumb
/external/icu4c/data/region/
Dde_CH.txt21 SB{"Salomon-Inseln"}
Dfa_AF.txt87 SB{"جزایر سلومون"}
Dmy.txt187 SB{"ဆော်လမွန်ကျွန်းစု"}
Dhy.txt162 SB{"Սոլոմոնյան կղզիներ"}
/external/clang/lib/Lex/
DPreprocessor.cpp426 llvm::MemoryBuffer *SB = in EnterMainSourceFile() local
428 assert(SB && "Cannot create predefined source buffer"); in EnterMainSourceFile()
429 FileID FID = SourceMgr.createFileIDForMemBuffer(SB); in EnterMainSourceFile()
/external/clang/lib/Frontend/
DCompilerInstance.cpp615 OwningPtr<llvm::MemoryBuffer> SB; in InitializeSourceManager() local
616 if (llvm::MemoryBuffer::getSTDIN(SB)) { in InitializeSourceManager()
621 const FileEntry *File = FileMgr.getVirtualFile(SB->getBufferIdentifier(), in InitializeSourceManager()
622 SB->getBufferSize(), 0); in InitializeSourceManager()
624 SourceMgr.overrideFileContents(File, SB.take()); in InitializeSourceManager()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/es-ES/
Des-ES_zl0_kdt_lfz1.pkb40 ��\����v�;-��Ι׃RM:N$���8��ؐ���ܒs��e �a�/��W�~��厝�7�w�n����v7{��<;�w�/SB;�J�S�\
/external/icu4c/data/misc/
Dmetadata.txt263 "SB",
355 090{"SB"}
812 SLB{"SB"}
/external/llvm/lib/Target/MBlaze/Disassembler/
DMBlazeDisassembler.cpp56 MBlaze::SB, MBlaze::SH, MBlaze::SW, UNSUPPORTED, //34,35,36,37
390 case 0x0: return MBlaze::SB; in decodeSB()
483 case MBlaze::SB: return decodeSB(insn); in getOPCODE()
/external/llvm/test/Transforms/ScalarRepl/
Dcrash.ll149 … %SB = alloca %struct.aal_spanbucket_t, align 4 ; <%struct.aal_spanbucket_t*> [#uses=2]
159 %SB19 = bitcast %struct.aal_spanbucket_t* %SB to i8* ; <i8*> [#uses=1]
165 …%tmp51 = getelementptr %struct.aal_spanbucket_t* %SB, i32 0, i32 2, i32 0, i32 0, i32 %i.2.reload2…
/external/v8/src/mips/
Dconstants-mips.cc330 case SB: in InstructionType()

123456789