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

/freebsd-10.0-release/lib/libz/
H A Dinffast.c26 # define PUP(a) *(a)++ macro
29 # define PUP(a) *++(a) macro
122 hold += (unsigned long)(PUP(in)) << bits;
124 hold += (unsigned long)(PUP(in)) << bits;
137 PUP(out) = (unsigned char)(here.val);
144 hold += (unsigned long)(PUP(in)) << bits;
153 hold += (unsigned long)(PUP(in)) << bits;
155 hold += (unsigned long)(PUP(in)) << bits;
168 hold += (unsigned long)(PUP(in)) << bits;
171 hold += (unsigned long)(PUP(i
[all...]
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinffast.c28 # define PUP(a) *(a)++ macro
31 # define PUP(a) *++(a) macro
124 hold += (unsigned long)(PUP(in)) << bits;
126 hold += (unsigned long)(PUP(in)) << bits;
139 PUP(out) = (unsigned char)(this.val);
146 hold += (unsigned long)(PUP(in)) << bits;
155 hold += (unsigned long)(PUP(in)) << bits;
157 hold += (unsigned long)(PUP(in)) << bits;
170 hold += (unsigned long)(PUP(in)) << bits;
173 hold += (unsigned long)(PUP(i
[all...]
/freebsd-10.0-release/etc/
H A Dprotocols22 pup 12 PUP # PARC universal packet protocol

Completed in 201 milliseconds