HomeSort by relevance Sort by last modified time
    Searched refs:sort_flag (Results 1 - 5 of 5) sorted by null

  /external/elfutils/src/
ldscript.y 51 bool sort_flag);
483 new_input_section_name (const char *name, bool sort_flag)
489 newp->sort_flag = sort_flag;
ld.h 537 bool sort_flag; member in struct:input_section_name
    [all...]
ldscript.c 190 bool sort_flag);
    [all...]
  /external/openssh/
sftp.c 96 int sort_flag; variable
683 int rmul = sort_flag & LS_REVERSE_SORT ? -1 : 1;
686 if (sort_flag & LS_NAME_SORT)
688 else if (sort_flag & LS_TIME_SORT)
690 else if (sort_flag & LS_SIZE_SORT)
735 sort_flag = lflag & (SORT_FLAGS|LS_REVERSE_SORT);
    [all...]
  /external/opencv/cxcore/src/
cxdrawing.cpp 1302 int sort_flag = 0; local
    [all...]

Completed in 206 milliseconds