Searched refs:WC_BSWAP (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dstrconv.cpp1577 #define WC_BSWAP wxUINT32_SWAP_ALWAYS macro
1580 #define WC_BSWAP wxUINT16_SWAP_ALWAYS macro
1841 buf[n] = WC_BSWAP(buf[i]);
1896 // (doing WC_BSWAP twice on the original buffer won't help, as it
1900 tmpbuf[n] = WC_BSWAP(psz[i]);

Completed in 27 milliseconds