Home
last modified time | relevance | path

Searched defs:rmul (Results 1 – 2 of 2) sorted by relevance

/external/openssh/
Dsftp.c827 int rmul = sort_flag & LS_REVERSE_SORT ? -1 : 1; in sdirent_comp() local
935 int rmul = sort_flag & LS_REVERSE_SORT ? -1 : 1; in sglob_comp() local
/external/mesa3d/src/mesa/main/
Duniform_query.cpp325 const int rmul = glsl_base_type_is_64bit(returnType) ? 2 : 1; in _mesa_get_uniform() local