/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 | 8 = b; constant 23 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/ltp/tools/sparse/sparse-src/ |
D | flow.c | 70 static int remove_other_phisources(struct basic_block *bb, struct multijmp_list *list, struct basic… in remove_other_phisources() 90 static int rewrite_branch(struct basic_block *bb, in rewrite_branch() 170 static bool bb_is_forwarder(struct basic_block *bb) in bb_is_forwarder() 196 struct basic_block *bb; in phi_check() local 224 static int try_to_simplify_bb(struct basic_block *bb, struct instruction *first, struct instruction… in try_to_simplify_bb() 271 static int bb_has_side_effects(struct basic_block *bb) in bb_has_side_effects() 304 static int simplify_phi_branch(struct basic_block *bb, struct instruction *br) in simplify_phi_branch() 319 static int simplify_branch_branch(struct basic_block *bb, struct instruction *br, in simplify_branch_branch() 356 static int simplify_one_branch(struct basic_block *bb, struct instruction *br) in simplify_one_branch() 367 struct basic_block *bb; in simplify_branch_nodes() local [all …]
|
D | liveness.c | 31 static void asm_liveness(struct basic_block *bb, struct instruction *insn, in asm_liveness() 49 static void track_instruction_usage(struct basic_block *bb, struct instruction *insn, in track_instruction_usage() 156 static void insn_uses(struct basic_block *bb, pseudo_t pseudo) in insn_uses() 165 static void insn_defines(struct basic_block *bb, pseudo_t pseudo) in insn_defines() 171 static void track_bb_liveness(struct basic_block *bb) in track_bb_liveness() 191 struct basic_block *bb; in clear_liveness() local 205 struct basic_block *bb; in track_pseudo_liveness() local 263 static void track_bb_phi_uses(struct basic_block *bb) in track_bb_phi_uses() 275 static void death_def(struct basic_block *bb, pseudo_t pseudo) in death_def() 279 static void death_use(struct basic_block *bb, pseudo_t pseudo) in death_use() [all …]
|
D | storage.c | 24 static inline unsigned int storage_hash(struct basic_block *bb, pseudo_t pseudo, enum inout_enum in… in storage_hash() 45 struct storage_hash_list *gather_storage(struct basic_block *bb, enum inout_enum inout) in gather_storage() 88 struct storage *lookup_storage(struct basic_block *bb, pseudo_t pseudo, enum inout_enum inout) in lookup_storage() 100 void add_storage(struct storage *storage, struct basic_block *bb, pseudo_t pseudo, enum inout_enum … in add_storage() 118 struct storage *bb = b->storage; in storage_hash_cmp() local 215 static void set_up_bb_storage(struct basic_block *bb) in set_up_bb_storage() 248 static void set_up_argument_storage(struct entrypoint *ep, struct basic_block *bb) in set_up_argument_storage() 266 struct basic_block *bb; in set_up_storage() local
|
D | flowgraph.c | 23 static void label_postorder(struct basic_block *bb, struct cfg_info *info) in label_postorder() 41 struct basic_block *bb; in reverse_bbs() local 49 struct basic_block *bb; in debug_postorder() local 107 struct basic_block *bb = ep->entry->bb; in debug_domtree() local 121 struct basic_block *bb; in domtree_build() local
|
D | ssa.c | 95 static void rewrite_local_var(struct basic_block *bb, pseudo_t addr, int nbr_stores, int nbr_uses) in rewrite_local_var() 136 struct basic_block *bb; in ssa_convert_one_var() local 164 struct basic_block *bb = insn->bb; in ssa_convert_one_var() local 213 static struct instruction *lookup_var(struct basic_block *bb, struct symbol *var) in lookup_var() 244 static void ssa_rename_insn(struct basic_block *bb, struct instruction *insn) in ssa_rename_insn() 292 struct basic_block *bb; in ssa_rename_insns() local 374 struct basic_block *bb; in ssa_convert() local
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | badblocks.c | 36 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 …]
|
D | bb_compat.c | 35 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()
|
D | tst_badblocks.c | 72 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()
|
D | freefs.c | 75 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/flatbuffers/java/com/google/flatbuffers/ |
D | Table.java | 32 protected ByteBuffer bb; field in Table 56 protected static int __offset(int vtable_offset, int offset, ByteBuffer bb) { in __offset() 78 protected static int __indirect(int offset, ByteBuffer bb) { in __indirect() 110 protected static String __string(int offset, ByteBuffer bb, Utf8 utf8) { in __string() 171 protected ByteBuffer __vector_in_bytebuffer(ByteBuffer bb, int vector_offset, int elem_size) { in __vector_in_bytebuffer() 200 protected static Table __union(Table t, int offset, ByteBuffer bb) { in __union() 201 t.__reset(__indirect(offset, bb), bb); in __union() local 213 protected static boolean __has_identifier(ByteBuffer bb, String ident) { in __has_identifier() 229 protected void sortTables(int[] offsets, final ByteBuffer bb) { in sortTables() 247 protected int keysCompare(Integer o1, Integer o2, ByteBuffer bb) { return 0; } in keysCompare() [all …]
|
D | ByteBufferUtil.java | 38 public static int getSizePrefix(ByteBuffer bb) { in getSizePrefix() 50 public static ByteBuffer removeSizePrefix(ByteBuffer bb) { in removeSizePrefix()
|
/third_party/grpc/src/core/lib/surface/ |
D | byte_buffer.cc | 38 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/mesa3d/src/gallium/drivers/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()
|
/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()
|
/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()
|
/third_party/flatbuffers/net/FlatBuffers/ |
D | ByteBufferUtil.cs | 27 public static int GetSizePrefix(ByteBuffer bb) { in GetSizePrefix() 33 public static ByteBuffer RemoveSizePrefix(ByteBuffer bb) { in RemoveSizePrefix()
|
D | Table.cs | 29 public ByteBuffer bb { get; private set; } property 156 t.__init(__indirect(offset), bb); in __indirect() field 160 public static bool __has_identifier(ByteBuffer bb, string ident) in __has_identifier() 174 public static int CompareStrings(int offset_1, int offset_2, ByteBuffer bb) in CompareStrings() 193 public static int CompareStrings(int offset_1, byte[] key, ByteBuffer bb) in CompareStrings()
|
/third_party/node/deps/npm/lib/install/ |
D | diff-trees.js | 58 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/ |
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
|