| /third_party/typescript/tests/cases/conformance/controlFlow/ |
| D | controlFlowAssignmentPatternOrder.ts | 10 const bb: 0 = b; constant 16 const bb: 9 = b; constant 22 const bb: 0 | 8 = b; constant 28 const bb: 0 | 8 = b; constant 35 const bb: 0 = b; constant 41 const bb: 9 = b; constant 47 const bb: 0 | 8 = b; constant 53 const bb: 0 | 8 = b; constant 60 const bb: 0 = b; constant 66 const bb: 9 = b; constant [all …]
|
| D | controlFlowBindingPatternOrder.ts | 8 const bb: 0 = b; constant 13 const bb: 9 = b; constant 18 const bb: 0 | 9 = b; constant 23 const bb: 0 | 8 = b; constant 28 const bb: 0 | 8 = b; constant
|
| /third_party/mesa3d/src/gallium/frontends/hgl/ |
| D | bitmap_wrapper.cpp | 46 BBitmap *bb = new BBitmap(BRect(0, 0, width, height), colorSpace); in create_bitmap() local 56 BBitmap *bb = (BBitmap*)bitmap; in get_bitmap_size() local 69 BBitmap *bb = (BBitmap*)bitmap; in get_bitmap_color_space() local 79 BBitmap *bb = (BBitmap*)bitmap; in copy_bitmap_bits() local 91 BBitmap *bb = (BBitmap*)bitmap; in import_bitmap_bits() local 102 BBitmap *bb = (BBitmap*)bitmap; in delete_bitmap() local 110 BBitmap *bb = (BBitmap*)bitmap; in get_bitmap_bytes_per_row() local 120 BBitmap *bb = (BBitmap*)bitmap; in get_bitmap_bits_length() local 130 BBitmap *bb = (BBitmap*)bitmap; in dump_bitmap() local
|
| /third_party/mesa3d/src/nouveau/codegen/ |
| D | nv50_ir_bb.cpp | 97 BasicBlock *bb = new BasicBlock(pol.context()); in clone() local 299 BasicBlock::splitCommon(Instruction *insn, BasicBlock *bb, bool attach) in splitCommon() 332 BasicBlock *bb = new BasicBlock(func); in splitBefore() local 345 BasicBlock *bb = new BasicBlock(func); in splitAfter() local 399 Function::setEntry(BasicBlock *bb) in setEntry() 408 Function::setExit(BasicBlock *bb) in setExit() 422 BasicBlock *bb = in orderInstructions() local 484 BasicBlock *bb; in doRun() local 521 BasicBlock *bb = BasicBlock::get( in printCFGraph() local
|
| /third_party/toybox/lib/ |
| D | deflate.c | 42 struct bitbuf *bb = xzalloc(sizeof(struct bitbuf)+size); in bitbuf_init() local 53 int bitbuf_skip(struct bitbuf *bb, int bits) in bitbuf_skip() 70 static inline int bitbuf_bit(struct bitbuf *bb) in bitbuf_bit() 83 unsigned bitbuf_get(struct bitbuf *bb, int bits) in bitbuf_get() 109 void bitbuf_flush(struct bitbuf *bb) in bitbuf_flush() 118 void bitbuf_put(struct bitbuf *bb, int data, int len) in bitbuf_put() 185 static unsigned huff_and_puff(struct bitbuf *bb, struct huff *huff) in huff_and_puff() 202 static void inflate(struct deflate *dd, struct bitbuf *bb) in inflate() 324 static void deflate(struct deflate *dd, struct bitbuf *bb) in deflate() 405 static int is_gzip(struct bitbuf *bb) in is_gzip() [all …]
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| D | ssa_rewrite_pass.cpp | 94 BasicBlock* bb) { in CreatePhiCandidate() 107 BasicBlock* bb = pass_->context()->get_instr_block(user_id); in ReplacePhiUsersWith() local 246 uint32_t SSARewriter::GetValueAtBlock(uint32_t var_id, BasicBlock* bb) { in GetValueAtBlock() 259 uint32_t SSARewriter::GetReachingDef(uint32_t var_id, BasicBlock* bb) { in GetReachingDef() 295 void SSARewriter::SealBlock(BasicBlock* bb) { in SealBlock() 302 void SSARewriter::ProcessStore(Instruction* inst, BasicBlock* bb) { in ProcessStore() 329 bool SSARewriter::ProcessLoad(Instruction* inst, BasicBlock* bb) { in ProcessLoad() 438 bool SSARewriter::GenerateSSAReplacements(BasicBlock* bb) { in GenerateSSAReplacements() 674 auto* bb = pass_->context()->get_instr_block(decl); in AddDebugValuesForInvisibleDebugDecls() local 721 fp->entry().get(), [this](BasicBlock* bb) { in RewriteFunctionIntoSSA()
|
| D | register_pressure.cpp | 35 ExcludePhiDefinedInBlock(IRContext* context, const BasicBlock* bb) in ExcludePhiDefinedInBlock() 85 cfg_.ForEachBlockInPostOrder(&start_bb, [this](BasicBlock* bb) { in Compute() 98 void ComputePhiUses(const BasicBlock& bb, in ComputePhiUses() 120 void ComputePartialLiveness(BasicBlock* bb) { in ComputePartialLiveness() 192 BasicBlock* bb = cfg_.block(bb_id); in DoLoopLivenessUnification() local 320 BasicBlock* bb = context_->cfg()->block(bb_id); in ComputeLoopRegisterPressure() local 387 BasicBlock* bb = insn->context()->get_instr_block(insn); in SimulateFusion() local 394 BasicBlock* bb = context_->cfg()->block(bb_id); in SimulateFusion() local 425 BasicBlock* bb = context_->cfg()->block(bb_id); in SimulateFusion() local 517 BasicBlock* bb = context_->cfg()->block(bb_id); in SimulateFission() local
|
| D | code_sink.cpp | 32 [&modified, this](BasicBlock* bb) { in Process() 41 bool CodeSinkingPass::SinkInstructionsInBB(BasicBlock* bb) { in SinkInstructionsInBB() 77 BasicBlock* bb = original_bb; in FindNewBasicBlockFor() local 299 BasicBlock* bb = context()->get_instr_block(worklist.back()); in IntersectsPath() local
|
| D | licm_pass.cpp | 73 BasicBlock* bb = loop_bbs[i]; in ProcessLoop() local 83 Loop* loop, Function* f, BasicBlock* bb, in AnalyseAndHoistFromBB() 116 BasicBlock* bb) { in IsImmediatelyContainedInLoop()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | ssa_rewrite_pass.cpp | 94 BasicBlock* bb) { in CreatePhiCandidate() 107 BasicBlock* bb = pass_->context()->get_instr_block(user_id); in ReplacePhiUsersWith() local 246 uint32_t SSARewriter::GetValueAtBlock(uint32_t var_id, BasicBlock* bb) { in GetValueAtBlock() 259 uint32_t SSARewriter::GetReachingDef(uint32_t var_id, BasicBlock* bb) { in GetReachingDef() 295 void SSARewriter::SealBlock(BasicBlock* bb) { in SealBlock() 302 void SSARewriter::ProcessStore(Instruction* inst, BasicBlock* bb) { in ProcessStore() 329 bool SSARewriter::ProcessLoad(Instruction* inst, BasicBlock* bb) { in ProcessLoad() 438 bool SSARewriter::GenerateSSAReplacements(BasicBlock* bb) { in GenerateSSAReplacements() 674 auto* bb = pass_->context()->get_instr_block(decl); in AddDebugValuesForInvisibleDebugDecls() local 721 fp->entry().get(), [this](BasicBlock* bb) { in RewriteFunctionIntoSSA()
|
| D | register_pressure.cpp | 35 ExcludePhiDefinedInBlock(IRContext* context, const BasicBlock* bb) in ExcludePhiDefinedInBlock() 85 cfg_.ForEachBlockInPostOrder(&start_bb, [this](BasicBlock* bb) { in Compute() 98 void ComputePhiUses(const BasicBlock& bb, in ComputePhiUses() 120 void ComputePartialLiveness(BasicBlock* bb) { in ComputePartialLiveness() 192 BasicBlock* bb = cfg_.block(bb_id); in DoLoopLivenessUnification() local 320 BasicBlock* bb = context_->cfg()->block(bb_id); in ComputeLoopRegisterPressure() local 387 BasicBlock* bb = insn->context()->get_instr_block(insn); in SimulateFusion() local 394 BasicBlock* bb = context_->cfg()->block(bb_id); in SimulateFusion() local 425 BasicBlock* bb = context_->cfg()->block(bb_id); in SimulateFusion() local 517 BasicBlock* bb = context_->cfg()->block(bb_id); in SimulateFission() local
|
| D | code_sink.cpp | 32 [&modified, this](BasicBlock* bb) { in Process() 41 bool CodeSinkingPass::SinkInstructionsInBB(BasicBlock* bb) { in SinkInstructionsInBB() 77 BasicBlock* bb = original_bb; in FindNewBasicBlockFor() local 299 BasicBlock* bb = context()->get_instr_block(worklist.back()); in IntersectsPath() local
|
| D | licm_pass.cpp | 73 BasicBlock* bb = loop_bbs[i]; in ProcessLoop() local 83 Loop* loop, Function* f, BasicBlock* bb, in AnalyseAndHoistFromBB() 116 BasicBlock* bb) { in IsImmediatelyContainedInLoop()
|
| /third_party/spirv-tools/source/opt/ |
| D | ssa_rewrite_pass.cpp | 91 BasicBlock* bb) { in CreatePhiCandidate() 104 BasicBlock* bb = pass_->context()->get_instr_block(user_id); in ReplacePhiUsersWith() local 243 uint32_t SSARewriter::GetValueAtBlock(uint32_t var_id, BasicBlock* bb) { in GetValueAtBlock() 256 uint32_t SSARewriter::GetReachingDef(uint32_t var_id, BasicBlock* bb) { in GetReachingDef() 292 void SSARewriter::SealBlock(BasicBlock* bb) { in SealBlock() 299 void SSARewriter::ProcessStore(Instruction* inst, BasicBlock* bb) { in ProcessStore() 326 bool SSARewriter::ProcessLoad(Instruction* inst, BasicBlock* bb) { in ProcessLoad() 435 bool SSARewriter::GenerateSSAReplacements(BasicBlock* bb) { in GenerateSSAReplacements() 662 fp->entry().get(), [this](BasicBlock* bb) { in RewriteFunctionIntoSSA()
|
| D | register_pressure.cpp | 34 ExcludePhiDefinedInBlock(IRContext* context, const BasicBlock* bb) in ExcludePhiDefinedInBlock() 84 cfg_.ForEachBlockInPostOrder(&start_bb, [this](BasicBlock* bb) { in Compute() 97 void ComputePhiUses(const BasicBlock& bb, in ComputePhiUses() 119 void ComputePartialLiveness(BasicBlock* bb) { in ComputePartialLiveness() 191 BasicBlock* bb = cfg_.block(bb_id); in DoLoopLivenessUnification() local 319 BasicBlock* bb = context_->cfg()->block(bb_id); in ComputeLoopRegisterPressure() local 386 BasicBlock* bb = insn->context()->get_instr_block(insn); in SimulateFusion() local 393 BasicBlock* bb = context_->cfg()->block(bb_id); in SimulateFusion() local 424 BasicBlock* bb = context_->cfg()->block(bb_id); in SimulateFusion() local 516 BasicBlock* bb = context_->cfg()->block(bb_id); in SimulateFission() local
|
| D | code_sink.cpp | 30 [&modified, this](BasicBlock* bb) { in Process() 39 bool CodeSinkingPass::SinkInstructionsInBB(BasicBlock* bb) { in SinkInstructionsInBB() 76 BasicBlock* bb = original_bb; in FindNewBasicBlockFor() local 302 BasicBlock* bb = context()->get_instr_block(worklist.back()); in IntersectsPath() local
|
| D | cfg.cpp | 90 auto terminal = [end](cbb_ptr bb) { return bb == end; }; in ComputeStructuredOrder() 105 void CFG::ForEachBlockInPostOrder(BasicBlock* bb, in ForEachBlockInPostOrder() 119 BasicBlock* bb, const std::function<void(BasicBlock*)>& f) { in ForEachBlockInReversePostOrder() 127 BasicBlock* bb, const std::function<bool(BasicBlock*)>& f) { in WhileEachBlockInReversePostOrder() 168 void CFG::ComputePostOrderTraversal(BasicBlock* bb, in ComputePostOrderTraversal() 192 BasicBlock* CFG::SplitLoopHeader(BasicBlock* bb) { in SplitLoopHeader()
|
| D | licm_pass.cpp | 72 BasicBlock* bb = loop_bbs[i]; in ProcessLoop() local 82 Loop* loop, Function* f, BasicBlock* bb, in AnalyseAndHoistFromBB() 115 BasicBlock* bb) { in IsImmediatelyContainedInLoop()
|
| /third_party/typescript/tests/baselines/reference/ |
| D | templateLiteralTypesPatterns.js | 175 var bb: `${number}`; variable 176 var bb: `${number}` | '0'; variable 333 var bb; variable 334 var bb; variable
|
| D | typesVersions.ambientModules.js | 34 const bb: "ts3.1 b" = b; constant 43 const bb = other_1.b; constant
|
| D | typesVersions.multiFile.js | 30 const bb: "ts3.1 b" = b; constant 39 const bb = other_1.b; constant
|
| /third_party/selinux/libsepol/src/ |
| D | kernel_to_common.c | 258 char *const *bb = b; in strs_cmp() local 460 struct ocontext *const *bb = b; in fsuse_data_cmp() local 476 struct ocontext *const *bb = b; in portcon_data_cmp() local 495 struct ocontext *const *bb = b; in netif_data_cmp() local 503 struct ocontext *const *bb = b; in node_data_cmp() local 519 struct ocontext *const *bb = b; in node6_data_cmp() local 536 struct ocontext *const *bb = b; in ibpkey_data_cmp() local 550 struct ocontext *const *bb = b; in ibendport_data_cmp() local 562 struct ocontext *const *bb = b; in pirq_data_cmp() local 576 struct ocontext *const *bb = b; in ioport_data_cmp() local [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
| D | cfg_test.cpp | 64 cfg->ForEachBlockInPostOrder(&*function->begin(), [&order](BasicBlock* bb) { in TEST_F() 107 cfg->ForEachBlockInPostOrder(&*function->begin(), [&order](BasicBlock* bb) { in TEST_F() 152 [&order](BasicBlock* bb) { order.push_back(bb->id()); }); in TEST_F() 195 [&order](BasicBlock* bb) { order.push_back(bb->id()); }); in TEST_F()
|
| /third_party/skia/third_party/externals/spirv-tools/test/opt/ |
| D | cfg_test.cpp | 64 cfg->ForEachBlockInPostOrder(&*function->begin(), [&order](BasicBlock* bb) { in TEST_F() 107 cfg->ForEachBlockInPostOrder(&*function->begin(), [&order](BasicBlock* bb) { in TEST_F() 152 [&order](BasicBlock* bb) { order.push_back(bb->id()); }); in TEST_F() 195 [&order](BasicBlock* bb) { order.push_back(bb->id()); }); in TEST_F()
|
| /third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/ |
| D | QrSegment.java | 61 BitBuffer bb = new BitBuffer(); in makeBytes() local 80 BitBuffer bb = new BitBuffer(); in makeNumeric() local 104 BitBuffer bb = new BitBuffer(); in makeAlphanumeric() local 148 BitBuffer bb = new BitBuffer(); in makeEci() local
|