HomeSort by relevance Sort by last modified time
    Searched defs:blocks (Results 126 - 150 of 492) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
RegionInfo.h 296 /// verify that all reachable basic blocks are elements of the region.
410 /// @brief Collect all blocks of this region's single exit edge, if existing.
623 /// @brief Returns a range view of the basic blocks in the region.
624 inline block_range blocks() { function in class:llvm::RegionBase
628 /// @brief Returns a range view of the basic blocks in the region.
631 inline const_block_range blocks() const { function in class:llvm::RegionBase
847 /// @brief Find the smallest region that contains two basic blocks.
862 /// @brief Find the smallest region that contains a set of basic blocks.
864 /// @param BBs A vector of basic blocks.
865 /// @return The smallest region that contains all basic blocks in BBS
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
RegionInfo.h 296 /// verify that all reachable basic blocks are elements of the region.
410 /// @brief Collect all blocks of this region's single exit edge, if existing.
623 /// @brief Returns a range view of the basic blocks in the region.
624 inline block_range blocks() { function in class:llvm::RegionBase
628 /// @brief Returns a range view of the basic blocks in the region.
631 inline const_block_range blocks() const { function in class:llvm::RegionBase
847 /// @brief Find the smallest region that contains two basic blocks.
862 /// @brief Find the smallest region that contains a set of basic blocks.
864 /// @param BBs A vector of basic blocks.
865 /// @return The smallest region that contains all basic blocks in BBS
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
RegionInfo.h 296 /// verify that all reachable basic blocks are elements of the region.
410 /// @brief Collect all blocks of this region's single exit edge, if existing.
623 /// @brief Returns a range view of the basic blocks in the region.
624 inline block_range blocks() { function in class:llvm::RegionBase
628 /// @brief Returns a range view of the basic blocks in the region.
631 inline const_block_range blocks() const { function in class:llvm::RegionBase
847 /// @brief Find the smallest region that contains two basic blocks.
862 /// @brief Find the smallest region that contains a set of basic blocks.
864 /// @param BBs A vector of basic blocks.
865 /// @return The smallest region that contains all basic blocks in BBS
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
RegionInfo.h 296 /// verify that all reachable basic blocks are elements of the region.
410 /// @brief Collect all blocks of this region's single exit edge, if existing.
623 /// @brief Returns a range view of the basic blocks in the region.
624 inline block_range blocks() { function in class:llvm::RegionBase
628 /// @brief Returns a range view of the basic blocks in the region.
631 inline const_block_range blocks() const { function in class:llvm::RegionBase
847 /// @brief Find the smallest region that contains two basic blocks.
862 /// @brief Find the smallest region that contains a set of basic blocks.
864 /// @param BBs A vector of basic blocks.
865 /// @return The smallest region that contains all basic blocks in BBS
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
RegionInfo.h 296 /// verify that all reachable basic blocks are elements of the region.
410 /// @brief Collect all blocks of this region's single exit edge, if existing.
623 /// @brief Returns a range view of the basic blocks in the region.
624 inline block_range blocks() { function in class:llvm::RegionBase
628 /// @brief Returns a range view of the basic blocks in the region.
631 inline const_block_range blocks() const { function in class:llvm::RegionBase
847 /// @brief Find the smallest region that contains two basic blocks.
862 /// @brief Find the smallest region that contains a set of basic blocks.
864 /// @param BBs A vector of basic blocks.
865 /// @return The smallest region that contains all basic blocks in BBS
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
RegionInfo.h 296 /// verify that all reachable basic blocks are elements of the region.
410 /// @brief Collect all blocks of this region's single exit edge, if existing.
623 /// @brief Returns a range view of the basic blocks in the region.
624 inline block_range blocks() { function in class:llvm::RegionBase
628 /// @brief Returns a range view of the basic blocks in the region.
631 inline const_block_range blocks() const { function in class:llvm::RegionBase
847 /// @brief Find the smallest region that contains two basic blocks.
862 /// @brief Find the smallest region that contains a set of basic blocks.
864 /// @param BBs A vector of basic blocks.
865 /// @return The smallest region that contains all basic blocks in BBS
    [all...]
  /prebuilts/go/darwin-x86/src/go/doc/
comment.go 297 for _, b := range blocks(text) {
330 func blocks(text string) []block { func
416 for _, b := range blocks(text) {
  /prebuilts/go/linux-x86/src/go/doc/
comment.go 297 for _, b := range blocks(text) {
330 func blocks(text string) []block { func
416 for _, b := range blocks(text) {
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
validate_cfg.cpp 95 /// Update the continue construct's exit blocks once the backedge blocks are
176 // Map a loop header to blocks with back-edges to the loop header.
201 << " back-edge blocks but the standard requires exactly one";
261 // Check all referenced blocks are defined within a function
276 // We want to analyze all the blocks in the function, even in degenerate
277 // control flow cases including unreachable blocks. So use the augmented
278 // CFG to ensure we cover all the blocks.
317 auto& blocks = function.ordered_blocks(); local
318 if (!blocks.empty())
    [all...]
  /system/core/libsparse/
sparse.c 142 unsigned int blocks = backed_block_block(bb) - last_block; local
143 write_skip_chunk(out, (int64_t)blocks * s->block_size);
  /system/extras/libfec/
fec_private.h 72 uint64_t blocks; member in struct:ecc_info
  /system/extras/libfec/include/fec/
io.h 66 uint64_t blocks; member in struct:fec_ecc_metadata
  /bootable/recovery/uncrypt/
uncrypt.cpp 18 // of the blocks that file occupies, which enables the file contents
23 // read the file and rewrite it to the same blocks of the underlying
37 // reprents the blocks [30, 31, 32].
281 int blocks = ((sb.st_size-1) / sb.st_blksize) + 1; local
282 LOG(INFO) << " file size: " << sb.st_size << " bytes, " << blocks << " blocks";
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
FileUtils.java 71 public long blocks; field in class:FileUtils.FileStatus
  /dalvik/dx/src/com/android/dx/ssa/back/
SsaToRop.java 131 * Removes all blocks containing only GOTOs from the control flow.
135 * blocks containing the real return or throw statements must be
139 final ArrayList<SsaBasicBlock> blocks = ssaMeth.getBlocks(); local
152 SsaBasicBlock pb = blocks.get(i);
167 ArrayList<SsaBasicBlock> blocks = ssaMeth.getBlocks(); local
169 for (SsaBasicBlock block : blocks) {
170 // Add moves in all the pred blocks for each phi insn.
171 block.forEachPhiInsn(new PhiVisitor(blocks));
181 for (SsaBasicBlock block : blocks) {
191 private final ArrayList<SsaBasicBlock> blocks; field in class:SsaToRop.PhiVisitor
244 ArrayList<SsaBasicBlock> blocks = ssaMeth.getBlocks(); local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureWrapTests.cpp 230 // Create ASTC texture by picking from a set of pre-generated blocks.
233 static const deUint8 blocks[][BLOCK_SIZE] = local
235 // \note All of the following blocks are valid in LDR mode.
246 if (!isASTCSupported(m_renderCtxInfo)) // \note Any level of ASTC support is enough, since we're only using LDR blocks.
256 deMemcpy(&data[i*BLOCK_SIZE], &blocks[rnd.getInt(0, DE_LENGTH_OF_ARRAY(blocks)-1)][0], BLOCK_SIZE);
258 // \note All blocks are valid LDR blocks so ASTCMODE_* doesn't change anything
  /external/e2fsprogs/debugfs/
do_journal.c 417 /* Estimate # of revoke blocks */
424 /* Estimate # of data blocks */
438 blk64_t blocks)
455 if (trans->start + blocks > journal->j_last)
457 trans->end = trans->block + blocks;
502 blk64_t blocks; local
511 blocks = journal_guess_blocks(journal, block_len, revoke_len);
512 err = journal_open_trans(journal, &trans, blocks);
570 printf("%s [-b blocks] [-r revoke] [-c] file\n",
572 printf("-b: Write these blocks into transaction.\n")
    [all...]
  /external/f2fs-tools/fsck/
dir.c 397 int blocks = 1; local
403 blocks++;
412 blocks++;
423 node_blk->i.i_blocks = cpu_to_le32(blocks);
  /external/fio/t/
genzipf.c 197 unsigned long blocks = percentage * nnodes / 100; local
229 if (total_vals >= blocks) {
  /external/lzma/C/
XzEnc.c 96 const CXzBlockSizes *block = &p->blocks[i];
132 if (!p->blocks || p->numBlocksAllocated == p->numBlocks)
136 CXzBlockSizes *blocks; local
139 blocks = (CXzBlockSizes *)alloc->Alloc(alloc, newSize);
140 if (!blocks)
144 memcpy(blocks, p->blocks, p->numBlocks * sizeof(CXzBlockSizes));
145 alloc->Free(alloc, p->blocks);
147 p->blocks = blocks;
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_resource.c 715 uint32_t blocks; local
723 blocks = util_format_get_nblocks(format, width, height);
733 slice->size0 = align(blocks * rsc->cpp, alignment);
735 slice->size0 = align(blocks * rsc->cpp, alignment);
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_perfcounter.c 350 * blocks here matters.
661 struct si_pc_block *blocks; local
667 blocks = groups_CIK;
671 blocks = groups_VI;
712 struct si_pc_block *block = &blocks[i];
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_tex_image.c 650 } *blocks = (struct astc_void_extent*) dstMap; local
656 if (blocks[j].header == 0xDFC) {
659 if (blocks[j].A < 4) blocks[j].A = 0;
660 if (blocks[j].B < 4) blocks[j].B = 0;
661 if (blocks[j].G < 4) blocks[j].G = 0;
662 if (blocks[j].R < 4) blocks[j].R = 0
    [all...]
  /external/nos/host/android/hals/keymaster/
KeymasterDevice.cpp 765 hidl_vec<uint8_t> blocks; local
766 error_code = buffer_peek(operationHandle, &blocks);
772 if (blocks.size() == 0) {
786 request.set_input(&blocks[0], blocks.size());
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
name-lookup.h 221 tree blocks;
219 tree blocks; variable

Completed in 3219 milliseconds

1 2 3 4 56 7 8 91011>>