Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/lib/zlib/
A Dinffast.c94 hold = state->hold;
105 hold += (unsigned long)(*in++) << bits;
107 hold += (unsigned long)(*in++) << bits;
110 here = lcode + (hold & lmask);
113 hold >>= op;
131 hold >>= op;
141 here = dcode + (hold & dmask);
144 hold >>= op;
166 hold >>= op;
296 hold &= (1U << bits) - 1;
[all …]
A Dinflate.c136 state->hold = 0;
260 state->hold = 0;
485 hold = state->hold; \
496 state->hold = hold; \
503 hold = 0; \
527 ((unsigned)hold & ((1U << (n)) - 1))
532 hold >>= (n); \
539 hold >>= bits & 7; \
711 state->flags = (int)(hold);
904 if ((hold & 0xffff) != ((hold >> 16) ^ 0xffff)) {
[all …]
A Dinflate.h102 unsigned long hold; /* input bit accumulator */ member
/arm-trusted-firmware-2.8.0/fdts/
A Dn1sdp-single-chip.dts67 i2c-sda-hold-time-ns = <500>;
A Dmorello-soc.dts192 i2c-sda-hold-time-ns = <500>;
/arm-trusted-firmware-2.8.0/docs/components/fconf/
A Dindex.rst12 to hold the data.
/arm-trusted-firmware-2.8.0/docs/components/
A Dromlib-design.rst119 - The ROM library needs a page aligned RAM section to hold the RW data. This
A Darm-sip-service.rst74 registers should not be expected to hold their values before the call was made.
A Dxlat-tables-lib-v2-design.rst423 descriptor. Given that the TLBs are not architecturally permitted to hold any
/arm-trusted-firmware-2.8.0/docs/getting_started/
A Dporting-guide.rst2293 this function. The buffer must be big enough to hold the Platform
2321 by this function. The buffer must be big enough to hold the

Completed in 17 milliseconds