Searched refs:decode (Results 1 - 18 of 18) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/net/
H A DUIUpdateDefs.h39 /* This class is used to encode/decode update data. */
90 void decode();
H A DUIUpdateDefs.cpp76 decode();
150 void VBoxUpdateData::decode() function in class:VBoxUpdateData
/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/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/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/ValidationKit/testmanager/webui/
H A Dwuilogviewer.py141 sLine = oFile.readline().decode('utf-8', 'replace');
157 sLine = oFile.readline().decode('utf-8', 'replace');
H A Dwuihlpgraphmatplotlib.py85 oOutput.getvalue().decode('utf8'),
H A Dwuibase.py948 dParams[sKey][idxItem] = dParams[sKey][idxItem].decode('utf-8')
/vbox/src/VBox/ValidationKit/testmanager/core/
H A Ddb.py142 oRet = oRet.decode('utf-8');
313 sBound = sBound.decode('utf-8');
448 oRet = oRet.decode('utf-8');
/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/VBox/ValidationKit/testdriver/
H A Dvboxinstaller.py282 sValue = oFile.read().decode('utf-8');
H A Dtxsclient.py70 return abStr.tostring().decode('utf_8');
299 sOpcode = abHdr[8:16].tostring().decode('ascii');
/vbox/src/libs/zlib-1.2.6/contrib/masmx64/
H A Dinffasx64.asm63 je L_one_time ; /* if only one decode left */
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Dsaaj-impl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
/vbox/src/libs/zlib-1.2.6/as400/
H A Dzlib.inc90 * The GZIP encode/decode stream support structure.
/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-ut-string.cpp1711 /* Don't copy the UTF-8 representation, decode it when queried. */
/vbox/src/VBox/VMM/testcase/
H A DtstX86-1A.asm1141 ; Will the CPU decode the whole r/m+sib stuff before signalling a lock

Completed in 5051 milliseconds