Home
last modified time | relevance | path

Searched refs:block_counts (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/aes/
Daes_test.cc200 std::vector<int> block_counts; in TEST() local
202 block_counts = {0, 1, 2, 3, 4, 8, 16, 31}; in TEST()
206 block_counts = {0, 1, 8}; in TEST()
212 for (size_t blocks : block_counts) { in TEST()
222 for (size_t blocks : block_counts) { in TEST()
231 for (size_t blocks : block_counts) { in TEST()
239 for (size_t blocks : block_counts) { in TEST()
249 for (size_t blocks : block_counts) { in TEST()
260 for (size_t blocks : block_counts) { in TEST()
270 for (size_t blocks : block_counts) { in TEST()
[all …]
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv84_video_vp.c244 uint8_t block_counts[6]; member
443 info.block_counts[block_index] = count; in nv84_decoder_vp_mpeg12_mb()
454 memset(info.block_counts, 0, sizeof(info.block_counts)); in nv84_decoder_vp_mpeg12_mb()
/external/tensorflow/tensorflow/python/tpu/
Ddevice_assignment.py261 block_counts = mesh_shape // computation_footprint
263 replica_counts = block_counts * computation_stride