Home
last modified time | relevance | path

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

12345678910>>...14

/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/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/modes/
Dgcm_test.cc142 for (size_t blocks : kBlockCounts) { in TEST() local
150 for (size_t blocks : kBlockCounts) { in TEST() local
158 for (size_t blocks : kBlockCounts) { in TEST() local
175 for (size_t blocks : kBlockCounts) { in TEST() local
182 for (size_t blocks : kBlockCounts) { in TEST() local
198 for (size_t blocks : kBlockCounts) { in TEST() local
206 for (size_t blocks : kBlockCounts) { in TEST() local
216 for (size_t blocks : kBlockCounts) { in TEST() local
/external/boringssl/src/crypto/fipsmodule/modes/
Dgcm_test.cc142 for (size_t blocks : kBlockCounts) { in TEST() local
150 for (size_t blocks : kBlockCounts) { in TEST() local
158 for (size_t blocks : kBlockCounts) { in TEST() local
175 for (size_t blocks : kBlockCounts) { in TEST() local
182 for (size_t blocks : kBlockCounts) { in TEST() local
198 for (size_t blocks : kBlockCounts) { in TEST() local
206 for (size_t blocks : kBlockCounts) { in TEST() local
216 for (size_t blocks : kBlockCounts) { in TEST() local
/external/mesa3d/src/gallium/frontends/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/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/javassist/src/test/test/javassist/bytecode/analysis/
DDomTreeTest.java14 Block[] blocks = cf.basicBlocks(); in testDomtree() local
64 Block[] blocks = cf.basicBlocks(); in testDomtree2() local
95 Block[] blocks = cf.basicBlocks(); in testDomtree3() local
/external/gemmlowp/doc/
Dpacking.md52 ### Sequential access to PackedSideBlock data
96 ### Random access to PackedSideBlock data at larger scales
/external/boringssl/src/crypto/fipsmodule/aes/
Daes_test.cc294 for (size_t blocks : block_counts) { in TEST() local
303 for (size_t blocks : block_counts) { in TEST() local
313 for (size_t blocks : block_counts) { in TEST() local
327 for (size_t blocks : block_counts) { in TEST() local
338 for (size_t blocks : block_counts) { in TEST() local
351 for (size_t blocks : block_counts) { in TEST() local
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/aes/
Daes_test.cc294 for (size_t blocks : block_counts) { in TEST() local
303 for (size_t blocks : block_counts) { in TEST() local
313 for (size_t blocks : block_counts) { in TEST() local
327 for (size_t blocks : block_counts) { in TEST() local
338 for (size_t blocks : block_counts) { in TEST() local
351 for (size_t blocks : block_counts) { in TEST() local
/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.proto22 optional uint64 blocks = 7; field
32 optional uint64 blocks = 7; field
62 optional uint64 blocks = 7; field
109 optional uint64 blocks = 7; field
131 optional uint64 blocks = 7; field
138 optional uint64 blocks = 4; field
157 optional uint64 blocks = 4; field
193 optional uint64 blocks = 4; field
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/compiler/
Dpreprocessor_test.cc31 explicit AccuInlineRewrite(std::vector<std::string>* blocks) in AccuInlineRewrite()
45 std::vector<std::string> blocks; in ParseInlines() local
71 std::vector<std::string> blocks; in RewriteInlines() local
/external/angle/src/compiler/translator/tree_ops/gl/
DUseInterfaceBlockFields.cpp63 const InterfaceBlockList &blocks, in InsertUseCode()
99 const InterfaceBlockList &blocks, in UseInterfaceBlockFields()
/external/mesa3d/src/panfrost/util/
Dpan_liveness.c109 struct list_head *blocks, in pan_compute_liveness()
162 pan_free_liveness(struct list_head *blocks) in pan_free_liveness()
/external/mtools/
Dmdu.c38 unsigned int blocks; member
54 unsigned int blocks; in file_mdu() local
/external/e2fsprogs/lib/ext2fs/
Dtst_getsize.c32 blk_t blocks; in main() local
/external/zlib/
Dadler32_simd.c72 z_size_t blocks = len / BLOCK_SIZE; in adler32_simd_() local
233 z_size_t blocks = len / BLOCK_SIZE; in adler32_simd_() local
/external/angle/third_party/zlib/
Dadler32_simd.c72 z_size_t blocks = len / BLOCK_SIZE; in adler32_simd_() local
233 z_size_t blocks = len / BLOCK_SIZE; in adler32_simd_() local
/external/mesa3d/src/intel/vulkan/tests/
Dblock_pool_no_free.c37 int32_t blocks[BLOCKS_PER_THREAD]; member
76 static void validate_monotonic(int32_t **blocks) in validate_monotonic()
/external/e2fsprogs/contrib/android/
Dbase_fs.h10 struct block_range_list blocks; member
/external/javassist/src/main/javassist/bytecode/stackmap/
DMapMaker.java169 void make(TypedBlock[] blocks, byte[] code) in make()
333 private void findDeadCatchers(byte[] code, TypedBlock[] blocks) throws BadBytecode { in findDeadCatchers()
389 private void fixTypes(byte[] code, TypedBlock[] blocks) throws NotFoundException, BadBytecode { in fixTypes()
409 public StackMapTable toStackMap(TypedBlock[] blocks) { in toStackMap()
558 public StackMap toStackMap2(ConstPool cp, TypedBlock[] blocks) { in toStackMap2()
/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/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_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/llvm/test/CodeGen/SystemZ/Large/
Dbranch-range-02.py59 blocks = 256 + 4 variable

12345678910>>...14