OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rhigh
(Results
1 - 2
of
2
) sorted by null
/external/pixman/pixman/
pixman-filter.c
259
double
rhigh
= rlow + filters[reconstruct].width;
local
265
if (
rhigh
>= slow && rlow <= shigh)
268
ihigh = MIN (shigh,
rhigh
);
/external/tcpdump/
print-nfs.c
294
u_int32_t
rhigh
;
local
326
rhigh
= EXTRACT_32BITS(&rp->rm_reply.rp_reject.rj_vers.high);
328
rlow,
rhigh
);
[
all
...]
Completed in 45 milliseconds