Searched refs:endianTest (Results 1 – 2 of 2) sorted by relevance
47 (*(char *)&client->endianTest ? ((((s) & 0xff) << 8) | (((s) >> 8) & 0xff)) : (s))50 (*(char *)&client->endianTest ? ((((l) & 0xff000000) >> 24) | \56 (*(char *)&client->endianTest ? ((((l) & 0xff00000000000000ULL) >> 56) | \184 int endianTest; member
147 client->endianTest = 1; in rfbGetClient()167 client->format.bigEndian = *(char *)&client->endianTest?FALSE:TRUE; in rfbGetClient()