HomeSort by relevance Sort by last modified time
    Searched refs:tot_blocks (Results 1 - 3 of 3) sorted by null

  /external/e2fsprogs/contrib/
dir2fs 37 tot_blocks="$((nr_groups * blocks_per_group))"
38 tot_bytes="$((tot_blocks * block_sz))"
41 mkfs_blocks="$((tot_blocks * 4 / 3))"
  /external/libopus/silk/
enc_API.c 157 opus_int transition, curr_block, tot_blocks; local
199 tot_blocks = ( nBlocksOf10ms > 1 ) ? nBlocksOf10ms >> 1 : 1;
451 if( tot_blocks == 2 && curr_block == 0 ) {
453 } else if( tot_blocks == 3 ) {
460 useCBR = encControl->useCBR && curr_block == tot_blocks - 1;
469 maxBits -= encControl->maxBits / ( tot_blocks * 2 );
  /external/valgrind/exp-dhat/
dh_main.c 188 ULong tot_blocks; member in struct:__anon42619
267 api->tot_blocks++;
    [all...]

Completed in 967 milliseconds