Home
last modified time | relevance | path

Searched defs:bb (Results 1 – 25 of 331) 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 | 8 = b; constant
23 const bb: 0 | 8 = b; constant
/third_party/e2fsprogs/lib/ext2fs/
Dbadblocks.c36 ext2_u32_list bb; in make_u32_list() local
108 errcode_t ext2fs_u32_list_add(ext2_u32_list bb, __u32 blk) in ext2fs_u32_list_add()
154 errcode_t ext2fs_badblocks_list_add(ext2_badblocks_list bb, blk_t blk) in ext2fs_badblocks_list_add()
163 int ext2fs_u32_list_find(ext2_u32_list bb, __u32 blk) in ext2fs_u32_list_find()
198 int ext2fs_u32_list_test(ext2_u32_list bb, __u32 blk) in ext2fs_u32_list_test()
206 int ext2fs_badblocks_list_test(ext2_badblocks_list bb, blk_t blk) in ext2fs_badblocks_list_test()
215 int ext2fs_u32_list_del(ext2_u32_list bb, __u32 blk) in ext2fs_u32_list_del()
232 void ext2fs_badblocks_list_del(ext2_u32_list bb, __u32 blk) in ext2fs_badblocks_list_del()
237 errcode_t ext2fs_u32_list_iterate_begin(ext2_u32_list bb, in ext2fs_u32_list_iterate_begin()
256 errcode_t ext2fs_badblocks_list_iterate_begin(ext2_badblocks_list bb, in ext2fs_badblocks_list_iterate_begin()
[all …]
Dbb_compat.c35 void badblocks_list_free(badblocks_list bb) in badblocks_list_free()
40 errcode_t badblocks_list_add(badblocks_list bb, blk_t blk) in badblocks_list_add()
45 int badblocks_list_test(badblocks_list bb, blk_t blk) in badblocks_list_test()
50 errcode_t badblocks_list_iterate_begin(badblocks_list bb, in badblocks_list_iterate_begin()
Dtst_badblocks.c72 badblocks_list bb; in create_test_list() local
93 static void print_list(badblocks_list bb, int verify) in print_list()
122 static void validate_test_seq(badblocks_list bb, blk_t *vec) in validate_test_seq()
140 static void do_test_seq(badblocks_list bb, blk_t *vec) in do_test_seq()
172 int file_test(badblocks_list bb) in file_test()
219 void file_test_invalid(badblocks_list bb) in file_test_invalid()
Dfreefs.c75 void ext2fs_u32_list_free(ext2_u32_list bb) in ext2fs_u32_list_free()
86 void ext2fs_badblocks_list_free(ext2_badblocks_list bb) in ext2fs_badblocks_list_free()
/third_party/grpc/src/core/lib/surface/
Dbyte_buffer.cc38 grpc_byte_buffer* bb = in grpc_raw_compressed_byte_buffer_create() local
52 grpc_byte_buffer* bb = in grpc_raw_byte_buffer_from_reader() local
65 grpc_byte_buffer* grpc_byte_buffer_copy(grpc_byte_buffer* bb) { in grpc_byte_buffer_copy()
75 void grpc_byte_buffer_destroy(grpc_byte_buffer* bb) { in grpc_byte_buffer_destroy()
86 size_t grpc_byte_buffer_length(grpc_byte_buffer* bb) { in grpc_byte_buffer_length()
/third_party/toybox/lib/
Ddeflate.c42 struct bitbuf *bb = xzalloc(sizeof(struct bitbuf)+size); in bitbuf_init() local
52 void bitbuf_skip(struct bitbuf *bb, int bits) in bitbuf_skip()
65 static inline int bitbuf_bit(struct bitbuf *bb) in bitbuf_bit()
78 unsigned bitbuf_get(struct bitbuf *bb, int bits) in bitbuf_get()
101 void bitbuf_flush(struct bitbuf *bb) in bitbuf_flush()
110 void bitbuf_put(struct bitbuf *bb, int data, int len) in bitbuf_put()
177 static unsigned huff_and_puff(struct bitbuf *bb, struct huff *huff) in huff_and_puff()
194 static void inflate(struct deflate *dd, struct bitbuf *bb) in inflate()
315 static void deflate(struct deflate *dd, struct bitbuf *bb) in deflate()
396 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
/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
/third_party/node/deps/npm/lib/install/
Ddiff-trees.js58 function sriMatch (aa, bb) { argument
71 function pkgAreEquiv (aa, bb) { argument
107 function pushAll (aa, bb) { argument
108 Array.prototype.push.apply(aa, bb) argument
152 function sortByLocation (aa, bb) { argument
155 function sortModuleByLocation (aa, bb) { argument
/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.c252 char *const *bb = b; in strs_cmp() local
451 struct ocontext *const *bb = b; in fsuse_data_cmp() local
467 struct ocontext *const *bb = b; in portcon_data_cmp() local
486 struct ocontext *const *bb = b; in netif_data_cmp() local
494 struct ocontext *const *bb = b; in node_data_cmp() local
510 struct ocontext *const *bb = b; in node6_data_cmp() local
527 struct ocontext *const *bb = b; in ibpkey_data_cmp() local
541 struct ocontext *const *bb = b; in ibendport_data_cmp() local
553 struct ocontext *const *bb = b; in pirq_data_cmp() local
567 struct ocontext *const *bb = b; in ioport_data_cmp() local
[all …]
/third_party/ffmpeg/libavcodec/
Dutvideo.c39 const HuffEntry *aa = a, *bb = b; in ff_ut_huff_cmp_len() local
45 const HuffEntry *aa = a, *bb = b; in ff_ut10_huff_cmp_len() local
/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
/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/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dfunction.cpp24 for (auto& bb : blocks_) bb->ForEachInst(f, run_on_debug_line_insts); in ForEachInst() local
38 for (const auto& bb : blocks_) in ForEachInst() local
/third_party/grpc/include/grpcpp/impl/codegen/
Dproto_utils.h45 Status GenericSerialize(const grpc::protobuf::MessageLite& msg, ByteBuffer* bb, in GenericSerialize()
106 ByteBuffer* bb, bool* own_buffer) { in Serialize()

12345678910>>...14