Home
last modified time | relevance | path

Searched refs:vcnt (Results 1 – 2 of 2) sorted by relevance

/u-boot/fs/erofs/
A Dzmap.c155 unsigned int vcnt, u8 *in, int i) in get_compacted_la_distance() argument
161 DBG_BUGON(i >= vcnt); in get_compacted_la_distance()
170 } while (++i < vcnt); in get_compacted_la_distance()
185 unsigned int vcnt, base, lo, encodebits, nblk; in unpack_compacted_index() local
191 vcnt = 2; in unpack_compacted_index()
193 vcnt = 16; in unpack_compacted_index()
198 encodebits = ((vcnt << amortizedshift) - sizeof(__le32)) * 8 / vcnt; in unpack_compacted_index()
199 base = round_down(eofs, vcnt << amortizedshift); in unpack_compacted_index()
214 vcnt, in, i); in unpack_compacted_index()
223 } else if (i + 1 != (int)vcnt) { in unpack_compacted_index()
[all …]
/u-boot/arch/x86/cpu/
A Dmtrr.c210 int vcnt; in get_free_var_mtrr() local
213 vcnt = mtrr_get_var_count(); in get_free_var_mtrr()
216 for (i = 0; i < vcnt; i++) { in get_free_var_mtrr()

Completed in 7 milliseconds