/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/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/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 …]
|
D | deflate.h | 154 long block_start; member
|
/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 …]
|
D | fill_window_sse.c | 69 s->block_start -= (long) wsize; in fill_window_sse()
|
/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 …]
|
D | fill_window_sse.c | 67 s->block_start -= (long) wsize; in fill_window_sse()
|
D | deflate.h | 154 long block_start; member
|
/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 …]
|
D | fill_window_sse.c | 66 s->block_start -= (long) wsize; in fill_window_sse()
|
/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,
|
D | encode.c | 1274 size_t block_start; in BrotliCompressBufferQuality10() local 1275 for (block_start = metablock_start; block_start < metablock_end; ) { in BrotliCompressBufferQuality10() 1277 BROTLI_MIN(size_t, metablock_end - block_start, max_block_size); in BrotliCompressBufferQuality10() 1283 StitchToPreviousBlockH10(&hasher.privat._H10, block_size, block_start, in BrotliCompressBufferQuality10() 1285 path_size = BrotliZopfliComputeShortestPath(m, block_size, block_start, in BrotliCompressBufferQuality10() 1309 BrotliZopfliCreateCommands(block_size, block_start, &nodes[0], dist_cache, in BrotliCompressBufferQuality10() 1312 block_start += block_size; in BrotliCompressBufferQuality10()
|
/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,
|
D | encode.c | 1274 size_t block_start; in BrotliCompressBufferQuality10() local 1275 for (block_start = metablock_start; block_start < metablock_end; ) { in BrotliCompressBufferQuality10() 1277 BROTLI_MIN(size_t, metablock_end - block_start, max_block_size); in BrotliCompressBufferQuality10() 1283 StitchToPreviousBlockH10(&hasher.privat._H10, block_size, block_start, in BrotliCompressBufferQuality10() 1285 path_size = BrotliZopfliComputeShortestPath(m, block_size, block_start, in BrotliCompressBufferQuality10() 1309 BrotliZopfliCreateCommands(block_size, block_start, &nodes[0], dist_cache, in BrotliCompressBufferQuality10() 1312 block_start += block_size; in BrotliCompressBufferQuality10()
|
/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 …]
|
D | deflate.h | 148 long block_start; member
|
/third_party/mesa3d/src/compiler/spirv/ |
D | vtn_cfg.c | 1109 const uint32_t *block_start = block->label; in vtn_emit_cf_list_structured() local 1113 block_start = vtn_foreach_instruction(b, block_start, block_end, in vtn_emit_cf_list_structured() 1116 vtn_foreach_instruction(b, block_start, block_end, handler); in vtn_emit_cf_list_structured() 1313 const uint32_t *block_start = block->label; in vtn_emit_cf_func_unstructured() local 1317 block_start = vtn_foreach_instruction(b, block_start, block_end, in vtn_emit_cf_func_unstructured() 1319 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/flutter/txt/src/txt/ |
D | paragraph_txt.cc | 274 size_t block_start = in ComputeLineBreaks() local 277 size_t block_size = block_end - block_start; in ComputeLineBreaks() 280 line_metrics_.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/src/ |
D | wav.c | 471 int id, chunk_id, chunk_start, block_start, cue_index ; in wav_read_header() local 496 …eader_readf (psf, "e44m444", &id, &position, &chunk_id, &chunk_start, &block_start, &offset)) == 0) in wav_read_header() 505 id, position, chunk_id, chunk_start, block_start, offset) ; in wav_read_header() 513 psf->cues->cue_points [cue_index].block_start = block_start ; in wav_read_header() 1138 … BHW4 (psf->cues->cue_points [k].block_start), BHW4 (psf->cues->cue_points [k].sample_offset)) ; in wav_write_header()
|
/third_party/libsnd/tests/ |
D | cue_test.c | 103 int bstart = info->cue_points[i].block_start; in print_cues()
|