Searched
full:blocks (Results
751 -
775 of
10005) sorted by null
<<31323334353637383940>>
/external/openssh/ |
hash.c | 15 #define blocks crypto_hashblocks_sha512 macro 39 blocks(h,in,inlen); 58 blocks(h,padded,128); 70 blocks(h,padded,256);
|
/external/swiftshader/third_party/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 101 /// @param LiveBlocks Constraints for blocks that have the variable live in or 105 /// addPrefSpill - Add PrefSpill constraints to all blocks listed. This is 109 /// @param Blocks Array of block numbers that prefer to spill in and out. 110 /// @param Strong When true, double the negative bias for these blocks. 111 void addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong); 113 /// addLinks - Add transparent blocks with the given numbers.
|
/external/swiftshader/third_party/LLVM/test/Assembler/ |
2002-08-22-DominanceProblem.ll | 3 ; Dominance relationships is not calculated correctly for unreachable blocks,
|
/external/swiftshader/third_party/LLVM/test/Transforms/CodeExtractor/ |
2004-11-12-InvokeExtract.ll | 1 ; RUN: opt < %s -extract-blocks -disable-output
|
/external/swiftshader/third_party/LLVM/test/Transforms/LCSSA/ |
unreachable-use.ll | 4 ; LCSSA doesn't need to transform uses in blocks not reachable
|
/external/swiftshader/third_party/LLVM/test/Transforms/LICM/ |
2003-02-27-NestedLoopExitBlocks.ll | 1 ; Exit blocks need to be updated for all nested loops...
|
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyCFG/ |
EqualPHIEdgeBlockMerge.ll | 1 ; Test merging of blocks with phi nodes.
|
/external/swiftshader/third_party/subzero/tests_lit/parse_errs/ |
bad-bb-size.test | 10 ; CHECK: Function defines 3105555534 basic blocks, which is too big for a function containing 36 bytes
|
/external/syslinux/ |
now.pl | 11 $ctime,$blksize,$blocks) = stat($file);
|
/external/v8/src/crankshaft/ |
hydrogen-infer-types.h | 21 InferTypes(0, graph()->blocks()->length() - 1);
|
/external/valgrind/memcheck/tests/ |
erringfds.stderr.exp | 5 in use at exit: ... bytes in ... blocks
|
realloc2.c | 2 multiple blocks hashing to the same list and one being overwritten at
|
/external/valgrind/memcheck/tests/linux/ |
brk.stderr.exp | 7 in use at exit: ... bytes in ... blocks
|
capget.stderr.exp2 | 9 in use at exit: ... bytes in ... blocks
|
lsframe1.stderr.exp | 6 in use at exit: ... bytes in ... blocks
|
lsframe2.stderr.exp | 6 in use at exit: ... bytes in ... blocks
|
/external/valgrind/memcheck/tests/solaris/ |
ldynsym.stderr.exp | 1 10 bytes in 1 blocks are definitely lost in loss record ... of ...
|
/external/webrtc/webrtc/modules/desktop_capture/ |
differ.h | 48 // Identify all of the blocks that contain changed pixels. 51 // After the dirty blocks have been identified, this routine merges adjacent 52 // blocks into a region. 53 // The goal is to minimize the region that covers the dirty blocks.
|
/external/webrtc/webrtc/test/ |
run_loop.h | 16 // Blocks until the user presses enter.
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/ |
armVCCOMM_Average.c | 27 * This function will calculate Average of two blocks if size iWidth X iHeight 42 * This function calculates the average of two blocks and stores the result. 51 * [in] iWidth Width of the blocks 52 * [in] iHeight Height of the blocks
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
gfs2_ondisk.h | 96 /* Address of superblock in GFS2 basic blocks */ 136 __be32 ri_length; /* length of rgrp header in fs blocks */ 140 __be32 ri_data; /* num of data blocks in rgrp */ 151 /* Number of blocks per byte in rgrp */ 268 __be64 di_blocks; /* number of blocks in file */ 345 * The blocks containing the values and the blocks containing the 349 * or a single indirect block pointing to blocks containing the 353 * so the number of blocks required depends upon block size. Since the 356 * number of blocks that an inode may have relating to extended attributes [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
gfs2_ondisk.h | 100 /* Address of superblock in GFS2 basic blocks */ 140 __be32 ri_length; /* length of rgrp header in fs blocks */ 144 __be32 ri_data; /* num of data blocks in rgrp */ 155 /* Number of blocks per byte in rgrp */ 244 __be64 di_blocks; /* number of blocks in file */ 321 * The blocks containing the values and the blocks containing the 325 * or a single indirect block pointing to blocks containing the 329 * so the number of blocks required depends upon block size. Since the 332 * number of blocks that an inode may have relating to extended attributes [all...] |
hpet.h | 23 #define MAX_HPET_TBS 8 /* maximum hpet timer blocks */
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
lca_test.go | 14 for _, b := range f.Blocks { 15 for _, c := range f.Blocks { 33 for _, b := range fun.f.Blocks { 34 for _, c := range fun.f.Blocks {
|
trim.go | 7 // trim removes blocks with no code in them. 8 // These blocks were inserted to remove critical edges. 11 for _, b := range f.Blocks { 13 f.Blocks[n] = b 61 // Merge the blocks' values. 73 if n < len(f.Blocks) { 75 tail := f.Blocks[n:] 79 f.Blocks = f.Blocks[:n]
|
Completed in 1061 milliseconds
<<31323334353637383940>>