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

/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Ddl.c102 #define GRUB_SYMTAB_SIZE 509
105 static struct grub_symbol *grub_symtab[GRUB_SYMTAB_SIZE];
116 return (key + (key >> 5)) % GRUB_SYMTAB_SIZE;
177 for (i = 0; i < GRUB_SYMTAB_SIZE; i++)
100 #define GRUB_SYMTAB_SIZE macro

Completed in 15 milliseconds