Home
last modified time | relevance | path

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

/optee_os/core/lib/zlib/
H A Dinffast.c68 unsigned long hold; /* local strm->hold */ local
95 hold = state->hold;
106 hold += (unsigned long)(*in++) << bits;
108 hold += (unsigned long)(*in++) << bits;
111 here = lcode + (hold & lmask);
114 hold >>= op;
128 hold += (unsigned long)(*in++) << bits;
131 len += (unsigned)hold & ((1U << op) - 1);
132 hold >>= op;
137 hold += (unsigned long)(*in++) << bits;
[all …]
H A Dinflate.c137 state->hold = 0;
259 state->hold = 0;
265 state->hold += (unsigned)value << state->bits;
484 hold = state->hold; \
495 state->hold = hold; \
502 hold = 0; \
512 hold += (unsigned long)(*next++) << bits; \
526 ((unsigned)hold & ((1U << (n)) - 1))
531 hold >>= (n); \
538 hold >>= bits & 7; \
[all …]
H A Dinflate.h103 unsigned long hold; /* input bit accumulator */ member
/optee_os/core/drivers/i2c/
H A Datmel_i2c.c218 long hold = 0; in atmel_i2c_init_clk() local
242 hold = UDIV_ROUND_NEAREST(i2c->sda_hold_time * clk, 1000000000); in atmel_i2c_init_clk()
243 hold -= 3; in atmel_i2c_init_clk()
244 if (hold < 0 || hold > TWIHS_CWGR_HOLD_MAX) { in atmel_i2c_init_clk()
249 cwgr |= hold << TWIHS_CWGR_HOLD_SHIFT; in atmel_i2c_init_clk()
/optee_os/core/arch/arm/dts/
H A Dstm32mp15xx-dhcom-som.dtsi184 st,fmc2-ebi-cs-address-hold-ns = <5>;
187 st,fmc2-ebi-cs-data-hold-ns = <1>;
189 st,fmc2-ebi-cs-write-address-hold-ns = <5>;
192 st,fmc2-ebi-cs-write-data-hold-ns = <1>;
H A Dat91-sama5d2_xplained.dts186 i2c-sda-hold-time-ns = <350>;
340 i2c-sda-hold-time-ns = <350>;
/optee_os/lib/libutils/compiler-rt/
H A DLICENSE.TXT176 defend, and hold each Contributor harmless for any liability
/optee_os/core/lib/qcbor/
H A DREADME.md33 there is no recursion. The caller supplies the memory to hold the
/optee_os/lib/libmbedtls/mbedtls/
H A DLICENSE180 defend, and hold each Contributor harmless for any liability
H A DChangeLog35 on the documented behaviour to still hold pointers to memory blocks after
663 allocated to hold the extension. The extension would then be copied into
2805 buffer is not large enough to hold the ClientHello.