Home
last modified time | relevance | path

Searched refs:sort_flag (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fxcodec/gif/
Dcfx_gif.h42 uint8_t sort_flag : 1; member
50 uint8_t sort_flag : 1; member
Dcfx_gifcontext.cpp397 global_sort_flag_ = lsd.global_flags.sort_flag; in ReadLogicalScreenDescriptor()
/external/openssh/
Dsftp.c107 int sort_flag; variable
827 int rmul = sort_flag & LS_REVERSE_SORT ? -1 : 1; in sdirent_comp()
830 if (sort_flag & LS_NAME_SORT) in sdirent_comp()
832 else if (sort_flag & LS_TIME_SORT) in sdirent_comp()
834 else if (sort_flag & LS_SIZE_SORT) in sdirent_comp()
880 sort_flag = lflag & (SORT_FLAGS|LS_REVERSE_SORT); in do_ls_dir()
935 int rmul = sort_flag & LS_REVERSE_SORT ? -1 : 1; in sglob_comp()
938 if (sort_flag & LS_NAME_SORT) in sglob_comp()
940 else if (sort_flag & LS_TIME_SORT) { in sglob_comp()
948 } else if (sort_flag & LS_SIZE_SORT) in sglob_comp()
[all …]