Searched defs:bitsize (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dnrv2b.c813 static int bbConfig(struct ucl_compress *c, int endian, int bitsize) argument
821 if (bitsize != -1)
823 if (bitsize != 8 && bitsize != 16 && bitsize != 32 && bitsize != 64)
825 c->bb_c_s = bitsize;
826 c->bb_c_s8 = bitsize / 8;

Completed in 72 milliseconds