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

/external/chromium_org/third_party/zlib/
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...]
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_inffast.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...]
/external/qemu/distrib/zlib-1.2.8/
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...]
/external/zlib/src/
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...]
/external/smack/src/org/xbill/DNS/
H A DWKSRecord.java56 /** PUP */
57 public static final int PUP = 12; field in class:WKSRecord.Protocol
169 protocols.add(PUP, "pup");

Completed in 122 milliseconds