Home
last modified time | relevance | path

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

/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/twmc/
H A Dfindcost.c75 INT low_length, high_length ; in findcost() local
223 high_length = 0 ; in findcost()
242 high_length = high_length + (INT) in findcost()
248 path->hi_path_len = path->new_hi_path_len = high_length ; in findcost()
255 if( high_length > path->upper_bound ){ in findcost()
256 timingpenalG += high_length - path->upper_bound ; in findcost()
H A Dpaths.c609 INT high_length ; /* hi path length */ in dcalc_full_penalty() local
625 high_length = 0 ; in dcalc_full_penalty()
646 high_length = high_length + (INT) in dcalc_full_penalty()
653 if( high_length > path->upper_bound ){ in dcalc_full_penalty()
654 timingpenal += high_length - path->upper_bound ; in dcalc_full_penalty()
/dports/archivers/lrzip/lrzip-0.631/
H A Drzip.c123 sb->size_high = sb->high_length; /* In case we shrunk it when we hit the end of the file */ in remap_high_sb()
861 sb->high_length = control->page_size; in init_sliding_mmap()
862 sb->buf_high = (uchar *)mmap(NULL, sb->high_length, PROT_READ, MAP_SHARED, fd_in, offset); in init_sliding_mmap()
865 sb->size_high = sb->high_length; in init_sliding_mmap()
H A Dlrzip_private.h335 i64 high_length;/* How big the high buffer should be */ member
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/magick/
H A Dnt-base.c1659 high_length, in NTMapMemory() local
1676 high_length=(DWORD) ((((MagickOffsetType) length) >> 32) & 0xFFFFFFFFUL); in NTMapMemory()
1703 map_handle=CreateFileMapping(file_handle,0,protection_mode,high_length, in NTMapMemory()
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/MagickCore/
H A Dnt-base.c1707 high_length, in NTMapMemory() local
1724 high_length=(DWORD) ((((MagickOffsetType) length) >> 32) & 0xFFFFFFFFUL); in NTMapMemory()
1751 map_handle=CreateFileMapping(file_handle,0,protection_mode,high_length, in NTMapMemory()
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/MagickCore/
H A Dnt-base.c1707 high_length, in NTMapMemory() local
1724 high_length=(DWORD) ((((MagickOffsetType) length) >> 32) & 0xFFFFFFFFUL); in NTMapMemory()
1751 map_handle=CreateFileMapping(file_handle,0,protection_mode,high_length, in NTMapMemory()
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/magick/
H A Dnt-base.c1659 high_length, in NTMapMemory() local
1676 high_length=(DWORD) ((((MagickOffsetType) length) >> 32) & 0xFFFFFFFFUL); in NTMapMemory()
1703 map_handle=CreateFileMapping(file_handle,0,protection_mode,high_length, in NTMapMemory()