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

  /bionic/libc/kernel/uapi/linux/
ppp-comp.h 49 #define DEFLATE_SIZE(x) (((x) >> 4) + 8)
  /external/kernel-headers/original/uapi/linux/
ppp-comp.h 72 #define DEFLATE_SIZE(x) (((x) >> 4) + 8)
  /external/ppp/pppd/include/net/
ppp-comp.h 159 #define DEFLATE_SIZE(x) (((x) >> 4) + DEFLATE_MIN_SIZE)

Completed in 177 milliseconds