Lines Matching refs:integer
9 arbitrary-width binary integer fields. Logically, these packets are a
25 smallest integer storage representation offered by a platform. On
29 bytes as the fundamental atom of storage). A 'word' is an integer
42 only bit set when the byte is storing the two's complement integer
71 zero to 32 bits wide, into packets. These integer fields are not
76 integer to the logical bitstream first, followed by next least
79 placing the LSb of the integer to be written into the least
81 the next-least significant bit of the source integer and so on up to
95 an unsigned integer, or '-1' as a signed, two's complement integer.
103 Code the 4 bit integer value '12' [b1100] into an empty bytestream.
121 Continue by coding the 3 bit integer value '-1' [b111]:
137 Continue by coding the 7 bit integer value '17' [b0010001]:
154 Continue by coding the 13 bit integer value '6969' [b110 11001110 01]:
190 We read two, two-bit integer fields, resulting in the returned numbers
195 four-bit integer, reading some other combination of bit-widths from the
200 two-bit-wide integer 'b11'. This value may be interpreted either as
214 boundary. Often, the encoded bitstream is not an integer number of
235 Reading a zero-bit-wide integer returns the value '0' and does not
238 and then reading a zero bit integer shall succeed, returning 0, and
240 integer after a previous read sets 'end-of-packet' shall also fail