Lines Matching +full:low +full:- +full:to +full:- +full:high
28 .Fa "uint_t high"
29 .Fa "uint_t low"
34 .Fa "uint_t high"
35 .Fa "uint_t low"
40 .Fa "uint_t high"
41 .Fa "uint_t low"
46 .Fa "uint_t high"
47 .Fa "uint_t low"
50 .Sy Volatile -
54 .Bl -tag -width Fa
56 An integer to extract a value from.
57 .It Fa high
58 The high end, inclusive, of the bit range to extract from
60 .It Fa low
61 The low end, inclusive, of the bit range to extract from
71 functions are used to extract a range of bits from on an 8, 16, 32, and
72 64-bit value respectively.
74 bitwise-AND of a mask and a logical right shift.
76 .Fa high
78 .Fa low
81 .Pf [ Fa low ,
82 .Fa high ]
89 .Fa low
93 .Fa high
95 .Fa low
99 is from 0 to 31.
100 .Fa high
102 .Fa low .