Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/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.c135 state->hold = 0;
257 state->hold = 0;
482 hold = state->hold; \
493 state->hold = hold; \
500 hold = 0; \
524 ((unsigned)hold & ((1U << (n)) - 1))
529 hold >>= (n); \
536 hold >>= bits & 7; \
708 state->flags = (int)(hold);
890 if ((hold & 0xffff) != ((hold >> 16) ^ 0xffff)) {
[all …]
A Dinflate.h101 unsigned long hold; /* input bit accumulator */ member
/tf-a-ffa_el3_spmc/fdts/
A Dn1sdp-single-chip.dts67 i2c-sda-hold-time-ns = <500>;
/tf-a-ffa_el3_spmc/docs/components/fconf/
A Dindex.rst12 to hold the data.
/tf-a-ffa_el3_spmc/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.rst398 descriptor. Given that the TLBs are not architecturally permitted to hold any

Completed in 11 milliseconds