/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/ |
NvmExpressBlockIo.c | 24 @param Blocks Total block number to be read.
35 IN UINT32 Blocks
48 Bytes = Blocks * BlockSize;
67 CommandPacket.NvmeCmd->Cdw12 = (Blocks - 1) & 0xFFFF;
87 @param Blocks Total block number to be written.
98 IN UINT32 Blocks
111 Bytes = Blocks * BlockSize;
130 CommandPacket.NvmeCmd->Cdw12 = (Blocks - 1) & 0xFFFF;
148 Read some blocks from the device.
153 @param Blocks Total block number to be read. [all...] |
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
FunctionSummary.h | 34 /// Marks the IDs of the basic blocks visited during the analyzes. 37 /// Total number of blocks in the function. 96 llvm::SmallBitVector &Blocks = I->second.VisitedBasicBlocks; 98 if (TotalIDs > Blocks.size()) { 99 Blocks.resize(TotalIDs); 102 Blocks.set(ID); 124 /// Get the percentage of the reachable blocks.
|
/external/e2fsprogs/tests/j_long_revoke_trans/ |
expect | 1 Creating filesystem with 262144 1k blocks and 16384 inodes 2 Superblock backups stored on blocks: 7 Creating journal (8192 blocks): done 10 Pass 1: Checking inodes, blocks, and sizes 15 test_filesys: 11/16384 files (0.0% non-contiguous), 14431/262144 blocks 75 Pass 1: Checking inodes, blocks, and sizes 80 test_filesys: 11/16384 files (0.0% non-contiguous), 14431/262144 blocks
|
/external/llvm/lib/Analysis/ |
LoopInfo.cpp | 147 for (BasicBlock *BB : this->blocks()) { 163 // block they are defined in. Also, blocks not reachable from the 193 // Return false if any loop blocks contain indirectbrs, or there are any calls 195 for (BasicBlock *BB : this->blocks()) { 215 for (BasicBlock *BB : this->blocks()) { 252 for (BasicBlock *BB : this->blocks()) { 272 for (BasicBlock *BB : this->blocks()) { 341 for (BasicBlock *BB : this->blocks()) { 397 /// Find the new parent loop for all blocks within the "unloop" whose last 430 /// Update the parent loop for all blocks that are directly contained within th [all...] |
/external/ltp/testcases/kernel/io/writetest/ |
writetest.c | 164 printf("%s [-v] [-b blocks] [-s seed] [-o filename]\n", TCID); 167 " blocks - number of blocks to write\n" 180 {"blocks", 1, 0, 'b'}, 232 tst_resm(TINFO, "Blocks: %lld\n", (long long int)NumBlocks); 236 tst_resm(TINFO, "Writing %lld blocks of %d bytes to '%s'\n", 246 tst_resm(TINFO, "Verifying %lld blocks in '%s'\n",
|
/external/selinux/python/sepolgen/src/sepolgen/ |
util.py | 35 self.blocks = 0 51 old = self.blocks 52 self.blocks = int(round(self.current / float(self.steps) * 100) / 2) 54 if self.blocks > 50: 55 self.blocks = 50 57 new = self.blocks - old 62 if self.blocks == 50 and not self.done:
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
UnifyFunctionExitNodes.cpp | 49 // Loop over all of the blocks in a function, tracking all of the blocks that 63 // Handle unwinding blocks first. 80 // Then unreachable blocks. 98 // Now handle return blocks. 101 return false; // No blocks return 125 // Loop over all of the blocks, replacing the return instruction with an
|
/frameworks/av/media/libstagefright/data/ |
media_codecs_google_video_le.xml | 24 <Limit name="blocks-per-second" range="12-11880" /> 42 <Limit name="blocks-per-second" range="1-491520" /> 52 <Limit name="blocks-per-second" range="1-491520" /> 61 <Limit name="blocks-per-second" range="1-500000" /> 70 <Limit name="blocks-per-second" range="1-108000" /> 89 <Limit name="blocks-per-second" range="1-40500" /> 98 <Limit name="blocks-per-second" range="12-1485" />
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
FunctionSummary.h | 34 /// Marks the IDs of the basic blocks visited during the analyzes. 37 /// Total number of blocks in the function. 96 llvm::SmallBitVector &Blocks = I->second.VisitedBasicBlocks; 98 if (TotalIDs > Blocks.size()) { 99 Blocks.resize(TotalIDs); 102 Blocks.set(ID); 124 /// Get the percentage of the reachable blocks.
|
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
FunctionSummary.h | 34 /// Marks the IDs of the basic blocks visited during the analyzes. 37 /// Total number of blocks in the function. 96 llvm::SmallBitVector &Blocks = I->second.VisitedBasicBlocks; 98 if (TotalIDs > Blocks.size()) { 99 Blocks.resize(TotalIDs); 102 Blocks.set(ID); 124 /// Get the percentage of the reachable blocks.
|
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
FunctionSummary.h | 34 /// Marks the IDs of the basic blocks visited during the analyzes. 37 /// Total number of blocks in the function. 96 llvm::SmallBitVector &Blocks = I->second.VisitedBasicBlocks; 98 if (TotalIDs > Blocks.size()) { 99 Blocks.resize(TotalIDs); 102 Blocks.set(ID); 124 /// Get the percentage of the reachable blocks.
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
FunctionSummary.h | 34 /// Marks the IDs of the basic blocks visited during the analyzes. 37 /// Total number of blocks in the function. 96 llvm::SmallBitVector &Blocks = I->second.VisitedBasicBlocks; 98 if (TotalIDs > Blocks.size()) { 99 Blocks.resize(TotalIDs); 102 Blocks.set(ID); 124 /// Get the percentage of the reachable blocks.
|
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
FunctionSummary.h | 34 /// Marks the IDs of the basic blocks visited during the analyzes. 37 /// Total number of blocks in the function. 96 llvm::SmallBitVector &Blocks = I->second.VisitedBasicBlocks; 98 if (TotalIDs > Blocks.size()) { 99 Blocks.resize(TotalIDs); 102 Blocks.set(ID); 124 /// Get the percentage of the reachable blocks.
|
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
FunctionSummary.h | 34 /// Marks the IDs of the basic blocks visited during the analyzes. 37 /// Total number of blocks in the function. 96 llvm::SmallBitVector &Blocks = I->second.VisitedBasicBlocks; 98 if (TotalIDs > Blocks.size()) { 99 Blocks.resize(TotalIDs); 102 Blocks.set(ID); 124 /// Get the percentage of the reachable blocks.
|
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
FunctionSummary.h | 34 /// Marks the IDs of the basic blocks visited during the analyzes. 37 /// Total number of blocks in the function. 96 llvm::SmallBitVector &Blocks = I->second.VisitedBasicBlocks; 98 if (TotalIDs > Blocks.size()) { 99 Blocks.resize(TotalIDs); 102 Blocks.set(ID); 124 /// Get the percentage of the reachable blocks.
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
FunctionSummary.h | 34 /// Marks the IDs of the basic blocks visited during the analyzes. 37 /// Total number of blocks in the function. 96 llvm::SmallBitVector &Blocks = I->second.VisitedBasicBlocks; 98 if (TotalIDs > Blocks.size()) { 99 Blocks.resize(TotalIDs); 102 Blocks.set(ID); 124 /// Get the percentage of the reachable blocks.
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
tighten.go | 7 // tighten moves Values closer to the Blocks in which they are used. 11 // dominates all blocks in which it is used. 14 for _, b := range f.Blocks { 74 for _, b := range f.Blocks { 105 for _, b := range f.Blocks { 122 for _, b := range f.Blocks { 148 for _, b := range f.Blocks {
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
tighten.go | 7 // tighten moves Values closer to the Blocks in which they are used. 11 // dominates all blocks in which it is used. 14 for _, b := range f.Blocks { 74 for _, b := range f.Blocks { 105 for _, b := range f.Blocks { 122 for _, b := range f.Blocks { 148 for _, b := range f.Blocks {
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/ |
util.py | 35 self.blocks = 0 51 old = self.blocks 52 self.blocks = int(round(self.current / float(self.steps) * 100) / 2) 54 if self.blocks > 50: 55 self.blocks = 50 57 new = self.blocks - old 62 if self.blocks == 50 and not self.done:
|
/system/core/toolbox/upstream-netbsd/bin/dd/ |
dd.h | 89 uint64_t offset; /* # of blocks to skip */ 94 uint64_t in_full; /* # of full input blocks */ 95 uint64_t in_part; /* # of partial input blocks */ 96 uint64_t out_full; /* # of full output blocks */ 97 uint64_t out_part; /* # of partial output blocks */ 99 uint64_t swab; /* # of odd-length swab blocks */ 100 uint64_t sparse; /* # of sparse output blocks */
|
/system/update_engine/payload_generator/ |
inplace_generator_unittest.cc | 185 vector<Block> blocks(9); 191 // Reads from blocks 3, 5, 7 197 blocks[3].reader = graph.size() - 1; 198 blocks[5].reader = graph.size() - 1; 199 blocks[7].reader = graph.size() - 1; 201 // Writes to blocks 1, 2, 4 207 blocks[1].writer = graph.size() - 1; 208 blocks[2].writer = graph.size() - 1; 209 blocks[4].writer = graph.size() - 1; 214 // Reads from blocks 1, 2, [all...] |
/external/javassist/src/main/javassist/bytecode/stackmap/ |
TypedBlock.java | 34 * Divides the method body into basic blocks. 44 TypedBlock[] blocks = (TypedBlock[])new Maker().make(minfo); local 45 if (optimize && blocks.length < 2) 46 if (blocks.length == 0 || blocks[0].incoming == 0) 51 blocks[0].initFirstBlock(ca.getMaxStack(), ca.getMaxLocals(), 54 new Liveness().compute(ca.iterator(), blocks, ca.getMaxLocals(), local 55 blocks[0].localsTypes); 56 return blocks;
|
/external/llvm/lib/CodeGen/ |
SpillPlacement.h | 10 // This analysis computes the optimal spill code placement between basic blocks. 16 // Given a variable that is live across multiple basic blocks, and given 17 // constraints on the basic blocks where the variable is live, determine which 112 /// @param LiveBlocks Constraints for blocks that have the variable live in or 116 /// addPrefSpill - Add PrefSpill constraints to all blocks listed. This is 120 /// @param Blocks Array of block numbers that prefer to spill in and out. 121 /// @param Strong When true, double the negative bias for these blocks. 122 void addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong); 124 /// addLinks - Add transparent blocks with the given numbers.
|
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/ |
test_rendering.c | 151 short *blocks; local 192 blocks = block_array.blocks; 223 blocks, 230 blocks += BLOCK_SIZE; 240 blocks, 247 blocks += BLOCK_SIZE; 251 blocks, 258 blocks += BLOCK_SIZE;
|
/external/r8/src/main/java/com/android/tools/r8/ir/code/ |
InstructionListIterator.java | 87 * Split the block into two blocks at the point of the {@link ListIterator} cursor. The existing 95 * @param blockIterator basic block iterator used to iterate the blocks. This must be positioned 108 * Split the block into three blocks. The first split is at the point of the {@link ListIterator} 110 * block will have all the instructions before the cursor, and the two new blocks all the 118 * @param blockIterator basic block iterator used to iterate the blocks. This must be positioned 149 * @param blockIterator basic block iterator used to iterate the blocks. This must be positioned 152 * @param blocksToRemove list passed where blocks that where detached from the graph, but not 153 * removed are added. When inlining an inlinee that always throws blocks in the <code>code</code> 155 * iterating using <code>blockIterator</code> after then method returns the blocks in this list
|