Home
last modified time | relevance | path

Searched refs:drop (Results 1 – 9 of 9) sorted by relevance

/rk3399_rockchip-uboot/lib/zlib/
H A Dinftrees.c41 unsigned drop; /* code bits to drop for sub-table */ in inflate_table() local
202 drop = 0; /* current bits to drop from code for index */ in inflate_table()
214 this.bits = (unsigned char)(len - drop); in inflate_table()
229 incr = 1U << (len - drop); in inflate_table()
234 next[(huff >> drop) + fill] = this; in inflate_table()
258 if (drop == 0) in inflate_table()
259 drop = root; in inflate_table()
265 curr = len - drop; in inflate_table()
267 while (curr + drop < max) { in inflate_table()
268 left -= count[curr + drop]; in inflate_table()
[all …]
/rk3399_rockchip-uboot/tools/scripts/
H A Ddefine2mk.sed17 # drop quotes around string values
/rk3399_rockchip-uboot/doc/
H A DREADME.arm6417 that of a boot loader. It can drop to lower exception levels before
H A DREADME.kconfig157 macros used in makefiles, we can drop include/autoconfig.mk, which makes
/rk3399_rockchip-uboot/dts/
H A DKconfig253 string "List of device tree properties to drop for SPL"
267 string "List of device tree properties to drop for U-Boot"
272 At sometimes there is different require for list of device tree properties to drop
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dether.c1717 goto drop;
1755 drop:
2437 goto drop; in _usb_eth_send()
2484 drop: in _usb_eth_send()
/rk3399_rockchip-uboot/board/sunxi/
H A DREADME.sunxi6426 drop into the U-Boot proper (in EL2).
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dam33xx.dtsi49 * To consider voltage drop between PMIC and SoC,
/rk3399_rockchip-uboot/tools/patman/
H A DREADME395 so you can drop your wip commit. So you resync with upstream: