/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/ |
CodeExtractor.h | 57 SetVector<BasicBlock *> Blocks; 65 /// Blocks containing EHPads, allocas, invokes, or vastarts are not valid. 76 /// \brief Create a code extractor for a sequence of blocks. 78 /// Given a sequence of basic blocks where the first block in the sequence 110 /// Based on the blocks used when constructing the code extractor, 112 bool isEligible() const { return !Blocks.empty(); }
|
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/ |
CodeExtractor.h | 57 SetVector<BasicBlock *> Blocks; 65 /// Blocks containing EHPads, allocas, invokes, or vastarts are not valid. 76 /// \brief Create a code extractor for a sequence of blocks. 78 /// Given a sequence of basic blocks where the first block in the sequence 110 /// Based on the blocks used when constructing the code extractor, 112 bool isEligible() const { return !Blocks.empty(); }
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/ |
CodeExtractor.h | 57 SetVector<BasicBlock *> Blocks; 65 /// Blocks containing EHPads, allocas, invokes, or vastarts are not valid. 76 /// \brief Create a code extractor for a sequence of blocks. 78 /// Given a sequence of basic blocks where the first block in the sequence 110 /// Based on the blocks used when constructing the code extractor, 112 bool isEligible() const { return !Blocks.empty(); }
|
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/ |
CodeExtractor.h | 57 SetVector<BasicBlock *> Blocks; 65 /// Blocks containing EHPads, allocas, invokes, or vastarts are not valid. 76 /// \brief Create a code extractor for a sequence of blocks. 78 /// Given a sequence of basic blocks where the first block in the sequence 110 /// Based on the blocks used when constructing the code extractor, 112 bool isEligible() const { return !Blocks.empty(); }
|
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/ |
CodeExtractor.h | 57 SetVector<BasicBlock *> Blocks; 65 /// Blocks containing EHPads, allocas, invokes, or vastarts are not valid. 76 /// \brief Create a code extractor for a sequence of blocks. 78 /// Given a sequence of basic blocks where the first block in the sequence 110 /// Based on the blocks used when constructing the code extractor, 112 bool isEligible() const { return !Blocks.empty(); }
|
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/ |
CodeExtractor.h | 57 SetVector<BasicBlock *> Blocks; 65 /// Blocks containing EHPads, allocas, invokes, or vastarts are not valid. 76 /// \brief Create a code extractor for a sequence of blocks. 78 /// Given a sequence of basic blocks where the first block in the sequence 110 /// Based on the blocks used when constructing the code extractor, 112 bool isEligible() const { return !Blocks.empty(); }
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/ |
CodeExtractor.h | 57 SetVector<BasicBlock *> Blocks; 65 /// Blocks containing EHPads, allocas, invokes, or vastarts are not valid. 76 /// \brief Create a code extractor for a sequence of blocks. 78 /// Given a sequence of basic blocks where the first block in the sequence 110 /// Based on the blocks used when constructing the code extractor, 112 bool isEligible() const { return !Blocks.empty(); }
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/ |
types.h | 235 typedef __blkcnt_t blkcnt_t; /* Type to count number of disk blocks. */ 239 typedef __fsblkcnt_t fsblkcnt_t; /* Type to count file system blocks. */ 248 typedef __blkcnt64_t blkcnt_t; /* Type to count number of disk blocks. */ 252 typedef __fsblkcnt64_t fsblkcnt_t; /* Type to count file system blocks. */ 262 typedef __blkcnt64_t blkcnt64_t; /* Type to count number of disk blocks. */ 263 typedef __fsblkcnt64_t fsblkcnt64_t; /* Type to count file system blocks. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/ |
types.h | 236 typedef __blkcnt_t blkcnt_t; /* Type to count number of disk blocks. */ 240 typedef __fsblkcnt_t fsblkcnt_t; /* Type to count file system blocks. */ 249 typedef __blkcnt64_t blkcnt_t; /* Type to count number of disk blocks. */ 253 typedef __fsblkcnt64_t fsblkcnt_t; /* Type to count file system blocks. */ 263 typedef __blkcnt64_t blkcnt64_t; /* Type to count number of disk blocks. */ 264 typedef __fsblkcnt64_t fsblkcnt64_t; /* Type to count file system blocks. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/ |
types.h | 236 typedef __blkcnt_t blkcnt_t; /* Type to count number of disk blocks. */ 240 typedef __fsblkcnt_t fsblkcnt_t; /* Type to count file system blocks. */ 249 typedef __blkcnt64_t blkcnt_t; /* Type to count number of disk blocks. */ 253 typedef __fsblkcnt64_t fsblkcnt_t; /* Type to count file system blocks. */ 263 typedef __blkcnt64_t blkcnt64_t; /* Type to count number of disk blocks. */ 264 typedef __fsblkcnt64_t fsblkcnt64_t; /* Type to count file system blocks. */
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
flagalloc.go | 48 // For blocks which have a flags control value, that's the only value 51 for _, b := range f.Blocks { 57 // Defer blocks internally use/clobber the flags value. 65 for _, b := range f.Blocks { 117 // subsequent blocks. 128 for _, b := range f.Blocks {
|
/prebuilts/go/darwin-x86/src/cmd/vet/internal/cfg/ |
cfg.go | 10 // The blocks of the CFG contain all the function's non-control 57 // The entry point is Blocks[0]; there may be multiple return blocks. 59 Blocks []*Block // block[0] is entry; order otherwise undefined 73 index int32 // index within CFG.Blocks 120 for _, b := range g.Blocks {
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
flagalloc.go | 48 // For blocks which have a flags control value, that's the only value 51 for _, b := range f.Blocks { 57 // Defer blocks internally use/clobber the flags value. 65 for _, b := range f.Blocks { 117 // subsequent blocks. 128 for _, b := range f.Blocks {
|
/prebuilts/go/linux-x86/src/cmd/vet/internal/cfg/ |
cfg.go | 10 // The blocks of the CFG contain all the function's non-control 57 // The entry point is Blocks[0]; there may be multiple return blocks. 59 Blocks []*Block // block[0] is entry; order otherwise undefined 73 index int32 // index within CFG.Blocks 120 for _, b := range g.Blocks {
|
/external/llvm/lib/CodeGen/ |
MachineBlockPlacement.cpp | 14 // a topological ordering of basic blocks) in the absence of a *strong* signal 17 // blocks adjacent to each other. 20 // at each stage walks through the basic blocks, trying to coalesce them into 22 // probabilities). Finally, it walks the blocks in topological order, and the 23 // first time it reaches a chain of basic blocks, it schedules them in the 62 static cl::opt<unsigned> AlignAllBlock("align-all-blocks", 64 "blocks in the function."), 68 "align-all-nofallthru-blocks", 70 "blocks that have no fall-through predecessors (i.e. don't add " 95 cl::desc("Outline loop blocks from loop chain if (frequency of loop) / [all...] |
/external/mesa3d/src/compiler/nir/ |
nir_opt_gcm.c | 64 * we pull non-pinned instructions out of their blocks and place them in 66 * to put instructions back in their blocks. 70 struct gcm_block_info *blocks; member in struct:gcm_state 82 state->blocks[block->index].loop_depth = loop_depth; 177 * efficient because we can avoid walking over basic blocks and 290 * any that are usingg this SSA def, and using those blocks instead 330 if (state->blocks[block->index].loop_depth < 331 state->blocks[best->index].loop_depth) 387 * The earlier passes of GCM simply choose blocks for each instruction and 389 * into their chosen blocks [all...] |
/build/make/tools/releasetools/ |
blockimgdiff.py | 244 # total_blocks: the total size of the partition/image, in blocks. 246 # care_map: a RangeSet containing which blocks (in the range [0, 247 # total_blocks) we actually care about; i.e. which blocks contain 250 # file_map: a dict that partitions the blocks contained in care_map 255 # clobbered_blocks: a RangeSet containing which blocks contain data 260 # data contained in the image blocks of that RangeSet. The data 270 # hash of all the data in the image (ie, all the blocks in the 272 # blocks if include_clobbered_blocks is True). 302 # The updater code that installs the patch always uses 4k blocks. 349 """Limit the size of operand in command 'new' and 'zero' to 1024 blocks [all...] |
/external/libvpx/libvpx/vp8/decoder/ |
error_concealment.c | 95 /* Calculates the overlap area for all blocks in a macroblock at position 99 * first_blk_col) in blocks relative the upper-left corner of the image. 105 /* Find the blocks within this MB (defined by mb_row, mb_col) which are 107 * blocks. */ 113 * can be < 0. We don't want to access blocks in previous MBs. 119 /* Calculate and assign overlaps for all blocks in this MB 122 /* Avoid calculating overlaps for blocks in later MBs */ 128 * and if so we shouldn't check neighboring blocks 134 * and if so, we're overlapping fewer blocks in this MB. 176 /* overlapping block's position in blocks */ [all...] |
/external/llvm/lib/Target/WebAssembly/ |
WebAssemblyCFGStackify.cpp | 13 /// This pass reorders the blocks in a function to put them into topological 77 for (MachineBasicBlock *MBB : Loop->blocks()) 101 /// Sort blocks by their number. 108 /// Sort blocks by their number in the opposite order.. 115 /// Bookkeeping for a loop to help ensure that we don't mix blocks not dominated 116 /// by the loop header among the loop's blocks. 121 /// List of blocks not dominated by Loop's header that are deferred until 122 /// after all of Loop's blocks have been seen. 130 /// Sort the blocks, taking special care to make sure that loops are not 131 /// interrupted by blocks not dominated by their header [all...] |
/external/e2fsprogs/misc/ |
badblocks.c | 2 * badblocks.c - Bad blocks checker 23 * 94/02/27 - Made a separate bad blocks checker 25 * configurable blocks-at-once parameter, 27 * blocks known to be bad, multiple passes to 28 * make sure that no new blocks are added to the 68 /* Maximum number of bad blocks we support */ 85 * number of bad blocks has been 355 * Perform a read of a sequence of blocks; return the number of blocks 431 * Perform a write of a sequence of blocks; return the number of block [all...] |
/system/update_engine/payload_generator/ |
delta_diff_utils.cc | 68 // Process a range of blocks from |range_start| to |range_end| in the extent at 114 // |dst_extents|. Used for preventing moving of blocks onto themselves during 116 // content; this may be slightly less than the total size of blocks, in which 242 << BlocksInExtents(new_extents_) << " blocks)"; 290 // Files with overlapping data blocks (like hardlinks or filesystems with tail 291 // packing or compression where the blocks store more than one file) are only 295 // Ignore the files in the new filesystem without blocks. Symlinks with 296 // data blocks (for example, symlinks bigger than 60 bytes in ext2) are 297 // handled as normal files. We also ignore blocks that were already 307 << BlocksInExtents(new_file_extents) << " blocks)"; [all...] |
/device/google/dragon/ |
media_codecs.xml | 89 <Limit name="blocks-per-second" min="1" max="244800" /> 104 <Limit name="blocks-per-second" min="1" max="783360" /> 113 <Limit name="blocks-per-second" min="1" max="783360" /> 123 <Limit name="blocks-per-second" min="1" max="783360" /> 132 <Limit name="blocks-per-second" min="1" max="783360" /> 141 <Limit name="blocks-per-second" min="1" max="783360" /> 151 <Limit name="blocks-per-second" min="1" max="2000000" /> 160 <Limit name="blocks-per-second" min="1" max="2000000" /> 172 <Limit name="blocks-per-second" min="1" max="783360" /> 179 <Limit name="blocks-per-second" min="1" max="783360" / [all...] |
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
bs16.asm | 192 ; ReadBlocks - Reads a set of blocks from a block device
195 ; BX = Number of Blocks to Read
199 ; cx = Blocks
208 mov cx,bx ; cx = Number of blocks to read
218 cmp cx,bx ; Compare (Blocks) to (MaxSector - Sector + 1)
220 mov bx,cx ; bx = Blocks
228 push bx ; Save number of blocks to transfer
233 mov al,bl ; al = Blocks
242 sub cx,bx ; Blocks = Blocks - NumberOfBlocks [all...] |
/external/jemalloc/include/jemalloc/internal/ |
hash.h | 117 const uint32_t *blocks = (const uint32_t *) (data + nblocks*4); local 121 uint32_t k1 = hash_get_block_32(blocks, i); 174 const uint32_t *blocks = (const uint32_t *) (data + nblocks*16); local 178 uint32_t k1 = hash_get_block_32(blocks, i*4 + 0); 179 uint32_t k2 = hash_get_block_32(blocks, i*4 + 1); 180 uint32_t k3 = hash_get_block_32(blocks, i*4 + 2); 181 uint32_t k4 = hash_get_block_32(blocks, i*4 + 3); 272 const uint64_t *blocks = (const uint64_t *) (data); local 276 uint64_t k1 = hash_get_block_64(blocks, i*2 + 0); 277 uint64_t k2 = hash_get_block_64(blocks, i*2 + 1) [all...] |
/external/llvm/lib/Analysis/ |
CFG.cpp | 10 // This family of functions performs analyses on basic blocks, and instructions 11 // contained within basic blocks. 134 // regardless of whether there's a path between the two blocks. 138 // Limit the number of blocks we visit. The goal is to avoid run-away compile 160 // All blocks in a single loop are reachable from all other blocks. From 161 // any of these blocks, we can skip directly to the exits of the loop, 162 // ignoring any other blocks inside the loop body. 196 // start looking at multiple blocks, the first instruction of the block is 198 // blocks [all...] |