Home
last modified time | relevance | path

Searched defs:ull (Results 1 – 4 of 4) sorted by relevance

/minix3/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dgettimeofday.c47 ULONGLONG ull; in gettimeofday() local
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/
H A Dcomplex-convert.c12 unsigned long long ull, _Complex signed char csc, in foo()
H A DAtomics.c12 unsigned long long ull; variable
/minix3/external/bsd/libpcap/dist/
H A Dpcap-int.h61 #define SWAPLL(ull) ((ull & 0xff00000000000000) >> 56) | \ argument
76 #define SWAPLL(ull) ((ull & 0xff00000000000000LL) >> 56) | \ argument