Lines Matching refs:streamlong
171 uint32_t streamlong ;
173 streamlong = read32bit (in + (tempbits >> 3)) ;
174 streamlong <<= (tempbits & 7) ;
178 uint32_t notI = ~streamlong ;
186 streamlong <<= pre ;
187 result = get_next_fromlong (streamlong, MAX_DATATYPE_BITS_16) ;
198 streamlong <<= pre + 1 ;
199 v = get_next_fromlong (streamlong, k) ;
220 uint32_t streamlong ;
223 streamlong = read32bit (in + (tempbits >> 3)) ;
224 streamlong <<= (tempbits & 7) ;
228 uint32_t notI = ~streamlong ;
249 streamlong <<= result + 1 ;
250 v = get_next_fromlong (streamlong, k) ;