Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/programs/
H A Ddatagen.c106 size_t size0 = RDG_rand(seedPtr) & 3; in RDG_genBlock() local
107 size0 = (size_t)1 << (16 + size0 * 2); in RDG_genBlock()
108 size0 += RDG_rand(seedPtr) & (size0-1); /* because size0 is power of 2*/ in RDG_genBlock()
109 if (buffSize < pos + size0) { in RDG_genBlock()
113 memset(buffPtr+pos, 0, size0); in RDG_genBlock()
114 pos += size0; in RDG_genBlock()
/dragonfly/sys/dev/misc/dcons/
H A Ddcons.c196 int size0, size1, offset; in dcons_init() local
199 size0 = (size - offset); in dcons_init()
200 size1 = size0 * 3 / 4; /* console port buffer */ in dcons_init()
204 dcons_init_port(1, offset, size0 - size1, buf, sc); in dcons_init()
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_ppmd7.c809 static UInt32 Range_DecodeBit_7z(void *pp, UInt32 size0) in Range_DecodeBit_7z() argument
812 UInt32 newBound = (p->Range >> 14) * size0; in Range_DecodeBit_7z()
829 static UInt32 Range_DecodeBit_RAR(void *pp, UInt32 size0) in Range_DecodeBit_RAR() argument
833 if(value < size0) in Range_DecodeBit_RAR()
836 p->p.Decode(p, 0, size0); in Range_DecodeBit_RAR()
841 p->p.Decode(p, size0, PPMD_BIN_SCALE - size0); in Range_DecodeBit_RAR()
1012 static void RangeEnc_EncodeBit_0(CPpmd7z_RangeEnc *p, UInt32 size0) in RangeEnc_EncodeBit_0() argument
1014 p->Range = (p->Range >> 14) * size0; in RangeEnc_EncodeBit_0()
1022 static void RangeEnc_EncodeBit_1(CPpmd7z_RangeEnc *p, UInt32 size0) in RangeEnc_EncodeBit_1() argument
1024 UInt32 newBound = (p->Range >> 14) * size0; in RangeEnc_EncodeBit_1()
H A Darchive_ppmd7_private.h70 UInt32 (*DecodeBit)(void *p, UInt32 size0);
H A Darchive_read_support_format_7zip.c3760 size_t size0, size1, size2, size3; in Bcj2_Decode() local
3764 size0 = zip->tmp_stream_bytes_remaining; in Bcj2_Decode()
3765 buf0 = zip->tmp_stream_buff + zip->tmp_stream_bytes_avail - size0; in Bcj2_Decode()
3807 size_t limit = size0 - inPos; in Bcj2_Decode()
/dragonfly/contrib/gcc-8.0/gcc/
H A Ddwarf2out.c16485 unsigned int size0, size1; in concat_loc_descriptor() local
16486 if (!GET_MODE_SIZE (GET_MODE (x0)).is_constant (&size0) in concat_loc_descriptor()
16500 add_loc_descr_op_piece (&cc_loc_result, size0); in concat_loc_descriptor()