Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/
A Dbunzip2.c117 if (bd->inbufPos == bd->inbufCount) { in get_bits()
120 bd->inbufCount = bd->fill(bd->inbuf, BZIP2_IOBUF_SIZE); in get_bits()
135 bd->inbufBits = (bd->inbufBits << 8)|bd->inbuf[bd->inbufPos++]; in get_bits()
166 bd->headerCRC = get_bits(bd, 32); in get_next_block()
370 if (bd->inbufPos == bd->inbufCount) { in get_next_block()
375 (bd->inbufBits << 8)|bd->inbuf[bd->inbufPos++]; in get_next_block()
586 bd->writeCRC = ~bd->writeCRC; in read_bunzip()
587 bd->totalCRC = ((bd->totalCRC << 1) | in read_bunzip()
590 if (bd->writeCRC != bd->headerCRC) { in read_bunzip()
591 bd->totalCRC = bd->headerCRC+1; in read_bunzip()
[all …]
A Dinflate.c589 int bd /* number of bits decoded by td[] */ in inflate_codes() argument
610 md = mask_bits[bd]; in inflate_codes()
645 NEEDBITS((unsigned)bd) in inflate_codes()
770 int bd; /* lookup bits for td */ in inflate_fixed() local
797 bd = 5; in inflate_fixed()
798 if ((i = huft_build(l, 30, 0, cpdist, cpdext, &td, &bd)) > 1) in inflate_fixed()
809 if (inflate_codes(tl, td, bl, bd)) { in inflate_fixed()
836 int bd; /* lookup bits for td */ in inflate_dynamic() local
985 bd = dbits; in inflate_dynamic()
986 if ((i = huft_build(ll + nl, nd, 0, cpdist, cpdext, &td, &bd)) != 0) in inflate_dynamic()
[all …]
/xen-4.10.0-shim-comet/docs/misc/
A Dxen-command-line.markdown1487 > `= t[riple] | k[bd] | a[cpi] | p[ci] | P[ower] | e[fi] | n[o] [, [w]arm | [c]old]`

Completed in 10 milliseconds