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

/freebsd-13-stable/contrib/expat/lib/
H A Dsiphash.h28 * - Use _SIP_ULL macro to not require a C++11 compiler if compiled as C++
114 #define _SIP_ULL(high, low) (((uint64_t)high << 32) | low) macro
198 H->v0 = _SIP_ULL(0x736f6d65U, 0x70736575U) ^ key->k[0];
199 H->v1 = _SIP_ULL(0x646f7261U, 0x6e646f6dU) ^ key->k[1];
200 H->v2 = _SIP_ULL(0x6c796765U, 0x6e657261U) ^ key->k[0];
201 H->v3 = _SIP_ULL(0x74656462U, 0x79746573U) ^ key->k[1];
/freebsd-13-stable/contrib/expat/tests/
H A Druntests.c510 const uint64_t expected = _SIP_ULL(0xa129ca61U, 0x49be45e5U);
4835 #define COLLIDING_HASH_SALT (unsigned long)_SIP_ULL(0xffffffffU, 0xff99fc90U)

Completed in 136 milliseconds