Home
last modified time | relevance | path

Searched refs:base_length (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/lib/zlib/
H A Dtrees.h118 local const int base_length[LENGTH_CODES] = { variable
H A Dtrees.c112 local int base_length[LENGTH_CODES]; variable
265 base_length[code] = length; in tr_static_init()
369 fprintf(header, "%1u%s", base_length[i], in gen_trees_header()
1099 lc -= base_length[code];
/openbmc/linux/lib/zlib_deflate/
H A Ddeftree.c104 static int base_length[LENGTH_CODES]; variable
187 base_length[code] = length; in tr_static_init()
988 lc -= base_length[code];
/openbmc/linux/drivers/pci/hotplug/
H A Dcpqphp_pci.c627 func->base_length[(cloop - 0x10) >> 2] = in cpqhp_save_base_addr_length()
667 func->base_length[(cloop - 0x10) >> 2] = base; in cpqhp_save_base_addr_length()
1141 if (func->base_length[(cloop - 0x10) >> 2] != base) in cpqhp_valid_replace()
H A Dcpqphp.h235 u32 base_length[0x06]; member