Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/zlib/
A Dinffast.c95 hold = state->hold;
106 hold += (unsigned long)(*in++) << bits;
108 hold += (unsigned long)(*in++) << bits;
111 here = lcode + (hold & lmask);
114 hold >>= op;
132 hold >>= op;
142 here = dcode + (hold & dmask);
145 hold >>= op;
167 hold >>= op;
297 hold &= (1U << bits) - 1;
[all …]
A Dinflate.c137 state->hold = 0;
259 state->hold = 0;
484 hold = state->hold; \
495 state->hold = hold; \
502 hold = 0; \
526 ((unsigned)hold & ((1U << (n)) - 1))
531 hold >>= (n); \
538 hold >>= bits & 7; \
710 state->flags = (int)(hold);
902 if ((hold & 0xffff) != ((hold >> 16) ^ 0xffff)) {
[all …]
A Dinflate.h103 unsigned long hold; /* input bit accumulator */ member
/optee_os-3.20.0/core/arch/arm/dts/
A Dstm32mp15xx-dhcom-som.dtsi168 st,fmc2-ebi-cs-address-hold-ns = <5>;
171 st,fmc2-ebi-cs-data-hold-ns = <1>;
173 st,fmc2-ebi-cs-write-address-hold-ns = <5>;
176 st,fmc2-ebi-cs-write-data-hold-ns = <1>;
A Dat91-sama5d2_xplained.dts186 i2c-sda-hold-time-ns = <350>;
340 i2c-sda-hold-time-ns = <350>;
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DLICENSE173 defend, and hold each Contributor harmless for any liability
A DChangeLog916 buffer is not large enough to hold the ClientHello.

Completed in 15 milliseconds