Home | History | Annotate | Download | only in BaseLib

Lines Matching full:that

20   Reads a 16-bit value from memory that may be unaligned.

23 guarantees that the read operation does not produce an alignment fault.
27 @param Buffer A pointer to a 16-bit value that may be unaligned.
44 Writes a 16-bit value to memory that may be unaligned.
47 returned. The function guarantees that the write operation does not produce
52 @param Buffer A pointer to a 16-bit value that may be unaligned.
71 Reads a 24-bit value from memory that may be unaligned.
74 guarantees that the read operation does not produce an alignment fault.
78 @param Buffer A pointer to a 24-bit value that may be unaligned.
95 Writes a 24-bit value to memory that may be unaligned.
98 returned. The function guarantees that the write operation does not produce
103 @param Buffer A pointer to a 24-bit value that may be unaligned.
123 Reads a 32-bit value from memory that may be unaligned.
126 guarantees that the read operation does not produce an alignment fault.
130 @param Buffer A pointer to a 32-bit value that may be unaligned.
147 Writes a 32-bit value to memory that may be unaligned.
150 returned. The function guarantees that the write operation does not produce
155 @param Buffer A pointer to a 32-bit value that may be unaligned.
174 Reads a 64-bit value from memory that may be unaligned.
177 guarantees that the read operation does not produce an alignment fault.
181 @param Buffer A pointer to a 64-bit value that may be unaligned.
198 Writes a 64-bit value to memory that may be unaligned.
201 returned. The function guarantees that the write operation does not produce
206 @param Buffer A pointer to a 64-bit value that may be unaligned.