Searched refs:BLOCKS (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DUCD.pm296 my @BLOCKS;
297 my %BLOCKS;
300 unless (@BLOCKS) {
307 push @BLOCKS, $subrange;
308 push @{$BLOCKS{$3}}, $subrange;
319 _charblocks() unless @BLOCKS;
324 _search(\@BLOCKS, 0, $#BLOCKS, $code);
326 if (exists $BLOCKS{$arg}) {
327 return dclone $BLOCKS{
[all...]
/osnet-11/usr/src/lib/libcmd/common/
H A Dls.c294 #define BLOCKS(st) ((state.blocksize==LS_BLOCKSIZE)?iblocks(st):(state.blocksize>LS_BLOCKSIZE)?(iblocks(st)+state.blocksize/LS_BLOCKSIZE-1)/(state.blocksize/LS_BLOCKSIZE):iblocks(st)*(LS_BLOCKSIZE/state.blocksize))
296 #define BLOCKS(st) ((state.blocksize==LS_BLOCKSIZE)?iblocks(st):(iblocks(st)*LS_BLOCKSIZE+state.blocksize-1)/state.blocksize) macro
522 n = BLOCKS(st);
1201 list.count.blocks += BLOCKS(&p->statb);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dstat.t36 $ATIME, $MTIME, $CTIME, $BLKSIZE, $BLOCKS) = (0..12);
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c2742 BLOCKS, /* decompressing blocks */ enumerator in enum:internal_state::__anon9
2779 z->state->mode = z->state->nowrap ? BLOCKS : METHOD;
2904 z->state->mode = BLOCKS;
2905 case BLOCKS:
2970 * be BLOCKS (i.e. we should be willing to see the start of a series of
2971 * BLOCKS). On exit, the output will also be caught up, and the checksum
2978 if (z->state->mode != BLOCKS)
3029 z->state->mode = BLOCKS;
3536 * be BLOCKS (i.e. we should be willing to see the start of a series of
3537 * BLOCKS)
[all...]

Completed in 38 milliseconds