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

/solaris-userland/components/krb5/Solaris/
H A Dutil_ordering.c72 * Here, the distance between n1 and n2 is used, if it falls
89 after(uint64_t n1, uint64_t n2, uint64_t mask) argument
100 if (n1 == n2)
105 if (n1 > n2) {
106 diff = n1 - n2;
109 diff = n2 - n1;
117 n1 &= half;
119 /* rule 3: different half, and n1 is on upper, n2 is bigger */
120 /* rule 4: different half, and n1 is on lower, n1 i
[all...]
/solaris-userland/components/stdcxx/
H A DMakefile48 SUNPRO_VERSION := $(shell $(CXX) -V 2>&1 | head -n1 \
/solaris-userland/components/llvm/
H A DMakefile86 CMAKE_VERSION := $(shell $(CMAKE) --version 2>&1 | head -n1 \

Completed in 278 milliseconds