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

  /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/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)

Completed in 65 milliseconds