Home
last modified time | relevance | path

Searched refs:Mvpp2SwapVariables (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Pp2Dxe/
DPp2Dxe.h72 #define Mvpp2SwapVariables(a,b) do { typeof(a) __tmp = (a); (a) = (b); (b) = __tmp; } w… macro
DMvpp2Lib.c597 Mvpp2SwapVariables (Start, End); in Mvpp2PrsTcamFirstFree()