Searched defs:decode (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/net/
H A DUIUpdateDefs.cpp76 decode();
150 void VBoxUpdateData::decode() function in class:VBoxUpdateData
/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/
H A Dbase64.c312 decode function
416 status = decode((const unsigned char *)src, srclen, (unsigned char *)dest);
/vbox/src/VBox/Devices/Network/lwip/src/api/
H A Dapi_msg.c781 static api_msg_decode decode[API_MSG_MAX] = { variable
797 decode[msg->type](&(msg->msg));
/vbox/src/libs/zlib-1.2.6/contrib/puff/
H A Dpuff.c13 * around 4K on my machine (a PowerPC using GNU cc). If the faster decode()
45 * 1.2 17 Mar 2002 - Add faster version of decode(), doubles speed (!),
110 /* input limit error return state for bits() and decode() */
203 * seen in the function decode() below.
234 local int decode(struct state *s, const struct huffman *h) function
257 * A faster version of decode() for real applications of this code. It's not
262 local int decode(struct state *s, const struct huffman *h) function
309 * Huffman code for n symbols, construct the tables required to decode those
316 * possible for decode() using that table to return an error--any stream of
318 * it is possible for decode() usin
[all...]
/vbox/src/libs/zlib-1.2.6/contrib/blast/
H A Dblast.c44 /* input limit error return state for bits() and decode() */
95 * seen in the function decode() below.
123 local int decode(struct state *s, struct huffman *h) function
173 * Huffman code for n symbols, construct the tables required to decode those
180 * possible for decode() using that table to return an error--any stream of
182 * it is possible for decode() using that table to return an error for received
211 return 0; /* complete, but decode() will fail */
323 /* decode literals and length/distance pairs */
327 symbol = decode(s, &lencode);
333 dist = decode(
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dsaaj-impl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 2004 milliseconds