Lines Matching full:above
22 The above may seem a little vague, as memory access can happen in different
33 The rule mentioned above forms what we refer to as natural alignment:
65 It should be obvious from the above that if your code causes unaligned
73 At first, the concepts above may seem a little hard to relate to actual
87 Let us assume that an instance of the above structure resides in memory
95 above case it would insert 2 bytes of padding in between field1 and field2.
108 On a related topic, with the above considerations in mind you may observe
112 above example is:
142 With the above in mind, let's move onto a real life example of a function
161 In the above function, when the hardware has efficient unaligned access
169 Despite the potential unaligned access problems with the above function, it
226 in the examples above). Be aware that when compared to standard access of