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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dmicrocode.c103 #define EXT_HEADER_SIZE (sizeof (struct extended_sigtable)) /* 20 bytes */ macro
116 #define exttable_size(et) ((et)->count * EXT_SIGNATURE_SIZE + EXT_HEADER_SIZE)
203 if ((ext_table_size < EXT_HEADER_SIZE)
204 || ((ext_table_size - EXT_HEADER_SIZE) % EXT_SIGNATURE_SIZE)) {
247 + EXT_HEADER_SIZE + EXT_SIGNATURE_SIZE * i);
285 + EXT_HEADER_SIZE);

Completed in 93 milliseconds