Home
last modified time | relevance | path

Searched refs:max_blocks (Results 1 – 14 of 14) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorReductionCuda.h562 const int max_blocks = device.getNumCudaMultiProcessors() *
564 const int num_blocks = numext::mini<int>(max_blocks, dyn_blocks);
570 const int max_blocks = device.getNumCudaMultiProcessors() *
572 const int num_blocks = numext::mini<int>(max_blocks, dyn_blocks);
608 const int max_blocks = device.getNumCudaMultiProcessors() *
610 const int num_blocks = numext::mini<int>(max_blocks, dyn_blocks);
616 const int max_blocks = device.getNumCudaMultiProcessors() *
618 const int num_blocks = numext::mini<int>(max_blocks, dyn_blocks);
721 const int max_blocks = device.getNumCudaMultiProcessors() *
723 const int num_blocks = numext::mini<int>(max_blocks, dyn_blocks);
[all …]
DTensorExecutor.h254 const int max_blocks = device.getNumCudaMultiProcessors() *
258 …const int num_blocks = numext::maxi<int>(numext::mini<int>(max_blocks, divup<int>(size, block_size…
/external/e2fsprogs/lib/ext2fs/
Dinitialize.c63 unsigned long max_blocks = 0xffffffff; in calc_reserved_gdt_blocks() local
70 if (ext2fs_blocks_count(sb) < max_blocks / 1024) in calc_reserved_gdt_blocks()
71 max_blocks = ext2fs_blocks_count(sb) * 1024; in calc_reserved_gdt_blocks()
76 rsv_groups = ext2fs_div_ceil(max_blocks - sb->s_first_data_block, bpg); in calc_reserved_gdt_blocks()
82 max_blocks, rsv_groups, rsv_gdb); in calc_reserved_gdt_blocks()
Dalloc.c410 blk64_t max_blocks = ext2fs_blocks_count(fs->super); in ext2fs_new_range() local
447 max_blocks - 1, in ext2fs_new_range()
467 b = min(start + len - 1, max_blocks - 1); in ext2fs_new_range()
495 if (start >= max_blocks) { in ext2fs_new_range()
Dfallocate.c696 blk64_t max_blocks = ext2fs_blocks_count(fs->super); in extent_fallocate() local
701 goal, max_blocks - 1, &goal); in extent_fallocate()
/external/pdfium/third_party/freetype/src/base/
Dftdbgmem.c63 FT_Long max_blocks; /* max. number of allocated blocks */ member
487 node->max_blocks = 0; in ft_mem_table_get_source()
559 if ( source->cur_blocks > source->max_blocks ) in ft_mem_table_set()
560 source->max_blocks = source->cur_blocks; in ft_mem_table_set()
979 source->cur_blocks, source->max_blocks, in FT_DumpMemory()
/external/freetype/src/base/
Dftdbgmem.c63 FT_Long max_blocks; /* max. number of allocated blocks */ member
488 node->max_blocks = 0; in ft_mem_table_get_source()
560 if ( source->cur_blocks > source->max_blocks ) in ft_mem_table_set()
561 source->max_blocks = source->cur_blocks; in ft_mem_table_set()
980 source->cur_blocks, source->max_blocks, in FT_DumpMemory()
/external/openssh/
Dpacket.c946 u_int64_t *max_blocks; in ssh_set_newkeys() local
957 max_blocks = &state->max_blocks_out; in ssh_set_newkeys()
963 max_blocks = &state->max_blocks_in; in ssh_set_newkeys()
1033 *max_blocks = (u_int64_t)1 << (enc->block_size*2); in ssh_set_newkeys()
1035 *max_blocks = ((u_int64_t)1 << 30) / enc->block_size; in ssh_set_newkeys()
1037 *max_blocks = MINIMUM(*max_blocks, in ssh_set_newkeys()
1039 debug("rekey after %llu blocks", (unsigned long long)*max_blocks); in ssh_set_newkeys()
/external/fio/
Dio_u.c58 uint64_t max_blocks; in last_block() local
77 max_blocks = max_size / (uint64_t) td->o.ba[ddir]; in last_block()
78 if (!max_blocks) in last_block()
81 return max_blocks; in last_block()
/external/valgrind/memcheck/
Dmc_include.h486 UInt max_blocks, UInt heuristics);
Dmc_leakcheck.c1819 UInt max_blocks, in MC_()
1826 UInt remaining = max_blocks; in MC_()
/external/e2fsprogs/misc/
Dfuse2fs.c3212 blk64_t start, end, max_blocks, b, cleared; in ioctl_fitrim() local
3230 max_blocks = 2048ULL * 1024 * 1024 / fs->blocksize; in ioctl_fitrim()
3241 b = start + max_blocks < end ? start + max_blocks : end; in ioctl_fitrim()
/external/e2fsprogs/e2fsck/
Dpass1.c89 blk64_t max_blocks; member
3072 pb.max_blocks = 1 << (31 - fs->super->s_log_block_size); in check_blocks()
3430 if (p->is_reg && p->num_blocks+1 >= p->max_blocks) in process_block()
/external/valgrind/
DNEWS592 o it now accepts an optional argument 'limited <max_blocks>'