Searched defs:Destination (Results 1 – 2 of 2) sorted by relevance
/drivers/staging/rt2870/ |
D | rt_linux.h | 804 #define NdisMoveMemory(Destination, Source, Length) memmove(Destination, Source, Length) argument 805 #define NdisZeroMemory(Destination, Length) memset(Destination, 0, Length) argument 806 #define NdisFillMemory(Destination, Length, Fill) memset(Destination, Fill, Length) argument
|
/drivers/staging/rt2860/ |
D | rt_linux.h | 806 #define NdisMoveMemory(Destination, Source, Length) memmove(Destination, Source, Length) argument 807 #define NdisZeroMemory(Destination, Length) memset(Destination, 0, Length) argument 808 #define NdisFillMemory(Destination, Length, Fill) memset(Destination, Fill, Length) argument
|