/external/v8/src/compiler/ |
D | schedule.cc | 101 std::ostream& operator<<(std::ostream& os, const BasicBlock& block) { in operator <<() 161 BasicBlock* Schedule::block(Node* node) const { in block() function in v8::internal::compiler::Schedule 182 BasicBlock* block = this->block(a); in SameBasicBlock() local 188 BasicBlock* block = new (zone_) in NewBasicBlock() local 195 void Schedule::PlanNode(BasicBlock* block, Node* node) { in PlanNode() 206 void Schedule::AddNode(BasicBlock* block, Node* node) { in AddNode() 217 void Schedule::AddGoto(BasicBlock* block, BasicBlock* succ) { in AddGoto() 242 void Schedule::AddCall(BasicBlock* block, Node* call, BasicBlock* success_block, in AddCall() 253 void Schedule::AddBranch(BasicBlock* block, Node* branch, BasicBlock* tblock, in AddBranch() 264 void Schedule::AddSwitch(BasicBlock* block, Node* sw, BasicBlock** succ_blocks, in AddSwitch() [all …]
|
D | scheduler.cc | 144 BasicBlock* block = schedule_->block(control); in UpdatePlacement() local 278 void Run(BasicBlock* block, Node* exit) { in Run() 315 void FixNode(BasicBlock* block, Node* node) { in FixNode() 345 BasicBlock* block = BuildBlockForNode(loop); in BuildBlocks() local 415 BasicBlock* block = schedule_->block(node); in BuildBlockForNode() local 526 BasicBlock* block = schedule_->block(merge); in ConnectMerge() local 565 void TraceConnect(Node* node, BasicBlock* block, BasicBlock* succ) { in TraceConnect() 686 const ZoneVector<BasicBlock*>& GetOutgoingBlocks(BasicBlock* block) { in GetOutgoingBlocks() 705 BasicBlock* block; member 737 BasicBlock* PushFront(BasicBlock* head, BasicBlock* block) { in PushFront() [all …]
|
/external/javapoet/src/test/java/com/squareup/javapoet/ |
D | CodeBlockTest.java | 108 CodeBlock block = CodeBlock.builder().add("$1N", "taco").build(); in nameFormatCanBeIndexed() local 113 CodeBlock block = CodeBlock.builder().add("$1L", "taco").build(); in literalFormatCanBeIndexed() local 118 CodeBlock block = CodeBlock.builder().add("$1S", "taco").build(); in stringFormatCanBeIndexed() local 123 CodeBlock block = CodeBlock.builder().add("$1T", String.class).build(); in typeFormatCanBeIndexed() local 130 CodeBlock block = CodeBlock.builder().addNamed("$text:S", map).build(); in simpleNamedArgument() local 137 CodeBlock block = CodeBlock.builder() in repeatedNamedArgument() local 147 CodeBlock block = CodeBlock.builder() in namedAndNoArgFormat() local 166 CodeBlock block = CodeBlock.builder().addNamed("$Text:S", map).build(); in lowerCaseNamed() local 178 CodeBlock block = CodeBlock.builder() in multipleNamedArguments() local 189 CodeBlock block = CodeBlock.builder().addNamed("$clazz:T\n", map).build(); in namedNewline() local [all …]
|
/external/e2fsprogs/lib/ext2fs/ |
D | dirblock.c | 23 errcode_t ext2fs_read_dir_block4(ext2_filsys fs, blk64_t block, in ext2fs_read_dir_block4() 47 errcode_t ext2fs_read_dir_block3(ext2_filsys fs, blk64_t block, in ext2fs_read_dir_block3() 53 errcode_t ext2fs_read_dir_block2(ext2_filsys fs, blk_t block, in ext2fs_read_dir_block2() 59 errcode_t ext2fs_read_dir_block(ext2_filsys fs, blk_t block, in ext2fs_read_dir_block() 66 errcode_t ext2fs_write_dir_block4(ext2_filsys fs, blk64_t block, in ext2fs_write_dir_block4() 96 errcode_t ext2fs_write_dir_block3(ext2_filsys fs, blk64_t block, in ext2fs_write_dir_block3() 102 errcode_t ext2fs_write_dir_block2(ext2_filsys fs, blk_t block, in ext2fs_write_dir_block2() 108 errcode_t ext2fs_write_dir_block(ext2_filsys fs, blk_t block, in ext2fs_write_dir_block()
|
D | io_manager.c | 72 errcode_t io_channel_read_blk64(io_channel channel, unsigned long long block, in io_channel_read_blk64() 88 errcode_t io_channel_write_blk64(io_channel channel, unsigned long long block, in io_channel_write_blk64() 104 errcode_t io_channel_discard(io_channel channel, unsigned long long block, in io_channel_discard() 115 errcode_t io_channel_zeroout(io_channel channel, unsigned long long block, in io_channel_zeroout() 143 errcode_t io_channel_cache_readahead(io_channel io, unsigned long long block, in io_channel_cache_readahead()
|
D | bitops.h | 392 blk_t block) in ext2fs_mark_block_bitmap() 399 blk_t block) in ext2fs_unmark_block_bitmap() 406 blk_t block) in ext2fs_test_block_bitmap() 434 blk_t block) in ext2fs_fast_mark_block_bitmap() 440 blk_t block) in ext2fs_fast_unmark_block_bitmap() 446 blk_t block) in ext2fs_fast_test_block_bitmap() 492 blk_t block, int num) in ext2fs_fast_test_block_bitmap_range() 498 blk_t block, int num) in ext2fs_fast_mark_block_bitmap_range() 504 blk_t block, int num) in ext2fs_fast_unmark_block_bitmap_range() 512 blk64_t block) in ext2fs_mark_block_bitmap2() [all …]
|
/external/minijail/tools/ |
D | bpf.py | 368 def visited(self, block): argument 374 def process(self, block): argument 378 def visit(self, block): argument 407 def visitKillProcess(self, block): argument 411 def visitKillThread(self, block): argument 415 def visitTrap(self, block): argument 419 def visitReturnErrno(self, block): argument 423 def visitTrace(self, block): argument 427 def visitLog(self, block): argument 431 def visitAllow(self, block): argument [all …]
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_qpu_emit.c | 47 queue(struct qblock *block, uint64_t inst) in queue() 55 last_inst(struct qblock *block) in last_inst() 63 set_last_cond_add(struct qblock *block, uint32_t cond) in set_last_cond_add() 69 set_last_cond_mul(struct qblock *block, uint32_t cond) in set_last_cond_mul() 133 setup_for_vpm_read(struct vc4_compile *c, struct qblock *block) in setup_for_vpm_read() 163 fixup_raddr_conflict(struct qblock *block, in fixup_raddr_conflict() 205 set_last_dst_pack(struct qblock *block, struct qinst *inst) in set_last_dst_pack() 226 handle_r4_qpu_write(struct qblock *block, struct qinst *qinst, in handle_r4_qpu_write() 241 struct qblock *block, in vc4_generate_code_block()
|
/external/libpcap/ |
D | gencode.h | 245 struct block { struct 257 struct block *head; argument 258 struct block *link; /* link field used by optimizer */ argument 275 struct block *b; /* protocol checks */ argument
|
/external/mesa3d/src/compiler/nir/ |
D | nir_control_flow.c | 49 block_ends_in_jump(nir_block *block) in block_ends_in_jump() 56 block_add_pred(nir_block *block, nir_block *pred) in block_add_pred() 62 block_remove_pred(nir_block *block, nir_block *pred) in block_remove_pred() 98 unlink_block_successors(nir_block *block) in unlink_block_successors() 107 link_non_block_to_block(nir_cf_node *node, nir_block *block) in link_non_block_to_block() 135 link_block_to_non_block(nir_block *block, nir_cf_node *node) in link_block_to_non_block() 171 replace_successor(nir_block *block, nir_block *old_succ, nir_block *new_succ) in replace_successor() 193 split_block_beginning(nir_block *block) in split_block_beginning() 222 rewrite_phi_preds(nir_block *block, nir_block *old_pred, nir_block *new_pred) in rewrite_phi_preds() 239 insert_phi_undef(nir_block *block, nir_block *pred) in insert_phi_undef() [all …]
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/stmt/ |
D | SynchronizedStmt.java | 37 private BlockStmt block; field in SynchronizedStmt 42 public SynchronizedStmt(final Expression expr, final BlockStmt block) { in SynchronizedStmt() 48 final BlockStmt block) { in SynchronizedStmt() 82 public SynchronizedStmt setBlock(final BlockStmt block) { in setBlock() 100 public SynchronizedStmt setBody(BlockStmt block) { in setBody()
|
/external/markdown/markdown/ |
D | blockprocessors.py | 60 def test(self, parent, block): argument 120 def test(self, parent, block): argument 153 def create_item(self, parent, block): argument 158 def get_level(self, parent, block): argument 189 def test(self, parent, block): argument 221 def test(self, parent, block): argument 265 def test(self, parent, block): argument 302 def get_items(self, block): argument 336 def test(self, parent, block): argument 367 def test(self, parent, block): argument [all …]
|
/external/mesa3d/src/intel/compiler/ |
D | brw_cfg.h | 46 struct bblock_t *block; member 97 bblock_start(struct bblock_t *block) in bblock_start() 103 bblock_start_const(const struct bblock_t *block) in bblock_start_const() 109 bblock_end(struct bblock_t *block) in bblock_end() 115 bblock_end_const(const struct bblock_t *block) in bblock_end_const() 121 bblock_next(struct bblock_t *block) in bblock_next() 130 bblock_next_const(const struct bblock_t *block) in bblock_next_const() 139 bblock_prev(struct bblock_t *block) in bblock_prev() 148 bblock_prev_const(const struct bblock_t *block) in bblock_prev_const() 157 bblock_starts_with_control_flow(const struct bblock_t *block) in bblock_starts_with_control_flow() [all …]
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/body/ |
D | InitializerDeclaration.java | 39 private BlockStmt block; field in InitializerDeclaration 44 public InitializerDeclaration(boolean isStatic, BlockStmt block) { in InitializerDeclaration() 50 public InitializerDeclaration(Range range, boolean isStatic, BlockStmt block) { in InitializerDeclaration() 74 public InitializerDeclaration setBlock(BlockStmt block) { in setBlock()
|
/external/ltp/lib/newlib_tests/ |
D | test15.c | 48 struct block { struct 62 static struct block *m; argument
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/stmt/ |
D | SynchronizedStmt.java | 35 private BlockStmt block; field in SynchronizedStmt 40 public SynchronizedStmt(final Expression expr, final BlockStmt block) { in SynchronizedStmt() 47 final BlockStmt block) { in SynchronizedStmt() 71 public void setBlock(final BlockStmt block) { in setBlock()
|
/external/skqp/src/gpu/ |
D | GrMemoryPool.cpp | 75 BlockHeader* block = CreateBlock(blockSize); in allocate() local 116 BlockHeader* block = allocData->fHeader; in release() local 153 BlockHeader* block = in CreateBlock() local 166 void GrMemoryPool::DeleteBlock(BlockHeader* block) { in DeleteBlock() 174 BlockHeader* block = fHead; in validate() local
|
/external/skia/src/gpu/ |
D | GrMemoryPool.cpp | 75 BlockHeader* block = CreateBlock(blockSize); in allocate() local 116 BlockHeader* block = allocData->fHeader; in release() local 153 BlockHeader* block = in CreateBlock() local 166 void GrMemoryPool::DeleteBlock(BlockHeader* block) { in DeleteBlock() 174 BlockHeader* block = fHead; in validate() local
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | IntTrieBuilder.java | 177 int block = m_index_[ch >> SHIFT_]; in getValue() local 198 int block = m_index_[ch >> SHIFT_]; in getValue() local 220 int block = getDataBlock(ch); in setValue() local 419 int block = getDataBlock(start); in setRange() local 453 int block = m_index_[start >> SHIFT_]; in setRange() local 483 int block = getDataBlock(start); in setRange() local 685 int block = 0; in fold() local 774 private void fillBlock(int block, int start, int limit, int value, in fillBlock()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | IntTrieBuilder.java | 179 int block = m_index_[ch >> SHIFT_]; in getValue() local 200 int block = m_index_[ch >> SHIFT_]; in getValue() local 222 int block = getDataBlock(ch); in setValue() local 421 int block = getDataBlock(start); in setRange() local 455 int block = m_index_[start >> SHIFT_]; in setRange() local 485 int block = getDataBlock(start); in setRange() local 687 int block = 0; in fold() local 776 private void fillBlock(int block, int start, int limit, int value, in fillBlock()
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/body/ |
D | InitializerDeclaration.java | 37 private BlockStmt block; field in InitializerDeclaration 42 public InitializerDeclaration(boolean isStatic, BlockStmt block) { in InitializerDeclaration() 48 …on(int beginLine, int beginColumn, int endLine, int endColumn, boolean isStatic, BlockStmt block) { in InitializerDeclaration() 72 public void setBlock(BlockStmt block) { in setBlock()
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/snappy/ |
D | SnappyCompressorOutputStream.java | 177 private void writeLiteralBlock(LZ77Compressor.LiteralBlock block) throws IOException { in writeLiteralBlock() 192 …private void writeLiteralBlockNoSizeBytes(LZ77Compressor.LiteralBlock block, int len) throws IOExc… in writeLiteralBlockNoSizeBytes() 196 …private void writeLiteralBlockOneSizeByte(LZ77Compressor.LiteralBlock block, int len) throws IOExc… in writeLiteralBlockOneSizeByte() 200 …private void writeLiteralBlockTwoSizeBytes(LZ77Compressor.LiteralBlock block, int len) throws IOEx… in writeLiteralBlockTwoSizeBytes() 204 …private void writeLiteralBlockThreeSizeBytes(LZ77Compressor.LiteralBlock block, int len) throws IO… in writeLiteralBlockThreeSizeBytes() 208 …private void writeLiteralBlockFourSizeBytes(LZ77Compressor.LiteralBlock block, int len) throws IOE… in writeLiteralBlockFourSizeBytes() 212 …d writeLiteralBlockWithSize(int tagByte, int sizeBytes, int len, LZ77Compressor.LiteralBlock block) in writeLiteralBlockWithSize() 234 private void writeBackReference(LZ77Compressor.BackReference block) throws IOException { in writeBackReference()
|
/external/u-boot/drivers/mtd/onenand/ |
D | onenand_spl.c | 31 static inline int onenand_block_address(int block) in onenand_block_address() 40 static inline int onenand_bufferram_address(int block) in onenand_bufferram_address() 81 static int onenand_spl_read_page(uint32_t block, uint32_t page, uint32_t *buf, in onenand_spl_read_page() 131 int onenand_spl_read_block(int block, int offset, int len, void *dst) in onenand_spl_read_block() 171 uint32_t block; in onenand_spl_load_image() local
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | r600_perfcounter.c | 36 struct r600_perfcounter_block *block = pc->blocks; in lookup_counter() local 59 struct r600_perfcounter_block *block = pc->blocks; in lookup_group() local 72 struct r600_perfcounter_block *block; member 136 struct r600_perfcounter_block *block = group->block; in r600_pc_query_emit_start() local 164 struct r600_perfcounter_block *block = group->block; in r600_pc_query_emit_stop() local 231 struct r600_perfcounter_block *block, in get_group_state() 303 struct r600_perfcounter_block *block; in si_create_batch_query() local 359 struct r600_perfcounter_block *block = group->block; in si_create_batch_query() local 390 struct r600_perfcounter_block *block; in si_create_batch_query() local 427 struct r600_perfcounter_block *block) in r600_init_block_names() [all …]
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_perfcounter.c | 40 struct r600_perfcounter_block *block = pc->blocks; in lookup_counter() local 63 struct r600_perfcounter_block *block = pc->blocks; in lookup_group() local 76 struct r600_perfcounter_block *block; member 140 struct r600_perfcounter_block *block = group->block; in r600_pc_query_emit_start() local 168 struct r600_perfcounter_block *block = group->block; in r600_pc_query_emit_stop() local 235 struct r600_perfcounter_block *block, in get_group_state() 307 struct r600_perfcounter_block *block; in r600_create_batch_query() local 363 struct r600_perfcounter_block *block = group->block; in r600_create_batch_query() local 394 struct r600_perfcounter_block *block; in r600_create_batch_query() local 431 struct r600_perfcounter_block *block) in r600_init_block_names() [all …]
|