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