Home
last modified time | relevance | path

Searched defs:bb (Results 1 – 25 of 348) sorted by relevance

12345678910>>...14

/third_party/typescript/tests/cases/conformance/controlFlow/
DcontrolFlowAssignmentPatternOrder.ts10 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 …]
DcontrolFlowBindingPatternOrder.ts8 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/
Dbitmap_wrapper.cpp46 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/
Dnv50_ir_bb.cpp97 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/
Ddeflate.c42 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/
Dssa_rewrite_pass.cpp94 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()
Dregister_pressure.cpp35 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
Dcode_sink.cpp32 [&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
Dlicm_pass.cpp73 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/
Dssa_rewrite_pass.cpp94 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()
Dregister_pressure.cpp35 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
Dcode_sink.cpp32 [&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
Dlicm_pass.cpp73 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/
Dssa_rewrite_pass.cpp91 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()
Dregister_pressure.cpp34 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
Dcode_sink.cpp30 [&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
Dcfg.cpp90 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()
Dlicm_pass.cpp72 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/
DtemplateLiteralTypesPatterns.js175 var bb: `${number}`; variable
176 var bb: `${number}` | '0'; variable
333 var bb; variable
334 var bb; variable
DtypesVersions.ambientModules.js34 const bb: "ts3.1 b" = b; constant
43 const bb = other_1.b; constant
DtypesVersions.multiFile.js30 const bb: "ts3.1 b" = b; constant
39 const bb = other_1.b; constant
/third_party/selinux/libsepol/src/
Dkernel_to_common.c258 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/
Dcfg_test.cpp64 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/
Dcfg_test.cpp64 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/
DQrSegment.java61 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

12345678910>>...14