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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/dlg/
H A Doutput.c101 #define DIF_SIZE 4 macro
103 unsigned long typesize[DIF_SIZE] = { 0x7f, 0x7fff, 0x7ffful, 0x7ffffffful }; /* MR20 */
108 char *typevar[DIF_SIZE] = { t0, t1, t2, t3};
110 unsigned long typesize[DIF_SIZE] = { 0x7f, 0x7fff, 0x7ffffffful, 0x7ffffffful }; /* MR20 */
115 char *typevar[DIF_SIZE] = { t0, t1, t2, t3};

Completed in 137 milliseconds