Searched defs:mc (Results 1 - 5 of 5) sorted by relevance
| /vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
| H A D | LzmaEnc.h | 24 UInt32 mc; /* 1 <= mc <= (1 << 30), default = 32 */ member in struct:_CLzmaEncProps
|
| /vbox/src/VBox/Devices/PC/ipxe/src/net/udp/ |
| H A D | tftp.c | 63 ( EINFO_EINVAL, 0x04, "Missing multicast mc" ) 621 char *mc; local 625 /* Split value into "addr,port,mc" fields */ 630 DBGC ( tftp, "TFTP %p multicast missing port,mc\n", tftp ); 634 mc = strchr ( port, ',' ); 635 if ( ! mc ) { 636 DBGC ( tftp, "TFTP %p multicast missing mc\n", tftp ); 639 *(mc++) = '\0'; 642 if ( strtoul ( mc, &mc_end, 0 ) == 0 ) 645 DBGC ( tftp, "TFTP %p multicast invalid mc [all...] |
| /vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/ |
| H A D | vfwprintf.c | 1343 MCHAR_T *mc; local 1347 if ((mc = GETARG(MCHAR_T *)) == NULL) 1350 convbuf = SCONV(mc, prec);
|
| /vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/UndiRuntimeDxe/ |
| H A D | E100b.h | 630 struct mc{ struct in struct:s_data_instance
|
| /vbox/src/VBox/Main/webservice/jaxlibs/ |
| H A D | jaxws-rt.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ... |
Completed in 124 milliseconds