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

  /external/pixman/pixman/
pixman-filter.c 258 double rlow = - filters[reconstruct].width / 2.0; local
259 double rhigh = rlow + filters[reconstruct].width;
265 if (rhigh >= slow && rlow <= shigh)
267 ilow = MAX (slow, rlow);
  /external/tcpdump/
print-nfs.c 293 u_int32_t rlow; local
325 rlow = EXTRACT_32BITS(&rp->rm_reply.rp_reject.rj_vers.low);
328 rlow, rhigh);
    [all...]

Completed in 86 milliseconds