Searched refs:tbl_size (Results 1 – 4 of 4) sorted by relevance
639 ACPI_SIZE tbl_size; local654 tbl_size = hdr->Length;655 if (tbl_size < sizeof(UEFI_ACPI_VFCT)) {661 if (vfct->VBIOSImageOffset + sizeof(VFCT_IMAGE_HEADER) > tbl_size) {681 if (vfct->VBIOSImageOffset + sizeof(VFCT_IMAGE_HEADER) + vhdr->ImageLength > tbl_size) {
2571 int i, maxbits = 0, ptn, tbl_size, w; in lzh_make_huffman_table() local2624 tbl_size = 1 << HTBL_BITS; in lzh_make_huffman_table()2644 if ((bitptn[len] = ptn + cnt) > tbl_size) in lzh_make_huffman_table()
3171 int i, maxbits = 0, ptn, tbl_size, w; in lzx_make_huffman_table() local3224 tbl_size = 1 << HTBL_BITS; in lzx_make_huffman_table()3244 if ((bitptn[len] = ptn + cnt) > tbl_size) in lzx_make_huffman_table()
1136 while (++i < loadTable.tbl_size) in vx_open()