Searched defs:Scratch (Results 26 - 27 of 27) sorted by relevance

12

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dvbe.h59 CARD8 Scratch[222]; member in struct:vbeControllerInfoBlock
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/TianoCompress/
H A DTianoCompress.c1751 SCRATCH_DATA *Scratch; local
1760 Scratch = NULL;
1886 Scratch = (SCRATCH_DATA *)malloc(sizeof(SCRATCH_DATA));
1887 if (Scratch == NULL) {
1959 free(Scratch);
1990 Status = Decompress((VOID *)FileBuffer, (VOID *)OutBuffer, (VOID *)Scratch, 2);
1995 fwrite(OutBuffer, (size_t)(Scratch->mOrigSize), 1, OutputFile);
1996 free(Scratch);
2018 if (Scratch != NULL) {
2019 free(Scratch);
2618 Decompress( IN VOID *Source, IN OUT VOID *Destination, IN OUT VOID *Scratch, IN UINT32 Version ) argument
[all...]

Completed in 59 milliseconds

12