Home
last modified time | relevance | path

Searched refs:Swap32IfBE (Results 1 – 3 of 3) sorted by relevance

/external/libvncserver/libvncserver/
Drfbserver.c1310 win32filename.dwFileAttributes = Swap32IfBE(RFB_FILE_ATTRIBUTE_NORMAL); in rfbSendDirContent()
1312 win32filename.dwFileAttributes = Swap32IfBE(RFB_FILE_ATTRIBUTE_DIRECTORY); in rfbSendDirContent()
1313 … win32filename.ftCreationTime.dwLowDateTime = Swap32IfBE(statbuf.st_ctime); /* Intel Order */ in rfbSendDirContent()
1315 … win32filename.ftLastAccessTime.dwLowDateTime = Swap32IfBE(statbuf.st_atime); /* Intel Order */ in rfbSendDirContent()
1317 … win32filename.ftLastWriteTime.dwLowDateTime = Swap32IfBE(statbuf.st_mtime); /* Intel Order */ in rfbSendDirContent()
1319 win32filename.nFileSizeLow = Swap32IfBE(statbuf.st_size); /* Intel Order */ in rfbSendDirContent()
/external/libvncserver/rfb/
Drfb.h738 #define Swap32IfBE(l) (rfbEndianTest ? (l) : Swap32(l)) macro
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/
Dtight-vncviewer-full.patch11588 + msg_sz = Swap32IfBE(msg_sz);
20729 +#define Swap32IfBE(l) \