Searched defs:PUP (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libz/
H A Dinffast.c27 # define PUP(a) *(a)++ macro
30 # define PUP(a) *++(a) macro
123 hold += (unsigned long)(PUP(in)) << bits;
125 hold += (unsigned long)(PUP(in)) << bits;
138 PUP(out) = (unsigned char)(this.val);
145 hold += (unsigned long)(PUP(in)) << bits;
154 hold += (unsigned long)(PUP(in)) << bits;
156 hold += (unsigned long)(PUP(in)) << bits;
169 hold += (unsigned long)(PUP(in)) << bits;
172 hold += (unsigned long)(PUP(i
[all...]
/ast/src/cmd/INIT/
H A Dratz.c2023 # define PUP(a) *(a)++ macro
2026 # define PUP(a) *++(a) macro
2119 hold += (unsigned long)(PUP(in)) << bits;
2121 hold += (unsigned long)(PUP(in)) << bits;
2134 PUP(out) = (unsigned char)(this.val);
2141 hold += (unsigned long)(PUP(in)) << bits;
2150 hold += (unsigned long)(PUP(in)) << bits;
2152 hold += (unsigned long)(PUP(in)) << bits;
2165 hold += (unsigned long)(PUP(in)) << bits;
2168 hold += (unsigned long)(PUP(i
[all...]

Completed in 22 milliseconds