HomeSort by relevance Sort by last modified time
    Searched refs:PUP (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/zlib/
inffast.c 26 # define PUP(a) *(a)++
29 # define PUP(a) *++(a)
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(in)) << bits
    [all...]
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_inffast.c 26 # define PUP(a) *(a)++
29 # define PUP(a) *++(a)
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(in)) << bits
    [all...]
  /external/qemu/distrib/zlib-1.2.8/
inffast.c 26 # define PUP(a) *(a)++
29 # define PUP(a) *++(a)
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(in)) << bits
    [all...]
  /external/zlib/src/
inffast.c 26 # define PUP(a) *(a)++
29 # define PUP(a) *++(a)
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(in)) << bits
    [all...]
  /external/iproute2/lib/
ll_proto.c 38 __PF(PUP,pup)
  /external/smack/src/org/xbill/DNS/
WKSRecord.java 56 /** PUP */
57 public static final int PUP = 12;
169 protocols.add(PUP, "pup");

Completed in 594 milliseconds