Home
last modified time | relevance | path

Searched defs:block_end (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/experimental/skrive/src/reader/
DBinaryReader.cpp26 block_end = fBlockStack.empty() ? fStream->getLength() in validateSize() local
116 const auto block_end = std::min(fStream->getPosition() + block_size, in openBlock() local
141 size_t block_end; member
/third_party/mesa3d/src/intel/compiler/
Dbrw_disasm_info.h49 struct bblock_t *block_end; member
/third_party/boost/libs/thread/example/
Dparallel_accumulate.cpp54 Iterator block_end=block_start; in parallel_accumulate() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyExceptionInfo.h79 block_iterator block_end() const { return getBlocks().end(); } in block_end() function
/third_party/ffmpeg/libavformat/
Dwvdec.c125 int64_t block_end = avio_tell(pb) + wc->header.blocksize; in wv_read_block_header() local
/third_party/mesa3d/src/compiler/spirv/
Dvtn_cfg.c1070 const uint32_t *block_end = block->merge ? block->merge : in vtn_emit_cf_list_structured() local
1271 const uint32_t *block_end = block->branch; in vtn_emit_cf_func_unstructured() local
/third_party/mesa3d/src/compiler/nir/
Dnir_control_flow.c673 nir_block *block_begin, *block_end, *block_before, *block_after; in nir_cf_extract() local
/third_party/toybox/toys/pending/
Dsh.c668 struct sh_pipeline *block_end(struct sh_pipeline *pl) in block_end() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DGCOV.h292 BlockIterator block_end() const { return Blocks.end(); } in block_end() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopInfo.h160 block_iterator block_end() const { return getBlocks().end(); } in block_end() function
/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dparagraph_txt.cc275 size_t block_end = newline_positions[newline_index]; in ComputeLineBreaks() local