/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScalarEvolutionAliasAnalysis.cpp | 35 const SCEV *BS = SE.getSCEV(const_cast<Value *>(LocB.Ptr)); in alias() local 38 if (AS == BS) in alias() 44 SE.getEffectiveSCEVType(BS->getType())) { in alias() 54 const SCEV *BA = SE.getMinusSCEV(BS, AS); in alias() 68 const SCEV *AB = SE.getMinusSCEV(AS, BS); in alias() 82 Value *BO = GetBaseValue(BS); in alias()
|
/third_party/ltp/testcases/kernel/syscalls/pwrite/ |
D | pwrite02.c | 25 #define BS 1024 macro 31 static char buf[BS]; 73 TST_EXP_FAIL2(pwrite(*tc->fd, tc->buf, BS, tc->off), tc->exp_errno, in verify_pwrite() 74 "pwrite(%d, %d, %ld)", *tc->fd, BS, tc->off); in verify_pwrite()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCBranchSelector.cpp | 129 auto &BS = BlockSizes[MBB->getNumber()-1]; in ComputeBlockSizes() local 130 BS.first += AlignExtra; in ComputeBlockSizes() 131 BS.second = AlignExtra; in ComputeBlockSizes() 158 auto &BS = BlockSizes[MBB->getNumber()-1]; in modifyAdjustment() local 159 BS.first -= BS.second; in modifyAdjustment() 160 Offset -= BS.second; in modifyAdjustment() 164 BS.first += AlignExtra; in modifyAdjustment() 165 BS.second = AlignExtra; in modifyAdjustment()
|
/third_party/boost/boost/numeric/ublas/ |
D | operation_blocked.hpp | 23 template<class V, typename V::size_type BS, class E1, class E2> 33 const size_type block_size = BS; in block_prod() 78 template<class V, typename V::size_type BS, class E1, class E2> 88 const size_type block_size = BS; in block_prod() 132 template<class M, typename M::size_type BS, class E1, class E2> 143 const size_type block_size = BS; in block_prod() 193 template<class M, typename M::size_type BS, class E1, class E2> 204 const size_type block_size = BS; in block_prod() 255 template<class M, typename M::size_type BS, class E1, class E2> 261 return block_prod<M, BS> (e1, e2, orientation_category ()); in block_prod()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfExpression.h | 352 BufferByteStreamer BS; member 354 TempBuffer(bool GenerateComments) : BS(Bytes, Comments, GenerateComments) {} in TempBuffer() 362 ByteStreamer &getActiveStreamer() { return IsBuffering ? TmpBuf->BS : OutBS; } in getActiveStreamer() 378 DebugLocDwarfExpression(unsigned DwarfVersion, BufferByteStreamer &BS, in DebugLocDwarfExpression() argument 380 : DwarfExpression(DwarfVersion, CU), OutBS(BS) {} in DebugLocDwarfExpression()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600Packetizer.cpp | 228 std::vector<R600InstrInfo::BankSwizzle> &BS, in isBundlableWithCurrentPMI() argument 268 PV, BS, isTransSlot)) { in isBundlableWithCurrentPMI() 296 std::vector<R600InstrInfo::BankSwizzle> BS; in addToPacket() local 299 if (isBundlableWithCurrentPMI(MI, PV, BS, isTransSlot)) { in addToPacket() 304 MI->getOperand(Op).setImm(BS[i]); in addToPacket() 308 MI.getOperand(Op).setImm(BS.back()); in addToPacket()
|
D | GCNRegBankReassign.cpp | 661 BankStall BS = BankStalls.pop_back_val(); in tryReassign() local 662 unsigned Reg = scavengeReg(LI, BS.Bank); in tryReassign() 664 LLVM_DEBUG(dbgs() << "No free registers in bank " << printBank(BS.Bank) in tryReassign() 670 << " in bank " << printBank(BS.Bank) << '\n'); in tryReassign() 674 LLVM_DEBUG(dbgs() << "--- Cycles saved: " << OrigStalls - BS.Stalls << '\n'); in tryReassign() 676 return OrigStalls - BS.Stalls; in tryReassign()
|
/third_party/boost/libs/graph/example/ |
D | bucket_sorter.cpp | 35 BS; in main() typedef 36 BS my_bucket_sorter(N, N, bucket.begin()); in main()
|
/third_party/flutter/skia/third_party/externals/icu/source/data/region/ |
D | ar_SA.txt | 6 BS{"جزر البهاما"}
|
D | fa_AF.txt | 18 BS{"بهاماس"}
|
D | nus.txt | 31 BS{"Bämuɔth"}
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | enum-bitwise-mixed.c | 18 BS = (__force bits) 1, enumerator
|
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
D | regioncodefortesting.js | 43 BS: 'BS', property
|
/third_party/boost/tools/build/src/tools/ |
D | borland.jam | 281 echo +-$(>:BS) > $(<:BS).rsp 282 …ath)$(.root)$(.old-path) "tlib.exe" $(AROPTIONS) /P256 /C $(<:BS) @$(<:BS).rsp && $(RM) $(<:BS).rsp
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 601 BlockScheduling *BS = Iter.second.get(); in deleteTree() local 602 BS->clear(); in deleteTree() 2165 void scheduleBlock(BlockScheduling *BS); 2550 BlockScheduling &BS = *BSRef.get(); in buildTree_rec() local 2552 Optional<ScheduleData *> Bundle = BS.tryScheduleBundle(VL, this, S); in buildTree_rec() 2555 assert((!BS.getScheduleData(VL0) || in buildTree_rec() 2556 !BS.getScheduleData(VL0)->isPartOfBundle()) && in buildTree_rec() 2579 BS.cancelScheduling(VL, VL0); in buildTree_rec() 2647 BS.cancelScheduling(VL, VL0); in buildTree_rec() 2661 BS.cancelScheduling(VL, VL0); in buildTree_rec() [all …]
|
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/ |
D | RegionCode.java | 34 static final String BS = "BS"; field in RegionCode
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonBlockRanges.cpp | 116 IndexType BS = B.start(), BE = B.end(); in addsub() local 123 if (AS < BS) { in addsub() 128 add(AS, BS, A.Fixed, false); in addsub() 134 add(BS, AE, A.Fixed, false); in addsub()
|
/third_party/libphonenumber/cpp/test/phonenumbers/ |
D | test_util.h | 88 static const char* BS() { in BS() function
|
/third_party/skia/third_party/externals/icu/source/data/region/ |
D | fa_AF.txt | 19 BS{"بهاماس"}
|
D | nus.txt | 32 BS{"Bämuɔth"}
|
/third_party/python/Lib/curses/ |
D | textpad.py | 105 elif ch in (curses.ascii.STX,curses.KEY_LEFT, curses.ascii.BS,curses.KEY_BACKSPACE): 114 if ch in (curses.ascii.BS, curses.KEY_BACKSPACE):
|
D | ascii.py | 11 BS = 0x08 # ^H variable
|
/third_party/icu/icu4c/source/data/region/ |
D | fa_AF.txt | 19 BS{"بهاماس"}
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_bc_fmt_def.inc | 271 BC_FIELD(ALU_WORD1_OP2, BANK_SWIZZLE, BS, 20, 18) 286 BC_FIELD(ALU_WORD1_OP2, BANK_SWIZZLE, BS, 20, 18) 301 BC_FIELD(ALU_WORD1_OP2_MOVA, BANK_SWIZZLE, BS, 20, 18) 316 BC_FIELD(ALU_WORD1_OP2_EXEC_MASK, BANK_SWIZZLE, BS, 20, 18) 329 BC_FIELD(ALU_WORD1_OP3, BANK_SWIZZLE, BS, 20, 18) 357 BC_FIELD(ALU_WORD1_LDS_IDX_OP, BANK_SWIZZLE, BS, 20, 18)
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/ |
D | matmul_dds_info.cc | 207 auto iter = attrs_.find(BS); in GetAttrs() 239 Attr attr_batch_size = std::make_pair(BS, new_bs_value); in ComputeReplaceGraph()
|