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

1 2 3 4

  /external/valgrind/main/lackey/tests/
true.stderr.exp 16 guest instrs : SB entered = ... : ...
17 IRStmts : SB entered = ... : ...
  /external/llvm/lib/MC/
MCObjectWriter.cpp 31 const MCSymbol &SB = B->getSymbol();
32 if (SA.AliasedSymbol().isUndefined() || SB.AliasedSymbol().isUndefined())
36 const MCSymbolData &DataB = Asm.getSymbolData(SB);
  /external/llvm/lib/Transforms/Utils/
ASanStackFrameLayout.cpp 72 SmallVector<uint8_t, 64> &SB(Layout->ShadowBytes);
73 SB.clear();
77 SB.insert(SB.end(), Offset / Granularity, kAsanStackLeftRedzoneMagic);
93 SB.insert(SB.end(), Size / Granularity, 0);
95 SB.insert(SB.end(), Size % Granularity);
96 SB.insert(SB.end(), (SizeWithRedzone - Size) / Granularity
    [all...]
  /ndk/sources/android/support/src/musl-multibyte/
internal.h 23 #define SB 0xf4u
mbrtowc.c 29 if (*s-SA > SB-SA) goto ilseq;
mbtowc.c 21 if (*s-SA > SB-SA) goto ilseq;
mbsrtowcs.c 39 if (*s-SA > SB-SA) break;
73 if (*s-SA > SB-SA) break;
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCAliasAnalysis.cpp 63 const Value *SB = StripPointerCastsAndObjCCalls(LocB.Ptr);
66 Location(SB, LocB.Size, LocB.TBAATag));
73 const Value *UB = GetUnderlyingObjCPtr(SB);
74 if (UA != SA || UB != SB) {
ProvenanceAnalysis.cpp 37 if (const SelectInst *SB = dyn_cast<SelectInst>(B))
38 if (A->getCondition() == SB->getCondition())
39 return related(A->getTrueValue(), SB->getTrueValue()) ||
40 related(A->getFalseValue(), SB->getFalseValue());
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Collections.pas 338 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/valgrind/main/gdbserver_tests/
mcinfcallWSRU.stderr.exp 1 loops/sleep_ms/burn/threads_spec: 100 100000000 1000000000 -S-S-SB-
  /external/clang/lib/StaticAnalyzer/Core/
SimpleConstraintManager.h 28 SimpleConstraintManager(SubEngine *subengine, SValBuilder &SB)
29 : SU(subengine), SVB(SB) {}
  /external/llvm/lib/Support/
MemoryBuffer.cpp 149 MemoryBuffer *SB = getNewUninitMemBuffer(Size, BufferName);
150 if (!SB) return nullptr;
151 memset(const_cast<char*>(SB->getBufferStart()), 0, Size);
152 return SB;
357 std::unique_ptr<MemoryBuffer> SB(Buf);
358 char *BufPtr = const_cast<char*>(SB->getBufferStart());
386 return std::move(SB);
  /external/clang/test/CodeGen/
xcore-stringtype.c 112 // CHECK: !27 = metadata !{i32 (%struct.SB*)* @structureTypeB, metadata
113 // CHECK: !"f{si}(s(SB){m(){b(4:si)},m(){b(2:si)},m(N4){b(4:si)},
127 struct SB{int:4; int:2; int N4:4; int N2:2; unsigned int:4; signed int:4;
129 int structureTypeB(struct SB sb){return StructAnon.A;}
  /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,
  /libcore/luni/src/test/java/libcore/java/util/
EnumSetTest.java 104 IN, SN, SB, TE, I, XE, CS, BA, LA, CE, PR, ND, PM, SM, EU, GD, TB, DY, HO, ER, TM, YB, LU,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_telnetlib.py 364 send = [tl.IAC + tl.SB + tl.IAC + tl.SE,
365 tl.IAC + tl.SB + tl.IAC + tl.IAC + tl.IAC + tl.SE,
366 tl.IAC + tl.SB + tl.IAC + tl.IAC + 'aa' + tl.IAC + tl.SE,
367 tl.IAC + tl.SB + 'bb' + tl.IAC + tl.IAC + tl.IAC + tl.SE,
368 tl.IAC + tl.SB + 'cc' + tl.IAC + tl.IAC + 'dd' + tl.IAC + tl.SE,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_telnetlib.py 364 send = [tl.IAC + tl.SB + tl.IAC + tl.SE,
365 tl.IAC + tl.SB + tl.IAC + tl.IAC + tl.IAC + tl.SE,
366 tl.IAC + tl.SB + tl.IAC + tl.IAC + 'aa' + tl.IAC + tl.SE,
367 tl.IAC + tl.SB + 'bb' + tl.IAC + tl.IAC + tl.IAC + tl.SE,
368 tl.IAC + tl.SB + 'cc' + tl.IAC + tl.IAC + 'dd' + tl.IAC + tl.SE,
  /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,
  /development/ndk/platforms/android-L/include/arpa/
telnet.h 43 #define SB 250 /* interpret as subnegotiation */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /external/chromium_org/v8/src/mips/
constants-mips.cc 313 case SB:
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/arpa/
telnet.h 43 #define SB 250 /* interpret as subnegotiation */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/
telnet.h 43 #define SB 250 /* interpret as subnegotiation */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,

Completed in 870 milliseconds

1 2 3 4