HomeSort by relevance Sort by last modified time
    Searched defs:BS (Results 1 - 25 of 165) sorted by null

1 2 3 4 5 6 7

  /external/compiler-rt/test/asan/TestCases/Linux/
stack-overflow-sigbus.cc 13 const int BS = 1024;
18 char buf[BS];
19 buf[rand() % BS] = 1;
20 buf[rand() % BS] = 2;
21 x = buf[rand() % BS];
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfExpression.h 123 ByteStreamer &BS;
126 DebugLocDwarfExpression(unsigned DwarfVersion, ByteStreamer &BS)
127 : DwarfExpression(DwarfVersion), BS(BS) {}
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiScriptLib/
EfiScriptLib.c 99 EFI_BOOT_SERVICES *BS;
101 BS = SystemTable->BootServices;
103 Status = BS->LocateProtocol (&gEfiBootScriptSaveGuid, NULL, (VOID **)&mBootScriptSave);
  /external/llvm/lib/Analysis/
ScalarEvolutionAliasAnalysis.cpp 35 const SCEV *BS = SE.getSCEV(const_cast<Value *>(LocB.Ptr));
38 if (AS == BS)
44 SE.getEffectiveSCEVType(BS->getType())) {
50 const SCEV *BA = SE.getMinusSCEV(BS, AS);
60 // (because of INT_MIN, etc.); if the prior test failed, swap AS and BS
64 const SCEV *AB = SE.getMinusSCEV(AS, BS);
78 Value *BO = GetBaseValue(BS);
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolutionAliasAnalysis.cpp 119 const SCEV *BS = SE->getSCEV(const_cast<Value *>(LocB.Ptr));
122 if (AS == BS) return MustAlias;
127 SE->getEffectiveSCEVType(BS->getType())) {
133 const SCEV *BA = SE->getMinusSCEV(BS, AS);
143 // (because of INT_MIN, etc.); if the prior test failed, swap AS and BS
147 const SCEV *AB = SE->getMinusSCEV(AS, BS);
161 Value *BO = GetBaseValue(BS);
  /external/compiler-rt/test/asan/TestCases/Posix/
stack-overflow.cc 27 const int BS = 1024;
68 char buf[BS];
71 assert(p - buf >= BS);
72 buf[rand() % BS] = 1;
73 buf[rand() % BS] = 2;
74 x = buf[rand() % BS];
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
tokens.h 38 #define BS 30
  /external/guava/guava/src/com/google/common/base/
Ascii.java 133 public static final byte BS = 8;
  /external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
RegionCode.java 34 static final String BS = "BS";
  /external/llvm/lib/Target/AMDGPU/
R600Packetizer.cpp 231 std::vector<R600InstrInfo::BankSwizzle> &BS,
271 PV, BS, isTransSlot)) {
299 std::vector<R600InstrInfo::BankSwizzle> BS;
302 if (isBundlableWithCurrentPMI(MI, PV, BS, isTransSlot)) {
307 MI->getOperand(Op).setImm(BS[i]);
311 MI.getOperand(Op).setImm(BS.back());
  /external/llvm/lib/Target/Hexagon/
HexagonBlockRanges.cpp 117 IndexType BS = B.start(), BE = B.end();
124 if (AS < BS) {
129 add(AS, BS, A.Fixed, false);
135 add(BS, AE, A.Fixed, false);
  /external/pdfium/core/fxcodec/jbig2/
JBig2_SddProc.cpp 70 std::unique_ptr<CJBig2_Image> BS;
112 BS = pGRD->decode_Arith(pArithDecoder, gbContext->data());
113 if (!BS)
183 BS = pDecoder->decode_Arith(pArithDecoder, grContext->data(), &ids);
184 if (!BS)
214 BS = pGRRD->decode(pArithDecoder, grContext->data());
215 if (!BS)
219 SDNEWSYMS[NSYMSDECODED] = std::move(BS);
297 std::unique_ptr<CJBig2_Image> BS;
333 BS = nullptr
    [all...]
  /external/python/cpython2/Lib/curses/
ascii.py 11 BS = 0x08 # ^H
42 "BS", "HT", "LF", "VT", "FF", "CR", "SO", "SI",
  /external/python/cpython3/Lib/curses/
ascii.py 11 BS = 0x08 # ^H
42 "BS", "HT", "LF", "VT", "FF", "CR", "SO", "SI",
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
data.c 34 // BS - pointer to the boot services table
37 EFI_BOOT_SERVICES *BS;
  /prebuilts/gdb/darwin-x86/lib/python2.7/curses/
ascii.py 11 BS = 0x08 # ^H
42 "BS", "HT", "LF", "VT", "FF", "CR", "SO", "SI",
  /prebuilts/gdb/linux-x86/lib/python2.7/curses/
ascii.py 11 BS = 0x08 # ^H
42 "BS", "HT", "LF", "VT", "FF", "CR", "SO", "SI",
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
ascii.py 11 BS = 0x08 # ^H
42 "BS", "HT", "LF", "VT", "FF", "CR", "SO", "SI",
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
ascii.py 11 BS = 0x08 # ^H
42 "BS", "HT", "LF", "VT", "FF", "CR", "SO", "SI",
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/
GdbStubInternal.h 156 UINT32 BS:1; // Single step
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/
GdbDebugAgent.h 124 UINT32 BS:1; // Single step
  /external/clang/lib/Parse/
ParseOpenMP.cpp 421 Parser &P, OMPDeclareSimdDeclAttr::BranchStateTy &BS, ExprResult &SimdLen,
436 if (BS != OMPDeclareSimdDeclAttr::BS_Undefined && BS != Out) {
439 << OMPDeclareSimdDeclAttr::ConvertBranchStateTyToStr(BS) << BSRange;
442 BS = Out;
502 OMPDeclareSimdDeclAttr::BranchStateTy BS =
512 parseDeclareSimdClauses(*this, BS, Simdlen, Uniforms, Aligneds,
525 Ptr, BS, Simdlen.get(), Uniforms, Aligneds, Alignments, Linears,
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
ConcurrentHashMapTest.java 72 static class BS implements Comparable<BS> {
74 BS(String value) { this.value = value; }
75 public int compareTo(BS other) {
79 return (x instanceof BS) && value.equals(((BS)x).value);
145 BS bs = new BS(String.valueOf(i)); local
147 LexicographicList<BS> bss = new LexicographicList<BS>(bs)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
CLexer.py 124 BS=20
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
CLexer.py 124 BS=20
    [all...]

Completed in 583 milliseconds

1 2 3 4 5 6 7