Home | History | Annotate | Download | only in BaseMemoryLib

Lines Matching refs:IN

45   IN      CONST VOID                *SourceBuffer,

46 IN UINTN Length
63 IN UINTN Length,
64 IN UINT8 Value
81 IN UINTN Length,
82 IN UINT16 Value
99 IN UINTN Length,
100 IN UINT32 Value
117 IN UINTN Length,
118 IN UINT64 Value
134 IN UINTN Length
146 @retval Non-zero The first mismatched byte in SourceBuffer subtracted from the first
147 mismatched byte in DestinationBuffer.
153 IN CONST VOID *DestinationBuffer,
154 IN CONST VOID *SourceBuffer,
155 IN UINTN Length
160 matching 8-bit value in the target buffer.
164 @param Value The value to search for in the target buffer.
172 IN CONST VOID *Buffer,
173 IN UINTN Length,
174 IN UINT8 Value
179 matching 16-bit value in the target buffer.
183 @param Value The value to search for in the target buffer.
191 IN CONST VOID *Buffer,
192 IN UINTN Length,
193 IN UINT16 Value
198 matching 32-bit value in the target buffer.
202 @param Value The value to search for in the target buffer.
210 IN CONST VOID *Buffer,
211 IN UINTN Length,
212 IN UINT32 Value
217 matching 64-bit value in the target buffer.
221 @param Value The calue to search for in the target buffer.
229 IN CONST VOID *Buffer,
230 IN UINTN Length,
231 IN UINT64 Value