Searched refs:hold (Results 1 – 8 of 8) sorted by relevance
94 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 …]
135 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 …]
101 unsigned long hold; /* input bit accumulator */ member
67 i2c-sda-hold-time-ns = <500>;
12 to hold the data.
119 - The ROM library needs a page aligned RAM section to hold the RW data. This
74 registers should not be expected to hold their values before the call was made.
398 descriptor. Given that the TLBs are not architecturally permitted to hold any
Completed in 11 milliseconds