Home
last modified time | relevance | path

Searched refs:wrap (Results 1 – 10 of 10) sorted by relevance

/rk3399_rockchip-uboot/arch/x86/
H A Dconfig.mk37 LDFLAGS_FINAL += --wrap=__divdi3 --wrap=__udivdi3
38 LDFLAGS_FINAL += --wrap=__moddi3 --wrap=__umoddi3
/rk3399_rockchip-uboot/lib/zlib/
H A Ddeflate.c222 int wrap = 1; local
250 wrap = 0;
255 wrap = 2; /* write gzip wrapper instead */
270 s->wrap = wrap;
322 strm->state->wrap == 2 ||
323 (strm->state->wrap == 1 && strm->state->status != INIT_STATE))
327 if (s->wrap)
371 if (s->wrap < 0) {
372 s->wrap = -s->wrap; /* was made negative by deflate(..., Z_FINISH); */
374 s->status = s->wrap ? INIT_STATE : BUSY_STATE;
[all …]
H A Dinflate.h80 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member
H A Dinflate.c54 state->wrap = 0; in inflateInit2_()
58 state->wrap = (windowBits >> 4) + 1; in inflateInit2_()
362 if (state->wrap == 0) { in inflate()
368 if ((state->wrap & 2) && hold == 0x8b1f) { /* gzip header */ in inflate()
378 if (!(state->wrap & 1) || /* check if zlib header allowed */ in inflate()
852 if (state->wrap) { in inflate()
876 if (state->wrap && state->flags) { in inflate()
919 if (state->wrap && out) in inflate()
H A Ddeflate.h101 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx25/
H A Dimx-regs.h485 csa, ebc, dsz, csn, psr, cre, wrap, csen) \ argument
488 (psr) << 3 | (cre) << 2 | (wrap) << 1 | (csen) << 0)
/rk3399_rockchip-uboot/tools/
H A DMakefile216 $(call cmd,wrap)
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx31/
H A Dimx-regs.h647 csa, ebc, dsz, csn, psr, cre, wrap, csen) \ argument
650 (psr) << 3 | (cre) << 2 | (wrap) << 1 | (csen) << 0)
/rk3399_rockchip-uboot/doc/
H A DREADME.android-fastboot118 fastboot client wrap the Android suite around it. On OMAP for instance you
/rk3399_rockchip-uboot/arch/arm/dts/
H A Darmada-375.dtsi182 arm,double-linefill-wrap = <0>;