Lines Matching refs:byte
60 setWeightByte(uint32_t weight, int32_t idx, uint32_t byte) {
61 uint32_t mask; /* 0xffffffff except a 00 "hole" for the index-th byte */
80 return (uint32_t)((weight&mask)|(byte<<idx));
145 // We use only 6 bits per byte.
156 uint32_t byte=getWeightByte(weight, length);
157 if(byte<maxBytes[length]) {
158 return setWeightByte(weight, length, byte+1);
160 // Roll over, set this byte to the minimum and increment the previous one.
175 // Split the offset between this byte and the previous one.
277 // Prevent overflow for primary lead byte FF