Lines Matching refs:when
5 when it comes to memory access. This document presents some details about
13 Unaligned memory accesses occur when you try to read N bytes of data starting
23 which will compile to multiple-byte memory access instructions, namely when
52 - Some architectures raise processor exceptions when unaligned accesses
55 - Some architectures raise processor exceptions when unaligned accesses
123 insert any padding within structures, useful when you want to use a C struct
127 lead to unaligned accesses when accessing fields that do not satisfy
132 non-packed case, so the packed attribute should only be used when avoiding
158 In the above function, when the hardware has efficient unaligned access
159 capability, there is no issue with this code. But when the hardware isn't
170 as it is a decent optimization for the cases when you can ensure alignment,
223 in the examples above). Be aware that when compared to standard access of