Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_unicode_lowcase.pl8 use constant BLOCK_SIZE => 128; constant
19 $blocks{int($symbol / BLOCK_SIZE)} = 1;
28 my $last_block_size = $max_lowcase % BLOCK_SIZE + 1;
44 $blocks, BLOCK_SIZE, $max_block + 1,
45 ($blocks - 1) * BLOCK_SIZE * 4 + $last_block_size + $max_block * 4,
46 ($blocks - 1) * BLOCK_SIZE * 4 + $last_block_size+ $max_block * 8);
49 printf("#define NXT_UNICODE_BLOCK_SIZE %d\n\n\n", BLOCK_SIZE);
53 my $block_size = ($block != $max_block) ? BLOCK_SIZE : $last_block_size;
62 my $n = $block * BLOCK_SIZE + $c;