Searched defs:BID_RETURN (Results 1 – 2 of 2) sorted by relevance
737 #define BID_RETURN(x) { BID_SWAP128(x); *pres = (x); return; } macro739 #define BID_RETURN(x) { *pres = (x); return; } macro744 #define BID_RETURN(x) { BID_SWAP128(x); return(x); } macro746 #define BID_RETURN(x) return(x); macro