Searched defs:decoded (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dbase64.c81 * The buffer must be large enough to contain the decoded data. Use
93 int decoded; local
132 decoded = ( match - base64 );
135 decoded <<= 2;
136 raw_bytes[ bit / 8 ] |= ( decoded >> ( bit % 8 ) );
137 raw_bytes[ bit / 8 + 1 ] |= ( decoded << ( 8 - ( bit % 8 ) ) );
141 /* Check that we decoded a whole number of bytes */
149 DBG ( "Base64-decoded \"%s\" to:\n", encoded );
/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/ ...

Completed in 35 milliseconds