/third_party/mbedtls/tests/scripts/ |
D | check-doxy-blocks.pl | 47 my $block_start = 0; 49 $block_start = $. if $line =~ m/\/\*(?![*!])/; 50 $block_start = 0 if $line =~ m/\*\//; 51 if ($block_start and $line =~ m/$doxy_re/) { 52 print "$fname:$block_start: directive on line $.\n"; 53 $block_start = 0; # report only one directive per block
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16_grad/ |
D | pack_fp16_ext.c | 45 int block_start = start + i; in RollingIm2ColPackDwUnitFp16() local 46 int input_h = block_start / output_w * stride_h; in RollingIm2ColPackDwUnitFp16() 47 int input_w = block_start % output_w * stride_w; in RollingIm2ColPackDwUnitFp16() 96 int block_start = block_index + i; in RollingIm2ColPackUnitFp16() local 97 int input_h = block_start / output_w * stride_h; in RollingIm2ColPackUnitFp16() 98 int input_w = block_start % output_w * stride_w; in RollingIm2ColPackUnitFp16() 116 int block_start = block_index + i; in RollingIm2ColPackUnitFp16() local 117 int input_h = block_start / output_w * stride_h; in RollingIm2ColPackUnitFp16() 118 int input_w = block_start % output_w * stride_w; in RollingIm2ColPackUnitFp16()
|
/third_party/boost/libs/thread/example/ |
D | parallel_accumulate.cpp | 51 Iterator block_start=first; in parallel_accumulate() local 54 Iterator block_end=block_start; in parallel_accumulate() 56 futures[i]=boost::async(pool, accumulate_block<Iterator,T>(), block_start, block_end); in parallel_accumulate() 57 block_start=block_end; in parallel_accumulate() 59 T last_result=accumulate_block<Iterator,T>()(block_start,last); in parallel_accumulate()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32_grad/ |
D | pack_ext.c | 46 int block_start = start + i; in RollingIm2ColPackDwUnitFp32() local 47 int input_h = block_start / output_w * stride_h; in RollingIm2ColPackDwUnitFp32() 48 int input_w = block_start % output_w * stride_w; in RollingIm2ColPackDwUnitFp32() 97 int block_start = start + i; in rolling_im2col_hwc() local 98 int input_h = block_start / output_w * stride_h; in rolling_im2col_hwc() 99 int input_w = block_start % output_w * stride_w; in rolling_im2col_hwc() 117 int block_start = start + i; in rolling_im2col_hwc() local 118 int input_h = block_start / output_w * stride_h; in rolling_im2col_hwc() 119 int input_w = block_start % output_w * stride_w; in rolling_im2col_hwc()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_disasm_info.c | 56 if (group->block_start) { in dump_assembly() 57 fprintf(stderr, " START B%d", group->block_start->num); in dump_assembly() 59 &group->block_start->parents) { in dump_assembly() 65 block_latency[group->block_start->num]); in dump_assembly() 150 group->block_start = cfg->blocks[disasm->cur_block]; in disasm_annotate() 195 new->block_start = NULL; in disasm_insert_error()
|
D | brw_disasm_info.h | 48 struct bblock_t *block_start; member
|
/third_party/boost/tools/quickbook/src/ |
D | grammar.cpp | 21 , block_start(impl_->block_start, "block") in quickbook_grammar()
|
D | grammar.hpp | 70 grammar block_start; member
|
/third_party/boost/boost/random/detail/ |
D | polynomial.hpp | 228 std::size_t block_start = (std::max)(dividend_bits - _block_bits, _remainder_bits); in operator ()() local 229 std::size_t block_size = (dividend_bits - block_start + bits - 1) / bits; in operator ()() 230 copy_bits(dividend, block_start, dividend_bits, &_partial_quotient[0]); in operator ()() 232 std::size_t pos = _bit_indices[i] + block_start - _remainder_bits; in operator ()() 235 …_shifted_inplace(block_size, &_partial_quotient[0], dividend + block_start/bits, block_start%bits); in operator ()() 236 dividend_bits = block_start; in operator ()()
|
/third_party/zlib/ |
D | deflate.c | 444 s->block_start = 0L; 473 s->block_start = (long)s->strstart; 636 if (strm->avail_in || (s->strstart - s->block_start) + s->lookahead) 1076 s->block_start = 0L; 1249 s->block_start = 0L; 1555 s->block_start -= (long) wsize; 1648 _tr_flush_block(s, (s->block_start >= 0L ? \ 1649 (charf *)&s->window[(unsigned)s->block_start] : \ 1651 (ulg)((long)s->strstart - s->block_start), \ 1653 s->block_start = s->strstart; \ [all …]
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/ |
D | deflate.c | 404 s->block_start = 0L; 433 s->block_start = (long)s->strstart; 1033 s->block_start = 0L; 1209 s->block_start = 0L; 1515 s->block_start -= (long) wsize; 1606 _tr_flush_block(s, (s->block_start >= 0L ? \ 1607 (charf *)&s->window[(unsigned)s->block_start] : \ 1609 (ulg)((long)s->strstart - s->block_start), \ 1611 s->block_start = s->strstart; \ 1670 left = s->strstart - s->block_start; /* bytes left in window */ [all …]
|
/third_party/skia/third_party/externals/zlib/ |
D | deflate.c | 454 s->block_start = 0L; 479 s->block_start = (long)s->strstart; 1079 s->block_start = 0L; 1254 s->block_start = 0L; 1591 s->block_start -= (long) wsize; 1682 _tr_flush_block(s, (s->block_start >= 0L ? \ 1683 (charf *)&s->window[(unsigned)s->block_start] : \ 1685 (ulg)((long)s->strstart - s->block_start), \ 1687 s->block_start = s->strstart; \ 1746 left = s->strstart - s->block_start; /* bytes left in window */ [all …]
|
/third_party/node/deps/zlib/ |
D | deflate.c | 445 s->block_start = 0L; 470 s->block_start = (long)s->strstart; 1070 s->block_start = 0L; 1245 s->block_start = 0L; 1563 s->block_start -= (long) wsize; 1654 _tr_flush_block(s, (s->block_start >= 0L ? \ 1655 (charf *)&s->window[(unsigned)s->block_start] : \ 1657 (ulg)((long)s->strstart - s->block_start), \ 1659 s->block_start = s->strstart; \ 1718 left = s->strstart - s->block_start; /* bytes left in window */ [all …]
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/ |
D | deflate.c | 404 s->block_start = 0L; 433 s->block_start = (long)s->strstart; 1033 s->block_start = 0L; 1209 s->block_start = 0L; 1515 s->block_start -= (long) wsize; 1606 _tr_flush_block(s, (s->block_start >= 0L ? \ 1607 (charf *)&s->window[(unsigned)s->block_start] : \ 1609 (ulg)((long)s->strstart - s->block_start), \ 1611 s->block_start = s->strstart; \ 1670 left = s->strstart - s->block_start; /* bytes left in window */ [all …]
|
/third_party/boost/boost/graph/parallel/ |
D | distribution.hpp | 364 std::size_t block_start = local_block_num * block_rows * block_columns; in local() local 373 return block_start + block_offset; in local() 385 SizeType block_start = block_num * block_rows * block_columns; in global() local 387 std::cerr << "Block " << block_num << " starts at index " << block_start in global() 510 std::size_t block_start = local_block_num * block_rows * block_columns; in local() local 519 return block_start + block_offset; in local()
|
/third_party/flutter/skia/third_party/externals/zlib/ |
D | deflate.c | 494 s->block_start = 0L; 519 s->block_start = (long)s->strstart; 1119 s->block_start = 0L; 1294 s->block_start = 0L; 1612 s->block_start -= (long) wsize; 1703 _tr_flush_block(s, (s->block_start >= 0L ? \ 1704 (charf *)&s->window[(unsigned)s->block_start] : \ 1706 (ulg)((long)s->strstart - s->block_start), \ 1708 s->block_start = s->strstart; \ 1767 left = s->strstart - s->block_start; /* bytes left in window */ [all …]
|
/third_party/node/deps/brotli/c/enc/ |
D | backward_references_hq.c | 329 static uint32_t ComputeDistanceShortcut(const size_t block_start, in ComputeDistanceShortcut() argument 344 } else if (dist + clen <= block_start + pos + gap && in ComputeDistanceShortcut() 382 const size_t block_start, const size_t pos, const size_t max_backward_limit, in EvaluateNode() argument 388 block_start, pos, max_backward_limit, gap, nodes); in EvaluateNode() 403 const size_t num_bytes, const size_t block_start, const size_t pos, in UpdateNodes() argument 410 const size_t cur_ix = block_start + pos; in UpdateNodes() 423 EvaluateNode(block_start + stream_offset, pos, max_backward_limit, gap, in UpdateNodes() 572 const size_t block_start, const ZopfliNode* nodes, int* dist_cache, in BrotliZopfliCreateCommands() argument 595 block_start + pos + stream_offset, max_backward_limit); in BrotliZopfliCreateCommands()
|
D | backward_references_hq.h | 87 const size_t num_bytes, const size_t block_start, const ZopfliNode* nodes,
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
D | backward_references_hq.c | 329 static uint32_t ComputeDistanceShortcut(const size_t block_start, in ComputeDistanceShortcut() argument 344 } else if (dist + clen <= block_start + pos + gap && in ComputeDistanceShortcut() 382 const size_t block_start, const size_t pos, const size_t max_backward_limit, in EvaluateNode() argument 388 block_start, pos, max_backward_limit, gap, nodes); in EvaluateNode() 403 const size_t num_bytes, const size_t block_start, const size_t pos, in UpdateNodes() argument 410 const size_t cur_ix = block_start + pos; in UpdateNodes() 423 EvaluateNode(block_start + stream_offset, pos, max_backward_limit, gap, in UpdateNodes() 572 const size_t block_start, const ZopfliNode* nodes, int* dist_cache, in BrotliZopfliCreateCommands() argument 595 block_start + pos + stream_offset, max_backward_limit); in BrotliZopfliCreateCommands()
|
D | backward_references_hq.h | 87 const size_t num_bytes, const size_t block_start, const ZopfliNode* nodes,
|
/third_party/e2fsprogs/e2fsck/ |
D | rehash.c | 542 char *block_start; in copy_dir_entries() local 574 if ((retval = get_next_block(fs, outdir, &block_start))) in copy_dir_entries() 576 dirent = (struct ext2_dir_entry *) block_start; in copy_dir_entries() 598 t = EXT2_DIRENT_TAIL(block_start, in copy_dir_entries() 603 &block_start))) in copy_dir_entries() 608 dirent = (struct ext2_dir_entry *) (block_start + offset); in copy_dir_entries() 646 t = EXT2_DIRENT_TAIL(block_start, fs->blocksize); in copy_dir_entries() 735 char *block_start; in alloc_blocks() local 747 retval = get_next_block(fs, outdir, &block_start); in alloc_blocks() 754 *next_ent = set_int_node(fs, block_start); in alloc_blocks()
|
/third_party/libwebsockets/win32port/zlib/ |
D | deflate.c | 337 s->block_start = (long)length; 864 s->block_start = 0L; 1049 s->block_start = 0L; 1349 s->block_start -= (long) wsize; 1449 _tr_flush_block(s, (s->block_start >= 0L ? \ 1450 (charf *)&s->window[(unsigned)s->block_start] : \ 1452 (ulg)((long)s->strstart - s->block_start), \ 1454 s->block_start = s->strstart; \ 1494 s->block_start >= (long)s->w_size, "slide too late"); 1501 Assert(s->block_start >= 0L, "block gone"); [all …]
|
/third_party/mesa3d/src/compiler/spirv/ |
D | vtn_cfg.c | 1069 const uint32_t *block_start = block->label; in vtn_emit_cf_list_structured() local 1073 block_start = vtn_foreach_instruction(b, block_start, block_end, in vtn_emit_cf_list_structured() 1076 vtn_foreach_instruction(b, block_start, block_end, handler); in vtn_emit_cf_list_structured() 1270 const uint32_t *block_start = block->label; in vtn_emit_cf_func_unstructured() local 1274 block_start = vtn_foreach_instruction(b, block_start, block_end, in vtn_emit_cf_func_unstructured() 1276 vtn_foreach_instruction(b, block_start, block_end, handler); in vtn_emit_cf_func_unstructured()
|
/third_party/flutter/engine/flutter/third_party/txt/src/txt/ |
D | paragraph_txt.cc | 273 size_t block_start = in ComputeLineBreaks() local 276 size_t block_size = block_end - block_start; in ComputeLineBreaks() 279 line_ranges_.emplace_back(block_start, block_end, block_end, in ComputeLineBreaks() 293 memcpy(breaker_.buffer(), text_.data() + block_start, in ComputeLineBreaks() 304 if (run.end < block_start) { in ComputeLineBreaks() 322 size_t run_start = std::max(run.start, block_start) - block_start; in ComputeLineBreaks() 323 size_t run_end = std::min(run.end, block_end) - block_start; in ComputeLineBreaks() 363 size_t line_start = break_start + block_start; in ComputeLineBreaks() 364 size_t line_end = breaks[i] + block_start; in ComputeLineBreaks()
|
/third_party/libsnd/tests/ |
D | cue_test.c | 103 int bstart = info->cue_points[i].block_start; in print_cues()
|