Lines Matching refs:above
28 The above may seem a little vague, as memory access can happen in different
39 The rule mentioned above forms what we refer to as natural alignment:
71 It should be obvious from the above that if your code causes unaligned
79 At first, the concepts above may seem a little hard to relate to actual
93 Let us assume that an instance of the above structure resides in memory
101 above case it would insert 2 bytes of padding in between field1 and field2.
114 On a related topic, with the above considerations in mind you may observe
118 above example is::
148 With the above in mind, let's move onto a real life example of a function
167 In the above function, when the hardware has efficient unaligned access
175 Despite the potential unaligned access problems with the above function, it
234 in the examples above). Be aware that when compared to standard access of