Home
last modified time | relevance | path

Searched defs:blocks (Results 1 – 25 of 237) sorted by relevance

12345678910

/external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/lz77support/
DLZ77CompressorTest.java68 final List<LZ77Compressor.Block> blocks = new ArrayList<>(); in compress() local
95 List<LZ77Compressor.Block> blocks = compress(newParameters(128), ONE_TO_TEN); in nonCompressableWithLengthSmallerThanLiteralMax() local
102 List<LZ77Compressor.Block> blocks = compress(newParameters(8), ONE_TO_TEN); in nonCompressableWithLengthGreaterThanLiteralMaxButLessThanTwiceWindowSize() local
110 List<LZ77Compressor.Block> blocks = compress(newParameters(4), ONE_TO_TEN); in nonCompressableWithLengthThatForcesWindowSlide() local
119 List<LZ77Compressor.Block> blocks = compress(newParameters(8), stagger(ONE_TO_TEN)); in nonCompressableSentAsSingleBytes() local
128 List<LZ77Compressor.Block> blocks = compress(newParameters(128), BLA); in blaExampleWithFullArrayAvailableForCompression() local
137 List<LZ77Compressor.Block> blocks = compress(newParameters(128, 3, 5, 0, 0), BLA); in blaExampleWithShorterBackReferenceLength() local
149 List<LZ77Compressor.Block> blocks = compress(newParameters(8), BLA); in blaExampleSmallerWindowSize() local
160 List<LZ77Compressor.Block> blocks = compress(newParameters(128), stagger(BLA)); in blaExampleWithSingleByteWrites() local
174 List<LZ77Compressor.Block> blocks = compress(newParameters(1024), SAM); in samIAmExampleWithFullArrayAvailableForCompression() local
[all …]
/external/boringssl/src/crypto/fipsmodule/modes/
Dgcm_test.cc141 for (size_t blocks : kBlockCounts) { in TEST() local
146 for (size_t blocks : kBlockCounts) { in TEST() local
155 for (size_t blocks : kBlockCounts) { in TEST() local
163 for (size_t blocks : kBlockCounts) { in TEST() local
171 for (size_t blocks : kBlockCounts) { in TEST() local
188 for (size_t blocks : kBlockCounts) { in TEST() local
195 for (size_t blocks : kBlockCounts) { in TEST() local
211 for (size_t blocks : kBlockCounts) { in TEST() local
219 for (size_t blocks : kBlockCounts) { in TEST() local
/external/mesa3d/src/gallium/state_trackers/xvmc/
Dblock.c38 …MCCreateBlocks(Display *dpy, XvMCContext *context, unsigned int num_blocks, XvMCBlockArray *blocks) in XvMCCreateBlocks()
58 Status XvMCDestroyBlocks(Display *dpy, XvMCBlockArray *blocks) in XvMCDestroyBlocks()
68 …croBlocks(Display *dpy, XvMCContext *context, unsigned int num_blocks, XvMCMacroBlockArray *blocks) in XvMCCreateMacroBlocks()
88 Status XvMCDestroyMacroBlocks(Display *dpy, XvMCMacroBlockArray *blocks) in XvMCDestroyMacroBlocks()
/external/boringssl/src/crypto/fipsmodule/aes/
Daes_test.cc212 for (size_t blocks : block_counts) { in TEST() local
222 for (size_t blocks : block_counts) { in TEST() local
231 for (size_t blocks : block_counts) { in TEST() local
239 for (size_t blocks : block_counts) { in TEST() local
249 for (size_t blocks : block_counts) { in TEST() local
260 for (size_t blocks : block_counts) { in TEST() local
270 for (size_t blocks : block_counts) { in TEST() local
283 for (size_t blocks : block_counts) { in TEST() local
/external/markdown/markdown/
Dblockprocessors.py80 def run(self, parent, blocks): argument
129 def run(self, parent, blocks): argument
192 def run(self, parent, blocks): argument
224 def run(self, parent, blocks): argument
268 def run(self, parent, blocks): argument
339 def run(self, parent, blocks): argument
370 def run(self, parent, blocks): argument
396 def run(self, parent, blocks): argument
428 def run(self, parent, blocks): argument
447 def run(self, parent, blocks): argument
/external/gemmlowp/doc/
Dpacking.md52 ### Sequential access to PackedSideBlock data
96 ### Random access to PackedSideBlock data at larger scales
/external/wpa_supplicant_8/src/crypto/
Daes-cbc.c29 int i, j, blocks; in aes_128_cbc_encrypt() local
65 int i, j, blocks; in aes_128_cbc_decrypt() local
/external/perfetto/protos/perfetto/trace/ftrace/
Df2fs.proto23 optional uint64 blocks = 7; field
33 optional uint64 blocks = 7; field
63 optional uint64 blocks = 7; field
110 optional uint64 blocks = 7; field
132 optional uint64 blocks = 7; field
139 optional uint64 blocks = 4; field
158 optional uint64 blocks = 4; field
194 optional uint64 blocks = 4; field
/external/e2fsprogs/lib/ext2fs/
Dtst_getsize.c32 blk_t blocks; in main() local
/external/perfetto/src/traced/probes/ftrace/
Dpage_pool_unittest.cc51 auto blocks = pool.BeginRead(); in TEST() local
95 auto blocks = pool.BeginRead(); in TEST() local
/external/llvm/test/CodeGen/SystemZ/Large/
Dbranch-range-02.py59 blocks = 256 + 4 variable
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/Large/
Dbranch-range-02.py59 blocks = 256 + 4 variable
/external/harfbuzz_ng/src/
Dgen-arabic-table.py18 blocks = {} variable
/external/skia/src/compute/skc/platforms/cl_12/
Dblock_pool_cl_12.h26 struct skc_extent_pdrw blocks; member
/external/skqp/src/compute/skc/platforms/cl_12/
Dblock_pool_cl_12.h26 struct skc_extent_pdrw blocks; member
/external/mesa3d/src/intel/vulkan/tests/
Dblock_pool_no_free.c36 uint32_t blocks[BLOCKS_PER_THREAD]; member
75 static void validate_monotonic(uint32_t **blocks) in validate_monotonic()
/external/u-boot/drivers/scsi/
Dscsi.c58 unsigned long blocks) in scsi_setup_read16()
87 unsigned short blocks) in scsi_setup_read_ext()
108 unsigned short blocks) in scsi_setup_write_ext()
176 unsigned long blocks; in scsi_read() local
/external/openssh/
Dhash.c15 #define blocks crypto_hashblocks_sha512 macro
/external/python/cpython2/Python/
Dpeephole.c25 #define ISBASICBLOCK(blocks, start, bytes) \ argument
245 unsigned int *blocks = PyMem_New(unsigned int, len); in markblocks() local
310 unsigned int *blocks = NULL; in PyCode_Optimize() local
/external/jemalloc_new/include/jemalloc/internal/
Dhash.h84 const uint32_t *blocks = (const uint32_t *) (data + nblocks*4); in hash_x86_32() local
140 const uint32_t *blocks = (const uint32_t *) (data + nblocks*16); in hash_x86_128() local
237 const uint64_t *blocks = (const uint64_t *) (data); in hash_x64_128() local
/external/squashfs-tools/kernel/fs/squashfs/
Dfile.c187 int blocks = min_t(int, n, PAGE_CACHE_SIZE >> 2); in read_indexes() local
224 static inline int calculate_skip(int blocks) in calculate_skip()
285 int blocks = skip * SQUASHFS_META_INDEXES; in fill_meta_index() local
/external/jemalloc/include/jemalloc/internal/
Dhash.h117 const uint32_t *blocks = (const uint32_t *) (data + nblocks*4); in hash_x86_32() local
174 const uint32_t *blocks = (const uint32_t *) (data + nblocks*16); in hash_x86_128() local
272 const uint64_t *blocks = (const uint64_t *) (data); in hash_x64_128() local
/external/clang/test/CodeGenCXX/
D2006-09-12-OpaqueStructCrash.cpp25 B<C<Ty> > blocks; member
/external/e2fsprogs/contrib/android/
Dbasefs_allocator.c16 static void fs_free_blocks_range(ext2_filsys fs, struct block_range *blocks) in fs_free_blocks_range()
25 static void fs_reserve_blocks_range(ext2_filsys fs, struct block_range *blocks) in fs_reserve_blocks_range()
/external/python/cpython3/Python/
Dpeephole.c22 #define ISBASICBLOCK(blocks, start, end) \ argument
169 unsigned int *blocks = PyMem_New(unsigned int, len); in markblocks() local
235 unsigned int *blocks = NULL; in PyCode_Optimize() local

12345678910