Searched defs:construct (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsCppSharedAllocator.h82 construct( pointer p, const T& val ) function in class:nsCppSharedAllocator
/vbox/src/libs/zlib-1.2.6/contrib/puff/
H A Dpuff.c39 * - Simplify offs[] index in construct()
56 * 1.4 31 Mar 2002 - Simplify construct() code set check
309 * Huffman code for n symbols, construct the tables required to decode those
328 * fixed() and is not verified by construct().
339 local int construct(struct huffman *h, const short *length, int n) function
547 /* construct lencode and distcode */
562 construct(&lencode, lengths, FIXLCODES);
567 construct(&distcode, lengths, MAXDCODES);
654 * code length code lengths, three bits each. This is used to construct the
668 int err; /* construct() retur
[all...]
/vbox/src/libs/zlib-1.2.6/contrib/blast/
H A Dblast.c173 * Huffman code for n symbols, construct the tables required to decode those
185 local int construct(struct huffman *h, const unsigned char *rep, int n) function
311 construct(&litcode, litlen, sizeof(litlen));
312 construct(&lencode, lenlen, sizeof(lenlen));
313 construct(&distcode, distlen, sizeof(distlen));

Completed in 35 milliseconds